Created
April 27, 2016 01:34
-
-
Save ionixjunior/5eab666329cc27d9225dc216cc25321a to your computer and use it in GitHub Desktop.
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> | |
<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