mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
8
apps/ui/app/css/radius-page.xml
Normal file
8
apps/ui/app/css/radius-page.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<Page>
|
||||
<StackLayout>
|
||||
<TextView text="TextView" borderRadius="17" backgroundColor="lightpink"/>
|
||||
<TextField text="TextField" borderRadius="29" backgroundColor="lightsalmon"/>
|
||||
<Button text="Button" borderRadius="41" backgroundColor="lightcoral"/>
|
||||
<Label text="Label" borderRadius="53" backgroundColor="lightgreen"/>
|
||||
</StackLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user