添加任务列表附加功能按钮

This commit is contained in:
ZhanGSKen 2025-04-07 13:59:41 +08:00
parent 5d15b11282
commit f251fe5326
2 changed files with 23 additions and 4 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sat Apr 05 10:05:27 GMT 2025
#Mon Apr 07 05:58:57 GMT 2025
stageCount=0
libraryProject=
baseVersion=1.0
publishVersion=1.0.0
buildCount=455
buildCount=456
baseBetaVersion=1.0.1

View File

@ -6,9 +6,28 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<Spinner
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
android:layout_height="wrap_content">
<Spinner
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.0"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="۞"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="+Task"
android:textAllCaps="false"/>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recycler_view"