Skip to content

Instantly share code, notes, and snippets.

@silmood
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save silmood/48b12f9a715b8ee7ee4d to your computer and use it in GitHub Desktop.

Select an option

Save silmood/48b12f9a715b8ee7ee4d to your computer and use it in GitHub Desktop.
Base Theme Android
<style name="AppTheme.Base" parent="Theme.AppCompat.Light">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>
<item name="android:navigationBarColor" tools:targetApi="21">@color/primary_dark</item>
<item name="android:textColorPrimary">@color/text</item>
<item name="android:textColorSecondary">@color/white</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment