Added a ripple effect when tapping on the search toolbar

This commit is contained in:
Jays2Kings 2021-04-29 19:48:22 -04:00
parent 64feadcd66
commit 4f1c309dbd

View File

@ -78,6 +78,7 @@
app:contentInsetEndWithActions="0dp"
app:contentInsetStart="0dp"
app:contentInsetEnd="0dp"
android:background="@drawable/rect_ripple"
app:navigationIconTint="@color/text_color_secondary"
app:navigationIcon="@drawable/ic_search_24dp"
app:titleTextAppearance="@style/TextAppearance.MaterialComponents.Body1"