From bde7453cbeace5e9ff3275e450d20255aa2afb2e Mon Sep 17 00:00:00 2001 From: kangshihui Date: Tue, 14 May 2024 15:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90NDK=E3=80=91Slider=E6=BB=91=E5=9D=97?= =?UTF-8?q?=E7=BB=84=E4=BB=B6ArkUI=5FSliderStyle=E6=96=B0=E5=A2=9ENONE?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE=E5=80=BC,=20=E4=B8=8EArkTS=E6=9E=9A=E4=B8=BE?= =?UTF-8?q?=E5=80=BC=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4=20Signed-off-by:k?= =?UTF-8?q?angshihui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6bb6a0934688b4e9ed9d92e338d9c0875a367d91 --- arkui/ace_engine/native/native_type.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arkui/ace_engine/native/native_type.h b/arkui/ace_engine/native/native_type.h index 71a268f5e..0c4581da3 100644 --- a/arkui/ace_engine/native/native_type.h +++ b/arkui/ace_engine/native/native_type.h @@ -862,6 +862,8 @@ typedef enum { ARKUI_SLIDER_STYLE_OUT_SET = 0, /** The slider is in the slider track. */ ARKUI_SLIDER_STYLE_IN_SET, + /** No slider. */ + ARKUI_SLIDER_STYLE_NONE, } ArkUI_SliderStyle; /** -- Gitee