Files
NativeScript/apps/app/ui-tests-app/css/text-transform.xml
2017-03-02 10:17:36 +02:00

14 lines
635 B
XML

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