Use borderless ripple for emoji search buttons.

This commit is contained in:
Greyson Parrelli
2021-12-10 10:25:25 -05:00
committed by Cody Henthorne
parent 7385112115
commit 49b9d5c3aa

View File

@@ -24,7 +24,7 @@
android:id="@+id/emoji_search_nav_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?selectableItemBackground"
android:background="?selectableItemBackgroundBorderless"
android:clickable="false"
android:contentDescription="@string/KeyboardPagerfragment_back_to_emoji"
android:scaleType="centerInside"
@@ -50,7 +50,7 @@
android:id="@+id/emoji_search_clear_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?selectableItemBackground"
android:background="?selectableItemBackgroundBorderless"
android:clickable="false"
android:contentDescription="@string/KeyboardPagerfragment_clear_search_entry"
android:scaleType="centerInside"