From 7e85de351ef6a2a3b85ee417c3033ea8e4aed585 Mon Sep 17 00:00:00 2001 From: vakrilov Date: Thu, 29 Oct 2015 15:27:12 +0200 Subject: [PATCH] IOS stylers --- CrossPlatformModules.csproj | 5 +++ apps/ui-tests-app/action-bar/all.ts | 5 +++ apps/ui-tests-app/action-bar/all.xml | 2 +- apps/ui-tests-app/action-bar/clean.xml | 13 +++++++ apps/ui-tests-app/action-bar/color.ts | 5 +++ apps/ui-tests-app/action-bar/color.xml | 4 +-- ui/action-bar/action-bar.d.ts | 5 +++ ui/action-bar/action-bar.ios.ts | 18 ++++++++++ ui/styling/stylers.ios.ts | 49 +++++++++++++++++++++----- 9 files changed, 95 insertions(+), 11 deletions(-) create mode 100644 apps/ui-tests-app/action-bar/all.ts create mode 100644 apps/ui-tests-app/action-bar/clean.xml create mode 100644 apps/ui-tests-app/action-bar/color.ts diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 8699cc45e..e0dc05e2a 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -192,6 +192,9 @@ Designer + + Designer + Designer @@ -214,6 +217,8 @@ Designer + + nordic.xml diff --git a/apps/ui-tests-app/action-bar/all.ts b/apps/ui-tests-app/action-bar/all.ts new file mode 100644 index 000000000..ac77dc39d --- /dev/null +++ b/apps/ui-tests-app/action-bar/all.ts @@ -0,0 +1,5 @@ +import frame = require("ui/frame"); + +export function navigate(args) { + frame.topmost().navigate("action-bar/clean"); +} \ No newline at end of file diff --git a/apps/ui-tests-app/action-bar/all.xml b/apps/ui-tests-app/action-bar/all.xml index a0936859c..240f51268 100644 --- a/apps/ui-tests-app/action-bar/all.xml +++ b/apps/ui-tests-app/action-bar/all.xml @@ -8,6 +8,6 @@ -