[NUI] Add Tizen.NUI.CommonUI project (#883)
authorLynettejin90 <33114201+Lynettejin90@users.noreply.github.com>
Fri, 21 Jun 2019 04:04:06 +0000 (12:04 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 21 Jun 2019 04:04:06 +0000 (13:04 +0900)
commit6cf2734b14acff5f063592620e31e3676cbe6fe5
tree2de621dc919fdc35a122efd26d81c5ad8a2404e6
parentd250f7ec9af012b13b14be9cd9bda39d6de5fa9c
[NUI] Add Tizen.NUI.CommonUI project (#883)

* Add Tizen.NUI.CommonUI project

* Fix warnings

* Update Progress and Slider

* Add Cache for FlexibleView and Fix some issues

* Change ResourceURL to ResourceUrl
48 files changed:
src/Tizen.NUI.CommonUI/Attributes/Attributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/ButtonAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/DropDownAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/ImageAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/InputFieldAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/LoadingAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/PaginationAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/PopupAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/ProgressAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/ScrollbarAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/SelectButtonAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/SliderAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/SwitchAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/TabAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/TextAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/TextFieldAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/ToastAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Attributes/ViewAttributes.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Button.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/CheckBox.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/CheckBoxGroup.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Control.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/DropDown.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/FlexibleView/FlexibleView.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/FlexibleView/GridLayoutManager.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/FlexibleView/LinearLayoutManager.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/FlexibleView/OrientationHelper.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/InputField.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Loading.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Pagination.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Popup.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Progress.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/RadioButton.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/RadioButtonGroup.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Scrollbar.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/SelectButton.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/SelectGroup.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Slider.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Switch.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Tab.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Controls/Toast.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/FriendAssembly.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Tizen.NUI.CommonUI.csproj [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Utils/Constants.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Utils/Selector.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Utils/StyleBase.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Utils/StyleManager.cs [new file with mode: 0755]
src/Tizen.NUI.CommonUI/Utils/Utility.cs [new file with mode: 0755]