-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
About screen and improved tutorial screens
- Loading branch information
1 parent
818c446
commit a1caad7
Showing
15 changed files
with
557 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<s:Skin xmlns:s="library://ns.adobe.com/flex/spark" | ||
xmlns:fx="http://ns.adobe.com/mxml/2009" | ||
xmlns:fc="http://ns.adobe.com/flashcatalyst/2009" | ||
width="110" height="36"> | ||
<fx:Metadata>[HostComponent("spark.components.Button")]</fx:Metadata> | ||
<s:states> | ||
<s:State name="up"/> | ||
<s:State name="over"/> | ||
<s:State name="down"/> | ||
<s:State name="disabled"/> | ||
</s:states> | ||
<s:Rect left="0" right="0" top="0" bottom="0" radiusX="4"> | ||
<s:fill> | ||
<s:LinearGradient rotation="90"> | ||
<s:GradientEntry alpha="1.0" color="#535353" ratio="0" | ||
color.disabled="#999999"/> | ||
<s:GradientEntry alpha="1" color="#323232" ratio="1" | ||
alpha.disabled="1.0" color.disabled="#999999"/> | ||
</s:LinearGradient> | ||
</s:fill> | ||
<s:fill.over> | ||
<s:SolidColor color="#181818"/> | ||
</s:fill.over> | ||
<s:fill.down> | ||
<s:SolidColor color="#197BCE"/> | ||
</s:fill.down> | ||
</s:Rect> | ||
<s:RichText id="labelDisplay" left="3" right="3" top="11" bottom="8" color="#CCCCCC" | ||
fontFamily="Myriad Pro" fontSize="16" tabStops="S0 S50" textAlign="center"/> | ||
</s:Skin> |
Oops, something went wrong.