[NUI] Add default components styles and etc (#1396) (#1400)
authorJiyun Yang <ji.yang@samsung.com>
Thu, 13 Feb 2020 01:48:36 +0000 (10:48 +0900)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2020 01:48:36 +0000 (10:48 +0900)
commitc444af3909c8e47ee897cd6c31038fa296ffbe27
treea6e076543905d0553042546d8d03a4f354f372e7
parentd223c23210adb2cd204511bb4e1dae816bc45f88
[NUI] Add default components styles and etc (#1396) (#1400)

* 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