Skip to content

Instantly share code, notes, and snippets.

@pragmaticlogic
Created May 28, 2016 07:13
Show Gist options
  • Save pragmaticlogic/4720fe0e11ce5d99ab2bf05d8ecc1d47 to your computer and use it in GitHub Desktop.
Save pragmaticlogic/4720fe0e11ce5d99ab2bf05d8ecc1d47 to your computer and use it in GitHub Desktop.
<StackLayout VerticalOptions="End">
<StackLayout IsVisible="{Binding NoConnection}" x:Name="ButtonStackLayout" Orientation="Horizontal" Spacing="10" Padding="10,10,10,10" BackgroundColor="#E3E3E3">
<StackLayout HorizontalOptions="Start">
<Label x:Name="ButtonLabel" BackgroundColor="#E3E3E3" Text="Retry" TextColor="Black" VerticalOptions="Center" />
</StackLayout>
<StackLayout HorizontalOptions="CenterAndExpand"></StackLayout>
<StackLayout HorizontalOptions="End">
<Image x:Name="ButtonImage" BackgroundColor="#E3E3E3" WidthRequest="24" Source="{StaticResource RefreshImage}" VerticalOptions="Center" />
</StackLayout>
</StackLayout>
</StackLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment