合并手机端开发的分支文件,修复编译参数不同步问题。

This commit is contained in:
MiMo
2026-07-19 13:51:55 +08:00
3 changed files with 11 additions and 1 deletions
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true">
<item
android:left="0dp"
android:top="0dp"
android:right="0dp"
android:bottom="0dp"
android:drawable="@drawable/mi_blankbackground"/>
</layer-list>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

+1 -1
View File
@@ -5,7 +5,7 @@
<item
android:id="@+id/action_mi_gallery"
android:title="@string/mi_gallery"
android:icon="@drawable/ic_mi_gallery2"
android:icon="@drawable/ic_mi_gallery3"
app:showAsAction="ifRoom"/>
<item