This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TableView> | |
<TableRoot> | |
<TableSection Title="Keyboards"> | |
<EntryCell Label="Default" Placeholder="default"/> | |
<EntryCell Label="Chat" Placeholder="Chats" Keyboard="Chat"/> | |
<EntryCell Label="Email" Placeholder="sometin@xamarin.com" Keyboard="Email"/> | |
<EntryCell Label="Numberic" Placeholder="55" Keyboard="Numeric"/> | |
<EntryCell Label="Telephone" Placeholder="+977-------" Keyboard="Telephone"/> | |
<EntryCell Label="Text" Placeholder="text" Keyboard="Text"/> | |
<EntryCell Label=" Url" Placeholder="https://developer.xamarin.com" Keyboard="Url"/> | |
</TableSection> | |
<TableSection Title="States and Colors"> | |
<EntryCell Label="Disabled" Placeholder="text" IsEnabled="False"/> | |
<EntryCell Label="Colorful" Placeholder="text" LabelColor="Red"/> | |
<EntryCell Label="Colorful + Disabled" Placeholder="text" IsEnabled="False" LabelColor="Blue"/> | |
</TableSection> | |
</TableRoot> | |
</TableView> |
No comments:
Post a Comment