From 1bd52efddbcd778a7119e9d96f064c5dea3a47a4 Mon Sep 17 00:00:00 2001 From: Rossen Hristov Date: Wed, 16 Dec 2015 16:37:35 +0200 Subject: [PATCH] Fixed Issue #518: Allow ActionItems to be directly specified between the ActionBar opening and closing tags. --- CrossPlatformModules.csproj | 9 +++++++- apps/action-bar-demo/main-page.xml | 1 + .../action-bar-demo/pages/all-between-tags.ts | 5 +++++ .../pages/all-between-tags.xml | 15 +++++++++++++ .../pages/navigation-button.ts | 2 +- .../ui/action-bar/ActionBar_BetweenTags.xml | 15 +++++++++++++ .../ui/action-bar/action-bar-tests-common.ts | 22 +++++++++++++++++++ tsconfig.json | 1 + ui/action-bar/action-bar-common.ts | 6 +++-- 9 files changed, 72 insertions(+), 4 deletions(-) create mode 100644 apps/action-bar-demo/pages/all-between-tags.ts create mode 100644 apps/action-bar-demo/pages/all-between-tags.xml create mode 100644 apps/tests/ui/action-bar/ActionBar_BetweenTags.xml diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 72a63583b..0295f958e 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -67,6 +67,9 @@ action-items-text.xml + + all-between-tags.xml + center-view-stack.xml @@ -118,12 +121,14 @@ + Designer + Designer @@ -988,7 +993,9 @@ - + + Designer + Designer diff --git a/apps/action-bar-demo/main-page.xml b/apps/action-bar-demo/main-page.xml index 45d4c3a88..82daa903c 100644 --- a/apps/action-bar-demo/main-page.xml +++ b/apps/action-bar-demo/main-page.xml @@ -19,6 +19,7 @@