Change hint color text

This commit is contained in:
SvetoslavTsenov
2017-03-02 15:45:34 +02:00
parent a01f1d502e
commit c822861929

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>