From 506c48f66ccaca2ff40b1a2c9aaea78f64ed2a36 Mon Sep 17 00:00:00 2001 From: wusongqing Date: Thu, 19 Aug 2021 11:48:42 +0800 Subject: [PATCH] Added English version of slider Signed-off-by: wusongqing --- UI/Slider/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 UI/Slider/README.md diff --git a/UI/Slider/README.md b/UI/Slider/README.md new file mode 100644 index 0000000000..f4268b6b79 --- /dev/null +++ b/UI/Slider/README.md @@ -0,0 +1,13 @@ +# Slider + +### Introduction + +The **** component is often used to set the sound, brightness, and font. This sample shows how to use the **** component to adjust the font size. + +### Usage + + This sample app provides a slider with five levels, corresponding to five font sizes. You can drag the slider to adjust the font size. + +### Constraints + +This sample can only be run on standard-system devices. -- Gitee