From 040227e7bf27786656347612f3e89d703df33cc3 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期五, 31 五月 2024 14:51:42 +0800 Subject: [PATCH] 2024年05月31日14:51:40 --- app/src/main/res/layout/item_plant_details.xml | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/item_plant_details.xml b/app/src/main/res/layout/item_plant_details.xml index 52c25a4..f4958f5 100644 --- a/app/src/main/res/layout/item_plant_details.xml +++ b/app/src/main/res/layout/item_plant_details.xml @@ -81,8 +81,7 @@ android:gravity="center" android:text="0" android:textColor="@color/text_E6000000" - android:textSize="@dimen/text_15" - android:textStyle="bold" /> + android:textSize="@dimen/text_15" /> <TextView android:id="@+id/power_type_tv" @@ -110,8 +109,7 @@ android:gravity="center" android:text="0" android:textColor="@color/text_E6000000" - android:textSize="@dimen/text_15" - android:textStyle="bold" /> + android:textSize="@dimen/text_15" /> <TextView android:id="@+id/day_type_tv" @@ -139,8 +137,7 @@ android:gravity="center" android:text="0" android:textColor="@color/text_E6000000" - android:textSize="@dimen/text_15" - android:textStyle="bold" /> + android:textSize="@dimen/text_15" /> <TextView android:id="@+id/month_type_tv" -- Gitblit v1.8.0