From 8814f3f0828e6ac652a29cc9de9f971fd55bca5b Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 07 五月 2025 14:54:42 +0800
Subject: [PATCH] 2025年05月07日14:54:39
---
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