Merge pull request #3731 from NativeScript/tsenov/uitest

Change hint color text
This commit is contained in:
SvetoslavTsenov
2017-03-02 16:28:15 +02:00
committed by GitHub

View File

@ -4,11 +4,11 @@
</Page.actionBar>
<StackLayout>
<Label text="Should change text and color" />
<TextView id="tv1Hint" hint="hint1" text="" color="pink" fontSize="32" />
<TextView id="tv1Hint" hint="hint1 pink" text="" color="pink" fontSize="32" />
<Label text="Should change apply text" />
<TextView id="tv2Hint" hint="hint2" color="orange" fontSize="32" />
<TextView id="tv2Hint" hint="hint2 orange" color="orange" fontSize="32" />
<Label text="Should change only color of hint" />
<TextView id="tv3Hint" hint="hint3" color="blue" fontSize="32" />
<TextView id="tv3Hint" hint="hint3 blue" color="blue" fontSize="32" />
<Button id="btn" text="Change text and color" tap="changeTextAndColor"/>
</StackLayout>
</Page>