From 5349ac72465131b610b2c635b3d2e6d59a7969e1 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 13 十二月 2024 16:00:16 +0800 Subject: [PATCH] 2024年12月13日16:00:14 --- app/src/main/res/layout/item_plant_details.xml | 5 ++--- 1 files changed, 2 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 36735a9..837b553 100644 --- a/app/src/main/res/layout/item_plant_details.xml +++ b/app/src/main/res/layout/item_plant_details.xml @@ -20,7 +20,7 @@ android:layout_height="150.5dp" android:layout_marginStart="@dimen/dp_16" android:layout_marginEnd="@dimen/dp_16" - android:background="@drawable/bj_ff333738"> + android:background="@drawable/bj_ff1c1c1e"> <ImageView android:id="@+id/device_details_image_iv" @@ -105,7 +105,7 @@ android:layout_below="@+id/device_details_image_iv" android:layout_alignStart="@+id/device_details_image_iv" android:layout_marginTop="@dimen/dp_16" - android:layout_marginEnd="@dimen/dp_16" + android:layout_marginEnd="@dimen/dp_32" android:orientation="horizontal"> <LinearLayout @@ -226,7 +226,6 @@ android:id="@+id/month_ll" android:layout_width="wrap_content" android:layout_height="match_parent" - android:layout_weight="1" android:orientation="vertical"> <LinearLayout -- Gitblit v1.8.0