Fixed Issue #518: Allow ActionItems to be directly specified between the ActionBar opening and closing tags.

This commit is contained in:
Rossen Hristov
2015-12-16 16:37:35 +02:00
parent 9418ab8f63
commit 1bd52efddb
9 changed files with 72 additions and 4 deletions

View File

@@ -44,5 +44,5 @@ export function visibilityTap(args: observable.EventData) {
}
export function navTap(args: observable.EventData) {
console.log("navigation button tapped");
console.log("(Android only) Navigation button tapped");
}