diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..b826617d0ec8b59194b2402201b296411bbdeda0 --- /dev/null +++ b/README.en.md @@ -0,0 +1,30 @@ +# Pixel Conversion + +### Introduction + +Learn the basic knowledge of pixel units and how to use pixel conversion APIs. + +![](screenshots/device/conversion.en.gif) + +### Concepts + +- Pixel units: The framework provides four pixel units, with vp as the benchmark unit. +- List: a component that provides a series of list items with the same width. It supports presentations of the same type of data in a multiple and coherent row style, for example, images or text. +- Column: a container that arranges components vertically. +- Text: a component that is used to display a piece of text. + +### Permissions + +N/A + +### How to Use + +1. View the concept and details of pixel units. +2. Refer to the documentation for using the pixel conversion APIs. + +### Constraints + +1. The sample is only supported on Huawei phones with standard systems. +2. HarmonyOS: HarmonyOS NEXT Developer Beta1 or later. +3. DevEco Studio: DevEco Studio NEXT Developer Beta1 or later. +4. HarmonyOS SDK: HarmonyOS NEXT Developer Beta1 SDK or later. diff --git a/screenshots/device/conversion.en.gif b/screenshots/device/conversion.en.gif new file mode 100644 index 0000000000000000000000000000000000000000..d78cea4e7665cf7b4bad4140d95b5a1f0423d552 Binary files /dev/null and b/screenshots/device/conversion.en.gif differ