diff --git a/systemres/main/resources/base/element/float_sys.json b/systemres/main/resources/base/element/float_sys.json index 7f49b8c1711fe21f64a874e7eb4c9d1e22436918..0d94db9e71e7019351db93031294aff01459a894 100644 --- a/systemres/main/resources/base/element/float_sys.json +++ b/systemres/main/resources/base/element/float_sys.json @@ -752,6 +752,10 @@ "name": "search_cancel_button_focus_padding", "value": "0.0vp" }, + { + "name": "search_text_field_right_padding_with_button", + "value": "0.0vp" + }, { "name": "search_symbol_icon_height", "value": "16.0fp" diff --git a/systemres/main/resources/base/element/id_defined.json b/systemres/main/resources/base/element/id_defined.json index fc52805ef57d0c5d4ff4c6a3bbdc34373d57e5e9..35bd08c8d9c11d45a5bd135133d00ca9451af246 100644 --- a/systemres/main/resources/base/element/id_defined.json +++ b/systemres/main/resources/base/element/id_defined.json @@ -33334,6 +33334,12 @@ "name": "textinput_text_counter", "order": 6610, "flags": "private" + }, + { + "type": "float", + "name": "search_text_field_right_padding_with_button", + "order": 6611, + "flags": "private" } ] } diff --git a/systemres/main/resources/base/element/pattern.json b/systemres/main/resources/base/element/pattern.json index 9aa9e875402e8932e9ea6418d464bdaadfa9e779..25b64502ebc2c769fa9bea7c49a79a99af1e2913 100644 --- a/systemres/main/resources/base/element/pattern.json +++ b/systemres/main/resources/base/element/pattern.json @@ -4384,6 +4384,10 @@ "name": "search_text_field_right_padding_without_button", "value": "$float:padding_level6" }, + { + "name": "search_text_field_right_padding_with_button", + "value": "$float:search_text_field_right_padding_with_button" + }, { "name": "search_focus_bg_color", "value": "$color:search_container_focus_color" diff --git a/systemres/main/resources/tv/element/float_sys.json b/systemres/main/resources/tv/element/float_sys.json index ab8a946dfc5f73d618357d22789576e01bed2a16..f28655f00f89f5e64b60f28749bed469d8eb06ec 100644 --- a/systemres/main/resources/tv/element/float_sys.json +++ b/systemres/main/resources/tv/element/float_sys.json @@ -252,6 +252,10 @@ "name": "search_cancel_button_focus_padding", "value": "4.0vp" }, + { + "name": "search_text_field_right_padding_with_button", + "value": "9.0vp" + }, { "name": "textfield_border_radius", "value": "27.0vp"