Skip to content

Commit 2788dca

Browse files
authored
Visual update: Update the autocomplete item button background (#6048)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1207418217763355/task/1210198169211629?focus=true ### Description This PR updates the tap background of the autocomplete item button to match the design. ### UI changes https://github.com/user-attachments/assets/302326a6-1499-4499-be21-1723be1d4f18
1 parent 69d4863 commit 2788dca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/src/main/res/layout/item_autocomplete_default.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
android:contentDescription="@string/editQueryBeforeSubmitting"
6060
android:padding="@dimen/keyline_2"
6161
android:src="@drawable/ic_arrow_circle_up_left_16"
62+
android:background="@drawable/selectable_item_experimental_background"
6263
app:layout_constraintBottom_toBottomOf="parent"
6364
app:layout_constraintEnd_toEndOf="parent"
6465
app:layout_constraintTop_toTopOf="parent"

app/src/main/res/layout/item_autocomplete_search_suggestion.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
android:id="@+id/editQueryImage"
5757
android:layout_width="wrap_content"
5858
android:layout_height="wrap_content"
59-
android:background="?selectableItemBackgroundBorderless"
59+
android:background="@drawable/selectable_item_experimental_background"
6060
android:contentDescription="@string/editQueryBeforeSubmitting"
6161
android:padding="@dimen/keyline_2"
6262
android:src="@drawable/ic_arrow_circle_up_left_16"

0 commit comments

Comments
 (0)