ViewSwitcher implementation (#1)
authorLukasz Stanislawski/IoT & UI Sample (PLT) /SRPOL/Engineer/Samsung Electronics <l.stanislaws@samsung.com>
Thu, 5 Mar 2020 14:55:27 +0000 (15:55 +0100)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 5 Mar 2020 14:55:27 +0000 (15:55 +0100)
commitea6dce091b7fed9b83d79e7bd199d50c85501e5c
treee7f42edef537a112c168df05ea8e5ebc34c1d042
parentff9863659ae427e30fcbc3fda53588d4048d20fa
ViewSwitcher implementation (#1)

* Add ViewStack control

ViewStack control implements page-like based navigation in which
views are stacked over each other and only one, most recently added
child view is visible.
Oobe/Oobe/Controls/ViewStack.cs [new file with mode: 0644]
Oobe/Oobe/Oobe.cs
Oobe/Oobe/Oobe.csproj
Oobe/Oobe/Views/OobeViewSwitcher.cs [new file with mode: 0644]
Oobe/Oobe/Views/Page.cs [new file with mode: 0644]
Oobe/Oobe/res/0_BG_WHITEsmall.svg [new file with mode: 0644]
Oobe/Oobe/res/0_BG_dark.svg [new file with mode: 0644]