-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathdock-page.xml
More file actions
15 lines (15 loc) · 1.37 KB
/
dock-page.xml
File metadata and controls
15 lines (15 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<Page loaded="onLoaded">
<DockLayout>
<!-- View Properties -->
<Button text="wh" tap="{{ onWidthHeight }}" id="widthHeight" automationText="widthHeight" style="background-color: lightblue;" />
<Button text="n" tap="{{ onMinWidthMinHeight }}" dock="right" id="minWidthMinHeight" automationText="minWidthMinHeight" style="background-color: lightblue;" />
<Button text="m" tap="{{ onMargins }}" dock="top" id="margins" automationText="margins" style="background-color: lightblue;" />
<Button text="a" tap="{{ onAlignments }}" dock="top" id="alignments" automationText="alignments" style="background-color: lightblue;" />
<Button text="c" tap="{{ onCollapse }}" dock="bottom" id="collapse" automationText="collapse" style="background-color: lightblue;" />
<Button text="v" tap="{{ onVisibile }}" dock="bottom" id="visible" automationText="visible" style="background-color: lightblue;" />
<!-- Layout Properties -->
<Button text="p" tap="{{ onPaddings }}" dock="top" id="paddings" automationText="paddings" style="background-color: lightgray;" />
<Button text="all" tap="{{ onAllProperties }}" dock="top" id="allProperties" automationText="allProperties" style="background-color: aquamarine;" />
<Button text="tr" tap="onStretchLastChild" id="stretchLastChild" automationText="stretchLastChild" style="background-color: lightgreen;" />
</DockLayout>
</Page>