chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-23 14:03:37 -07:00
parent 6d039909af
commit 1e6fccf272
1534 changed files with 45656 additions and 45945 deletions

View File

@@ -0,0 +1,14 @@
<Page>
<Page.actionBar>
<ActionBar title="Text transform" class="action-bar">
</ActionBar>
</Page.actionBar>
<StackLayout>
<Button id="ChangeText" text="Change text" autocorrect="false" tap="onChangeText" />
<Button id="Change" text="Change" autocorrect="false" tap="onChangeTextTransformation" />
<Label id="Label" text="label Label" autocorrect="false" style.textTransform="none" />
<Button id="Button" text="button Button" autocorrect="false" style.textTransform="none" />
<TextField id="TextField" text="textField textField" autocorrect="false" style.textTransform="none" />
<TextView id="TextView" text="textView textView" autocorrect="false" style.textTransform="none" />
</StackLayout>
</Page>