mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-09 01:13:50 +00:00
Retarget to Android 10 and remove MaterialFrame
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user