gitextract_94w1nrjg/ ├── .gitignore ├── LICENSE.txt ├── NuGet.config ├── README.md ├── VisualChallenge/ │ ├── VisualChallenge/ │ │ ├── App.xaml │ │ ├── App.xaml.cs │ │ ├── AppShell.xaml │ │ ├── AppShell.xaml.cs │ │ ├── AssemblyInfo.cs │ │ ├── VisualChallenge.csproj │ │ ├── VisualChallengePage.xaml │ │ └── VisualChallengePage.xaml.cs │ ├── VisualChallenge.Android/ │ │ ├── Assets/ │ │ │ └── AboutAssets.txt │ │ ├── MainActivity.cs │ │ ├── Properties/ │ │ │ ├── AndroidManifest.xml │ │ │ └── AssemblyInfo.cs │ │ ├── Resources/ │ │ │ ├── AboutResources.txt │ │ │ ├── Resource.designer.cs │ │ │ ├── drawable/ │ │ │ │ └── launch_screen.axml │ │ │ ├── layout/ │ │ │ │ ├── Tabbar.axml │ │ │ │ └── Toolbar.axml │ │ │ ├── mipmap-anydpi-v26/ │ │ │ │ ├── icon.xml │ │ │ │ └── icon_round.xml │ │ │ └── values/ │ │ │ ├── colors.xml │ │ │ └── styles.xml │ │ └── VisualChallenge.Android.csproj │ └── VisualChallenge.iOS/ │ ├── AppDelegate.cs │ ├── Assets.xcassets/ │ │ └── AppIcon.appiconset/ │ │ └── Contents.json │ ├── Entitlements.plist │ ├── Info.plist │ ├── Main.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ ├── Resources/ │ │ └── LaunchScreen.storyboard │ └── VisualChallenge.iOS.csproj ├── VisualChallenge.sln └── nuget/ ├── Xamarin.Forms.4.0.0.293082-pre8.nupkg ├── Xamarin.Forms.AppLinks.4.0.0.293082-pre8.nupkg ├── Xamarin.Forms.Maps.4.0.0.293082-pre8.nupkg ├── Xamarin.Forms.Maps.GTK.4.0.0.293082-pre8.nupkg ├── Xamarin.Forms.Maps.WPF.4.0.0.293082-pre8.nupkg ├── Xamarin.Forms.Pages.4.0.0.293082-pre8.nupkg ├── Xamarin.Forms.Pages.Azure.4.0.0.293082-pre8.nupkg ├── Xamarin.Forms.Platform.GTK.4.0.0.293082-pre8.nupkg ├── Xamarin.Forms.Platform.WPF.4.0.0.293082-pre8.nupkg └── Xamarin.Forms.Visual.Material.4.0.0.293082-pre8.nupkg