Skip to content

Instantly share code, notes, and snippets.

@codevscolor
Created February 11, 2016 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codevscolor/02bf38bd13170f3f212f to your computer and use it in GitHub Desktop.
Save codevscolor/02bf38bd13170f3f212f to your computer and use it in GitHub Desktop.
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="colorControlNormal">@color/colorHint</item>
<item name="colorControlActivated">@color/floatingColor</item>
</style>
<style name="DialogStyle" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="colorAccent">@color/colorAccent</item>
<item name="android:textColorPrimary">@color/textColor</item>
<item name="android:background">@color/colorBack</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment