Files
HaiNaOSLenovo/app/src/main/res/layout/fragment_doc.xml
Fanhuitong b6a4bf70e0 version:1.1.3
update:分包,增加空间信息,更换图标
bugfixes:
2024-04-08 11:15:20 +08:00

14 lines
516 B
XML

<?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>