diff --git a/UI/eTsBuildCommonView/README_zh.md b/UI/eTSBuildCommonView/README_zh.md similarity index 84% rename from UI/eTsBuildCommonView/README_zh.md rename to UI/eTSBuildCommonView/README_zh.md index 01baaf69607cc98a9f9c07cf803c99983e062873..f28bbdbaff2c8604a7a3df88b797e53ef8e89b91 100644 --- a/UI/eTsBuildCommonView/README_zh.md +++ b/UI/eTSBuildCommonView/README_zh.md @@ -1,8 +1,8 @@ -# 构建简单页面 +# 创建简单视图 ## 简介 本示例为构建了简单页面展示食物番茄的图片和营养信息,主要为了展示简单页面的Stack布局和Flex布局。详情参考《ArkUI-声明式范式开发指南》第三章。 ## 使用说明 -无 +此页面为静态页面,无用户交互。 ## 约束与限制 本示例仅支持在大型系统上运行,需使用API7 HarmonyOS SDK和版本为3.0 Beta1 Dev Eco Studio。 diff --git a/UI/eTsBuildCommonView/build.gradle b/UI/eTSBuildCommonView/build.gradle similarity index 100% rename from UI/eTsBuildCommonView/build.gradle rename to UI/eTSBuildCommonView/build.gradle diff --git a/UI/eTsBuildCommonView/entry/build.gradle b/UI/eTSBuildCommonView/entry/build.gradle similarity index 100% rename from UI/eTsBuildCommonView/entry/build.gradle rename to UI/eTSBuildCommonView/entry/build.gradle diff --git a/UI/eTsBuildCommonView/entry/src/main/config.json b/UI/eTSBuildCommonView/entry/src/main/config.json similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/config.json rename to UI/eTSBuildCommonView/entry/src/main/config.json diff --git a/UI/eTsBuildCommonView/entry/src/main/ets/default/app.ets b/UI/eTSBuildCommonView/entry/src/main/ets/default/app.ets similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/ets/default/app.ets rename to UI/eTSBuildCommonView/entry/src/main/ets/default/app.ets diff --git a/UI/eTsBuildCommonView/entry/src/main/ets/default/pages/FoodDetail.ets b/UI/eTSBuildCommonView/entry/src/main/ets/default/pages/FoodDetail.ets similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/ets/default/pages/FoodDetail.ets rename to UI/eTSBuildCommonView/entry/src/main/ets/default/pages/FoodDetail.ets diff --git a/UI/eTsBuildCommonView/entry/src/main/java/ohos/samples/etsbuildcommonview/MainAbility.java b/UI/eTSBuildCommonView/entry/src/main/java/ohos/samples/etsbuildcommonview/MainAbility.java similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/java/ohos/samples/etsbuildcommonview/MainAbility.java rename to UI/eTSBuildCommonView/entry/src/main/java/ohos/samples/etsbuildcommonview/MainAbility.java diff --git a/UI/eTsBuildCommonView/entry/src/main/java/ohos/samples/etsbuildcommonview/MyApplication.java b/UI/eTSBuildCommonView/entry/src/main/java/ohos/samples/etsbuildcommonview/MyApplication.java similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/java/ohos/samples/etsbuildcommonview/MyApplication.java rename to UI/eTSBuildCommonView/entry/src/main/java/ohos/samples/etsbuildcommonview/MyApplication.java diff --git a/UI/eTsBuildCommonView/entry/src/main/resources/base/element/string.json b/UI/eTSBuildCommonView/entry/src/main/resources/base/element/string.json similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/resources/base/element/string.json rename to UI/eTSBuildCommonView/entry/src/main/resources/base/element/string.json diff --git a/UI/eTsBuildCommonView/entry/src/main/resources/base/media/Logo.png b/UI/eTSBuildCommonView/entry/src/main/resources/base/media/Logo.png similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/resources/base/media/Logo.png rename to UI/eTSBuildCommonView/entry/src/main/resources/base/media/Logo.png diff --git a/UI/eTsBuildCommonView/entry/src/main/resources/phone/media/Tomato.png b/UI/eTSBuildCommonView/entry/src/main/resources/phone/media/Tomato.png similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/resources/phone/media/Tomato.png rename to UI/eTSBuildCommonView/entry/src/main/resources/phone/media/Tomato.png diff --git a/UI/eTsBuildCommonView/entry/src/main/resources/rawfile/Tomato.png b/UI/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png similarity index 100% rename from UI/eTsBuildCommonView/entry/src/main/resources/rawfile/Tomato.png rename to UI/eTSBuildCommonView/entry/src/main/resources/rawfile/Tomato.png diff --git a/UI/eTsBuildCommonView/screenshots/device/FoodDetail.png b/UI/eTSBuildCommonView/screenshots/device/FoodDetail.png similarity index 100% rename from UI/eTsBuildCommonView/screenshots/device/FoodDetail.png rename to UI/eTSBuildCommonView/screenshots/device/FoodDetail.png diff --git a/UI/eTsBuildCommonView/settings.gradle b/UI/eTSBuildCommonView/settings.gradle similarity index 100% rename from UI/eTsBuildCommonView/settings.gradle rename to UI/eTSBuildCommonView/settings.gradle diff --git a/UI/eTsDefiningPageLayoutAndConnection/README_zh.md b/UI/eTSDefiningPageLayoutAndConnection/README_zh.md similarity index 90% rename from UI/eTsDefiningPageLayoutAndConnection/README_zh.md rename to UI/eTSDefiningPageLayoutAndConnection/README_zh.md index bdedde5ad353dfde2020aaf70537ad5ca1ea1520..339182ca322adaadd7d3dcdf1f197f244faec185 100644 --- a/UI/eTsDefiningPageLayoutAndConnection/README_zh.md +++ b/UI/eTSDefiningPageLayoutAndConnection/README_zh.md @@ -1,10 +1,10 @@ -# 构建页面布局和连接 +# 页面布局和连接 ## 简介 本示例构建食物分类列表页面和食物详情页,包含: 1. List布局:创建食物数据模型,ForEach循环渲染ListItem; -2. Grid布局:展示食物分类信息,创建Tabs页签展示不同分类的食物网格; +2. Grid布局:展示食物分类信息,创建Tabs页签展示不同分类的食物; 3. 路由机制:router接口、Navigator和页面间数据传递。 diff --git a/UI/eTsDefiningPageLayoutAndConnection/build.gradle b/UI/eTSDefiningPageLayoutAndConnection/build.gradle similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/build.gradle rename to UI/eTSDefiningPageLayoutAndConnection/build.gradle diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/build.gradle b/UI/eTSDefiningPageLayoutAndConnection/entry/build.gradle similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/build.gradle rename to UI/eTSDefiningPageLayoutAndConnection/entry/build.gradle diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/config.json b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/config.json rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/config.json diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/app.ets b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/app.ets similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/app.ets rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/app.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/model/FoodData.ets b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/model/FoodData.ets similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/model/FoodData.ets rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/model/FoodData.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/model/FoodDataModels.ets b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/model/FoodDataModels.ets similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/model/FoodDataModels.ets rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/model/FoodDataModels.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/pages/FoodCategoryList.ets b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/pages/FoodCategoryList.ets similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/pages/FoodCategoryList.ets rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/pages/FoodCategoryList.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/pages/FoodDetail.ets b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/pages/FoodDetail.ets similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/ets/default/pages/FoodDetail.ets rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/ets/default/pages/FoodDetail.ets diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/java/ohos/samples/etsdefiningpagelayoutandconnection/MainAbility.java b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/java/ohos/samples/etsdefiningpagelayoutandconnection/MainAbility.java similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/java/ohos/samples/etsdefiningpagelayoutandconnection/MainAbility.java rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/java/ohos/samples/etsdefiningpagelayoutandconnection/MainAbility.java diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/java/ohos/samples/etsdefiningpagelayoutandconnection/MyApplication.java b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/java/ohos/samples/etsdefiningpagelayoutandconnection/MyApplication.java similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/java/ohos/samples/etsdefiningpagelayoutandconnection/MyApplication.java rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/java/ohos/samples/etsdefiningpagelayoutandconnection/MyApplication.java diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/element/string.json diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/base/media/Logo.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Avocado.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Back.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Blueberry.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Crab.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Cucumber.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/IceCream.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Kiwi.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Mushroom.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Onion.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Pitaya.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Strawberry.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Switch.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Tomato.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png b/UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png rename to UI/eTSDefiningPageLayoutAndConnection/entry/src/main/resources/phone/media/Walnut.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png b/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png rename to UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodCategory.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png b/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png rename to UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodDetail.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodList.png b/UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/screenshots/device/FoodList.png rename to UI/eTSDefiningPageLayoutAndConnection/screenshots/device/FoodList.png diff --git a/UI/eTsDefiningPageLayoutAndConnection/settings.gradle b/UI/eTSDefiningPageLayoutAndConnection/settings.gradle similarity index 100% rename from UI/eTsDefiningPageLayoutAndConnection/settings.gradle rename to UI/eTSDefiningPageLayoutAndConnection/settings.gradle diff --git a/UI/eTsDrawingAndAnimation/README_zh.md b/UI/eTSDrawingAndAnimation/README_zh.md similarity index 56% rename from UI/eTsDrawingAndAnimation/README_zh.md rename to UI/eTSDrawingAndAnimation/README_zh.md index 70eb1ec9921db2c651ff09f7d7427a60d44228e9..2a1c3c8cdcc6926dfdac6fa3218892e6013c369c 100644 --- a/UI/eTsDrawingAndAnimation/README_zh.md +++ b/UI/eTSDrawingAndAnimation/README_zh.md @@ -1,9 +1,9 @@ # 绘图和动画 ## 简介 -本示例构建健康饮食应用的动画部分,包含: +本示例实现健康饮食应用的动效部分,包含: -1. 绘制组件:使用绘制组件Shape和Path绘制健康饮食应用的Logo; -2. 动画:显式动画animateTo实现闪屏动画,以及添加食物分类列表页面到食物详情页的共享元素转场动画。 +1. Logo绘制:使用绘制组件Shape和Path绘制健康饮食应用的Logo; +2. 闪屏和页面转场动效:显式动画animateTo实现闪屏动画,添加食物分类列表页面到食物详情页的共享元素转场动画。 详情参考《ArkUI-声明式范式开发指南》第五章。 diff --git a/UI/eTsDrawingAndAnimation/build.gradle b/UI/eTSDrawingAndAnimation/build.gradle similarity index 100% rename from UI/eTsDrawingAndAnimation/build.gradle rename to UI/eTSDrawingAndAnimation/build.gradle diff --git a/UI/eTsDrawingAndAnimation/entry/build.gradle b/UI/eTSDrawingAndAnimation/entry/build.gradle similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/build.gradle rename to UI/eTSDrawingAndAnimation/entry/build.gradle diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/config.json b/UI/eTSDrawingAndAnimation/entry/src/main/config.json similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/config.json rename to UI/eTSDrawingAndAnimation/entry/src/main/config.json diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/ets/default/app.ets b/UI/eTSDrawingAndAnimation/entry/src/main/ets/default/app.ets similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/ets/default/app.ets rename to UI/eTSDrawingAndAnimation/entry/src/main/ets/default/app.ets diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/ets/default/model/FoodData.ets b/UI/eTSDrawingAndAnimation/entry/src/main/ets/default/model/FoodData.ets similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/ets/default/model/FoodData.ets rename to UI/eTSDrawingAndAnimation/entry/src/main/ets/default/model/FoodData.ets diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/ets/default/model/FoodDataModels.ets b/UI/eTSDrawingAndAnimation/entry/src/main/ets/default/model/FoodDataModels.ets similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/ets/default/model/FoodDataModels.ets rename to UI/eTSDrawingAndAnimation/entry/src/main/ets/default/model/FoodDataModels.ets diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/ets/default/pages/FoodCategoryList.ets b/UI/eTSDrawingAndAnimation/entry/src/main/ets/default/pages/FoodCategoryList.ets similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/ets/default/pages/FoodCategoryList.ets rename to UI/eTSDrawingAndAnimation/entry/src/main/ets/default/pages/FoodCategoryList.ets diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/ets/default/pages/FoodDetail.ets b/UI/eTSDrawingAndAnimation/entry/src/main/ets/default/pages/FoodDetail.ets similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/ets/default/pages/FoodDetail.ets rename to UI/eTSDrawingAndAnimation/entry/src/main/ets/default/pages/FoodDetail.ets diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/ets/default/pages/Logo.ets b/UI/eTSDrawingAndAnimation/entry/src/main/ets/default/pages/Logo.ets similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/ets/default/pages/Logo.ets rename to UI/eTSDrawingAndAnimation/entry/src/main/ets/default/pages/Logo.ets diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/java/ohos/samples/etsdrawingandanimation/MainAbility.java b/UI/eTSDrawingAndAnimation/entry/src/main/java/ohos/samples/etsdrawingandanimation/MainAbility.java similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/java/ohos/samples/etsdrawingandanimation/MainAbility.java rename to UI/eTSDrawingAndAnimation/entry/src/main/java/ohos/samples/etsdrawingandanimation/MainAbility.java diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/java/ohos/samples/etsdrawingandanimation/MyApplication.java b/UI/eTSDrawingAndAnimation/entry/src/main/java/ohos/samples/etsdrawingandanimation/MyApplication.java similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/java/ohos/samples/etsdrawingandanimation/MyApplication.java rename to UI/eTSDrawingAndAnimation/entry/src/main/java/ohos/samples/etsdrawingandanimation/MyApplication.java diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/base/element/string.json b/UI/eTSDrawingAndAnimation/entry/src/main/resources/base/element/string.json similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/base/element/string.json rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/base/element/string.json diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/base/media/Logo.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/base/media/Logo.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/base/media/Logo.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/base/media/Logo.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Avocado.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Avocado.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Avocado.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Avocado.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Back.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Back.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Back.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Back.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Blueberry.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Blueberry.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Blueberry.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Blueberry.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Crab.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Crab.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Crab.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Crab.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Cucumber.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Cucumber.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Cucumber.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Cucumber.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/IceCream.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/IceCream.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/IceCream.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/IceCream.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Kiwi.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Kiwi.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Kiwi.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Kiwi.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Mushroom.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Mushroom.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Mushroom.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Mushroom.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Onion.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Onion.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Onion.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Onion.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Pitaya.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Pitaya.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Pitaya.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Pitaya.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Strawberry.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Strawberry.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Strawberry.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Strawberry.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Switch.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Switch.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Switch.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Switch.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Tomato.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Tomato.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Tomato.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Tomato.png diff --git a/UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Walnut.png b/UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Walnut.png similarity index 100% rename from UI/eTsDrawingAndAnimation/entry/src/main/resources/phone/media/Walnut.png rename to UI/eTSDrawingAndAnimation/entry/src/main/resources/phone/media/Walnut.png diff --git a/UI/eTsDrawingAndAnimation/screenshots/device/FoodCategory.png b/UI/eTSDrawingAndAnimation/screenshots/device/FoodCategory.png similarity index 100% rename from UI/eTsDrawingAndAnimation/screenshots/device/FoodCategory.png rename to UI/eTSDrawingAndAnimation/screenshots/device/FoodCategory.png diff --git a/UI/eTsDrawingAndAnimation/screenshots/device/FoodDetail.png b/UI/eTSDrawingAndAnimation/screenshots/device/FoodDetail.png similarity index 100% rename from UI/eTsDrawingAndAnimation/screenshots/device/FoodDetail.png rename to UI/eTSDrawingAndAnimation/screenshots/device/FoodDetail.png diff --git a/UI/eTsDrawingAndAnimation/screenshots/device/FoodList.png b/UI/eTSDrawingAndAnimation/screenshots/device/FoodList.png similarity index 100% rename from UI/eTsDrawingAndAnimation/screenshots/device/FoodList.png rename to UI/eTSDrawingAndAnimation/screenshots/device/FoodList.png diff --git a/UI/eTsDrawingAndAnimation/screenshots/device/Logo.png b/UI/eTSDrawingAndAnimation/screenshots/device/Logo.png similarity index 100% rename from UI/eTsDrawingAndAnimation/screenshots/device/Logo.png rename to UI/eTSDrawingAndAnimation/screenshots/device/Logo.png diff --git a/UI/eTsDrawingAndAnimation/settings.gradle b/UI/eTSDrawingAndAnimation/settings.gradle similarity index 100% rename from UI/eTsDrawingAndAnimation/settings.gradle rename to UI/eTSDrawingAndAnimation/settings.gradle