Skip to content

Instantly share code, notes, and snippets.

@udacityandroid
Last active May 24, 2017 12:45
Show Gist options
  • Save udacityandroid/095e6b1fae26bf1a8a7e to your computer and use it in GitHub Desktop.
Save udacityandroid/095e6b1fae26bf1a8a7e to your computer and use it in GitHub Desktop.

Revisions

  1. udacityandroid revised this gist Jun 26, 2015. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions styles.xml
    Original 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>

    </resources>
  2. udacityandroid revised this gist Jun 26, 2015. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions styles.xml
    Original 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>
  3. udacityandroid revised this gist Jun 24, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion styles.xml
    Original 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">#7C4DFF</item>
    <item name="colorAccent">#536DFE</item>
    </style>

    </resources>
  4. udacityandroid created this gist Jun 24, 2015.
    13 changes: 13 additions & 0 deletions styles.xml
    Original 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>