Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ionixjunior/5eab666329cc27d9225dc216cc25321a to your computer and use it in GitHub Desktop.

Select an option

Save ionixjunior/5eab666329cc27d9225dc216cc25321a to your computer and use it in GitHub Desktop.
<TableView Intent="Menu">
<TableRoot>
<TableSection>
<ViewCell>
<StackLayout Padding="15, 5, 15, 5" Orientation="Horizontal">
<Image Source="location.png" />
<Label Text="Localização" VerticalOptions="Center" />
</StackLayout>
</ViewCell>
<ViewCell>
<StackLayout Padding="15, 5, 15, 5" Orientation="Horizontal">
<Image Source="settings.png" />
<Label Text="Configurações" VerticalOptions="Center" />
</StackLayout>
</ViewCell>
<ViewCell>
<StackLayout Padding="15, 5, 15, 5" Orientation="Horizontal">
<Image Source="email.png" />
<Label Text="E-mail" VerticalOptions="Center" />
</StackLayout>
</ViewCell>
</TableSection>
</TableRoot>
</TableView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment