File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
apps/app/ui-tests-app/action-bar Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22 xmlns =" http://schemas.nativescript.org/tns.xsd" navigatingTo =" navigatingTo" >
33 <Page .actionBar>
44 <ActionBar >
5- <NavigationButton text =" Go Back" android.systemIcon=" ic_menu_back" ></NavigationButton >
6- <ActionItem ios.position=" right" >
7- <Button text =" {{ text }}" backgroundColor =" red" tap =" change" />
5+ <ActionItem ios.position=" right" tap =" {{ change }}" >
6+ <Button text =" {{ text }}" backgroundColor =" red" />
87 </ActionItem >
98 </ActionBar >
109 </Page .actionBar>
1110 <StackLayout >
1211 <Label text =" Tap to change the text in the actionbar" class =" title" />
1312 <Button text =" Tap" tap =" {{ onTap }}" />
14- <Label text =" {{ text }}" />
13+ <Label text =" {{ text }}" />
1514 </StackLayout >
1615</Page >
You can’t perform that action at this time.
0 commit comments