[NUI] Apply Padding and Margin on CollectionView and Layouter with styles (#2883)
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 13 Apr 2021 10:23:53 +0000 (19:23 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Tue, 20 Apr 2021 06:13:00 +0000 (15:13 +0900)
commit88b570bf77c5dc1109aae43781537b59c1849cb9
treed5317862d8a99b1b12cf87d8627b24bdb95d446a
parent09f2f4737ef73472e0474f2d4f3ce07c7953b609
[NUI] Apply Padding and Margin on CollectionView and Layouter with styles (#2883)

now you can define the padding in layouter independently,
and each item's padding and margin will be respected.
src/Tizen.NUI.Components/Controls/RecyclerView/CollectionView.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultLinearItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/DefaultTitleItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Item/RecyclerViewItem.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Layouter/GridLayouter.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Layouter/ItemsLayouter.cs
src/Tizen.NUI.Components/Controls/RecyclerView/Layouter/LinearLayouter.cs
src/Tizen.NUI.Components/Theme/DefaultThemeCommon.cs