使用本地数据库保存数据

This commit is contained in:
2025-09-11 18:03:03 +08:00
parent 8ff2ff1a7f
commit cc5ea0f2c6
61 changed files with 2335 additions and 615 deletions
@@ -11,6 +11,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical">
<include
@@ -22,8 +23,9 @@
android:id="@+id/rv_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:listitem="@layout/item_geological_list" />
tools:listitem="@layout/list_item_tunnel_working_face" />
</LinearLayout>
</layout>