mirror of
https://github.com/cmclark00/RetroMusicPlayer.git
synced 2025-05-24 02:45:21 +01:00
10 lines
346 B
XML
10 lines
346 B
XML
|
<resources>
|
||
|
<style name="Theme.RetroMusic.MD3" parent="@style/Theme.Material3.DayNight.NoActionBar" >
|
||
|
<item name="rectSelector">@drawable/rect_selector</item>
|
||
|
</style>
|
||
|
|
||
|
<style name="BottomSheetStyle" parent="Widget.MaterialComponents.BottomSheet">
|
||
|
<item name="android:maxWidth">@empty</item>
|
||
|
</style>
|
||
|
</resources>
|