summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2014-07-15 15:42:03 +0800
committerAdnan <adnan@cyngn.com>2014-08-26 15:34:27 -0700
commitf45982662ba2368054e697399059c5a37b3d7a39 (patch)
treeed168afcca78b0f5c9329a6300cd4dbd8f493a36
parent5cba463b982845622a2a403282b67550cdac31c8 (diff)
downloadandroid_packages_apps_DeskClock-f45982662ba2368054e697399059c5a37b3d7a39.tar.gz
android_packages_apps_DeskClock-f45982662ba2368054e697399059c5a37b3d7a39.tar.bz2
android_packages_apps_DeskClock-f45982662ba2368054e697399059c5a37b3d7a39.zip
DeskClock: Fix the start icon color of stopwatch turn gray when rotate
The start icon default color for lanscape is not white, so the color look like turn gray when rotate screen. Modify the color of start icon to white for default. CRs-fixed: 693830 Change-Id: Id8561a5825a42d0e58027adfadce006f5597a465
-rw-r--r--res/layout-land/stopwatch_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-land/stopwatch_fragment.xml b/res/layout-land/stopwatch_fragment.xml
index a4d8814c7..ece9754ac 100644
--- a/res/layout-land/stopwatch_fragment.xml
+++ b/res/layout-land/stopwatch_fragment.xml
@@ -73,6 +73,7 @@
style="@style/bold_button"
android:contentDescription="@string/timer_stop"
android:layout_height="wrap_content"
+ android:textColor="@color/clock_white"
android:focusable="true" />
<ImageButton