We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ece98 commit bb0f842Copy full SHA for bb0f842
1 file changed
catalog/java/io/material/catalog/search/res/layout/cat_search_appbar_icons_fragment.xml
@@ -24,6 +24,7 @@
24
android:id="@+id/app_bar_layout"
25
android:layout_width="match_parent"
26
android:layout_height="wrap_content"
27
+ android:theme="@style/ThemeOverlay.Material3Expressive.AppBarWithSearch"
28
android:fitsSystemWindows="true">
29
30
<androidx.constraintlayout.widget.ConstraintLayout
@@ -113,6 +114,7 @@
113
114
115
<com.google.android.material.search.SearchView
116
android:id="@+id/cat_search_view"
117
+ style="@style/Widget.Material3Expressive.SearchView.AppBarWithSearch"
118
119
android:layout_height="match_parent"
120
android:hint="@string/cat_searchbar_short_hint"
0 commit comments