From 8a249407f9a91b696b88d74eea0fbf789d0ee6a4 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 24 四月 2025 10:34:05 +0800 Subject: [PATCH] 2025年04月24日10:34:03 --- app/src/main/res/layout/item_plant_details.xml | 4 +--- 1 files changed, 1 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 90f7b2d..2572852 100644 --- a/app/src/main/res/layout/item_plant_details.xml +++ b/app/src/main/res/layout/item_plant_details.xml @@ -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 @@ -88,8 +88,6 @@ android:layout_height="match_parent" android:paddingStart="0dp" android:paddingEnd="@dimen/dp_16" - android:paddingTop="@dimen/dp_1" - android:paddingBottom="@dimen/dp_1" android:textColor="@color/text_FFACACAC" android:textSize="@dimen/text_12" /> </LinearLayout> -- Gitblit v1.8.0