From acb6e92789d6a600661ecb88b7a98e08783fc023 Mon Sep 17 00:00:00 2001 From: vakrilov Date: Fri, 17 Apr 2015 18:33:50 +0300 Subject: [PATCH] Pickers and segmented bar added to gallery --- CrossPlatformModules.csproj | 17 ++++++++++++++--- apps/gallery-app/main-page.xml | 4 ++++ apps/gallery-app/views/date-picker.xml | 4 ++++ apps/gallery-app/views/image.ts | 10 ---------- apps/gallery-app/views/image.xml | 2 +- apps/gallery-app/views/list-picker.ts | 10 ++++++++++ apps/gallery-app/views/list-picker.xml | 5 +++++ apps/gallery-app/views/segmented-bar.xml | 10 ++++++++++ apps/gallery-app/views/time-picker.xml | 4 ++++ 9 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 apps/gallery-app/views/date-picker.xml delete mode 100644 apps/gallery-app/views/image.ts create mode 100644 apps/gallery-app/views/list-picker.ts create mode 100644 apps/gallery-app/views/list-picker.xml create mode 100644 apps/gallery-app/views/segmented-bar.xml create mode 100644 apps/gallery-app/views/time-picker.xml diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index a8b27225d..8c177ed60 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -60,6 +60,15 @@ + + list-picker.xml + + + placeholder.xml + + + placeholder.xml + main-page.xml @@ -72,9 +81,6 @@ list-view.xml - - image.xml - main-page.xml @@ -573,6 +579,11 @@ + + + + + Designer diff --git a/apps/gallery-app/main-page.xml b/apps/gallery-app/main-page.xml index 5afa03258..3240e80fa 100644 --- a/apps/gallery-app/main-page.xml +++ b/apps/gallery-app/main-page.xml @@ -33,6 +33,10 @@