Skip to content

Commit e286e10

Browse files
Update action-item-position page
1 parent a474371 commit e286e10

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/app/ui-tests-app/action-bar/action-item-position.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
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>

0 commit comments

Comments
 (0)