From 78bd3ac1cc25c2a0c9684d87ccd199cabcd7bda4 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 07 七月 2025 13:13:31 +0800
Subject: [PATCH] 2025年07月07日13:13:28
---
app/src/main/res/layout/item_plant_details.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/layout/item_plant_details.xml b/app/src/main/res/layout/item_plant_details.xml
index 49f9276..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
@@ -84,7 +84,7 @@
<TextView
android:id="@+id/home_debug_state_tv"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="match_parent"
android:paddingStart="0dp"
android:paddingEnd="@dimen/dp_16"
--
Gitblit v1.8.0