Remove automationText from listview items

This commit is contained in:
SvetoslavTsenov
2016-10-11 09:42:14 +03:00
parent 3e3fc248c2
commit 333d1897a3

View File

@@ -13,7 +13,7 @@
<StackLayout loaded="stack3Loaded">
<ListView id="listView" automationText="listView" items="{{ myItems }}">
<ListView.itemTemplate>
<Label id="item" automationText="item" text="{{ text }}" />
<Label id="item" text="{{ text }}"/>
</ListView.itemTemplate>
</ListView>
</StackLayout>