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_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