Skip to content

Instantly share code, notes, and snippets.

@aliHafizji
Created November 14, 2012 10:31
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/4071429 to your computer and use it in GitHub Desktop.
Save aliHafizji/4071429 to your computer and use it in GitHub Desktop.
<style name="Theme.cheddar" parent="@android:style/Theme.Holo.Light">
<item name="android:alertDialogTheme">@style/cheddar_AlertDialog</item>
</style>
<style name="cheddar_AlertDialog" parent="@android:style/Theme.Holo.Light.Dialog">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:buttonBarButtonStyle">@style/cheddar_AlertButtonStyle</item>
</style>
<style name="cheddar_AlertButtonStyle" parent="@android:style/Holo.Light.ButtonBar.AlertDialog">
<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