调整任务列表高度。
This commit is contained in:
parent
f251fe5326
commit
5774c1484d
@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Mon Apr 07 05:58:57 GMT 2025
|
||||
#Mon Apr 07 11:06:45 GMT 2025
|
||||
stageCount=0
|
||||
libraryProject=
|
||||
baseVersion=1.0
|
||||
publishVersion=1.0.0
|
||||
buildCount=456
|
||||
buildCount=457
|
||||
baseBetaVersion=1.0.1
|
||||
|
@ -25,18 +25,19 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="+Task"
|
||||
android:textAllCaps="false"/>
|
||||
android:textAllCaps="false"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recycler_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="200dp"
|
||||
android:layout_height="0dp"
|
||||
android:background="@drawable/recycler_view_border"
|
||||
android:padding="2dp"
|
||||
android:layout_margin="2dp"
|
||||
android:layout_alignParentBottom="true"/>
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_weight="1.0"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user