mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
hint property implemented
This commit is contained in:
@ -43,7 +43,7 @@
|
||||
</Label.formattedText>
|
||||
</Label>
|
||||
|
||||
<SearchBar text="{{ search }}" style="background-color: #fac950; color: #fac950;" textFieldBackgroundColor="white" row="2" />
|
||||
<SearchBar text="{{ search }}" hint="Search" style="background-color: #fac950; color: #fac950;" textFieldBackgroundColor="white" row="2" />
|
||||
|
||||
<ListView items="{{ sessions }}" row="3" separatorColor="#fac950">
|
||||
<ListView.itemTemplate>
|
||||
|
Reference in New Issue
Block a user