mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 12:57:42 +08:00
Update ui-tests-app
This commit is contained in:
@ -1,6 +1,12 @@
|
|||||||
<Page>
|
<Page>
|
||||||
<StackLayout>
|
<StackLayout>
|
||||||
|
|
||||||
|
<WrapLayout>
|
||||||
|
<Label text="labelLabel" style="letter-spacing: -1;" />
|
||||||
|
<Label text="labelLabel" style="letter-spacing: 0;" />
|
||||||
|
<Label text="labelLabel" style="letter-spacing: 1;" />
|
||||||
|
</WrapLayout>
|
||||||
|
|
||||||
<Label text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
<Label text="labelLabel" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
||||||
<Label style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
<Label style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
||||||
<Label.formattedText>
|
<Label.formattedText>
|
||||||
@ -13,8 +19,14 @@
|
|||||||
</Label.formattedText>
|
</Label.formattedText>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
|
<WrapLayout>
|
||||||
|
<Button text="buttonButton" style="letter-spacing: -1;" />
|
||||||
|
<Button text="buttonButton" style="letter-spacing: 0;" />
|
||||||
|
<Button text="buttonButton" style="letter-spacing: 1;" />
|
||||||
|
</WrapLayout>
|
||||||
|
|
||||||
<Button text="buttonButton" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
<Button text="buttonButton" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
||||||
<android>
|
<!--<android>-->
|
||||||
<Button style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
<Button style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
||||||
<Button.formattedText>
|
<Button.formattedText>
|
||||||
<FormattedString>
|
<FormattedString>
|
||||||
@ -25,10 +37,16 @@
|
|||||||
</FormattedString>
|
</FormattedString>
|
||||||
</Button.formattedText>
|
</Button.formattedText>
|
||||||
</Button>
|
</Button>
|
||||||
</android>
|
<!--</android>-->
|
||||||
|
|
||||||
|
<WrapLayout>
|
||||||
|
<TextField text="textField" style="letter-spacing: -1;" />
|
||||||
|
<TextField text="textField" style="letter-spacing: 0;" />
|
||||||
|
<TextField text="textField" style="letter-spacing: 1;" />
|
||||||
|
</WrapLayout>
|
||||||
|
|
||||||
<TextField text="textField" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
<TextField text="textField" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
||||||
<android>
|
<!--<android>-->
|
||||||
<TextField style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
<TextField style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
||||||
<TextField.formattedText>
|
<TextField.formattedText>
|
||||||
<FormattedString>
|
<FormattedString>
|
||||||
@ -39,10 +57,16 @@
|
|||||||
</FormattedString>
|
</FormattedString>
|
||||||
</TextField.formattedText>
|
</TextField.formattedText>
|
||||||
</TextField>
|
</TextField>
|
||||||
</android>
|
<!--</android>-->
|
||||||
|
|
||||||
|
<WrapLayout>
|
||||||
|
<TextView text="textView" style="letter-spacing: -1;" />
|
||||||
|
<TextView text="textView" style="letter-spacing: 0;" />
|
||||||
|
<TextView text="textView" style="letter-spacing: 1;" />
|
||||||
|
</WrapLayout>
|
||||||
|
|
||||||
<TextView text="textView" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
<TextView text="textView" style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;" />
|
||||||
<android>
|
<!--<android>-->
|
||||||
<TextView style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
<TextView style="text-transform: uppercase; text-decoration: underline line-through; letter-spacing: 10;">
|
||||||
<TextView.formattedText>
|
<TextView.formattedText>
|
||||||
<FormattedString>
|
<FormattedString>
|
||||||
@ -53,7 +77,7 @@
|
|||||||
</FormattedString>
|
</FormattedString>
|
||||||
</TextView.formattedText>
|
</TextView.formattedText>
|
||||||
</TextView>
|
</TextView>
|
||||||
</android>
|
<!--</android>-->
|
||||||
|
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</Page>
|
</Page>
|
@ -38,6 +38,7 @@ examples.set("xmlbasics", "bindings/xmlbasics");
|
|||||||
|
|
||||||
examples.set("background", "css/background");
|
examples.set("background", "css/background");
|
||||||
examples.set("formatted", "css/decoration-transform-formattedtext");
|
examples.set("formatted", "css/decoration-transform-formattedtext");
|
||||||
|
examples.set("spacing", "css/letter-spacing");
|
||||||
examples.set("decoration", "css/text-decoration");
|
examples.set("decoration", "css/text-decoration");
|
||||||
examples.set("transform", "css/text-transform");
|
examples.set("transform", "css/text-transform");
|
||||||
examples.set("whitespace", "css/white-space");
|
examples.set("whitespace", "css/white-space");
|
||||||
|
Reference in New Issue
Block a user