Skip to content

Instantly share code, notes, and snippets.

@ionixjunior
Last active April 27, 2016 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionixjunior/469ead4fa3dc10aa2be6665a3d20839d to your computer and use it in GitHub Desktop.
Save ionixjunior/469ead4fa3dc10aa2be6665a3d20839d to your computer and use it in GitHub Desktop.
ImageCell padrão no Xamarin Forms
<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