Last active
May 24, 2017 12:45
-
-
Save udacityandroid/095e6b1fae26bf1a8a7e to your computer and use it in GitHub Desktop.
Revisions
-
udacityandroid revised this gist
Jun 26, 2015 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -9,12 +9,14 @@ <!-- Theme UI controls like checkboxes and text fields --> <item name="colorAccent">#536DFE</item> </style> <!-- Style for header text in the order form --> <style name="HeaderTextStyle"> <item name="android:layout_width">wrap_content</item> <item name="android:layout_height">48dp</item> <item name="android:gravity">center_vertical</item> <item name="android:textAllCaps">true</item> <item name="android:textSize">15sp</item> </style> </resources> -
udacityandroid revised this gist
Jun 26, 2015 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,11 @@ <item name="colorAccent">#536DFE</item> </style> <!-- Style for header text in the order form --> <style name="HeaderTextStyle"> <item name="android:layout_width">wrap_content</item> <item name="android:layout_height">48dp</item> <item name="android:gravity">center_vertical</item> <item name="android:textAllCaps">true</item> </style> </resources> -
udacityandroid revised this gist
Jun 24, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ <!-- Darker variant for the status bar and contextual app bars --> <item name="colorPrimaryDark">#00796B</item> <!-- Theme UI controls like checkboxes and text fields --> <item name="colorAccent">#536DFE</item> </style> </resources> -
udacityandroid created this gist
Jun 24, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- App branding color for the app bar --> <item name="colorPrimary">#009688</item> <!-- Darker variant for the status bar and contextual app bars --> <item name="colorPrimaryDark">#00796B</item> <!-- Theme UI controls like checkboxes and text fields --> <item name="colorAccent">#7C4DFF</item> </style> </resources>