Skip to content

Commit 35dfa92

Browse files
afohrmandsn5ft
authored andcommitted
[Adaptive][Side Sheet] Added explicit style definition to coplanar sheet catalog demo.
The coplanar sheet catalog demo was missing an explicit style definition, which was causing some attributes like the background to display improperly. PiperOrigin-RevId: 494217653 (cherry picked from commit 2752958)
1 parent 0538a3c commit 35dfa92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

catalog/java/io/material/catalog/sidesheet/res/layout/cat_sidesheet_fragment.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104

105105
<LinearLayout
106106
android:id="@+id/coplanar_side_sheet_container"
107+
style="@style/Widget.Material3.SideSheet"
107108
android:layout_width="256dp"
108109
android:layout_height="match_parent"
109110
android:layout_gravity="end"

0 commit comments

Comments
 (0)