|
16 | 16 | <merge xmlns:android="http://schemas.android.com/apk/res/android"
|
17 | 17 | xmlns:app="http://schemas.android.com/apk/res-auto"
|
18 | 18 | xmlns:tools="http://schemas.android.com/tools">
|
19 |
| - <LinearLayout |
| 19 | + <FrameLayout |
20 | 20 | android:id="@+id/standard_side_sheet_container"
|
21 | 21 | style="@style/Widget.Material3.SideSheet"
|
22 | 22 | android:layout_width="256dp"
|
|
25 | 25 | app:layout_behavior="@string/side_sheet_behavior"
|
26 | 26 | tools:targetApi="lollipop">
|
27 | 27 | <include layout="@layout/cat_sidesheet_content" />
|
28 |
| - </LinearLayout> |
| 28 | + </FrameLayout> |
29 | 29 |
|
30 |
| - <LinearLayout |
| 30 | + <FrameLayout |
31 | 31 | android:id="@+id/standard_detached_side_sheet_container"
|
32 | 32 | style="@style/Widget.Material3.SideSheet.Detached"
|
33 | 33 | android:layout_width="256dp"
|
|
36 | 36 | app:layout_behavior="@string/side_sheet_behavior"
|
37 | 37 | tools:targetApi="lollipop">
|
38 | 38 | <include layout="@layout/cat_sidesheet_detached_content" />
|
39 |
| - </LinearLayout> |
| 39 | + </FrameLayout> |
40 | 40 |
|
41 |
| - <LinearLayout |
| 41 | + <FrameLayout |
42 | 42 | android:id="@+id/vertically_scrolling_side_sheet_container"
|
43 | 43 | style="@style/Widget.Material3.SideSheet"
|
44 | 44 | android:layout_width="256dp"
|
|
47 | 47 | app:layout_behavior="@string/side_sheet_behavior"
|
48 | 48 | tools:targetApi="lollipop">
|
49 | 49 | <include layout="@layout/cat_sidesheet_content_vertically_scrolling" />
|
50 |
| - </LinearLayout> |
| 50 | + </FrameLayout> |
51 | 51 |
|
52 |
| - <LinearLayout |
| 52 | + <FrameLayout |
53 | 53 | android:id="@+id/coplanar_side_sheet_container"
|
54 | 54 | style="@style/Widget.Material3.SideSheet"
|
55 | 55 | android:layout_width="256dp"
|
|
59 | 59 | app:layout_behavior="@string/side_sheet_behavior"
|
60 | 60 | tools:targetApi="lollipop">
|
61 | 61 | <include layout="@layout/cat_sidesheet_content_coplanar" />
|
62 |
| - </LinearLayout> |
| 62 | + </FrameLayout> |
63 | 63 |
|
64 |
| - <LinearLayout |
| 64 | + <FrameLayout |
65 | 65 | android:id="@+id/coplanar_detached_side_sheet_container"
|
66 | 66 | style="@style/Widget.Material3.SideSheet.Detached"
|
67 | 67 | android:layout_width="256dp"
|
|
71 | 71 | app:layout_behavior="@string/side_sheet_behavior"
|
72 | 72 | tools:targetApi="lollipop">
|
73 | 73 | <include layout="@layout/cat_sidesheet_content_coplanar_detached" />
|
74 |
| - </LinearLayout> |
| 74 | + </FrameLayout> |
75 | 75 | </merge>
|
0 commit comments