[Lockscreen Controls] Fixed glitchy Lockscreen Slide

This commit is contained in:
Prathamesh More 2021-12-15 12:03:01 +05:30
parent c919033a2c
commit 5a204b3653

View file

@ -10,7 +10,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/songCurrentProgress"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:gravity="center"
@ -41,7 +41,7 @@
<com.google.android.material.textview.MaterialTextView
android:id="@+id/songTotalTime"
android:layout_width="wrap_content"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:gravity="center"