增加我的数据列表部分功能

This commit is contained in:
qiji4215
2023-04-24 10:50:17 +08:00
parent e72cc87475
commit c940c4b236
10 changed files with 214 additions and 14 deletions

View File

@@ -29,4 +29,12 @@
tools:layout="@layout/fragment_task_list">
</fragment>
<fragment
android:id="@+id/QsRecordListFragment"
android:name="com.navinfo.omqs.ui.fragment.qsrecordlist.QsRecordListFragment"
android:label="我的数据"
tools:layout="@layout/fragment_qs_record_list">
</fragment>
</navigation>