mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Merge pull request #3731 from NativeScript/tsenov/uitest
Change hint color text
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user