From a7584d9662df5c9d46a40eb132899cdc64c07ef5 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期一, 01 七月 2024 09:34:56 +0800 Subject: [PATCH] 2024年07月01日09:34:50 --- app/src/main/res/layout/item_device_details.xml | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/item_device_details.xml b/app/src/main/res/layout/item_device_details.xml index 021ad75..a58b8f8 100644 --- a/app/src/main/res/layout/item_device_details.xml +++ b/app/src/main/res/layout/item_device_details.xml @@ -83,8 +83,7 @@ android:layout_height="@dimen/dp_18" android:gravity="center" android:textColor="@color/text_E6000000" - android:textSize="@dimen/text_15" - android:textStyle="bold" /> + android:textSize="@dimen/text_15" /> <TextView android:id="@+id/device_label_run_state_type_tv" @@ -112,8 +111,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/device_label_power_type_tv" @@ -141,8 +139,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/device_label_day_type_tv" -- Gitblit v1.8.0