Using Android's Action Mode instead of Material Cab

This commit is contained in:
Prathamesh More 2022-07-06 13:08:52 +05:30
parent b1992e8d54
commit f5063de70f
37 changed files with 311 additions and 549 deletions

View file

@ -9,6 +9,7 @@
<item name="materialButtonStyle">@style/MaterialButtonTheme</item>
<item name="popupMenuBackground">@drawable/popup_background</item>
<item name="android:windowBackground">?attr/colorSurface</item>
<item name="windowActionModeOverlay">true</item>
</style>
<style name="Theme.RetroMusic.MD3.Black" parent="@style/Theme.RetroMusic.MD3" />