Skip to content

Commit f688ee5

Browse files
marconeAndroid (Google) Code Review
authored andcommitted
Merge "Change the text color of timer in MediaController" into jb-mr1.1-dev
2 parents 025b43c + 0ce57a9 commit f688ee5

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)