Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <style name="MyAlertDialogStyle" parent="Theme.AppCompat.Light.Dialog.Alert">
  2. <item name="colorAccent">@color/colorAccent</item>
  3. <item name="android:textColorPrimary">@color/text_color_dark</item>
  4. <item name="android:background">@color/white</item>
  5. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement