Skip to content

Commit 0ce57a9

Browse files
cxr514033970marcone
authored andcommitted
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> Cherrypicked from external contribution. b/7648349
1 parent 861c55f commit 0ce57a9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/res/res/layout/media_controller.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
android:layout_gravity="center_horizontal"
4949
android:layout_width="wrap_content"
5050
android:layout_height="wrap_content"
51-
android:paddingEnd="4dip" />
51+
android:paddingEnd="4dip"
52+
android:textColor="@color/dim_foreground_dark" />
5253

5354
<SeekBar
5455
android:id="@+id/mediacontroller_progress"
@@ -67,7 +68,8 @@
6768
android:layout_gravity="center_horizontal"
6869
android:layout_width="wrap_content"
6970
android:layout_height="wrap_content"
70-
android:paddingStart="4dip" />
71+
android:paddingStart="4dip"
72+
android:textColor="@color/dim_foreground_dark" />
7173
</LinearLayout>
7274

7375
</LinearLayout>

0 commit comments

Comments
 (0)