mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
Reverted Font Size Change
This commit is contained in:
parent
460dc2561a
commit
636eecf4e7
1 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@
|
|||
<TextView android:id="@id/exo_position"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
|
|
@ -75,7 +75,7 @@
|
|||
<TextView android:id="@id/exo_duration"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="13sp"
|
||||
android:textSize="14sp"
|
||||
android:textStyle="bold"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue