From c2c6c80ca2b7f34338e35cedff9e18394ac60099 Mon Sep 17 00:00:00 2001 From: Lloyd_Liu <12595420+Lloyd-Liu@user.noreply.gitee.com> Date: Thu, 20 Mar 2025 13:25:03 +0000 Subject: [PATCH] update README.en.md. Signed-off-by: Lloyd_Liu <12595420+Lloyd-Liu@user.noreply.gitee.com> --- README.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en.md b/README.en.md index 637ef36..9e0f8ce 100644 --- a/README.en.md +++ b/README.en.md @@ -6,7 +6,7 @@ Learn to implement an image beautification app based on the adaptive layout and #### Description -This codelab implements an image beautification app based on the adaptive layout and responsive layout, achieving one-time development for multi-device deployment. It uses the three-layer project architecture for code reuse and tailors the pages to different device sizes such as mobile phones, foldable phones, and 2-in-1 devices. +This codelab implements an image beautification app based on the adaptive layout and responsive layout, achieving one-time development for multi-device deployment. It uses the three-layer project architecture for code reuse and tailors the pages to different device sizes such as mobile phones, foldable phones, and PC/2-in-1 devices. The following figure shows the effect on the mobile phone. ![](screenshots/device/phone_en.png) @@ -15,7 +15,7 @@ The following figure shows the effect on the foldable phone in unfolded state. ![](screenshots/device/foldable_en.png) -The following figure shows the effect of the tablet and 2-in-1 device. +The following figure shows the effect of the tablet and PC/2-in-1 device. ![](screenshots/device/pad_en.png) @@ -31,7 +31,7 @@ N/A. #### How to Use -- Install and open an app on a mobile phone, foldable phone, tablet, or 2-in-1 device. The responsive layout and adaptive layout are used to display different effects on the app pages over different devices. +- Install and open an app on a mobile phone, foldable phone, tablet, or PC/2-in-1 device. The responsive layout and adaptive layout are used to display different effects on the app pages over different devices. - Tap the edit or album icon to access the photo editing page or album page. #### Constraints -- Gitee