Class atribute registered and used instead cssClass

This commit is contained in:
Vladimir Enchev
2015-09-18 09:47:55 +03:00
parent 601dffcbab
commit 744de9670e
19 changed files with 63 additions and 58 deletions

View File

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