添加禁止操作控件方法和完成记录待提交布局展示

This commit is contained in:
md
2021-06-16 18:22:26 +08:00
parent 51086db7dc
commit 4a2f21d13f
17 changed files with 609 additions and 145 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.RoadTaskFragment">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello_blank_fragment" />
</FrameLayout>