添加应用使用方法提示

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

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sat Jun 14 18:43:41 HKT 2025
#Sat Jun 28 04:10:05 GMT 2025
stageCount=6
libraryProject=
baseVersion=15.3
publishVersion=15.3.5
buildCount=0
buildCount=1
baseBetaVersion=15.3.6

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"