Skip to content

Instantly share code, notes, and snippets.

@TBertuzzi
Created January 20, 2022 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TBertuzzi/2e3cf152a7e206ae8a6fcead1a5c293d to your computer and use it in GitHub Desktop.
Save TBertuzzi/2e3cf152a7e206ae8a6fcead1a5c293d to your computer and use it in GitHub Desktop.
AiForms
<?xml version="1.0" encoding="UTF-8"?>
<toast:ToastView xmlns:toast="clr-namespace:AiForms.Dialogs.Abstractions;assembly=AiForms.Dialogs"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="XamarinFormsAiFormsDialogs.MinhaToastView">
<ContentView.Content>
<StackLayout x:Name="container" Spacing="0" Padding="10" WidthRequest="124" HeightRequest="124">
<Image x:Name="image" WidthRequest="70" HeightRequest="70" Margin="0,0,0,10" />
<Label Text="Rodando, MA OEEEEEEE! " HorizontalTextAlignment="Center" x:Name="label"
TextColor="#444444" FontSize="Medium"
VerticalOptions="FillAndExpand" VerticalTextAlignment="Center"/>
</StackLayout>
</ContentView.Content>
</toast:ToastView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment