version:1.0.1

fix:
update:基本功能完成,修复闪退,更换壁纸未实现
This commit is contained in:
2025-12-04 12:04:58 +08:00
parent a82d7a3744
commit 2ed1a735cf
106 changed files with 4158 additions and 1680 deletions

View File

@@ -32,7 +32,7 @@
xmlns:mv="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/ll_tap"
android:layout_toEndOf="@+id/ll_tap"
android:gravity="center"
android:textColor="#ffffff"
android:textSize="11.5sp"

View File

@@ -26,8 +26,7 @@
android:singleLine="true"/>
</LinearLayout>
<com.flyco.tablayout.widget.MsgView
android:layout_toRightOf="@+id/ll_tap"
<com.flyco.tablayout.widget.MsgView android:layout_toEndOf="@+id/ll_tap"
android:id="@+id/rtv_msg_tip"
xmlns:mv="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"

View File

@@ -32,7 +32,7 @@
xmlns:mv="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/ll_tap"
android:layout_toEndOf="@+id/ll_tap"
android:gravity="center"
android:textColor="#ffffff"
android:textSize="11.5sp"

View File

@@ -21,8 +21,7 @@
android:singleLine="true"/>
</LinearLayout>
<com.flyco.tablayout.widget.MsgView
android:layout_toRightOf="@+id/ll_tap"
<com.flyco.tablayout.widget.MsgView android:layout_toEndOf="@+id/ll_tap"
android:id="@+id/rtv_msg_tip"
xmlns:mv="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"

View File

@@ -31,7 +31,7 @@
xmlns:mv="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/ll_tap"
android:layout_toEndOf="@+id/ll_tap"
android:gravity="center"
android:textColor="#ffffff"
android:textSize="11.5sp"