diff --git a/README.en.md b/README.en.md index 637ef36fd142147fbb843ae79c4b63130a3aa865..9e0f8cea9ce9c8e295d0d2991a359c7bc1baea70 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