mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update grid test page.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<Page loaded="onLoaded">
|
||||
<GridLayout rows="auto, 100, *, 50" columns="auto, 100, *, 50">
|
||||
<GridLayout rows="auto, 100, *, 50" columns="auto, 60, *, 40">
|
||||
<!-- View Properties -->
|
||||
<Button text="wh" tap="{{ onWidthHeight }}" id="widthHeight" style="background-color: lightblue;" />
|
||||
<Button text="n" tap="{{ onMinWidthMinHeight }}" col="1" id="minWidthMinHeight" style="background-color: lightblue;" />
|
||||
|
||||
Reference in New Issue
Block a user