Remove seekBar padding

This commit is contained in:
Florian Renaud 2022-11-29 00:24:29 +01:00
parent 12a86e7d29
commit 0dbbfab97d
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="24dp" android:layout_marginTop="24dp"
android:layout_marginEnd="6dp"
android:paddingStart="0dp"
android:paddingEnd="0dp"
android:progressDrawable="@drawable/bg_seek_bar" android:progressDrawable="@drawable/bg_seek_bar"
android:thumbTint="?vctr_content_tertiary" android:thumbTint="?vctr_content_tertiary"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"