diff --git a/CrossPlatformModules.csproj b/CrossPlatformModules.csproj index 9a47ba9ed..ad4f0f8ec 100644 --- a/CrossPlatformModules.csproj +++ b/CrossPlatformModules.csproj @@ -79,6 +79,7 @@ data-binding.xml + @@ -111,6 +112,7 @@ + Designer diff --git a/apps/tests/ui/action-bar/ActionBar_NumberAsText.ts b/apps/tests/ui/action-bar/ActionBar_NumberAsText.ts new file mode 100644 index 000000000..f47a44149 --- /dev/null +++ b/apps/tests/ui/action-bar/ActionBar_NumberAsText.ts @@ -0,0 +1,5 @@ +import frame = require("ui/frame"); + +export function buttonTap(args) { + frame.topmost().goBack(); +} \ No newline at end of file diff --git a/apps/tests/ui/action-bar/ActionBar_NumberAsText.xml b/apps/tests/ui/action-bar/ActionBar_NumberAsText.xml new file mode 100644 index 000000000..af3c357ab --- /dev/null +++ b/apps/tests/ui/action-bar/ActionBar_NumberAsText.xml @@ -0,0 +1,12 @@ + + + + + + + + + +