Fix wrap text alignment test page (#4348)

This commit is contained in:
SvetoslavTsenov
2017-06-09 10:55:14 +03:00
committed by GitHub
parent 2526ac06f2
commit 0d3a307dee

View File

@@ -5,7 +5,7 @@
</ActionBar>
</Page.actionBar>
<StackLayout>
<Button text="This a test of a wrapping button [CENTER]" textWrap="true" style="text-align:center; margin-left:10" />
<Button text="This a test of a wrapping button [CENTER]" textWrap="true" style="text-align:center; width:100" />
<Button row="1" text="This a test of a wrapping button [RIGHT]" textWrap="true" style="text-align:right;width:100" />
<Button row="2" text="This a test of a wrapping button [LEFT]" textWrap="true" style="text-align:left;width:100" />
<Button row="3" text="&#xf8ff; This a test of a wrapping button [CENTER ICON]" textWrap="true" style="text-align:center;width:100" />