[NUI] Add default components styles and etc (#1396)
authorJiyun Yang <ji.yang@samsung.com>
Thu, 13 Feb 2020 01:17:35 +0000 (10:17 +0900)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 01:17:35 +0000 (10:17 +0900)
commit3dd8c1717e3c66fd96f88174b08b5e345eeecbea
treee230b700a9901fa4e54129ffed37ae93b552f63e
parentd5e6f1c5fbf751ac0d6ea0062cb6d991be50b387
[NUI] Add default components styles and etc (#1396)

* Add default styles for : Progress, Slider, Toast, Popup, DropDown
* Fix : PopupStyle.Buttons.Size.Height works now
* Add : Popup Dismiss() method
* Fix : Popup should be posted on the top layer
* Fix : DropDown button did not form well before first click
* Fix : DropDown selectedItemIndex did not update when select an item by touching it
* Fix : DropDownItemStyle did not applied to DropDownItemView so it was not able to detect control state change
* Fix : Progress need to show buffering bar and progress bar together in Determinate stage
* Fix : View.BackgroundImage property would reset its content when it gets null or empty string

Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
21 files changed:
packaging/PlatformFileList.txt
src/Tizen.NUI.Components/Controls/ButtonGroup.cs
src/Tizen.NUI.Components/Controls/DropDown.cs
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Controls/Progress.cs
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI.Components/PreloadStyle/DefaultDropDownStyle.cs [new file with mode: 0644]
src/Tizen.NUI.Components/PreloadStyle/DefaultPopupStyle.cs [new file with mode: 0644]
src/Tizen.NUI.Components/PreloadStyle/DefaultProgressStyle.cs [new file with mode: 0644]
src/Tizen.NUI.Components/PreloadStyle/DefaultSliderStyle.cs [new file with mode: 0644]
src/Tizen.NUI.Components/PreloadStyle/DefaultToastStyle.cs [new file with mode: 0644]
src/Tizen.NUI.Components/Style/ToastStyle.cs
src/Tizen.NUI.Components/Utils/StyleManager.cs
src/Tizen.NUI.Components/res/nui_component_default_dropdown_button_icon.png [new file with mode: 0755]
src/Tizen.NUI.Components/res/nui_component_default_dropdown_list_bg.png [new file with mode: 0755]
src/Tizen.NUI.Components/res/nui_component_default_popup_shadow.png [new file with mode: 0755]
src/Tizen.NUI.Components/res/nui_component_default_slider_thumb_bg_p.png [new file with mode: 0755]
src/Tizen.NUI.Components/res/nui_component_default_slider_thumb_n.png [new file with mode: 0755]
src/Tizen.NUI/src/public/BaseComponents/ViewBindableProperty.cs
src/Tizen.NUI/src/public/Extents.cs
src/Tizen.NUI/src/public/Rectangle.cs