Player: increase clickable area of back button
This commit is contained in:
		| @ -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" /> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user