Skip to content

Instantly share code, notes, and snippets.

@johnybot
Created March 9, 2015 21:37
Show Gist options
  • Select an option

  • Save johnybot/089a762b9c8ea7a5e7c2 to your computer and use it in GitHub Desktop.

Select an option

Save johnybot/089a762b9c8ea7a5e7c2 to your computer and use it in GitHub Desktop.
Destructive styles.xml
<style name="AlertDialogCustom.Destructive">
<item name="android:buttonBarPositiveButtonStyle">@style/DestructiveButton</item>
</style>
<style name="DestructiveButton"
parent="android:Widget.DeviceDefault.Button.Borderless">
<item name="android:textColor">@color/red</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment