mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
add horizontal stack examples to app
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<GridLayout row="0" col="0" backgroundColor="SkyBlue">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</GridLayout>
|
||||
<GridLayout row="0" col="1" backgroundColor="Azure">
|
||||
<GridLayout row="0" col="1" backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</GridLayout>
|
||||
<GridLayout row="0" col="2" backgroundColor="Crimson">
|
||||
@@ -23,7 +23,7 @@
|
||||
<GridLayout row="2" col="1" backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</GridLayout>
|
||||
<GridLayout row="2" col="2" backgroundColor="AliceBlue">
|
||||
<GridLayout row="2" col="2" backgroundColor="IndianRed">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</GridLayout>
|
||||
</GridLayout>
|
||||
|
||||
@@ -0,0 +1,101 @@
|
||||
<GridLayout rows="*, *, *" columns="*, *, *" backgroundColor="CadetBlue">
|
||||
<StackLayout row="0" col="0" orientation="horizontal" backgroundColor="SkyBlue">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="0" col="1" orientation="horizontal" backgroundColor="Indigo">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="0" col="2" orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="1" col="0" orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="1" col="1" orientation="horizontal" backgroundColor="Cornsilk">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="1" col="2" orientation="horizontal" backgroundColor="BurlyWood">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="2" col="0" orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="2" col="1" orientation="horizontal" backgroundColor="Khaki">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="2" col="2" orientation="horizontal" backgroundColor="IndianRed">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
</GridLayout>
|
||||
@@ -0,0 +1,128 @@
|
||||
<GridLayout rows="*, *, *" columns="*, *, *" backgroundColor="CadetBlue">
|
||||
<StackLayout row="0" col="0" backgroundColor="SkyBlue">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="0" col="1" backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="0" col="2" backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="1" col="0" backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="1" col="1" backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="1" col="2" backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="2" col="0" backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="2" col="1" backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout row="2" col="2" backgroundColor="IndianRed">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
</GridLayout>
|
||||
50
e2e/safe-area/app/gridlayout/fragments/hstack-fragment.xml
Normal file
50
e2e/safe-area/app/gridlayout/fragments/hstack-fragment.xml
Normal file
@@ -0,0 +1,50 @@
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
@@ -0,0 +1,182 @@
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LemonChiffon">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Cornsilk">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="BurlyWood">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Khaki">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LightBlue">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Indigo">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LemonChiffon">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Cornsilk">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="BurlyWood">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Khaki">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LightBlue">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Indigo">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LemonChiffon">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Cornsilk">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="BurlyWood">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Khaki">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LightBlue">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Indigo">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="123"></Label>
|
||||
<Label text="456"></Label>
|
||||
<Label text="789"></Label>
|
||||
</StackLayout>
|
||||
</StackLayout>
|
||||
@@ -0,0 +1,182 @@
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="LemonChiffon">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="LightBlue">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="LemonChiffon">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="LightBlue">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="LemonChiffon">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="LightBlue">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
</StackLayout>
|
||||
@@ -0,0 +1,182 @@
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LemonChiffon">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LightBlue">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LemonChiffon">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LightBlue">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LemonChiffon">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="LightBlue">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout orientation="horizontal" backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
</StackLayout>
|
||||
@@ -1,146 +1,62 @@
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Azure">
|
||||
<StackLayout backgroundColor="LemonChiffon">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="AliceBlue">
|
||||
<StackLayout backgroundColor="LightBlue">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Azure">
|
||||
<StackLayout backgroundColor="Indigo">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="AliceBlue">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Azure">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="AliceBlue">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Azure">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="AliceBlue">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Azure">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="AliceBlue">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="GoldenRod">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Azure">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Crimson">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Chocolate">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Cornsilk">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="BurlyWood">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="Khaki">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
<StackLayout backgroundColor="AliceBlue">
|
||||
<Label text="overflowing text, overflowing text, overflowing text, overflowing text, overflowing text, overflowing text"></Label>
|
||||
</StackLayout>
|
||||
</StackLayout>
|
||||
@@ -0,0 +1,10 @@
|
||||
<Page class="page"
|
||||
xmlns="http://schemas.nativescript.org/tns.xsd"
|
||||
xmlns:fragments="gridlayout/fragments">
|
||||
|
||||
<ActionBar class="action-bar">
|
||||
<Label class="action-bar-title" text="Home"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<fragments:grid-3x3-nested-hstack-fragment></fragments:grid-3x3-nested-hstack-fragment>
|
||||
</Page>
|
||||
@@ -0,0 +1,10 @@
|
||||
<Page class="page"
|
||||
xmlns="http://schemas.nativescript.org/tns.xsd"
|
||||
xmlns:fragments="gridlayout/fragments">
|
||||
|
||||
<ActionBar class="action-bar">
|
||||
<Label class="action-bar-title" text="Home"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<fragments:grid-3x3-nested-vstack-fragment></fragments:grid-3x3-nested-vstack-fragment>
|
||||
</Page>
|
||||
@@ -5,9 +5,15 @@
|
||||
</ActionBar>
|
||||
|
||||
<StackLayout>
|
||||
<Button text="GridLayout 3x3" tap="onNavigate" route="gridlayout/gridlayout-3x3-page" />
|
||||
<Button text="GridLayout Nested 3x3" tap="onNavigate" route="gridlayout/gridlayout-3x3-nested-grid-page" />
|
||||
<Button text="Stack" tap="onNavigate" route="gridlayout/stack-page" />
|
||||
<Button text="Stack Nested Stack" tap="onNavigate" route="gridlayout/stack-nested-stack-page" />
|
||||
<Button text="Grid 3x3" tap="onNavigate" route="gridlayout/gridlayout-3x3-page" />
|
||||
<Button text="Grid 3x3 Nested Grid" tap="onNavigate" route="gridlayout/gridlayout-3x3-nested-grid-page" />
|
||||
<Button text="Grid 3x3 Nested VStack" tap="onNavigate" route="gridlayout/gridlayout-3x3-nested-vstack-page" />
|
||||
<Button text="Grid 3x3 Nested HStack" tap="onNavigate" route="gridlayout/gridlayout-3x3-nested-hstack-page" />
|
||||
<Button text="VStack" tap="onNavigate" route="gridlayout/vstack-page" />
|
||||
<Button text="VStack Nested VStack" tap="onNavigate" route="gridlayout/vstack-nested-vstack-page" />
|
||||
<Button text="VStack Nested HStack" tap="onNavigate" route="gridlayout/vstack-nested-hstack-page" />
|
||||
<Button text="HStack" tap="onNavigate" route="gridlayout/hstack-page" />
|
||||
<Button text="HStack Nested VStack" tap="onNavigate" route="gridlayout/hstack-nested-vstack-page" />
|
||||
<Button text="HStack Nested HStack" tap="onNavigate" route="gridlayout/hstack-nested-hstack-page" />
|
||||
</StackLayout>
|
||||
</Page>
|
||||
|
||||
10
e2e/safe-area/app/gridlayout/hstack-nested-hstack-page.xml
Normal file
10
e2e/safe-area/app/gridlayout/hstack-nested-hstack-page.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<Page class="page"
|
||||
xmlns="http://schemas.nativescript.org/tns.xsd"
|
||||
xmlns:fragments="gridlayout/fragments">
|
||||
|
||||
<ActionBar class="action-bar">
|
||||
<Label class="action-bar-title" text="Home"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<fragments:hstack-nested-hstack-fragment></fragments:hstack-nested-hstack-fragment>
|
||||
</Page>
|
||||
10
e2e/safe-area/app/gridlayout/hstack-nested-vstack-page.xml
Normal file
10
e2e/safe-area/app/gridlayout/hstack-nested-vstack-page.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<Page class="page"
|
||||
xmlns="http://schemas.nativescript.org/tns.xsd"
|
||||
xmlns:fragments="gridlayout/fragments">
|
||||
|
||||
<ActionBar class="action-bar">
|
||||
<Label class="action-bar-title" text="Home"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<fragments:hstack-nested-vstack-fragment></fragments:hstack-nested-vstack-fragment>
|
||||
</Page>
|
||||
@@ -6,5 +6,5 @@
|
||||
<Label class="action-bar-title" text="Home"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<fragments:stack-fragment></fragments:stack-fragment>
|
||||
<fragments:hstack-fragment></fragments:hstack-fragment>
|
||||
</Page>
|
||||
10
e2e/safe-area/app/gridlayout/vstack-nested-hstack-page.xml
Normal file
10
e2e/safe-area/app/gridlayout/vstack-nested-hstack-page.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<Page class="page"
|
||||
xmlns="http://schemas.nativescript.org/tns.xsd"
|
||||
xmlns:fragments="gridlayout/fragments">
|
||||
|
||||
<ActionBar class="action-bar">
|
||||
<Label class="action-bar-title" text="Home"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<fragments:vstack-nested-hstack-fragment></fragments:vstack-nested-hstack-fragment>
|
||||
</Page>
|
||||
10
e2e/safe-area/app/gridlayout/vstack-nested-vstack-page.xml
Normal file
10
e2e/safe-area/app/gridlayout/vstack-nested-vstack-page.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<Page class="page"
|
||||
xmlns="http://schemas.nativescript.org/tns.xsd"
|
||||
xmlns:fragments="gridlayout/fragments">
|
||||
|
||||
<ActionBar class="action-bar">
|
||||
<Label class="action-bar-title" text="Home"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<fragments:vstack-nested-vstack-fragment></fragments:vstack-nested-vstack-fragment>
|
||||
</Page>
|
||||
@@ -6,5 +6,5 @@
|
||||
<Label class="action-bar-title" text="Home"></Label>
|
||||
</ActionBar>
|
||||
|
||||
<fragments:stack-nested-stack-fragment></fragments:stack-nested-stack-fragment>
|
||||
<fragments:vstack-fragment></fragments:vstack-fragment>
|
||||
</Page>
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.4",
|
||||
"tns-core-modules": "file:../../tns-core-modules"
|
||||
"tns-core-modules": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "~4.1.3",
|
||||
|
||||
Reference in New Issue
Block a user