[NUI] : Scrollbar thumb support image and update styles
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 23 Mar 2021 06:34:57 +0000 (15:34 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
commitc089978104bec938484abb5f83931f81bd164532
treef8461c9418c6746f268d5967e4966bda0470b258
parent708ef8f49448e41356c12c721b6750ff3b8ab898
[NUI] : Scrollbar thumb support image and update styles

Change thumb View to ImageView to support image and color properly.

Add new property for thumb images on Scrollbar and ScrollbarStyle.
- ThumbVerticalImageUrl
- ThumbHorizontalImageUrl

Add new image resource for thumb image.
- nui_component_default_scroll_vbar.#.png
- nui_component_default_scroll_hbar.#.png

Now color can be color of background for thumb when image is not
existed, or color of image if url is existed.
src/Tizen.NUI.Components/Controls/Scrollbar.cs
src/Tizen.NUI.Components/Style/ScrollbarStyle.cs
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
src/Tizen.NUI.Components/res/nui_component_default_scroll_hbar.#.png [new file with mode: 0644]
src/Tizen.NUI.Components/res/nui_component_default_scroll_vbar.#.png [new file with mode: 0644]