Advertisement
llevo3

Untitled

Nov 8th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="Theme.SettingsBase" parent="@android:style/Theme.Material">
  4. <item name="android:colorForeground">#ffffffff</item>
  5. <item name="android:actionBarStyle">@style/Theme.ActionBar</item>
  6. </style>
  7. <style name="Theme.SubSettingsDialogWhenLarge" parent="@android:style/Theme.Material">
  8. <item name="android:colorForeground">#ffffffff</item>
  9. <item name="android:colorPrimary">#ff23272d</item>
  10. <item name="android:colorPrimaryDark">#ff23272d</item>
  11. <item name="android:statusBarColor">#ff23272d</item>
  12. </style>
  13. <style name="SetupWizardWifiTheme.Light" parent="@android:style/Theme.Material.NoActionBar" />
  14. <style name="Theme.Light.WifiDialog" parent="@android:style/Theme.Material.Dialog.Alert" />
  15. <style name="Theme.DialogWhenLarge" parent="@android:style/Theme.Material.DialogWhenLarge">
  16. <item name="android:colorForeground">#ffffffff</item>
  17. <item name="android:colorPrimary">#ff23272d</item>
  18. <item name="android:colorPrimaryDark">#ff23272d</item>
  19. </style>
  20. <style name="TextAppearance.TileTitle" parent="@android:style/TextAppearance.Material.Medium">
  21. <item name="android:textSize">16.0sp</item>
  22. </style>
  23. <style name="Theme.AlertDialog" parent="@android:style/Theme.Material.Dialog.Alert" />
  24. <style name="Theme.ActionBar" parent="@android:style/Widget.Material.ActionBar.Solid">
  25. <item name="android:background">#ff23272d</item>
  26. </style>
  27. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement