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