summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2015-03-02 11:23:43 -0800
committerScott Kennedy <skennedy@google.com>2015-03-02 11:23:43 -0800
commit8c983f11abe1f9a9d932c0062228d4eb3dc15265 (patch)
tree026c44ba1ae0bf391536651dc354740ae8b03a2e
parent34e84c0f80d9b973c35ce5cea2c0c53f33373b4c (diff)
downloadandroid_packages_apps_Calendar-8c983f11abe1f9a9d932c0062228d4eb3dc15265.tar.gz
android_packages_apps_Calendar-8c983f11abe1f9a9d932c0062228d4eb3dc15265.tar.bz2
android_packages_apps_Calendar-8c983f11abe1f9a9d932c0062228d4eb3dc15265.zip
Stop using datetimepicker's "white" color
Change-Id: Ied879bf14dab2dd138d5ff1b83aab1c9a5ac0a10
-rw-r--r--res/layout/recurrencepicker.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/recurrencepicker.xml b/res/layout/recurrencepicker.xml
index 9ad5a0d3..49daabe4 100644
--- a/res/layout/recurrencepicker.xml
+++ b/res/layout/recurrencepicker.xml
@@ -44,7 +44,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="@color/white"
+ android:background="@android:color/white"
android:paddingLeft="12dip"
android:paddingTop="12dip"
android:paddingRight="12dip"