Skip to content

Instantly share code, notes, and snippets.

Created July 10, 2017 08:16
Show Gist options
  • Save anonymous/4f0cc1402bfe8efa0c6180b04ed05eed to your computer and use it in GitHub Desktop.
Save anonymous/4f0cc1402bfe8efa0c6180b04ed05eed to your computer and use it in GitHub Desktop.
bla
<RelativeLayout
Margin="0,20">
<base:Image x:Name="backButton"
VerticalOptions="FillAndExpand"
HorizontalOptions="FillAndExpand"
Margin="16"
Source="{x:Static res:Images.IcoBack}"
Aspect="AspectFill" />
<base:Label x:Name="title"
VerticalOptions="FillAndExpand"
HorizontalOptions="FillAndExpand"
RelativeLayout.XConstraint="{ConstraintExpression
Type=RelativeToParent,
Property=X,
Factor=0.5}"
TextColor="White" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment