From f2e614b664a1b6135563f9c3153047ece06f7d53 Mon Sep 17 00:00:00 2001 From: Vladimir Enchev Date: Fri, 6 Mar 2015 15:19:03 +0200 Subject: [PATCH] initial commit --- CrossPlatformModules.csproj | 15 ++++++++- apps/tests/xml-declaration/mainPage.xml | 24 +++++++++++++-- ui/builder/component-builder.ts | 4 ++- ui/tool-bar/package.json | 2 ++ ui/tool-bar/tool-bar-common.ts | 25 +++++++++++++++ ui/tool-bar/tool-bar.android.ts | 28 +++++++++++++++++ ui/tool-bar/tool-bar.d.ts | 32 +++++++++++++++++++ ui/tool-bar/tool-bar.ios.ts | 41 +++++++++++++++++++++++++ 8 files changed, 167 insertions(+), 4 deletions(-) create mode 100644 ui/tool-bar/package.json create mode 100644 ui/tool-bar/tool-bar-common.ts create mode 100644 ui/tool-bar/tool-bar.android.ts create mode 100644 ui/tool-bar/tool-bar.d.ts create mode 100644 ui/tool-bar/tool-bar.ios.ts diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 862f8445a..c581f5d6a 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -330,6 +330,16 @@ list-picker.d.ts + + tool-bar.d.ts + + + tool-bar.d.ts + + + + tool-bar.d.ts + segmented-bar.d.ts @@ -1453,6 +1463,9 @@ PreserveNewest + + PreserveNewest + @@ -1518,4 +1531,4 @@ - \ No newline at end of file + diff --git a/apps/tests/xml-declaration/mainPage.xml b/apps/tests/xml-declaration/mainPage.xml index 9589caee6..d89648edd 100644 --- a/apps/tests/xml-declaration/mainPage.xml +++ b/apps/tests/xml-declaration/mainPage.xml @@ -6,7 +6,27 @@ - + + + + + + + + + +