From 95eb03c98c527ceacfb39c238634584f1f32e616 Mon Sep 17 00:00:00 2001 From: qinjianqi Date: Fri, 19 Jan 2024 19:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4Google=E5=92=8Candriod?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: qinjianqi --- entry/src/main/ets/pages/index_adapter_animator.ets | 4 ++-- entry/src/main/ets/pages/index_item_animator.ets | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/entry/src/main/ets/pages/index_adapter_animator.ets b/entry/src/main/ets/pages/index_adapter_animator.ets index 5315c1b..36bcb2f 100644 --- a/entry/src/main/ets/pages/index_adapter_animator.ets +++ b/entry/src/main/ets/pages/index_adapter_animator.ets @@ -19,12 +19,12 @@ import { RecyclerView } from "@ohos/recyclerview-animators" @Entry @Component struct Index_adapter_animator { - private listDatas = ["Apple", "Ball", "Camera", "Day", "Egg", "Foo", "Google", "Hello", + private listDatas = ["Apple", "Ball", "Camera", "Day", "Egg", "Foo", "GL", "Hello", "Iron", "Japan", "Coke", "Dog", "Cat", "Yahoo", "Sony", "Canon", "Fujitsu", "USA", "Nexus", "LINE", "Haskell", "C++", "Java", "Go", "Swift", "Objective-c", "Ruby", "PHP", "Bash", "ksh", "C", "Groovy", "Kotlin", "Chip", "Japan", "U.S.A", "San Francisco", "Paris", "Tokyo", "Silicon Valley", "London", "Spain", "China", "Taiwan", "Asia", "New York", "France", "Kyoto", - "Android", "Google", "iPhone", "iPad", "iPod", "Wasabeef"]; + "AD", "GL", "iPhone", "iPad", "iPod", "Wasabeef"]; private animTypes: AnimType[] = [ new AnimType('AlphaIn', RecyclerView.AdapterAnimationType.AlphaIn), new AnimType('ScaleIn', RecyclerView.AdapterAnimationType.ScaleIn), diff --git a/entry/src/main/ets/pages/index_item_animator.ets b/entry/src/main/ets/pages/index_item_animator.ets index 1a245f3..54d42d7 100644 --- a/entry/src/main/ets/pages/index_item_animator.ets +++ b/entry/src/main/ets/pages/index_item_animator.ets @@ -21,12 +21,12 @@ import promptAction from '@ohos.promptAction' @Entry @Component struct Index_item_animator { - private listDatas = ["Apple", "Ball", "Camera", "Day", "Egg", "Foo", "Google", "Hello", + private listDatas = ["Apple", "Ball", "Camera", "Day", "Egg", "Foo", "GL", "Hello", "Iron", "Japan", "Coke", "Dog", "Cat", "Yahoo", "Sony", "Canon", "Fujitsu", "USA", "Nexus", "LINE", "Haskell", "C++", "Java", "Go", "Swift", "Objective-c", "Ruby", "PHP", "Bash", "ksh", "C", "Groovy", "Kotlin", "Chip", "Japan", "U.S.A", "San Francisco", "Paris", "Tokyo", "Silicon Valley", "London", "Spain", "China", "Taiwan", "Asia", "New York", "France", "Kyoto", - "Android", "Google", "iPhone", "iPad", "iPod", "Wasabeef"]; + "AG", "GL", "iPhone", "iPad", "iPod", "Wasabeef"]; private animTypes: AnimType[] = [ new AnimType('FadeIn', RecyclerView.ItemAnimationType.FadeIn), new AnimType('FadeInDown', RecyclerView.ItemAnimationType.FadeInDown), -- Gitee