mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
FIX: Typo fix
This commit is contained in:
@ -7,7 +7,7 @@ export function changeTextAndColor(args) {
|
|||||||
const tv1Hint = <TextView>page.getViewById("tv1Hint");
|
const tv1Hint = <TextView>page.getViewById("tv1Hint");
|
||||||
const tv2Hint = <TextView>page.getViewById("tv2Hint");
|
const tv2Hint = <TextView>page.getViewById("tv2Hint");
|
||||||
const tv3Hint = <TextView>page.getViewById("tv3Hint");
|
const tv3Hint = <TextView>page.getViewById("tv3Hint");
|
||||||
tv1Hint.text = "chnaged text + color";
|
tv1Hint.text = "changed text + color";
|
||||||
tv1Hint.color = new Color("blue");
|
tv1Hint.color = new Color("blue");
|
||||||
tv2Hint.text = "changed text only";
|
tv2Hint.text = "changed text only";
|
||||||
tv3Hint.color = new Color("green");
|
tv3Hint.color = new Color("green");
|
||||||
|
Reference in New Issue
Block a user