mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
improve loading UI
This commit is contained in:
parent
c555c4b2d5
commit
a455fe52be
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user