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

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

@@ -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"