Fixed truncating total time in now playing themes

This commit is contained in:
Hemanth S 2020-06-06 12:03:37 +05:30
parent 2fb5368263
commit b43399cc02
20 changed files with 53 additions and 55 deletions

View file

@ -165,7 +165,7 @@
app:layout_constraintEnd_toStartOf="@id/progressSlider"
app:layout_constraintTop_toTopOf="@id/progressSlider"
tools:ignore="RtlHardcoded,RtlSymmetry"
tools:text="00:22" />
tools:text="@tools:sample/date/hhmmss" />
<androidx.appcompat.widget.AppCompatSeekBar
android:id="@+id/progressSlider"
@ -195,7 +195,7 @@
app:layout_constraintStart_toEndOf="@id/progressSlider"
app:layout_constraintTop_toTopOf="@id/progressSlider"
tools:ignore="RtlHardcoded,RtlSymmetry"
tools:text="00:22" />
tools:text="@tools:sample/date/hhmmss" />
<FrameLayout