[NUI] Apply Tizen 7.0 UX on Pagination
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Tue, 10 May 2022 08:59:37 +0000 (17:59 +0900)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Fri, 27 May 2022 06:15:42 +0000 (15:15 +0900)
commitda2608ecb2fddccf005a75d3d4c7210c6d4b779e
treeef7fd8722cfb1ba4486f39de8327ab83ae0e1339
parentd582e5c3d970d6e12d04411a517922b6813c0a5f
[NUI] Apply Tizen 7.0 UX on Pagination

- The latest Pagination UX has been applied. (Based on API10)
 The size and the default images are changed.

- The type of Pagination indicator is changed from `ImageVisual`
 to `ImageView`.
 Now, the indicators get highlight on AT-SPI.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI.Components/Controls/Pagination.cs
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
src/Tizen.NUI.Components/res/nui_component_default_pagination_focus_dot.png
src/Tizen.NUI.Components/res/nui_component_default_pagination_normal_dot.png
test/Tizen.NUI.StyleGuide/Examples/PaginationExample.cs
test/Tizen.NUI.StyleGuide/res/pagination/pagination_ic_nor.png
test/Tizen.NUI.StyleGuide/res/pagination/pagination_ic_sel.png