[NUI] Fix Slider Thumb shown issue (#3187)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 16 Jun 2021 06:20:34 +0000 (15:20 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 23 Jun 2021 08:25:09 +0000 (17:25 +0900)
commitb63dcf1480c99dc1fd4a090e23271e3ccb2f903b
tree0f80cc5bfb014665f6fa97ce6511eb9d1b280ef6
parente50403acb70e0e9a4968c2908b6d0b1a7a038c04
[NUI] Fix Slider Thumb shown issue (#3187)

* [NUI] Fix Slider Thumb shown issue

- After default theme update, Slider Thumb disappears when user presses it.
- The reason is that the default resource is not enough,
 and the code is just to get the empty resource. (null value)
- Fixed to show slider thumb for normal, pressed, and disabled states.

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
* Update Slider theme and BorderlineColor

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI.Components/Controls/Slider.Internal.cs
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs
src/Tizen.NUI.Components/res/IoT_slider_handler_disabled.png [new file with mode: 0755]
src/Tizen.NUI.Components/res/IoT_slider_handler_pressed.png [new file with mode: 0755]
src/Tizen.NUI.Components/res/IoT_slider_handler_pressedW.png [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs