mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Merge pull request #2804 from NativeScript/stop-activity-indicator
Stop activity-indicator from rotating in the ui-tests
This commit is contained in:
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// Place your settings in this file to overwrite default and user settings.
|
||||||
|
{
|
||||||
|
"typescript.tsdk": "node_modules/typescript/lib"
|
||||||
|
}
|
@ -8,7 +8,7 @@
|
|||||||
<Switch class="s0" row="1" col="2" checked="true"/>
|
<Switch class="s0" row="1" col="2" checked="true"/>
|
||||||
<Slider class="s0" row="2" col="0" minValue="0" maxValue="100" value="50"/>
|
<Slider class="s0" row="2" col="0" minValue="0" maxValue="100" value="50"/>
|
||||||
<Progress class="s0" row="2" col="1" maxValue="100" value="50"/>
|
<Progress class="s0" row="2" col="1" maxValue="100" value="50"/>
|
||||||
<ActivityIndicator class="s0" row="2" col="2" busy="true"/>
|
<ActivityIndicator class="s0" row="2" col="2" busy="false"/>
|
||||||
<Image class="s0" row="3" col="0" src="~/ui-tests-app/image-view/gravatar.png" stretch="fill"/>
|
<Image class="s0" row="3" col="0" src="~/ui-tests-app/image-view/gravatar.png" stretch="fill"/>
|
||||||
<ListView class="s0" row="3" col="1" items="ListView"/>
|
<ListView class="s0" row="3" col="1" items="ListView"/>
|
||||||
<HtmlView class="s0" row="3" col="2" html="<h1>HtmlView</h1>"/>
|
<HtmlView class="s0" row="3" col="2" html="<h1>HtmlView</h1>"/>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<Switch class="s0" row="1" col="2" checked="true"/>
|
<Switch class="s0" row="1" col="2" checked="true"/>
|
||||||
<Slider class="s0" row="2" col="0" minValue="0" maxValue="100" value="50"/>
|
<Slider class="s0" row="2" col="0" minValue="0" maxValue="100" value="50"/>
|
||||||
<Progress class="s0" row="2" col="1" maxValue="100" value="50"/>
|
<Progress class="s0" row="2" col="1" maxValue="100" value="50"/>
|
||||||
<ActivityIndicator class="s0" row="2" col="2" busy="true"/>
|
<ActivityIndicator class="s0" row="2" col="2" busy="false"/>
|
||||||
<Image class="s0" row="3" col="0" src="~/ui-tests-app/image-view/gravatar.png" stretch="fill"/>
|
<Image class="s0" row="3" col="0" src="~/ui-tests-app/image-view/gravatar.png" stretch="fill"/>
|
||||||
<ListView class="s0" row="3" col="1" items="ListView"/>
|
<ListView class="s0" row="3" col="1" items="ListView"/>
|
||||||
<HtmlView class="s0" row="3" col="2" html="<h1>HtmlView</h1>"/>
|
<HtmlView class="s0" row="3" col="2" html="<h1>HtmlView</h1>"/>
|
||||||
|
Reference in New Issue
Block a user