From ce0f74a334c429a9638e7d60d93f583b6e7ca2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=A0=82=E6=9E=9C?= <14706485+heavy-building@user.noreply.gitee.com> Date: Thu, 7 Aug 2025 19:08:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BF=E6=88=B4float=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=93=9D=E9=BB=84=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xutangguo --- .../resources/wearable/element/float.json | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/systemres/main/resources/wearable/element/float.json b/systemres/main/resources/wearable/element/float.json index f7238815..ee5865e2 100644 --- a/systemres/main/resources/wearable/element/float.json +++ b/systemres/main/resources/wearable/element/float.json @@ -185,7 +185,7 @@ "value": "0.009" }, { - "name": "indexer_popup_text_size", + "name": "ohos_id_text_size_headline7", "value": "19.0vp" }, { @@ -383,18 +383,42 @@ { "name": "menu_padding_interval", "value": "$float:padding_level2" - }, + }, + { + "name": "checkbox_hotzone_padding", + "value": "12.0vp" + }, + { + "name": "radio_hotzone_padding", + "value": "12.0vp" + }, + { + "name": "switch_hotzone_horizontal_padding", + "value": "7.0vp" + }, + { + "name": "switch_hotzone_vertical_padding", + "value": "12.0vp" + }, + { + "name": "switch_hotzone_horizontal_size", + "value": "7.0vp" + }, + { + "name": "switch_hotzone_vertical_size", + "value": "12.0vp" + }, { "name": "ohos_id_scroll_bar_shape_mode", "value": "2.0" - }, + }, { "name": "scroll_able_over_edge_following_ratio", "value": "10.0" }, { "name": "text_overlay_menu_enable", - "value": "0.0" + "value": "1.0" }, { "name": "textfield_border_radius", -- Gitee