Skip to content

Instantly share code, notes, and snippets.

@johnybot
Created March 9, 2015 21:37
Show Gist options
  • Save johnybot/31b9d73ba3017956609f to your computer and use it in GitHub Desktop.
Save johnybot/31b9d73ba3017956609f to your computer and use it in GitHub Desktop.
Dialog themes.xml
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>
<item name="android:alertDialogTheme">@style/AlertDialogCustom</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment