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

Commit 32f14547 authored by songferngwang's avatar songferngwang Committed by SongFerng Wang
Browse files

Add the theme for the bottom sheet UI

Bug: 318310357
Bug: 298898436
Bug: 298891941
Test: build pass
Change-Id: Ibbf41a6b698f86e8e12e8e09243ce6b84efb35c7
parent 09f01997
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>