6.4.0 - 新增 barcode/qrcode/shizuku 等模块; 适配高版本系统语言设置; 优化打包功能; 支持应用快捷方式; 修复屏幕旋转相关问题

This commit is contained in:
SuperMonster003
2023-10-30 17:16:58 +08:00
parent 8fc9564c63
commit ef7b1b719c
163 changed files with 4619 additions and 1442 deletions

View File

@@ -28,6 +28,10 @@
<item name="popupTheme">@style/PopupMenuTheme</item>
</style>
<style name="ToolBarStyleInrt" parent="ThemeOverlay.AppCompat.DayNight.ActionBar">
<item name="colorControlNormal">@color/md_black_1000</item>
</style>
<style name="EditorTheme" parent="AppTheme">
<item name="android:windowActionModeOverlay">true</item>
<item name="android:actionModeBackground">@color/colorAccent</item>
@@ -137,4 +141,10 @@
<item name="android:dropDownVerticalOffset">5.0dp</item>
</style>
<style name="OverflowMenuInrt" parent="OverflowMenu">
<item name="android:textColor">@color/md_black_1000</item>
<item name="android:popupBackground">@color/md_blue_grey_100</item>
<item name="android:itemBackground">@color/md_blue_grey_100</item>
</style>
</resources>