Skip to content

Instantly share code, notes, and snippets.

@githubmor
Created April 24, 2019 11:25
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 githubmor/305463e63a804f02f2bf43fc4618a1f6 to your computer and use it in GitHub Desktop.
Save githubmor/305463e63a804f02f2bf43fc4618a1f6 to your computer and use it in GitHub Desktop.
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
<item name="android:textViewStyle">@style/creditCardText</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment