From d47312728c1a22cb38b205eb17c591948a1d2946 Mon Sep 17 00:00:00 2001 From: liugang9704 <2745340733@qq.com> Date: Wed, 14 May 2025 09:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E6=96=87=E7=89=88README=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_en.md => README.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename README_en.md => README.en.md (74%) diff --git a/README_en.md b/README.en.md similarity index 74% rename from README_en.md rename to README.en.md index 8a9412f..349af91 100644 --- a/README_en.md +++ b/README.en.md @@ -37,11 +37,11 @@ This sample describes how to add custom dialog boxes and the following fixed-sty N/A ## How to use -1. Open the application home page. Tap the back icon in the upper left corner, and the alert dialog box is displayed. Tap OK to exit the page. -2. Open the application home page. Tap the Date of birth option, and the date picker dialog box is displayed. Swipe up or down to pick a date, tap OK, and the picked date is displayed. -3. Open the application home page. Tap the Gender option, and the text picker dialog box is displayed. Swipe up or down to pick an option, tap OK, and the picked text is displayed. -4. Open the application home page. Tap the Hobby option, and the custom dialog box is displayed. Pick multiple hobbies, tap OK, and the picked hobbies are displayed. -5. Open the application home page. Tap the menu icon in the upper right corner, and a popup dialog box is displayed. Tap Save to save the information. Then the alert dialog box is not displayed when you exit the page. +* Open the application home page. Tap the back icon in the upper left corner, and the alert dialog box is displayed. Tap OK to exit the page. +* Open the application home page. Tap the Date of birth option, and the date picker dialog box is displayed. Swipe up or down to pick a date, tap OK, and the picked date is displayed. +* Open the application home page. Tap the Gender option, and the text picker dialog box is displayed. Swipe up or down to pick an option, tap OK, and the picked text is displayed. +* Open the application home page. Tap the Hobby option, and the custom dialog box is displayed. Pick multiple hobbies, tap OK, and the picked hobbies are displayed. +* Open the application home page. Tap the menu icon in the upper right corner, and a popup dialog box is displayed. Tap Save to save the information. Then the alert dialog box is not displayed when you exit the page. ## Constrains -- Gitee