Enhance GenList and GenGrid Widgets
authorSeunghyun Choi <sh4682.choi@samsung.com>
Tue, 23 May 2017 08:01:51 +0000 (17:01 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Wed, 14 Jun 2017 05:35:14 +0000 (05:35 +0000)
commit6c37a1edd1a071a2fda7908a60cb38bad0344721
tree986fd33a4a67b5e0ffc551ea2dc7074460678384
parentc8c0b3ab056847d4ee58b8ed807c5a82206e9467
Enhance GenList and GenGrid Widgets

 - Need group SR
 - Do not submit before ready to Xamarin.Forms.Tizen and Extensions

Change-Id: Iadb16b83a89d53472996a42b0065dbb934603ed4
Signed-off-by: Seunghyun Choi <sh4682.choi@samsung.com>
13 files changed:
src/ElmSharp/ElmSharp/GenGrid.cs
src/ElmSharp/ElmSharp/GenGridItem.cs [changed mode: 0755->0644]
src/ElmSharp/ElmSharp/GenItem.cs [changed mode: 0755->0644]
src/ElmSharp/ElmSharp/GenItemClass.cs [changed mode: 0755->0644]
src/ElmSharp/ElmSharp/GenList.cs [changed mode: 0755->0644]
src/ElmSharp/ElmSharp/GenListItem.cs
src/ElmSharp/ElmSharp/ItemObject.cs [changed mode: 0755->0644]
src/ElmSharp/Interop/Interop.Elementary.GenGridView.cs
src/ElmSharp/Interop/Interop.Elementary.GenListView.cs
src/ElmSharp/Interop/Interop.Elementary.Index.cs [changed mode: 0755->0644]
src/ElmSharp/Interop/Interop.Elementary.Item.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.cs
test/ElmSharp.Test/TC/GenGridTest1.cs