increase touch target height for exo_progress

This commit is contained in:
Jannik 2022-04-15 17:55:01 +02:00
parent 95c8a72c94
commit c48328723b
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@
android:layout_height="@dimen/player_styled_progress_layout_height"
android:contentDescription="@string/desc_time_bar"
app:bar_height="3dp"
app:touch_target_height="@dimen/player_styled_progress_layout_height"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/exo_remaining"
app:layout_constraintStart_toStartOf="parent"