Player: increase clickable area of back button

This commit is contained in:
Jannik 2020-11-07 18:30:12 +01:00
parent 27e8e1c3c2
commit 0e9500e39d
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
1 changed files with 4 additions and 3 deletions

View File

@ -18,16 +18,17 @@
<ImageButton
android:id="@+id/exo_close_player"
style="@style/ExoStyledControls.Button.Center"
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_width="44dp"
android:layout_height="44dp"
android:contentDescription="@string/close_player"
android:padding="10dp"
app:srcCompat="@drawable/ic_baseline_arrow_back_24" />
<TextView
android:id="@+id/exo_text_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="34dp"
android:layout_marginEnd="44dp"
android:text="@string/text_title_ex"
android:textAlignment="center"
android:textColor="@color/exo_white" />