Retarget to Android 10 and remove MaterialFrame

This commit is contained in:
2021-01-28 14:22:48 -06:00
parent 023fb6ad7b
commit 7bc9fc0c30
9 changed files with 17011 additions and 4243 deletions
-1
View File
@@ -36,7 +36,6 @@ namespace qController
public App()
{
InitializeComponent();
Sharpnado.MaterialFrame.Initializer.Initialize(loggerEnable: false, debugLogEnable: false);
App.Current.RequestedThemeChanged += Current_RequestedThemeChanged;
SetAppResources();
@@ -4,7 +4,6 @@
xmlns:d="http://xamarin.com/schemas/2014/forms/design"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ios="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core"
xmlns:materialFrame="clr-namespace:Sharpnado.MaterialFrame;assembly=Sharpnado.MaterialFrame"
xmlns:qui="clr-namespace:qController.UI"
mc:Ignorable="d"
x:Class="qController.Pages.QBrowserPage"
-1
View File
@@ -65,7 +65,6 @@
<PackageReference Include="Xamarin.Essentials" Version="1.6.1" />
<PackageReference Include="Serilog" Version="2.10.0" />
<PackageReference Include="QControlKit" Version="0.0.11" />
<PackageReference Include="Sharpnado.MaterialFrame" Version="1.1.3" />
</ItemGroup>
<ItemGroup>
<None Remove="App.xaml" />