[NUI][NUITizenGallery] add Animal ListView and GridView examples
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Thu, 15 Dec 2022 11:45:54 +0000 (20:45 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Tue, 20 Dec 2022 06:43:24 +0000 (15:43 +0900)
commit9f61c18b509e3dfc865ae78464251c041c8e0378
tree2b0832cf25a80968ed275bb0e7cca0a973f425d5
parentc5572bd621cd174f870f4f89df58b070332c2452
[NUI][NUITizenGallery] add Animal ListView and GridView examples
32 files changed:
test/NUITizenGallery/Examples/CollectionViewTest/AnimalGrid.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/CollectionViewTest/AnimalGridPage.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/CollectionViewTest/AnimalGridPage.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/CollectionViewTest/AnimalList.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/CollectionViewTest/AnimalListPage.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/CollectionViewTest/AnimalListPage.xaml [new file with mode: 0755]
test/NUITizenGallery/Examples/CollectionViewTest/Animals.cs [new file with mode: 0644]
test/NUITizenGallery/NUITizenGallery.csproj
test/NUITizenGallery/res/images/animals/baldeagle.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/bear.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/cat.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/chicken.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/cow.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/deer.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/dog.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/duck.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/elephant.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/emperorpenguin.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/giraffe.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/horse.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/leopard.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/lion.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/panda.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/peacock.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/pig.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/pigeon.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/redfox.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/seagull.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/squirrel.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/tiger.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/wolf.jpg [new file with mode: 0644]
test/NUITizenGallery/res/images/animals/zebra.jpg [new file with mode: 0644]