summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRoger Chen <cxr514033970@gmail.com>2012-11-16 12:37:39 +0800
committerGerrit Code Review <noreply-gerritcodereview@google.com>2012-11-30 08:58:43 -0800
commit56dc91f7ced66a38782204f682b81898994fc935 (patch)
treea6c9fd0ccd905c8630bc9b974598b4de29bcddf8 /core
parent9ed4abd875852524c5dd366f30b5b7bda93f0da3 (diff)
downloadframeworks_base-56dc91f7ced66a38782204f682b81898994fc935.zip
frameworks_base-56dc91f7ced66a38782204f682b81898994fc935.tar.gz
frameworks_base-56dc91f7ced66a38782204f682b81898994fc935.tar.bz2
Change the text color of timer in MediaController
The color of timer and backgroud in MediaController are too closer to distinguish. Change-Id: Id60ecbc26233857c7ef291ef891c9d4720309dfa Signed-off-by: Roger Chen <cxr514033970@gmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/res/res/layout/media_controller.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/res/res/layout/media_controller.xml b/core/res/res/layout/media_controller.xml
index ad74a3a..7575836 100644
--- a/core/res/res/layout/media_controller.xml
+++ b/core/res/res/layout/media_controller.xml
@@ -48,7 +48,8 @@
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingEnd="4dip" />
+ android:paddingEnd="4dip"
+ android:textColor="@color/dim_foreground_dark" />
<SeekBar
android:id="@+id/mediacontroller_progress"
@@ -67,7 +68,8 @@
android:layout_gravity="center_horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingStart="4dip" />
+ android:paddingStart="4dip"
+ android:textColor="@color/dim_foreground_dark" />
</LinearLayout>
</LinearLayout>