Skip to content

Instantly share code, notes, and snippets.

@alfianyusufabdullah
Created January 2, 2018 12:07
Show Gist options
  • Select an option

  • Save alfianyusufabdullah/d79db013be276196f4c2e58a238a5cbb to your computer and use it in GitHub Desktop.

Select an option

Save alfianyusufabdullah/d79db013be276196f4c2e58a238a5cbb to your computer and use it in GitHub Desktop.
style
<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>
</style>
<style name="MyButton" parent="Theme.AppCompat.Light">
<item name="colorControlHighlight">@color/btn_control_highlight</item>
<item name="colorButtonNormal">@color/btn_normal</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment