diff --git a/app/src/main/res/layout/exo_styled_player_control_view.xml b/app/src/main/res/layout/exo_styled_player_control_view.xml index 0edb73433..049ec09da 100644 --- a/app/src/main/res/layout/exo_styled_player_control_view.xml +++ b/app/src/main/res/layout/exo_styled_player_control_view.xml @@ -1,5 +1,6 @@ - + style="@style/TimeString" /> - + + style="@style/TimeString" /> @@ -195,17 +199,19 @@ + style="@style/TimeString" /> + style="@style/TimeString" + android:text=" • " + android:visibility="gone" + tools:ignore="HardcodedText" /> + style="@style/TimeString" /> diff --git a/app/src/main/res/values/style.xml b/app/src/main/res/values/style.xml index c7209624d..95315b1f2 100644 --- a/app/src/main/res/values/style.xml +++ b/app/src/main/res/values/style.xml @@ -135,5 +135,16 @@ + \ No newline at end of file