From 94ed29870324b00c3881e517ffee15903133f79b Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 11 七月 2025 15:16:14 +0800 Subject: [PATCH] 2025年07月11日15:16:13 --- app/src/main/res/layout/item_plant_details.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/item_plant_details.xml b/app/src/main/res/layout/item_plant_details.xml index d9e61f1..2572852 100644 --- a/app/src/main/res/layout/item_plant_details.xml +++ b/app/src/main/res/layout/item_plant_details.xml @@ -36,7 +36,7 @@ android:layout_width="match_parent" android:layout_height="@dimen/dp_20" android:layout_marginStart="@dimen/dp_5" - android:layout_marginTop="14.5dp" + android:layout_marginTop="13.5dp" android:layout_toStartOf="@+id/home_debug_state_ll" android:layout_toEndOf="@+id/home_image_iv" android:gravity="center_vertical" @@ -74,7 +74,7 @@ android:layout_height="@dimen/dp_18" android:layout_alignParentTop="true" android:layout_alignParentEnd="true" - android:layout_marginTop="@dimen/dp_14" + android:layout_marginTop="@dimen/dp_15" android:orientation="horizontal"> <ImageView -- Gitblit v1.8.0