improve loading UI

This commit is contained in:
Bnyro 2022-08-13 11:59:13 +02:00
parent c555c4b2d5
commit a455fe52be

View File

@ -105,7 +105,8 @@
<TextView <TextView
android:id="@id/exo_position" android:id="@id/exo_position"
style="@style/TimeString" style="@style/TimeString"
tools:text="05:20" /> android:text="00:00"
tools:ignore="HardcodedText" />
<TextView <TextView
style="@style/TimeString" style="@style/TimeString"
@ -115,7 +116,8 @@
<TextView <TextView
android:id="@id/exo_duration" android:id="@id/exo_duration"
style="@style/TimeString" style="@style/TimeString"
tools:text="12:15" /> android:text="00:00"
tools:ignore="HardcodedText" />
</LinearLayout> </LinearLayout>