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:
mattsziklay
2023-07-20 14:29:27 -07:00
parent 3f4d5ed681
commit 73314f871f

View File

@@ -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"