From 9463fe29235765fecdd9bbceaf3557a4bbc5b7d9 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 25 六月 2024 10:39:30 +0800 Subject: [PATCH] 更改异常重启的js --- 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