MobileEssentials / FormsPlayer

Xamarin Forms Player Demo
MIT License
79 stars 24 forks source link

When i save the xaml, forms player abends #14

Open junalmeida opened 7 years ago

junalmeida commented 7 years ago
<ContentView xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="Vesta.MobileUI.Pages.Splash">
  <ContentView.Content>
    <AbsoluteLayout>
      <Image Source="splash" Aspect="AspectFill" AbsoluteLayout.LayoutFlags="All" AbsoluteLayout.LayoutBounds="0, 0, 1.0, 1.0" />
    </AbsoluteLayout>
  </ContentView.Content>
</ContentView>

This is the xaml being saved. Android said that forms player apk stopped