Skip to content

Commit

Permalink
Add missing accent color for API < 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Oct 10, 2015
1 parent 99a4d3e commit 602a1cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>
<item name="android:textColorPrimary">@color/primary_text</item>
<item name="android:textColorSecondary">@color/secondary_text</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
Expand Down

0 comments on commit 602a1cb

Please sign in to comment.