mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update scrolling-and-sizing tests to be compatible with lower resolutions (#4770)
This commit is contained in:
@@ -17,18 +17,15 @@
|
|||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|
||||||
<StackLayout class="p-10" row="2">
|
<StackLayout class="p-10" row="2">
|
||||||
<Label text="border-radius" class="body m-b-10" />
|
<TextView hint="bordered fixed-height border-radius" class="bordered fixed-height border-radius" />
|
||||||
<TextView hint="Add your comment..." class="bordered fixed-height border-radius" />
|
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|
||||||
<StackLayout class="p-10" row="2">
|
<StackLayout class="p-10" row="2">
|
||||||
<Label text="border-radius = weird" class="body m-b-10" />
|
<TextView hint="bordered fixed-height border-radius-nonuniform" class="bordered fixed-height border-radius-nonuniform" />
|
||||||
<TextView hint="Add your comment..." class="bordered fixed-height border-radius-nonuniform" />
|
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|
||||||
<StackLayout class="p-10" row="3">
|
<StackLayout class="p-10" row="3">
|
||||||
<Label text="border-width = weird" class="body m-b-10" />
|
<TextView hint="bordered-nonuniform fixed-height" class="bordered-nonuniform fixed-height" />
|
||||||
<TextView hint="Add your comment..." class="bordered-nonuniform fixed-height" />
|
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user