From e28943d8fd8304f562be9b167a9c9036cd607f49 Mon Sep 17 00:00:00 2001 From: zhanghang Date: Fri, 8 Aug 2025 16:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=AF=84=E5=88=86=E6=9D=A1Rating?= =?UTF-8?q?=E3=80=91=E9=BB=98=E8=AE=A4=E6=A0=B7=E5=BC=8F=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E4=BA=A7=E5=93=81=E5=B7=AE=E5=BC=82=E5=8C=96?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhanghang --- systemres/main/resources/tv/element/color_sys.json | 8 ++++---- systemres/main/resources/tv/element/float_sys.json | 14 +++++++++++--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/systemres/main/resources/tv/element/color_sys.json b/systemres/main/resources/tv/element/color_sys.json index 04006d9c..9d2179bc 100644 --- a/systemres/main/resources/tv/element/color_sys.json +++ b/systemres/main/resources/tv/element/color_sys.json @@ -78,11 +78,11 @@ }, { "name": "rating_icon_active_color", - "value": "#F7CE00" + "value": "$color:multi_color_11" }, { "name": "rating_icon_inactive_color", - "value": "#33F1F3F5" + "value": "$color:comp_background_tertiary" }, { "name": "rating_container_hover_color", @@ -90,7 +90,7 @@ }, { "name": "rating_container_press_color", - "value": "#26FFFFFF" + "value": "$color:interactive_pressed" }, { "name": "rating_container_focus_color", @@ -98,7 +98,7 @@ }, { "name": "rating_unlit_star_focus_color", - "value": "$color:comp_background_secondary" + "value": "$color:comp_background_tertiary" }, { "name": "textfield_bg_color", diff --git a/systemres/main/resources/tv/element/float_sys.json b/systemres/main/resources/tv/element/float_sys.json index afa50f8d..7af34e95 100644 --- a/systemres/main/resources/tv/element/float_sys.json +++ b/systemres/main/resources/tv/element/float_sys.json @@ -198,15 +198,15 @@ }, { "name": "rating_icon_board_distance", - "value": "15.0vp" + "value": "17.0vp" }, { "name": "rating_big_width", - "value": "64.0vp" + "value": "86.0vp" }, { "name": "rating_big_height", - "value": "64.0vp" + "value": "86.0vp" }, { "name": "rating_focus_space", @@ -935,6 +935,14 @@ { "name" : "segment_button_unselected_font_weight", "value": "500" + }, + { + "name": "ohos_id_rating_mini_width", + "value": "16.0vp" + }, + { + "name": "ohos_id_rating_mini_height", + "value": "16.0vp" } ] } \ No newline at end of file -- Gitee