diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 62e95a62f..bb95f4f6c 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -189,6 +189,9 @@ Designer + + Designer + Designer @@ -229,6 +232,9 @@ Designer + + system-icons.xml + all.xml @@ -2098,7 +2104,7 @@ False - + - + \ No newline at end of file diff --git a/apps/ui-tests-app/action-bar/system-icons.ts b/apps/ui-tests-app/action-bar/system-icons.ts new file mode 100644 index 000000000..ac77dc39d --- /dev/null +++ b/apps/ui-tests-app/action-bar/system-icons.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/system-icons.xml b/apps/ui-tests-app/action-bar/system-icons.xml new file mode 100644 index 000000000..827b8bff1 --- /dev/null +++ b/apps/ui-tests-app/action-bar/system-icons.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + +