From b9cc7390e8e8ce64c41c26fb369c98ce669d660c Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 07 五月 2025 15:02:30 +0800
Subject: [PATCH] Merge branch '1.2.0'

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