Skip to content

Commit

Permalink
[Adaptive][Side Sheet] Added explicit style definition to coplanar sh…
Browse files Browse the repository at this point in the history
…eet 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)
  • Loading branch information
afohrman authored and dsn5ft committed Jan 5, 2023
1 parent 0538a3c commit 35dfa92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@

<LinearLayout
android:id="@+id/coplanar_side_sheet_container"
style="@style/Widget.Material3.SideSheet"
android:layout_width="256dp"
android:layout_height="match_parent"
android:layout_gravity="end"
Expand Down

0 comments on commit 35dfa92

Please sign in to comment.