Advertisement
Guest User

settings

a guest
Dec 10th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <style name="Theme.ActionBar" parent="@*android:style/Widget.Material.ActionBar.Solid">
  4. <item name="android:background">@drawable/settings_header</item>
  5. <item name="android:contentInsetStart">16.0dip</item>
  6. </style>
  7. <style name="Theme.AlertDialog" parent="@android:style/Theme.Material.Dialog.Alert" />
  8. <style name="Theme.SubSettingsDialogWhenLarge" parent="@style/Theme.SettingsBase" />
  9. <style name="Theme.DialogWhenLarge" parent="@android:style/Theme.Material.DialogWhenLarge" />
  10. <style name="SetupWizardTheme.Light" parent="android:style/Theme.Material.NoActionBar" />
  11. <style name="Theme.Settings" parent="@style/Theme.SettingsBase"/>
  12. <style name="Theme.SubSettings" parent="@style/Theme.Settings">
  13. <item name="android:windowBackground">@*common:color/black</item>
  14. </style>
  15. <style name="Theme.SettingsBase" parent="@android:style/Theme.Material">
  16. <item name="android:windowBackground">@*common:color/jr_bg5</item>
  17. <item name="android:statusBarColor">@*common:color/jr_pdsb</item>
  18. <item name="android:navigationBarColor">@*common:color/jr_nav</item>
  19. </style>
  20.  
  21. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement