mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
15
apps/ui/app/layouts/stack-page.xml
Normal file
15
apps/ui/app/layouts/stack-page.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<Page loaded="onLoaded">
|
||||
<StackLayout>
|
||||
<!-- View Properties -->
|
||||
<Button text="wh" tap="{{ onWidthHeight }}" id="widthHeight" automationText="widthHeight" style="background-color: lightblue;" />
|
||||
<Button text="n" tap="{{ onMinWidthMinHeight }}" id="minWidthMinHeight" automationText="minWidthMinHeight" style="background-color: lightblue;" />
|
||||
<Button text="m" tap="{{ onMargins }}" id="margins" automationText="margins" style="background-color: lightblue;" />
|
||||
<Button text="a" tap="{{ onAlignments }}" id="alignments" automationText="alignments" style="background-color: lightblue;" />
|
||||
<Button text="c" tap="{{ onCollapse }}" id="collapse" automationText="collapse" style="background-color: lightblue;" />
|
||||
<Button text="v" tap="{{ onVisibile }}" id="visible" automationText="visible" style="background-color: lightblue;" />
|
||||
<!-- Layout Properties -->
|
||||
<Button text="p" tap="{{ onPaddings }}" id="paddings" automationText="paddings" style="background-color: lightgray;" />
|
||||
<Button text="all" tap="{{ onAllProperties }}" id="allProperties" automationText="allProperties" style="background-color: aquamarine;" />
|
||||
<Button text="o" tap="onOrientation" id="orientation" automationText="orientation" style="background-color: lightgreen;" />
|
||||
</StackLayout>
|
||||
</Page>
|
||||
Reference in New Issue
Block a user