version:1.1.3

update:分包,增加空间信息,更换图标
bugfixes:
This commit is contained in:
2024-04-08 11:15:20 +08:00
parent cd5898287c
commit b6a4bf70e0
50 changed files with 1950 additions and 221 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".fragment.pic.PictureFragment">
<!-- TODO: Update blank fragment layout -->
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
</FrameLayout>