Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38b37d66 authored by SongFerng Wang's avatar SongFerng Wang Committed by Android (Google) Code Review
Browse files

Merge "Add the theme for the bottom sheet UI" into main

parents 92494caa 32f14547
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,4 +24,8 @@
    </style>

    <style name="Theme.SpaLib.Dialog" parent="Theme.Material3.DayNight.Dialog"/>
    <style name="Theme.SpaLib.BottomSheetDialog" parent="Theme.SpaLib">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowIsTranslucent">true</item>
    </style>
</resources>