mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
* set text-field and text-view tintColor to textColor (#4357) * Rest tint color
This commit is contained in:
committed by
GitHub
parent
4bd3a94873
commit
5a660a6eda
@@ -6,14 +6,14 @@
|
||||
<Label text="TextView:" />
|
||||
<TextView hint="nothing" fontSize="18" />
|
||||
<TextView hint="placeholder-color" style="placeholder-color: green;" fontSize="18" />
|
||||
<TextView hint="color" style="color: blue;" fontSize="18" />
|
||||
<TextView hint="both" style="color: blue; placeholder-color: green;" fontSize="18" />
|
||||
<TextView hint="color" style="color: brown;" fontSize="18" />
|
||||
<TextView hint="both" style="color: brown; placeholder-color: green;" fontSize="18" />
|
||||
|
||||
<Label text="TextField:" />
|
||||
<TextField hint="nothing" fontSize="18" />
|
||||
<TextField hint="placeholder-color" style="placeholder-color: green;" fontSize="18" />
|
||||
<TextField hint="color" style="color: blue;" fontSize="18" />
|
||||
<TextField hint="both" style="color: blue; placeholder-color: green;" fontSize="18" />
|
||||
<TextField hint="color" style="color: brown;" fontSize="18" />
|
||||
<TextField hint="both" style="color: brown; placeholder-color: green;" fontSize="18" />
|
||||
|
||||
<StackLayout orientation="horizontal">
|
||||
<Button id="btnSetText" text="set text" tap="setText" width="80"/>
|
||||
|
||||
Reference in New Issue
Block a user