Fix tests app paths

This commit is contained in:
Erjan Gavalji
2015-03-24 16:05:54 +02:00
parent cb25cfc64d
commit d5af4c4723
20 changed files with 33 additions and 33 deletions

View File

@@ -1,4 +1,4 @@
<StackLayout xmlns:customControls="app/xml-declaration/mymodule">
<StackLayout xmlns:customControls="xml-declaration/mymodule">
<Label id="Label1" text="mymodulewithxml" />
<Button text="Click!" tap="buttonTap2" />
</StackLayout>