Align caption touch area with width of caption.
Matches the width of caption's touch area to the width of caption itself. Bug: 292091407 Test: Manual, attempt interacting with caption slightly to the left or right of it. Change-Id: I4ab4d5237c81b071ea4c8f0fbd613ff010625411
This commit is contained in:
@@ -25,9 +25,8 @@
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/caption_handle"
|
||||
android:layout_width="176dp"
|
||||
android:layout_width="128dp"
|
||||
android:layout_height="42dp"
|
||||
android:paddingHorizontal="24dp"
|
||||
android:paddingVertical="19dp"
|
||||
android:contentDescription="@string/handle_text"
|
||||
android:src="@drawable/decor_handle_dark"
|
||||
|
||||
Reference in New Issue
Block a user