Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Palestrante/Organização como componente #8

Open
tiago-carneiro opened this issue May 23, 2018 · 0 comments
Open

Palestrante/Organização como componente #8

tiago-carneiro opened this issue May 23, 2018 · 0 comments
Labels
Refact Code Refactoring. Improvements

Comments

@tiago-carneiro
Copy link
Owner

Montar um componente bindable do elemento:

<StackLayout Margin="16, 0, 16, 16"> <local:ImageCircle HorizontalOptions="Center" HeightRequest="100" VerticalOptions="Center" WidthRequest="100" Margin="0, 16, 0, 0"> <Image.Source> <UriImageSource Uri="{Binding Data}" CachingEnabled="true"/> </Image.Source> </local:ImageCircle> <Label Text="{Binding Data}" FontAttributes="Bold" HorizontalTextAlignment="Center"/> <Label Text="{Binding Data}" HorizontalTextAlignment="Center"/> <BoxView HorizontalOptions="FillAndExpand" Margin="56, 0" VerticalOptions="Center" HeightRequest="0.5" Color="LightGray"/> </StackLayout>

Que está inserido em:

  • InfoPage
  • PalestraPage

Para unificar o layout.

@tiago-carneiro tiago-carneiro added the Refact Code Refactoring. Improvements label May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refact Code Refactoring. Improvements
Projects
None yet
Development

No branches or pull requests

1 participant