TizenRefApp-8628 Implement project skeleton for Call app 60/137760/4
authorRuslan Zakharov <r.zakharov@samsung.com>
Fri, 7 Jul 2017 10:27:10 +0000 (13:27 +0300)
committerRuslan Zakharov <r.zakharov@samsung.com>
Tue, 11 Jul 2017 14:18:25 +0000 (17:18 +0300)
commit83be4c573beab099a6ed919e2e25b06706de1283
tree0f61c9d1cfd0a0170779c7a7004313f1fa3e9ce2
parent17b5c41914be0135101271e944c2e398bade849f
TizenRefApp-8628 Implement project skeleton for Call app

Added common Controls and Helpers

Change-Id: Ic157409f60bf643d5186f22460ae6ecdabdb32ec
CallApp.Tizen/CallApp.Tizen.csproj
CallApp.Tizen/Common/Controls/CustomGrid.xaml [new file with mode: 0644]
CallApp.Tizen/Common/Controls/CustomGrid.xaml.cs [new file with mode: 0644]
CallApp.Tizen/Common/Controls/CustomImage.xaml [new file with mode: 0644]
CallApp.Tizen/Common/Controls/CustomImage.xaml.cs [new file with mode: 0644]
CallApp.Tizen/Common/Controls/GesturesContainer.xaml [new file with mode: 0644]
CallApp.Tizen/Common/Controls/GesturesContainer.xaml.cs [new file with mode: 0644]
CallApp.Tizen/Common/Controls/Renderers/CustomImageRenderer.cs [new file with mode: 0644]
CallApp.Tizen/Common/Helpers/BaseModel.cs [new file with mode: 0644]
CallApp.Tizen/Common/Helpers/Logger.cs [new file with mode: 0644]
CallApp.Tizen/Common/Helpers/PageNavigator.cs [new file with mode: 0644]