From 001d542acfd68fdd21feade201298ab8295d9dbd Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Tue, 2 Feb 2016 19:03:58 +0200 Subject: [PATCH] Update ui-tests-app --- CrossPlatformModules.csproj | 6 ++++-- apps/ui-tests-app/css/{tab-view.xml => tab-view-more.xml} | 2 +- apps/ui-tests-app/css/{text.css => test.css} | 0 apps/ui-tests-app/font/material-icons.xml | 2 +- apps/ui-tests-app/font/tab-view.xml | 4 ++-- apps/ui-tests-app/mainPage.ts | 2 ++ 6 files changed, 10 insertions(+), 6 deletions(-) rename apps/ui-tests-app/css/{tab-view.xml => tab-view-more.xml} (96%) rename apps/ui-tests-app/css/{text.css => test.css} (100%) diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 3c8aa80a5..fe955766c 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -209,11 +209,13 @@ - - + + Designer + + Designer diff --git a/apps/ui-tests-app/css/tab-view.xml b/apps/ui-tests-app/css/tab-view-more.xml similarity index 96% rename from apps/ui-tests-app/css/tab-view.xml rename to apps/ui-tests-app/css/tab-view-more.xml index 02d5cb572..43163dc8a 100644 --- a/apps/ui-tests-app/css/tab-view.xml +++ b/apps/ui-tests-app/css/tab-view-more.xml @@ -1,4 +1,4 @@ - + diff --git a/apps/ui-tests-app/css/text.css b/apps/ui-tests-app/css/test.css similarity index 100% rename from apps/ui-tests-app/css/text.css rename to apps/ui-tests-app/css/test.css diff --git a/apps/ui-tests-app/font/material-icons.xml b/apps/ui-tests-app/font/material-icons.xml index 472e27721..438b0b653 100644 --- a/apps/ui-tests-app/font/material-icons.xml +++ b/apps/ui-tests-app/font/material-icons.xml @@ -1,5 +1,5 @@  - \ No newline at end of file diff --git a/apps/ui-tests-app/font/tab-view.xml b/apps/ui-tests-app/font/tab-view.xml index d52ed3ef7..ff9376cd2 100644 --- a/apps/ui-tests-app/font/tab-view.xml +++ b/apps/ui-tests-app/font/tab-view.xml @@ -3,12 +3,12 @@ - - diff --git a/apps/ui-tests-app/mainPage.ts b/apps/ui-tests-app/mainPage.ts index db06d6d60..c552bb367 100644 --- a/apps/ui-tests-app/mainPage.ts +++ b/apps/ui-tests-app/mainPage.ts @@ -48,11 +48,13 @@ examples.set("whitespace", "css/white-space"); examples.set("radius", "css/radius"); examples.set("styles", "css/styles"); examples.set("switch", "css/views"); +examples.set("tabmore", "css/tab-view-more"); examples.set("dialogs", "dialogs/dialogs"); examples.set("fontbtn", "font/button"); examples.set("fontlbl", "font/label"); +examples.set("tabfont", "font/tab-view"); examples.set("fontfield", "font/text-field"); examples.set("fontview", "font/text-view");