From 5774c1484de1bba014dde3442247b8d827f5b8d4 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Mon, 7 Apr 2025 19:07:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BB=BB=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=AB=98=E5=BA=A6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- positions/build.properties | 4 ++-- positions/src/main/res/layout/fragment_tasks.xml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/positions/build.properties b/positions/build.properties index a6f2f65..4619d7d 100644 --- a/positions/build.properties +++ b/positions/build.properties @@ -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 diff --git a/positions/src/main/res/layout/fragment_tasks.xml b/positions/src/main/res/layout/fragment_tasks.xml index 05c9915..fdf087b 100644 --- a/positions/src/main/res/layout/fragment_tasks.xml +++ b/positions/src/main/res/layout/fragment_tasks.xml @@ -25,18 +25,19 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="+Task" - android:textAllCaps="false"/> + android:textAllCaps="false"/> + android:layout_alignParentBottom="true" + android:layout_weight="1.0"/>