Initial Code for Wallpaper Settings App. 62/282062/1
authorShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Mon, 26 Sep 2022 13:22:55 +0000 (18:52 +0530)
committerShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Mon, 26 Sep 2022 13:22:55 +0000 (18:52 +0530)
commit05a86fb808ec18ef65f905a3f25e417253303578
treeb81fe0005a80681be6d112d6edf7e76e0f264601
parent70883ba4e64fd0355aa9f0a7fb570af830ba810f
Initial Code for Wallpaper Settings App.

Change-Id: If068fcf918a8eb9d7e15d83be45fc1ce94ce1f26
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
41 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
NOTICE [new file with mode: 0644]
Settings/SettingView/SettingView.cs [new file with mode: 0644]
Settings/SettingView/SettingView.csproj [new file with mode: 0644]
Settings/SettingView/res/images/tizen.png [new file with mode: 0644]
Settings/SettingView/shared/res/SettingView.png [new file with mode: 0644]
Settings/SettingView/tizen-manifest.xml [new file with mode: 0644]
Settings/SettingWallpaper.sln [new file with mode: 0644]
Settings/SettingWallpaper/Common/DeviceInfo.cs [new file with mode: 0644]
Settings/SettingWallpaper/Common/Resources.cs [new file with mode: 0644]
Settings/SettingWallpaper/SettingWallpaper.cs [new file with mode: 0644]
Settings/SettingWallpaper/SettingWallpaper.csproj [new file with mode: 0644]
Settings/SettingWallpaper/SettingWidgetWallpaper.cs [new file with mode: 0644]
Settings/SettingWallpaper/ViewManager.cs [new file with mode: 0644]
Settings/SettingWallpaper/Views/WallpaperView.cs [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/back.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/background.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/folder.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/next.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/next_disabled.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/next_pressed.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/previous.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/previous_disabled.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/dark/previous_pressed.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/back.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/background.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/folder.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/next.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/next_disabled.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/next_pressed.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/previous.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/previous_disabled.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/light/previous_pressed.png [new file with mode: 0644]
Settings/SettingWallpaper/res/images/tizen.png [new file with mode: 0644]
Settings/SettingWallpaper/res/themes/dark.xaml [new file with mode: 0644]
Settings/SettingWallpaper/res/themes/light.xaml [new file with mode: 0644]
Settings/SettingWallpaper/shared/res/SettingWallpaper.png [new file with mode: 0644]
Settings/SettingWallpaper/tizen-manifest.xml [new file with mode: 0644]
packaging/org.tizen.cssetting-wallpaper-1.0.0.tpk [new file with mode: 0644]
packaging/org.tizen.cssetting-wallpaper.spec [new file with mode: 0644]