summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-07-28 16:29:58 -0700
committerAlan Viverette <alanv@google.com>2014-07-29 00:06:20 +0000
commit744c6b22513f3b51f035b2038a59d35c97c4da6c (patch)
tree71862eb84eb52c1b2d6d9e102e3beb5a0c0a3913 /res/values/styles.xml
parentc4108655e114631cf71b4f505357936e53469fe4 (diff)
downloadpackages_apps_Settings-744c6b22513f3b51f035b2038a59d35c97c4da6c.zip
packages_apps_Settings-744c6b22513f3b51f035b2038a59d35c97c4da6c.tar.gz
packages_apps_Settings-744c6b22513f3b51f035b2038a59d35c97c4da6c.tar.bz2
Remove TimePicker and DatePicker dialog themes
Also moves TimePicker widget style to appropriate XML file / namespace. BUG: 14973897 Change-Id: I0eb68a59d8f2800d37cc949c948689d47c34486f
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 3be3d09..566748a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -326,5 +326,8 @@
<style name="TextAppearance.ResultTitle" parent="TextAppearance.CategoryTitle">
</style>
+ <style name="Widget.TimePicker" parent="@*android:style/Widget.Material.Light.TimePicker">
+ <item name="@android:numbersBackgroundColor">@android:color/white</item>
+ </style>
</resources>