mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
14
apps/ui/app/css/text-transform-page.xml
Normal file
14
apps/ui/app/css/text-transform-page.xml
Normal 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>
|
||||
Reference in New Issue
Block a user