Skip to content

Instantly share code, notes, and snippets.

@aliHafizji
Created November 14, 2012 08:43
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 aliHafizji/4071024 to your computer and use it in GitHub Desktop.
Save aliHafizji/4071024 to your computer and use it in GitHub Desktop.
<style name="Theme.cheddar" parent="@android:style/Theme.Holo.Light">
<item name="android:buttonStyle">@style/cheddar_ButtonStyle</item>
</style>
<style name="cheddar_ButtonStyle" parent="@android:style/Widget.Holo.Light.Button">
<item name="android:background">@drawable/selectable_background_cheddar</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment