We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 025b43c + 0ce57a9 commit f688ee5Copy full SHA for f688ee5
core/res/res/layout/media_controller.xml
@@ -48,7 +48,8 @@
48
android:layout_gravity="center_horizontal"
49
android:layout_width="wrap_content"
50
android:layout_height="wrap_content"
51
- android:paddingEnd="4dip" />
+ android:paddingEnd="4dip"
52
+ android:textColor="@color/dim_foreground_dark" />
53
54
<SeekBar
55
android:id="@+id/mediacontroller_progress"
@@ -67,7 +68,8 @@
67
68
69
70
- android:paddingStart="4dip" />
71
+ android:paddingStart="4dip"
72
73
</LinearLayout>
74
75
0 commit comments