添加应用使用方法提示

This commit is contained in:
ZhanGSKen
2025-06-28 12:11:12 +08:00
parent 1a2b7b862d
commit 42c4978b44
2 changed files with 15 additions and 2 deletions

View File

@@ -269,6 +269,19 @@
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="&lt;&lt;==向左拉动列表项可编辑内容"/>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"
android:layout_width="match_parent"