Last active
April 27, 2016 01:23
-
-
Save ionixjunior/469ead4fa3dc10aa2be6665a3d20839d to your computer and use it in GitHub Desktop.
ImageCell padrão no Xamarin Forms
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 Intent="Menu"> | |
<TableRoot> | |
<TableSection> | |
<ImageCell ImageSource="location.png" Text="Localização" /> | |
<ImageCell ImageSource="settings.png" Text="Configurações" /> | |
<ImageCell ImageSource="email.png" Text="E-mail" /> | |
</TableSection> | |
</TableRoot> | |
</TableView> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment