Skip to content

Commit 9b413fc

Browse files
Material Design Teamimhappi
authored andcommitted
[Catalog] Make SearchView in Catalog full-screen
This change removes the fitsSystemWindows attribute in the main search demo fragment, which allows the search view to span full-screen, like other demos. PiperOrigin-RevId: 859163506
1 parent 4bb9acd commit 9b413fc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

catalog/java/io/material/catalog/search/res/layout/cat_search_fragment.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
xmlns:android="http://schemas.android.com/apk/res/android"
1919
xmlns:app="http://schemas.android.com/apk/res-auto"
2020
android:layout_width="match_parent"
21-
android:layout_height="match_parent"
22-
android:fitsSystemWindows="true">
21+
android:layout_height="match_parent">
2322

2423
<androidx.core.widget.NestedScrollView
2524
android:id="@+id/nested_scroll_view"

0 commit comments

Comments
 (0)