diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo
new file mode 100644
index 0000000..0c40bd2
Binary files /dev/null and b/GameAtlas/.vs/GameAtlas/v17/.suo differ
diff --git a/GameAtlas/GameAtlas.sln b/GameAtlas/GameAtlas.sln
new file mode 100644
index 0000000..6d06784
--- /dev/null
+++ b/GameAtlas/GameAtlas.sln
@@ -0,0 +1,27 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.31611.283
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GameAtlas", "GameAtlas\GameAtlas.csproj", "{1E4453D5-5C58-45AB-8366-3EC53D520816}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {1E4453D5-5C58-45AB-8366-3EC53D520816}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+ {1E4453D5-5C58-45AB-8366-3EC53D520816}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {1E4453D5-5C58-45AB-8366-3EC53D520816}.Release|Any CPU.Build.0 = Release|Any CPU
+ {1E4453D5-5C58-45AB-8366-3EC53D520816}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
+ EndGlobalSection
+EndGlobal
diff --git a/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx b/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx
new file mode 100644
index 0000000..874f443
Binary files /dev/null and b/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/19d72a7d-69ab-4cdf-a790-75d4ff3845dd.vsidx differ
diff --git a/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/read.lock b/GameAtlas/GameAtlas/.vs/GameAtlas.App/FileContentIndex/read.lock
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/App.xaml b/GameAtlas/GameAtlas/App.xaml
new file mode 100644
index 0000000..5055206
--- /dev/null
+++ b/GameAtlas/GameAtlas/App.xaml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/App.xaml.cs b/GameAtlas/GameAtlas/App.xaml.cs
new file mode 100644
index 0000000..31f1796
--- /dev/null
+++ b/GameAtlas/GameAtlas/App.xaml.cs
@@ -0,0 +1,11 @@
+namespace GameAtlas;
+
+public partial class App : Application
+{
+ public App()
+ {
+ InitializeComponent();
+
+ MainPage = new AppShell();
+ }
+}
diff --git a/GameAtlas/GameAtlas/AppShell.xaml b/GameAtlas/GameAtlas/AppShell.xaml
new file mode 100644
index 0000000..0d8f0d5
--- /dev/null
+++ b/GameAtlas/GameAtlas/AppShell.xaml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/AppShell.xaml.cs b/GameAtlas/GameAtlas/AppShell.xaml.cs
new file mode 100644
index 0000000..79fbbfd
--- /dev/null
+++ b/GameAtlas/GameAtlas/AppShell.xaml.cs
@@ -0,0 +1,9 @@
+namespace GameAtlas;
+
+public partial class AppShell : Shell
+{
+ public AppShell()
+ {
+ InitializeComponent();
+ }
+}
diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj b/GameAtlas/GameAtlas/GameAtlas.csproj
new file mode 100644
index 0000000..52929e2
--- /dev/null
+++ b/GameAtlas/GameAtlas/GameAtlas.csproj
@@ -0,0 +1,51 @@
+
+
+
+ net6.0-android;net6.0-ios;net6.0-maccatalyst
+ $(TargetFrameworks);net6.0-windows10.0.19041.0
+
+
+ Exe
+ GameAtlas
+ true
+ true
+ enable
+
+
+ GameAtlas
+
+
+ com.companyname.gameatlas
+ 62512753-dfda-48fe-857d-25a91df9589f
+
+
+ 1.0
+ 1
+
+ 14.2
+ 14.0
+ 21.0
+ 10.0.17763.0
+ 10.0.17763.0
+ 6.5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj.user b/GameAtlas/GameAtlas/GameAtlas.csproj.user
new file mode 100644
index 0000000..0f14913
--- /dev/null
+++ b/GameAtlas/GameAtlas/GameAtlas.csproj.user
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/MainPage.xaml b/GameAtlas/GameAtlas/MainPage.xaml
new file mode 100644
index 0000000..b505156
--- /dev/null
+++ b/GameAtlas/GameAtlas/MainPage.xaml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/MainPage.xaml.cs b/GameAtlas/GameAtlas/MainPage.xaml.cs
new file mode 100644
index 0000000..f8b0fa3
--- /dev/null
+++ b/GameAtlas/GameAtlas/MainPage.xaml.cs
@@ -0,0 +1,24 @@
+namespace GameAtlas;
+
+public partial class MainPage : ContentPage
+{
+ int count = 0;
+
+ public MainPage()
+ {
+ InitializeComponent();
+ }
+
+ private void OnCounterClicked(object sender, EventArgs e)
+ {
+ count++;
+
+ if (count == 1)
+ CounterBtn.Text = $"Clicked {count} time";
+ else
+ CounterBtn.Text = $"Clicked {count} times";
+
+ SemanticScreenReader.Announce(CounterBtn.Text);
+ }
+}
+
diff --git a/GameAtlas/GameAtlas/MauiProgram.cs b/GameAtlas/GameAtlas/MauiProgram.cs
new file mode 100644
index 0000000..79e5df8
--- /dev/null
+++ b/GameAtlas/GameAtlas/MauiProgram.cs
@@ -0,0 +1,18 @@
+namespace GameAtlas;
+
+public static class MauiProgram
+{
+ public static MauiApp CreateMauiApp()
+ {
+ var builder = MauiApp.CreateBuilder();
+ builder
+ .UseMauiApp()
+ .ConfigureFonts(fonts =>
+ {
+ fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
+ fonts.AddFont("OpenSans-Semibold.ttf", "OpenSansSemibold");
+ });
+
+ return builder.Build();
+ }
+}
diff --git a/GameAtlas/GameAtlas/Platforms/Android/AndroidManifest.xml b/GameAtlas/GameAtlas/Platforms/Android/AndroidManifest.xml
new file mode 100644
index 0000000..bdec9b5
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Android/AndroidManifest.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Platforms/Android/MainActivity.cs b/GameAtlas/GameAtlas/Platforms/Android/MainActivity.cs
new file mode 100644
index 0000000..0aad8f2
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Android/MainActivity.cs
@@ -0,0 +1,10 @@
+using Android.App;
+using Android.Content.PM;
+using Android.OS;
+
+namespace GameAtlas;
+
+[Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
+public class MainActivity : MauiAppCompatActivity
+{
+}
diff --git a/GameAtlas/GameAtlas/Platforms/Android/MainApplication.cs b/GameAtlas/GameAtlas/Platforms/Android/MainApplication.cs
new file mode 100644
index 0000000..e6a4d1b
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Android/MainApplication.cs
@@ -0,0 +1,15 @@
+using Android.App;
+using Android.Runtime;
+
+namespace GameAtlas;
+
+[Application]
+public class MainApplication : MauiApplication
+{
+ public MainApplication(IntPtr handle, JniHandleOwnership ownership)
+ : base(handle, ownership)
+ {
+ }
+
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+}
diff --git a/GameAtlas/GameAtlas/Platforms/Android/Resources/values/colors.xml b/GameAtlas/GameAtlas/Platforms/Android/Resources/values/colors.xml
new file mode 100644
index 0000000..5cd1604
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Android/Resources/values/colors.xml
@@ -0,0 +1,6 @@
+
+
+ #512BD4
+ #2B0B98
+ #2B0B98
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Platforms/MacCatalyst/AppDelegate.cs b/GameAtlas/GameAtlas/Platforms/MacCatalyst/AppDelegate.cs
new file mode 100644
index 0000000..a53c854
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/MacCatalyst/AppDelegate.cs
@@ -0,0 +1,9 @@
+using Foundation;
+
+namespace GameAtlas;
+
+[Register("AppDelegate")]
+public class AppDelegate : MauiUIApplicationDelegate
+{
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+}
diff --git a/GameAtlas/GameAtlas/Platforms/MacCatalyst/Info.plist b/GameAtlas/GameAtlas/Platforms/MacCatalyst/Info.plist
new file mode 100644
index 0000000..0690e47
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/MacCatalyst/Info.plist
@@ -0,0 +1,30 @@
+
+
+
+
+ UIDeviceFamily
+
+ 1
+ 2
+
+ UIRequiredDeviceCapabilities
+
+ arm64
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ XSAppIconAssets
+ Assets.xcassets/appicon.appiconset
+
+
diff --git a/GameAtlas/GameAtlas/Platforms/MacCatalyst/Program.cs b/GameAtlas/GameAtlas/Platforms/MacCatalyst/Program.cs
new file mode 100644
index 0000000..2e4fb55
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/MacCatalyst/Program.cs
@@ -0,0 +1,15 @@
+using ObjCRuntime;
+using UIKit;
+
+namespace GameAtlas;
+
+public class Program
+{
+ // This is the main entry point of the application.
+ static void Main(string[] args)
+ {
+ // if you want to use a different Application Delegate class from "AppDelegate"
+ // you can specify it here.
+ UIApplication.Main(args, null, typeof(AppDelegate));
+ }
+}
diff --git a/GameAtlas/GameAtlas/Platforms/Tizen/Main.cs b/GameAtlas/GameAtlas/Platforms/Tizen/Main.cs
new file mode 100644
index 0000000..fd985ca
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Tizen/Main.cs
@@ -0,0 +1,16 @@
+using System;
+using Microsoft.Maui;
+using Microsoft.Maui.Hosting;
+
+namespace GameAtlas;
+
+class Program : MauiApplication
+{
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+
+ static void Main(string[] args)
+ {
+ var app = new Program();
+ app.Run(args);
+ }
+}
diff --git a/GameAtlas/GameAtlas/Platforms/Tizen/tizen-manifest.xml b/GameAtlas/GameAtlas/Platforms/Tizen/tizen-manifest.xml
new file mode 100644
index 0000000..2d1d6ea
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Tizen/tizen-manifest.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+ maui-appicon-placeholder
+
+
+
+
+ http://tizen.org/privilege/internet
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Platforms/Windows/App.xaml b/GameAtlas/GameAtlas/Platforms/Windows/App.xaml
new file mode 100644
index 0000000..b5fd247
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Windows/App.xaml
@@ -0,0 +1,8 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/Platforms/Windows/App.xaml.cs b/GameAtlas/GameAtlas/Platforms/Windows/App.xaml.cs
new file mode 100644
index 0000000..75530eb
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Windows/App.xaml.cs
@@ -0,0 +1,24 @@
+using Microsoft.UI.Xaml;
+
+// To learn more about WinUI, the WinUI project structure,
+// and more about our project templates, see: http://aka.ms/winui-project-info.
+
+namespace GameAtlas.WinUI;
+
+///
+/// Provides application-specific behavior to supplement the default Application class.
+///
+public partial class App : MauiWinUIApplication
+{
+ ///
+ /// Initializes the singleton application object. This is the first line of authored code
+ /// executed, and as such is the logical equivalent of main() or WinMain().
+ ///
+ public App()
+ {
+ this.InitializeComponent();
+ }
+
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+}
+
diff --git a/GameAtlas/GameAtlas/Platforms/Windows/Package.appxmanifest b/GameAtlas/GameAtlas/Platforms/Windows/Package.appxmanifest
new file mode 100644
index 0000000..d426982
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Windows/Package.appxmanifest
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+ $placeholder$
+ User Name
+ $placeholder$.png
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/Platforms/Windows/app.manifest b/GameAtlas/GameAtlas/Platforms/Windows/app.manifest
new file mode 100644
index 0000000..71009ca
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/Windows/app.manifest
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+ true/PM
+ PerMonitorV2, PerMonitor
+
+
+
diff --git a/GameAtlas/GameAtlas/Platforms/iOS/AppDelegate.cs b/GameAtlas/GameAtlas/Platforms/iOS/AppDelegate.cs
new file mode 100644
index 0000000..a53c854
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/iOS/AppDelegate.cs
@@ -0,0 +1,9 @@
+using Foundation;
+
+namespace GameAtlas;
+
+[Register("AppDelegate")]
+public class AppDelegate : MauiUIApplicationDelegate
+{
+ protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
+}
diff --git a/GameAtlas/GameAtlas/Platforms/iOS/Info.plist b/GameAtlas/GameAtlas/Platforms/iOS/Info.plist
new file mode 100644
index 0000000..358337b
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/iOS/Info.plist
@@ -0,0 +1,32 @@
+
+
+
+
+ LSRequiresIPhoneOS
+
+ UIDeviceFamily
+
+ 1
+ 2
+
+ UIRequiredDeviceCapabilities
+
+ arm64
+
+ UISupportedInterfaceOrientations
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ UISupportedInterfaceOrientations~ipad
+
+ UIInterfaceOrientationPortrait
+ UIInterfaceOrientationPortraitUpsideDown
+ UIInterfaceOrientationLandscapeLeft
+ UIInterfaceOrientationLandscapeRight
+
+ XSAppIconAssets
+ Assets.xcassets/appicon.appiconset
+
+
diff --git a/GameAtlas/GameAtlas/Platforms/iOS/Program.cs b/GameAtlas/GameAtlas/Platforms/iOS/Program.cs
new file mode 100644
index 0000000..2e4fb55
--- /dev/null
+++ b/GameAtlas/GameAtlas/Platforms/iOS/Program.cs
@@ -0,0 +1,15 @@
+using ObjCRuntime;
+using UIKit;
+
+namespace GameAtlas;
+
+public class Program
+{
+ // This is the main entry point of the application.
+ static void Main(string[] args)
+ {
+ // if you want to use a different Application Delegate class from "AppDelegate"
+ // you can specify it here.
+ UIApplication.Main(args, null, typeof(AppDelegate));
+ }
+}
diff --git a/GameAtlas/GameAtlas/Properties/launchSettings.json b/GameAtlas/GameAtlas/Properties/launchSettings.json
new file mode 100644
index 0000000..c16206a
--- /dev/null
+++ b/GameAtlas/GameAtlas/Properties/launchSettings.json
@@ -0,0 +1,8 @@
+{
+ "profiles": {
+ "Windows Machine": {
+ "commandName": "MsixPackage",
+ "nativeDebugging": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Resources/AppIcon/appicon.svg b/GameAtlas/GameAtlas/Resources/AppIcon/appicon.svg
new file mode 100644
index 0000000..5f04fcf
--- /dev/null
+++ b/GameAtlas/GameAtlas/Resources/AppIcon/appicon.svg
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Resources/AppIcon/appiconfg.svg b/GameAtlas/GameAtlas/Resources/AppIcon/appiconfg.svg
new file mode 100644
index 0000000..62d66d7
--- /dev/null
+++ b/GameAtlas/GameAtlas/Resources/AppIcon/appiconfg.svg
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Regular.ttf b/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Regular.ttf
new file mode 100644
index 0000000..a49f11d
Binary files /dev/null and b/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Regular.ttf differ
diff --git a/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Semibold.ttf b/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Semibold.ttf
new file mode 100644
index 0000000..23911e4
Binary files /dev/null and b/GameAtlas/GameAtlas/Resources/Fonts/OpenSans-Semibold.ttf differ
diff --git a/GameAtlas/GameAtlas/Resources/Images/dotnet_bot.svg b/GameAtlas/GameAtlas/Resources/Images/dotnet_bot.svg
new file mode 100644
index 0000000..51b1c33
--- /dev/null
+++ b/GameAtlas/GameAtlas/Resources/Images/dotnet_bot.svg
@@ -0,0 +1,93 @@
+
diff --git a/GameAtlas/GameAtlas/Resources/Raw/AboutAssets.txt b/GameAtlas/GameAtlas/Resources/Raw/AboutAssets.txt
new file mode 100644
index 0000000..50b8a7b
--- /dev/null
+++ b/GameAtlas/GameAtlas/Resources/Raw/AboutAssets.txt
@@ -0,0 +1,15 @@
+Any raw assets you want to be deployed with your application can be placed in
+this directory (and child directories). Deployment of the asset to your application
+is automatically handled by the following `MauiAsset` Build Action within your `.csproj`.
+
+
+
+These files will be deployed with you package and will be accessible using Essentials:
+
+ async Task LoadMauiAsset()
+ {
+ using var stream = await FileSystem.OpenAppPackageFileAsync("AboutAssets.txt");
+ using var reader = new StreamReader(stream);
+
+ var contents = reader.ReadToEnd();
+ }
diff --git a/GameAtlas/GameAtlas/Resources/Splash/splash.svg b/GameAtlas/GameAtlas/Resources/Splash/splash.svg
new file mode 100644
index 0000000..62d66d7
--- /dev/null
+++ b/GameAtlas/GameAtlas/Resources/Splash/splash.svg
@@ -0,0 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml b/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml
new file mode 100644
index 0000000..d183ec4
--- /dev/null
+++ b/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml
@@ -0,0 +1,44 @@
+
+
+
+
+ #512BD4
+ #DFD8F7
+ #2B0B98
+ White
+ Black
+ #E1E1E1
+ #C8C8C8
+ #ACACAC
+ #919191
+ #6E6E6E
+ #404040
+ #212121
+ #141414
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #F7B548
+ #FFD590
+ #FFE5B9
+ #28C2D1
+ #7BDDEF
+ #C3F2F4
+ #3E8EED
+ #72ACF1
+ #A7CBF6
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml b/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml
new file mode 100644
index 0000000..e7eefdb
--- /dev/null
+++ b/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml
@@ -0,0 +1,384 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..a8c10ef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.AssemblyInfo.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.AssemblyInfo.cs
new file mode 100644
index 0000000..c962dec
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Ce code a été généré par un outil.
+// Version du runtime :4.0.30319.42000
+//
+// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
+// le code est régénéré.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyTitleAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Android31.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Android21.0")]
+
+// Généré par la classe MSBuild WriteCodeFragment.
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.AssemblyInfoInputs.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..54a7458
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+0e70832dc8717b14c8644faf4e2afe41b2d7179c
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..79e086b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,41 @@
+is_global = true
+build_property.TargetFramework = net6.0-android
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization = false
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = GameAtlas
+build_property.ProjectDir = C:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/App.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.App.xaml
+build_metadata.AdditionalFiles.TargetPath = App.xaml
+build_metadata.AdditionalFiles.RelativePath = App.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/AppShell.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.AppShell.xaml
+build_metadata.AdditionalFiles.TargetPath = AppShell.xaml
+build_metadata.AdditionalFiles.RelativePath = AppShell.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/MainPage.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.MainPage.xaml
+build_metadata.AdditionalFiles.TargetPath = MainPage.xaml
+build_metadata.AdditionalFiles.RelativePath = MainPage.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Colors.xaml
+build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Colors.xaml
+build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Colors.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Styles.xaml
+build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Styles.xaml
+build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Styles.xaml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.GlobalUsings.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.GlobalUsings.g.cs
new file mode 100644
index 0000000..edf6271
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.GlobalUsings.g.cs
@@ -0,0 +1,26 @@
+//
+global using global::Microsoft.Extensions.DependencyInjection;
+global using global::Microsoft.Maui;
+global using global::Microsoft.Maui.Accessibility;
+global using global::Microsoft.Maui.ApplicationModel;
+global using global::Microsoft.Maui.ApplicationModel.Communication;
+global using global::Microsoft.Maui.ApplicationModel.DataTransfer;
+global using global::Microsoft.Maui.Authentication;
+global using global::Microsoft.Maui.Controls;
+global using global::Microsoft.Maui.Controls.Hosting;
+global using global::Microsoft.Maui.Controls.Xaml;
+global using global::Microsoft.Maui.Devices;
+global using global::Microsoft.Maui.Devices.Sensors;
+global using global::Microsoft.Maui.Dispatching;
+global using global::Microsoft.Maui.Graphics;
+global using global::Microsoft.Maui.Hosting;
+global using global::Microsoft.Maui.Media;
+global using global::Microsoft.Maui.Networking;
+global using global::Microsoft.Maui.Storage;
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.assets.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.assets.cache
new file mode 100644
index 0000000..3288c02
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.assets.cache differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.csproj.AssemblyReference.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..6ed64d1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/GameAtlas.csproj.AssemblyReference.cache differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/Resource.designer.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/Resource.designer.cs
new file mode 100644
index 0000000..4935bde
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/Resource.designer.cs
@@ -0,0 +1,21845 @@
+#pragma warning disable 1591
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+[assembly: global::Android.Runtime.ResourceDesignerAttribute("GameAtlas.Resource", IsApplication=true)]
+
+namespace GameAtlas
+{
+
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "12.3.99.85")]
+ public partial class Resource
+ {
+
+ static Resource()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ public static void UpdateIdValues()
+ {
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Attribute.actionBarSize = global::GameAtlas.Resource.Attribute.actionBarSize;
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Attribute.collectionViewStyle = global::GameAtlas.Resource.Attribute.collectionViewStyle;
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Attribute.scrollViewStyle = global::GameAtlas.Resource.Attribute.scrollViewStyle;
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Drawable.abc_ic_clear_material = global::GameAtlas.Resource.Drawable.abc_ic_clear_material;
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Drawable.abc_ic_search_api_material = global::GameAtlas.Resource.Drawable.abc_ic_search_api_material;
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Layout.tabbar = global::GameAtlas.Resource.Layout.tabbar;
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Layout.toolbar = global::GameAtlas.Resource.Layout.toolbar;
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Style.collectionViewTheme = global::GameAtlas.Resource.Style.collectionViewTheme;
+ global::Microsoft.Maui.Controls.Compatibility.Resource.Style.scrollViewTheme = global::GameAtlas.Resource.Style.scrollViewTheme;
+ global::Microsoft.Maui.Controls.Resource.Animation.enterfromleft = global::GameAtlas.Resource.Animation.enterfromleft;
+ global::Microsoft.Maui.Controls.Resource.Animation.enterfromright = global::GameAtlas.Resource.Animation.enterfromright;
+ global::Microsoft.Maui.Controls.Resource.Animation.exittoleft = global::GameAtlas.Resource.Animation.exittoleft;
+ global::Microsoft.Maui.Controls.Resource.Animation.exittoright = global::GameAtlas.Resource.Animation.exittoright;
+ global::Microsoft.Maui.Controls.Resource.Attribute.actionBarSize = global::GameAtlas.Resource.Attribute.actionBarSize;
+ global::Microsoft.Maui.Controls.Resource.Attribute.appBarLayoutStyle = global::GameAtlas.Resource.Attribute.appBarLayoutStyle;
+ global::Microsoft.Maui.Controls.Resource.Attribute.bottomNavigationViewStyle = global::GameAtlas.Resource.Attribute.bottomNavigationViewStyle;
+ global::Microsoft.Maui.Controls.Resource.Attribute.toolbarStyle = global::GameAtlas.Resource.Attribute.toolbarStyle;
+ global::Microsoft.Maui.Controls.Resource.Drawable.abc_ic_clear_material = global::GameAtlas.Resource.Drawable.abc_ic_clear_material;
+ global::Microsoft.Maui.Controls.Resource.Drawable.abc_ic_menu_overflow_material = global::GameAtlas.Resource.Drawable.abc_ic_menu_overflow_material;
+ global::Microsoft.Maui.Controls.Resource.Drawable.abc_ic_search_api_material = global::GameAtlas.Resource.Drawable.abc_ic_search_api_material;
+ global::Microsoft.Maui.Controls.Resource.Id.navigationlayout_bottomtabs = global::GameAtlas.Resource.Id.navigationlayout_bottomtabs;
+ global::Microsoft.Maui.Controls.Resource.Id.navigationlayout_content = global::GameAtlas.Resource.Id.navigationlayout_content;
+ global::Microsoft.Maui.Controls.Resource.Id.navigationlayout_toptabs = global::GameAtlas.Resource.Id.navigationlayout_toptabs;
+ global::Microsoft.Maui.Controls.Resource.Id.shellcontent_appbar = global::GameAtlas.Resource.Id.shellcontent_appbar;
+ global::Microsoft.Maui.Controls.Resource.Id.flyoutcontent_appbar = global::GameAtlas.Resource.Id.flyoutcontent_appbar;
+ global::Microsoft.Maui.Controls.Resource.Layout.fragment_backstack = global::GameAtlas.Resource.Layout.fragment_backstack;
+ global::Microsoft.Maui.Controls.Resource.Layout.flyoutcontent = global::GameAtlas.Resource.Layout.flyoutcontent;
+ global::Microsoft.Maui.Controls.Resource.Layout.shellcontent = global::GameAtlas.Resource.Layout.shellcontent;
+ global::Microsoft.Maui.Controls.Resource.Dimension.design_bottom_navigation_height = global::GameAtlas.Resource.Dimension.design_bottom_navigation_height;
+ global::Microsoft.Maui.Controls.Resource.Style.ThemeOverlay_AppCompat_Light = global::GameAtlas.Resource.Style.ThemeOverlay_AppCompat_Light;
+ global::Microsoft.Maui.Controls.Resource.Styleable.Toolbar = global::GameAtlas.Resource.Styleable.Toolbar;
+ global::Microsoft.Maui.Controls.Resource.Styleable.Toolbar_titleTextColor = global::GameAtlas.Resource.Styleable.Toolbar_titleTextColor;
+ global::Microsoft.Maui.Controls.Resource.String.nav_app_bar_navigate_up_description = global::GameAtlas.Resource.String.nav_app_bar_navigate_up_description;
+ global::Microsoft.Maui.Controls.Resource.String.nav_app_bar_open_drawer_description = global::GameAtlas.Resource.String.nav_app_bar_open_drawer_description;
+ global::Microsoft.Maui.Controls.Resource.String.overflow_tab_title = global::GameAtlas.Resource.String.overflow_tab_title;
+ global::Microsoft.Maui.Resource.Attribute.actionBarSize = global::GameAtlas.Resource.Attribute.actionBarSize;
+ global::Microsoft.Maui.Resource.Attribute.colorSwitchThumbNormal = global::GameAtlas.Resource.Attribute.colorSwitchThumbNormal;
+ global::Microsoft.Maui.Resource.Attribute.maui_splash = global::GameAtlas.Resource.Attribute.maui_splash;
+ global::Microsoft.Maui.Resource.Attribute.scrollViewStyle = global::GameAtlas.Resource.Attribute.scrollViewStyle;
+ global::Microsoft.Maui.Resource.Animation.nav_default_enter_anim = global::GameAtlas.Resource.Animation.nav_default_enter_anim;
+ global::Microsoft.Maui.Resource.Animation.nav_default_exit_anim = global::GameAtlas.Resource.Animation.nav_default_exit_anim;
+ global::Microsoft.Maui.Resource.Animation.nav_default_pop_enter_anim = global::GameAtlas.Resource.Animation.nav_default_pop_enter_anim;
+ global::Microsoft.Maui.Resource.Animation.nav_default_pop_exit_anim = global::GameAtlas.Resource.Animation.nav_default_pop_exit_anim;
+ global::Microsoft.Maui.Resource.Drawable.abc_ic_clear_material = global::GameAtlas.Resource.Drawable.abc_ic_clear_material;
+ global::Microsoft.Maui.Resource.Id.navigation_layout = global::GameAtlas.Resource.Id.navigation_layout;
+ global::Microsoft.Maui.Resource.Id.navigationlayout_appbar = global::GameAtlas.Resource.Id.navigationlayout_appbar;
+ global::Microsoft.Maui.Resource.Id.navigationlayout_bottomtabs = global::GameAtlas.Resource.Id.navigationlayout_bottomtabs;
+ global::Microsoft.Maui.Resource.Id.navigationlayout_content = global::GameAtlas.Resource.Id.navigationlayout_content;
+ global::Microsoft.Maui.Resource.Id.navigationlayout_toptabs = global::GameAtlas.Resource.Id.navigationlayout_toptabs;
+ global::Microsoft.Maui.Resource.Id.nav_host = global::GameAtlas.Resource.Id.nav_host;
+ global::Microsoft.Maui.Resource.Id.nav_host_fragment_container = global::GameAtlas.Resource.Id.nav_host_fragment_container;
+ global::Microsoft.Maui.Resource.Id.search_button = global::GameAtlas.Resource.Id.search_button;
+ global::Microsoft.Maui.Resource.Id.search_close_btn = global::GameAtlas.Resource.Id.search_close_btn;
+ global::Microsoft.Maui.Resource.Layout.drawer_layout = global::GameAtlas.Resource.Layout.drawer_layout;
+ global::Microsoft.Maui.Resource.Layout.navigationlayout = global::GameAtlas.Resource.Layout.navigationlayout;
+ global::Microsoft.Maui.Resource.Layout.fragment_backstack = global::GameAtlas.Resource.Layout.fragment_backstack;
+ global::Microsoft.Maui.Resource.Style.Maui_MainTheme_NoActionBar = global::GameAtlas.Resource.Style.Maui_MainTheme_NoActionBar;
+ global::Microsoft.Maui.Resource.Style.ThemeOverlay_AppCompat_Light = global::GameAtlas.Resource.Style.ThemeOverlay_AppCompat_Light;
+ global::Microsoft.Maui.Resource.Style.scrollViewTheme = global::GameAtlas.Resource.Style.scrollViewTheme;
+ }
+
+ public partial class Animation
+ {
+
+ // aapt resource value: 0x7F010000
+ public const int abc_fade_in = 2130771968;
+
+ // aapt resource value: 0x7F010001
+ public const int abc_fade_out = 2130771969;
+
+ // aapt resource value: 0x7F010002
+ public const int abc_grow_fade_in_from_bottom = 2130771970;
+
+ // aapt resource value: 0x7F010003
+ public const int abc_popup_enter = 2130771971;
+
+ // aapt resource value: 0x7F010004
+ public const int abc_popup_exit = 2130771972;
+
+ // aapt resource value: 0x7F010005
+ public const int abc_shrink_fade_out_from_bottom = 2130771973;
+
+ // aapt resource value: 0x7F010006
+ public const int abc_slide_in_bottom = 2130771974;
+
+ // aapt resource value: 0x7F010007
+ public const int abc_slide_in_top = 2130771975;
+
+ // aapt resource value: 0x7F010008
+ public const int abc_slide_out_bottom = 2130771976;
+
+ // aapt resource value: 0x7F010009
+ public const int abc_slide_out_top = 2130771977;
+
+ // aapt resource value: 0x7F01000A
+ public const int abc_tooltip_enter = 2130771978;
+
+ // aapt resource value: 0x7F01000B
+ public const int abc_tooltip_exit = 2130771979;
+
+ // aapt resource value: 0x7F01000C
+ public const int btn_checkbox_to_checked_box_inner_merged_animation = 2130771980;
+
+ // aapt resource value: 0x7F01000D
+ public const int btn_checkbox_to_checked_box_outer_merged_animation = 2130771981;
+
+ // aapt resource value: 0x7F01000E
+ public const int btn_checkbox_to_checked_icon_null_animation = 2130771982;
+
+ // aapt resource value: 0x7F01000F
+ public const int btn_checkbox_to_unchecked_box_inner_merged_animation = 2130771983;
+
+ // aapt resource value: 0x7F010010
+ public const int btn_checkbox_to_unchecked_check_path_merged_animation = 2130771984;
+
+ // aapt resource value: 0x7F010011
+ public const int btn_checkbox_to_unchecked_icon_null_animation = 2130771985;
+
+ // aapt resource value: 0x7F010012
+ public const int btn_radio_to_off_mtrl_dot_group_animation = 2130771986;
+
+ // aapt resource value: 0x7F010013
+ public const int btn_radio_to_off_mtrl_ring_outer_animation = 2130771987;
+
+ // aapt resource value: 0x7F010014
+ public const int btn_radio_to_off_mtrl_ring_outer_path_animation = 2130771988;
+
+ // aapt resource value: 0x7F010015
+ public const int btn_radio_to_on_mtrl_dot_group_animation = 2130771989;
+
+ // aapt resource value: 0x7F010016
+ public const int btn_radio_to_on_mtrl_ring_outer_animation = 2130771990;
+
+ // aapt resource value: 0x7F010017
+ public const int btn_radio_to_on_mtrl_ring_outer_path_animation = 2130771991;
+
+ // aapt resource value: 0x7F010018
+ public const int design_bottom_sheet_slide_in = 2130771992;
+
+ // aapt resource value: 0x7F010019
+ public const int design_bottom_sheet_slide_out = 2130771993;
+
+ // aapt resource value: 0x7F01001A
+ public const int design_snackbar_in = 2130771994;
+
+ // aapt resource value: 0x7F01001B
+ public const int design_snackbar_out = 2130771995;
+
+ // aapt resource value: 0x7F01001C
+ public const int enterfromleft = 2130771996;
+
+ // aapt resource value: 0x7F01001D
+ public const int enterfromright = 2130771997;
+
+ // aapt resource value: 0x7F01001E
+ public const int exittoleft = 2130771998;
+
+ // aapt resource value: 0x7F01001F
+ public const int exittoright = 2130771999;
+
+ // aapt resource value: 0x7F010020
+ public const int fragment_fast_out_extra_slow_in = 2130772000;
+
+ // aapt resource value: 0x7F010021
+ public const int mtrl_bottom_sheet_slide_in = 2130772001;
+
+ // aapt resource value: 0x7F010022
+ public const int mtrl_bottom_sheet_slide_out = 2130772002;
+
+ // aapt resource value: 0x7F010023
+ public const int mtrl_card_lowers_interpolator = 2130772003;
+
+ // aapt resource value: 0x7F010024
+ public const int nav_default_enter_anim = 2130772004;
+
+ // aapt resource value: 0x7F010025
+ public const int nav_default_exit_anim = 2130772005;
+
+ // aapt resource value: 0x7F010026
+ public const int nav_default_pop_enter_anim = 2130772006;
+
+ // aapt resource value: 0x7F010027
+ public const int nav_default_pop_exit_anim = 2130772007;
+
+ static Animation()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Animation()
+ {
+ }
+ }
+
+ public partial class Animator
+ {
+
+ // aapt resource value: 0x7F020000
+ public const int design_appbar_state_list_animator = 2130837504;
+
+ // aapt resource value: 0x7F020001
+ public const int design_fab_hide_motion_spec = 2130837505;
+
+ // aapt resource value: 0x7F020002
+ public const int design_fab_show_motion_spec = 2130837506;
+
+ // aapt resource value: 0x7F020003
+ public const int fragment_close_enter = 2130837507;
+
+ // aapt resource value: 0x7F020004
+ public const int fragment_close_exit = 2130837508;
+
+ // aapt resource value: 0x7F020005
+ public const int fragment_fade_enter = 2130837509;
+
+ // aapt resource value: 0x7F020006
+ public const int fragment_fade_exit = 2130837510;
+
+ // aapt resource value: 0x7F020007
+ public const int fragment_open_enter = 2130837511;
+
+ // aapt resource value: 0x7F020008
+ public const int fragment_open_exit = 2130837512;
+
+ // aapt resource value: 0x7F020009
+ public const int linear_indeterminate_line1_head_interpolator = 2130837513;
+
+ // aapt resource value: 0x7F02000A
+ public const int linear_indeterminate_line1_tail_interpolator = 2130837514;
+
+ // aapt resource value: 0x7F02000B
+ public const int linear_indeterminate_line2_head_interpolator = 2130837515;
+
+ // aapt resource value: 0x7F02000C
+ public const int linear_indeterminate_line2_tail_interpolator = 2130837516;
+
+ // aapt resource value: 0x7F02000D
+ public const int m3_btn_elevated_btn_state_list_anim = 2130837517;
+
+ // aapt resource value: 0x7F02000E
+ public const int m3_btn_state_list_anim = 2130837518;
+
+ // aapt resource value: 0x7F02000F
+ public const int m3_card_elevated_state_list_anim = 2130837519;
+
+ // aapt resource value: 0x7F020010
+ public const int m3_card_state_list_anim = 2130837520;
+
+ // aapt resource value: 0x7F020011
+ public const int m3_chip_state_list_anim = 2130837521;
+
+ // aapt resource value: 0x7F020012
+ public const int m3_elevated_chip_state_list_anim = 2130837522;
+
+ // aapt resource value: 0x7F020013
+ public const int mtrl_btn_state_list_anim = 2130837523;
+
+ // aapt resource value: 0x7F020014
+ public const int mtrl_btn_unelevated_state_list_anim = 2130837524;
+
+ // aapt resource value: 0x7F020015
+ public const int mtrl_card_state_list_anim = 2130837525;
+
+ // aapt resource value: 0x7F020016
+ public const int mtrl_chip_state_list_anim = 2130837526;
+
+ // aapt resource value: 0x7F020017
+ public const int mtrl_extended_fab_change_size_collapse_motion_spec = 2130837527;
+
+ // aapt resource value: 0x7F020018
+ public const int mtrl_extended_fab_change_size_expand_motion_spec = 2130837528;
+
+ // aapt resource value: 0x7F020019
+ public const int mtrl_extended_fab_hide_motion_spec = 2130837529;
+
+ // aapt resource value: 0x7F02001A
+ public const int mtrl_extended_fab_show_motion_spec = 2130837530;
+
+ // aapt resource value: 0x7F02001B
+ public const int mtrl_extended_fab_state_list_animator = 2130837531;
+
+ // aapt resource value: 0x7F02001C
+ public const int mtrl_fab_hide_motion_spec = 2130837532;
+
+ // aapt resource value: 0x7F02001D
+ public const int mtrl_fab_show_motion_spec = 2130837533;
+
+ // aapt resource value: 0x7F02001E
+ public const int mtrl_fab_transformation_sheet_collapse_spec = 2130837534;
+
+ // aapt resource value: 0x7F02001F
+ public const int mtrl_fab_transformation_sheet_expand_spec = 2130837535;
+
+ // aapt resource value: 0x7F020020
+ public const int nav_default_enter_anim = 2130837536;
+
+ // aapt resource value: 0x7F020021
+ public const int nav_default_exit_anim = 2130837537;
+
+ // aapt resource value: 0x7F020022
+ public const int nav_default_pop_enter_anim = 2130837538;
+
+ // aapt resource value: 0x7F020023
+ public const int nav_default_pop_exit_anim = 2130837539;
+
+ static Animator()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Animator()
+ {
+ }
+ }
+
+ public partial class Attribute
+ {
+
+ // aapt resource value: 0x7F030002
+ public const int action = 2130903042;
+
+ // aapt resource value: 0x7F030003
+ public const int actionBarDivider = 2130903043;
+
+ // aapt resource value: 0x7F030004
+ public const int actionBarItemBackground = 2130903044;
+
+ // aapt resource value: 0x7F030005
+ public const int actionBarPopupTheme = 2130903045;
+
+ // aapt resource value: 0x7F030006
+ public const int actionBarSize = 2130903046;
+
+ // aapt resource value: 0x7F030007
+ public const int actionBarSplitStyle = 2130903047;
+
+ // aapt resource value: 0x7F030008
+ public const int actionBarStyle = 2130903048;
+
+ // aapt resource value: 0x7F030009
+ public const int actionBarTabBarStyle = 2130903049;
+
+ // aapt resource value: 0x7F03000A
+ public const int actionBarTabStyle = 2130903050;
+
+ // aapt resource value: 0x7F03000B
+ public const int actionBarTabTextStyle = 2130903051;
+
+ // aapt resource value: 0x7F03000C
+ public const int actionBarTheme = 2130903052;
+
+ // aapt resource value: 0x7F03000D
+ public const int actionBarWidgetTheme = 2130903053;
+
+ // aapt resource value: 0x7F03000E
+ public const int actionButtonStyle = 2130903054;
+
+ // aapt resource value: 0x7F03000F
+ public const int actionDropDownStyle = 2130903055;
+
+ // aapt resource value: 0x7F030010
+ public const int actionLayout = 2130903056;
+
+ // aapt resource value: 0x7F030011
+ public const int actionMenuTextAppearance = 2130903057;
+
+ // aapt resource value: 0x7F030012
+ public const int actionMenuTextColor = 2130903058;
+
+ // aapt resource value: 0x7F030013
+ public const int actionModeBackground = 2130903059;
+
+ // aapt resource value: 0x7F030014
+ public const int actionModeCloseButtonStyle = 2130903060;
+
+ // aapt resource value: 0x7F030015
+ public const int actionModeCloseContentDescription = 2130903061;
+
+ // aapt resource value: 0x7F030016
+ public const int actionModeCloseDrawable = 2130903062;
+
+ // aapt resource value: 0x7F030017
+ public const int actionModeCopyDrawable = 2130903063;
+
+ // aapt resource value: 0x7F030018
+ public const int actionModeCutDrawable = 2130903064;
+
+ // aapt resource value: 0x7F030019
+ public const int actionModeFindDrawable = 2130903065;
+
+ // aapt resource value: 0x7F03001A
+ public const int actionModePasteDrawable = 2130903066;
+
+ // aapt resource value: 0x7F03001B
+ public const int actionModePopupWindowStyle = 2130903067;
+
+ // aapt resource value: 0x7F03001C
+ public const int actionModeSelectAllDrawable = 2130903068;
+
+ // aapt resource value: 0x7F03001D
+ public const int actionModeShareDrawable = 2130903069;
+
+ // aapt resource value: 0x7F03001E
+ public const int actionModeSplitBackground = 2130903070;
+
+ // aapt resource value: 0x7F03001F
+ public const int actionModeStyle = 2130903071;
+
+ // aapt resource value: 0x7F030020
+ public const int actionModeTheme = 2130903072;
+
+ // aapt resource value: 0x7F030021
+ public const int actionModeWebSearchDrawable = 2130903073;
+
+ // aapt resource value: 0x7F030022
+ public const int actionOverflowButtonStyle = 2130903074;
+
+ // aapt resource value: 0x7F030023
+ public const int actionOverflowMenuStyle = 2130903075;
+
+ // aapt resource value: 0x7F030024
+ public const int actionProviderClass = 2130903076;
+
+ // aapt resource value: 0x7F030025
+ public const int actionTextColorAlpha = 2130903077;
+
+ // aapt resource value: 0x7F030026
+ public const int actionViewClass = 2130903078;
+
+ // aapt resource value: 0x7F030027
+ public const int activityAction = 2130903079;
+
+ // aapt resource value: 0x7F030028
+ public const int activityChooserViewStyle = 2130903080;
+
+ // aapt resource value: 0x7F030029
+ public const int activityName = 2130903081;
+
+ // aapt resource value: 0x7F03002A
+ public const int alertDialogButtonGroupStyle = 2130903082;
+
+ // aapt resource value: 0x7F03002B
+ public const int alertDialogCenterButtons = 2130903083;
+
+ // aapt resource value: 0x7F03002C
+ public const int alertDialogStyle = 2130903084;
+
+ // aapt resource value: 0x7F03002D
+ public const int alertDialogTheme = 2130903085;
+
+ // aapt resource value: 0x7F03002E
+ public const int allowStacking = 2130903086;
+
+ // aapt resource value: 0x7F03002F
+ public const int alpha = 2130903087;
+
+ // aapt resource value: 0x7F030030
+ public const int alphabeticModifiers = 2130903088;
+
+ // aapt resource value: 0x7F030031
+ public const int altSrc = 2130903089;
+
+ // aapt resource value: 0x7F030032
+ public const int alwaysExpand = 2130903090;
+
+ // aapt resource value: 0x7F030033
+ public const int animateCircleAngleTo = 2130903091;
+
+ // aapt resource value: 0x7F030034
+ public const int animateRelativeTo = 2130903092;
+
+ // aapt resource value: 0x7F030035
+ public const int animationMode = 2130903093;
+
+ // aapt resource value: 0x7F030036
+ public const int appBarLayoutStyle = 2130903094;
+
+ // aapt resource value: 0x7F030037
+ public const int applyMotionScene = 2130903095;
+
+ // aapt resource value: 0x7F030038
+ public const int arcMode = 2130903096;
+
+ // aapt resource value: 0x7F030039
+ public const int argType = 2130903097;
+
+ // aapt resource value: 0x7F03003A
+ public const int arrowHeadLength = 2130903098;
+
+ // aapt resource value: 0x7F03003B
+ public const int arrowShaftLength = 2130903099;
+
+ // aapt resource value: 0x7F03003C
+ public const int attributeName = 2130903100;
+
+ // aapt resource value: 0x7F03003D
+ public const int autoCompleteMode = 2130903101;
+
+ // aapt resource value: 0x7F03003E
+ public const int autoCompleteTextViewStyle = 2130903102;
+
+ // aapt resource value: 0x7F03003F
+ public const int autoSizeMaxTextSize = 2130903103;
+
+ // aapt resource value: 0x7F030040
+ public const int autoSizeMinTextSize = 2130903104;
+
+ // aapt resource value: 0x7F030041
+ public const int autoSizePresetSizes = 2130903105;
+
+ // aapt resource value: 0x7F030042
+ public const int autoSizeStepGranularity = 2130903106;
+
+ // aapt resource value: 0x7F030043
+ public const int autoSizeTextType = 2130903107;
+
+ // aapt resource value: 0x7F030044
+ public const int autoTransition = 2130903108;
+
+ // aapt resource value: 0x7F030045
+ public const int background = 2130903109;
+
+ // aapt resource value: 0x7F030046
+ public const int backgroundColor = 2130903110;
+
+ // aapt resource value: 0x7F030047
+ public const int backgroundInsetBottom = 2130903111;
+
+ // aapt resource value: 0x7F030048
+ public const int backgroundInsetEnd = 2130903112;
+
+ // aapt resource value: 0x7F030049
+ public const int backgroundInsetStart = 2130903113;
+
+ // aapt resource value: 0x7F03004A
+ public const int backgroundInsetTop = 2130903114;
+
+ // aapt resource value: 0x7F03004B
+ public const int backgroundOverlayColorAlpha = 2130903115;
+
+ // aapt resource value: 0x7F03004C
+ public const int backgroundSplit = 2130903116;
+
+ // aapt resource value: 0x7F03004D
+ public const int backgroundStacked = 2130903117;
+
+ // aapt resource value: 0x7F03004E
+ public const int backgroundTint = 2130903118;
+
+ // aapt resource value: 0x7F03004F
+ public const int backgroundTintMode = 2130903119;
+
+ // aapt resource value: 0x7F030050
+ public const int badgeGravity = 2130903120;
+
+ // aapt resource value: 0x7F030051
+ public const int badgeRadius = 2130903121;
+
+ // aapt resource value: 0x7F030052
+ public const int badgeStyle = 2130903122;
+
+ // aapt resource value: 0x7F030053
+ public const int badgeTextColor = 2130903123;
+
+ // aapt resource value: 0x7F030054
+ public const int badgeWidePadding = 2130903124;
+
+ // aapt resource value: 0x7F030055
+ public const int badgeWithTextRadius = 2130903125;
+
+ // aapt resource value: 0x7F030056
+ public const int barLength = 2130903126;
+
+ // aapt resource value: 0x7F030057
+ public const int barrierAllowsGoneWidgets = 2130903127;
+
+ // aapt resource value: 0x7F030058
+ public const int barrierDirection = 2130903128;
+
+ // aapt resource value: 0x7F030059
+ public const int barrierMargin = 2130903129;
+
+ // aapt resource value: 0x7F03005A
+ public const int behavior_autoHide = 2130903130;
+
+ // aapt resource value: 0x7F03005B
+ public const int behavior_autoShrink = 2130903131;
+
+ // aapt resource value: 0x7F03005C
+ public const int behavior_draggable = 2130903132;
+
+ // aapt resource value: 0x7F03005D
+ public const int behavior_expandedOffset = 2130903133;
+
+ // aapt resource value: 0x7F03005E
+ public const int behavior_fitToContents = 2130903134;
+
+ // aapt resource value: 0x7F03005F
+ public const int behavior_halfExpandedRatio = 2130903135;
+
+ // aapt resource value: 0x7F030060
+ public const int behavior_hideable = 2130903136;
+
+ // aapt resource value: 0x7F030061
+ public const int behavior_overlapTop = 2130903137;
+
+ // aapt resource value: 0x7F030062
+ public const int behavior_peekHeight = 2130903138;
+
+ // aapt resource value: 0x7F030063
+ public const int behavior_saveFlags = 2130903139;
+
+ // aapt resource value: 0x7F030064
+ public const int behavior_skipCollapsed = 2130903140;
+
+ // aapt resource value: 0x7F030065
+ public const int blendSrc = 2130903141;
+
+ // aapt resource value: 0x7F030069
+ public const int borderlessButtonStyle = 2130903145;
+
+ // aapt resource value: 0x7F030066
+ public const int borderRound = 2130903142;
+
+ // aapt resource value: 0x7F030067
+ public const int borderRoundPercent = 2130903143;
+
+ // aapt resource value: 0x7F030068
+ public const int borderWidth = 2130903144;
+
+ // aapt resource value: 0x7F03006A
+ public const int bottomAppBarStyle = 2130903146;
+
+ // aapt resource value: 0x7F03006B
+ public const int bottomInsetScrimEnabled = 2130903147;
+
+ // aapt resource value: 0x7F03006C
+ public const int bottomNavigationStyle = 2130903148;
+
+ // aapt resource value: 0x7F03006D
+ public const int bottomNavigationViewStyle = 2130903149;
+
+ // aapt resource value: 0x7F03006E
+ public const int bottomSheetDialogTheme = 2130903150;
+
+ // aapt resource value: 0x7F03006F
+ public const int bottomSheetStyle = 2130903151;
+
+ // aapt resource value: 0x7F030070
+ public const int boxBackgroundColor = 2130903152;
+
+ // aapt resource value: 0x7F030071
+ public const int boxBackgroundMode = 2130903153;
+
+ // aapt resource value: 0x7F030072
+ public const int boxCollapsedPaddingTop = 2130903154;
+
+ // aapt resource value: 0x7F030073
+ public const int boxCornerRadiusBottomEnd = 2130903155;
+
+ // aapt resource value: 0x7F030074
+ public const int boxCornerRadiusBottomStart = 2130903156;
+
+ // aapt resource value: 0x7F030075
+ public const int boxCornerRadiusTopEnd = 2130903157;
+
+ // aapt resource value: 0x7F030076
+ public const int boxCornerRadiusTopStart = 2130903158;
+
+ // aapt resource value: 0x7F030077
+ public const int boxStrokeColor = 2130903159;
+
+ // aapt resource value: 0x7F030078
+ public const int boxStrokeErrorColor = 2130903160;
+
+ // aapt resource value: 0x7F030079
+ public const int boxStrokeWidth = 2130903161;
+
+ // aapt resource value: 0x7F03007A
+ public const int boxStrokeWidthFocused = 2130903162;
+
+ // aapt resource value: 0x7F03007B
+ public const int brightness = 2130903163;
+
+ // aapt resource value: 0x7F03007C
+ public const int buttonBarButtonStyle = 2130903164;
+
+ // aapt resource value: 0x7F03007D
+ public const int buttonBarNegativeButtonStyle = 2130903165;
+
+ // aapt resource value: 0x7F03007E
+ public const int buttonBarNeutralButtonStyle = 2130903166;
+
+ // aapt resource value: 0x7F03007F
+ public const int buttonBarPositiveButtonStyle = 2130903167;
+
+ // aapt resource value: 0x7F030080
+ public const int buttonBarStyle = 2130903168;
+
+ // aapt resource value: 0x7F030081
+ public const int buttonCompat = 2130903169;
+
+ // aapt resource value: 0x7F030082
+ public const int buttonGravity = 2130903170;
+
+ // aapt resource value: 0x7F030083
+ public const int buttonIconDimen = 2130903171;
+
+ // aapt resource value: 0x7F030084
+ public const int buttonPanelSideLayout = 2130903172;
+
+ // aapt resource value: 0x7F030085
+ public const int buttonStyle = 2130903173;
+
+ // aapt resource value: 0x7F030086
+ public const int buttonStyleSmall = 2130903174;
+
+ // aapt resource value: 0x7F030087
+ public const int buttonTint = 2130903175;
+
+ // aapt resource value: 0x7F030088
+ public const int buttonTintMode = 2130903176;
+
+ // aapt resource value: 0x7F030089
+ public const int cardBackgroundColor = 2130903177;
+
+ // aapt resource value: 0x7F03008A
+ public const int cardCornerRadius = 2130903178;
+
+ // aapt resource value: 0x7F03008B
+ public const int cardElevation = 2130903179;
+
+ // aapt resource value: 0x7F03008C
+ public const int cardForegroundColor = 2130903180;
+
+ // aapt resource value: 0x7F03008D
+ public const int cardMaxElevation = 2130903181;
+
+ // aapt resource value: 0x7F03008E
+ public const int cardPreventCornerOverlap = 2130903182;
+
+ // aapt resource value: 0x7F03008F
+ public const int cardUseCompatPadding = 2130903183;
+
+ // aapt resource value: 0x7F030090
+ public const int cardViewStyle = 2130903184;
+
+ // aapt resource value: 0x7F030091
+ public const int carousel_backwardTransition = 2130903185;
+
+ // aapt resource value: 0x7F030092
+ public const int carousel_emptyViewsBehavior = 2130903186;
+
+ // aapt resource value: 0x7F030093
+ public const int carousel_firstView = 2130903187;
+
+ // aapt resource value: 0x7F030094
+ public const int carousel_forwardTransition = 2130903188;
+
+ // aapt resource value: 0x7F030095
+ public const int carousel_infinite = 2130903189;
+
+ // aapt resource value: 0x7F030096
+ public const int carousel_nextState = 2130903190;
+
+ // aapt resource value: 0x7F030097
+ public const int carousel_previousState = 2130903191;
+
+ // aapt resource value: 0x7F030098
+ public const int carousel_touchUpMode = 2130903192;
+
+ // aapt resource value: 0x7F030099
+ public const int carousel_touchUp_dampeningFactor = 2130903193;
+
+ // aapt resource value: 0x7F03009A
+ public const int carousel_touchUp_velocityThreshold = 2130903194;
+
+ // aapt resource value: 0x7F03009B
+ public const int centerIfNoTextEnabled = 2130903195;
+
+ // aapt resource value: 0x7F03009C
+ public const int chainUseRtl = 2130903196;
+
+ // aapt resource value: 0x7F0300A0
+ public const int checkboxStyle = 2130903200;
+
+ // aapt resource value: 0x7F0300A1
+ public const int checkedButton = 2130903201;
+
+ // aapt resource value: 0x7F0300A2
+ public const int checkedChip = 2130903202;
+
+ // aapt resource value: 0x7F0300A3
+ public const int checkedIcon = 2130903203;
+
+ // aapt resource value: 0x7F0300A4
+ public const int checkedIconEnabled = 2130903204;
+
+ // aapt resource value: 0x7F0300A5
+ public const int checkedIconGravity = 2130903205;
+
+ // aapt resource value: 0x7F0300A6
+ public const int checkedIconMargin = 2130903206;
+
+ // aapt resource value: 0x7F0300A7
+ public const int checkedIconSize = 2130903207;
+
+ // aapt resource value: 0x7F0300A8
+ public const int checkedIconTint = 2130903208;
+
+ // aapt resource value: 0x7F0300A9
+ public const int checkedIconVisible = 2130903209;
+
+ // aapt resource value: 0x7F0300AA
+ public const int checkedTextViewStyle = 2130903210;
+
+ // aapt resource value: 0x7F03009D
+ public const int checkMarkCompat = 2130903197;
+
+ // aapt resource value: 0x7F03009E
+ public const int checkMarkTint = 2130903198;
+
+ // aapt resource value: 0x7F03009F
+ public const int checkMarkTintMode = 2130903199;
+
+ // aapt resource value: 0x7F0300AB
+ public const int chipBackgroundColor = 2130903211;
+
+ // aapt resource value: 0x7F0300AC
+ public const int chipCornerRadius = 2130903212;
+
+ // aapt resource value: 0x7F0300AD
+ public const int chipEndPadding = 2130903213;
+
+ // aapt resource value: 0x7F0300AE
+ public const int chipGroupStyle = 2130903214;
+
+ // aapt resource value: 0x7F0300AF
+ public const int chipIcon = 2130903215;
+
+ // aapt resource value: 0x7F0300B0
+ public const int chipIconEnabled = 2130903216;
+
+ // aapt resource value: 0x7F0300B1
+ public const int chipIconSize = 2130903217;
+
+ // aapt resource value: 0x7F0300B2
+ public const int chipIconTint = 2130903218;
+
+ // aapt resource value: 0x7F0300B3
+ public const int chipIconVisible = 2130903219;
+
+ // aapt resource value: 0x7F0300B4
+ public const int chipMinHeight = 2130903220;
+
+ // aapt resource value: 0x7F0300B5
+ public const int chipMinTouchTargetSize = 2130903221;
+
+ // aapt resource value: 0x7F0300B6
+ public const int chipSpacing = 2130903222;
+
+ // aapt resource value: 0x7F0300B7
+ public const int chipSpacingHorizontal = 2130903223;
+
+ // aapt resource value: 0x7F0300B8
+ public const int chipSpacingVertical = 2130903224;
+
+ // aapt resource value: 0x7F0300B9
+ public const int chipStandaloneStyle = 2130903225;
+
+ // aapt resource value: 0x7F0300BA
+ public const int chipStartPadding = 2130903226;
+
+ // aapt resource value: 0x7F0300BB
+ public const int chipStrokeColor = 2130903227;
+
+ // aapt resource value: 0x7F0300BC
+ public const int chipStrokeWidth = 2130903228;
+
+ // aapt resource value: 0x7F0300BD
+ public const int chipStyle = 2130903229;
+
+ // aapt resource value: 0x7F0300BE
+ public const int chipSurfaceColor = 2130903230;
+
+ // aapt resource value: 0x7F0300BF
+ public const int circleRadius = 2130903231;
+
+ // aapt resource value: 0x7F0300C1
+ public const int circularflow_angles = 2130903233;
+
+ // aapt resource value: 0x7F0300C2
+ public const int circularflow_defaultAngle = 2130903234;
+
+ // aapt resource value: 0x7F0300C3
+ public const int circularflow_defaultRadius = 2130903235;
+
+ // aapt resource value: 0x7F0300C4
+ public const int circularflow_radiusInDP = 2130903236;
+
+ // aapt resource value: 0x7F0300C5
+ public const int circularflow_viewCenter = 2130903237;
+
+ // aapt resource value: 0x7F0300C0
+ public const int circularProgressIndicatorStyle = 2130903232;
+
+ // aapt resource value: 0x7F0300C7
+ public const int clearsTag = 2130903239;
+
+ // aapt resource value: 0x7F0300C6
+ public const int clearTop = 2130903238;
+
+ // aapt resource value: 0x7F0300C8
+ public const int clickAction = 2130903240;
+
+ // aapt resource value: 0x7F0300C9
+ public const int clockFaceBackgroundColor = 2130903241;
+
+ // aapt resource value: 0x7F0300CA
+ public const int clockHandColor = 2130903242;
+
+ // aapt resource value: 0x7F0300CB
+ public const int clockIcon = 2130903243;
+
+ // aapt resource value: 0x7F0300CC
+ public const int clockNumberTextColor = 2130903244;
+
+ // aapt resource value: 0x7F0300CD
+ public const int closeIcon = 2130903245;
+
+ // aapt resource value: 0x7F0300CE
+ public const int closeIconEnabled = 2130903246;
+
+ // aapt resource value: 0x7F0300CF
+ public const int closeIconEndPadding = 2130903247;
+
+ // aapt resource value: 0x7F0300D0
+ public const int closeIconSize = 2130903248;
+
+ // aapt resource value: 0x7F0300D1
+ public const int closeIconStartPadding = 2130903249;
+
+ // aapt resource value: 0x7F0300D2
+ public const int closeIconTint = 2130903250;
+
+ // aapt resource value: 0x7F0300D3
+ public const int closeIconVisible = 2130903251;
+
+ // aapt resource value: 0x7F0300D4
+ public const int closeItemLayout = 2130903252;
+
+ // aapt resource value: 0x7F0300D5
+ public const int collapseContentDescription = 2130903253;
+
+ // aapt resource value: 0x7F0300D7
+ public const int collapsedSize = 2130903255;
+
+ // aapt resource value: 0x7F0300D8
+ public const int collapsedTitleGravity = 2130903256;
+
+ // aapt resource value: 0x7F0300D9
+ public const int collapsedTitleTextAppearance = 2130903257;
+
+ // aapt resource value: 0x7F0300DA
+ public const int collapsedTitleTextColor = 2130903258;
+
+ // aapt resource value: 0x7F0300D6
+ public const int collapseIcon = 2130903254;
+
+ // aapt resource value: 0x7F0300DB
+ public const int collapsingToolbarLayoutLargeSize = 2130903259;
+
+ // aapt resource value: 0x7F0300DC
+ public const int collapsingToolbarLayoutLargeStyle = 2130903260;
+
+ // aapt resource value: 0x7F0300DD
+ public const int collapsingToolbarLayoutMediumSize = 2130903261;
+
+ // aapt resource value: 0x7F0300DE
+ public const int collapsingToolbarLayoutMediumStyle = 2130903262;
+
+ // aapt resource value: 0x7F0300DF
+ public const int collapsingToolbarLayoutStyle = 2130903263;
+
+ // aapt resource value: 0x7F0300E0
+ public const int collectionViewStyle = 2130903264;
+
+ // aapt resource value: 0x7F0300E1
+ public const int color = 2130903265;
+
+ // aapt resource value: 0x7F0300E2
+ public const int colorAccent = 2130903266;
+
+ // aapt resource value: 0x7F0300E3
+ public const int colorBackgroundFloating = 2130903267;
+
+ // aapt resource value: 0x7F0300E4
+ public const int colorButtonNormal = 2130903268;
+
+ // aapt resource value: 0x7F0300E5
+ public const int colorContainer = 2130903269;
+
+ // aapt resource value: 0x7F0300E6
+ public const int colorControlActivated = 2130903270;
+
+ // aapt resource value: 0x7F0300E7
+ public const int colorControlHighlight = 2130903271;
+
+ // aapt resource value: 0x7F0300E8
+ public const int colorControlNormal = 2130903272;
+
+ // aapt resource value: 0x7F0300E9
+ public const int colorError = 2130903273;
+
+ // aapt resource value: 0x7F0300EA
+ public const int colorErrorContainer = 2130903274;
+
+ // aapt resource value: 0x7F0300EB
+ public const int colorOnBackground = 2130903275;
+
+ // aapt resource value: 0x7F0300EC
+ public const int colorOnContainer = 2130903276;
+
+ // aapt resource value: 0x7F0300ED
+ public const int colorOnError = 2130903277;
+
+ // aapt resource value: 0x7F0300EE
+ public const int colorOnErrorContainer = 2130903278;
+
+ // aapt resource value: 0x7F0300EF
+ public const int colorOnPrimary = 2130903279;
+
+ // aapt resource value: 0x7F0300F0
+ public const int colorOnPrimaryContainer = 2130903280;
+
+ // aapt resource value: 0x7F0300F1
+ public const int colorOnPrimarySurface = 2130903281;
+
+ // aapt resource value: 0x7F0300F2
+ public const int colorOnSecondary = 2130903282;
+
+ // aapt resource value: 0x7F0300F3
+ public const int colorOnSecondaryContainer = 2130903283;
+
+ // aapt resource value: 0x7F0300F4
+ public const int colorOnSurface = 2130903284;
+
+ // aapt resource value: 0x7F0300F5
+ public const int colorOnSurfaceInverse = 2130903285;
+
+ // aapt resource value: 0x7F0300F6
+ public const int colorOnSurfaceVariant = 2130903286;
+
+ // aapt resource value: 0x7F0300F7
+ public const int colorOnTertiary = 2130903287;
+
+ // aapt resource value: 0x7F0300F8
+ public const int colorOnTertiaryContainer = 2130903288;
+
+ // aapt resource value: 0x7F0300F9
+ public const int colorOutline = 2130903289;
+
+ // aapt resource value: 0x7F0300FA
+ public const int colorPrimary = 2130903290;
+
+ // aapt resource value: 0x7F0300FB
+ public const int colorPrimaryContainer = 2130903291;
+
+ // aapt resource value: 0x7F0300FC
+ public const int colorPrimaryDark = 2130903292;
+
+ // aapt resource value: 0x7F0300FD
+ public const int colorPrimaryInverse = 2130903293;
+
+ // aapt resource value: 0x7F0300FE
+ public const int colorPrimarySurface = 2130903294;
+
+ // aapt resource value: 0x7F0300FF
+ public const int colorPrimaryVariant = 2130903295;
+
+ // aapt resource value: 0x7F030100
+ public const int colorSecondary = 2130903296;
+
+ // aapt resource value: 0x7F030101
+ public const int colorSecondaryContainer = 2130903297;
+
+ // aapt resource value: 0x7F030102
+ public const int colorSecondaryVariant = 2130903298;
+
+ // aapt resource value: 0x7F030103
+ public const int colorSurface = 2130903299;
+
+ // aapt resource value: 0x7F030104
+ public const int colorSurfaceInverse = 2130903300;
+
+ // aapt resource value: 0x7F030105
+ public const int colorSurfaceVariant = 2130903301;
+
+ // aapt resource value: 0x7F030106
+ public const int colorSwitchThumbNormal = 2130903302;
+
+ // aapt resource value: 0x7F030107
+ public const int colorTertiary = 2130903303;
+
+ // aapt resource value: 0x7F030108
+ public const int colorTertiaryContainer = 2130903304;
+
+ // aapt resource value: 0x7F030109
+ public const int commitIcon = 2130903305;
+
+ // aapt resource value: 0x7F03010A
+ public const int constraintRotate = 2130903306;
+
+ // aapt resource value: 0x7F030110
+ public const int constraints = 2130903312;
+
+ // aapt resource value: 0x7F03010B
+ public const int constraintSet = 2130903307;
+
+ // aapt resource value: 0x7F03010C
+ public const int constraintSetEnd = 2130903308;
+
+ // aapt resource value: 0x7F03010D
+ public const int constraintSetStart = 2130903309;
+
+ // aapt resource value: 0x7F03010E
+ public const int constraint_referenced_ids = 2130903310;
+
+ // aapt resource value: 0x7F03010F
+ public const int constraint_referenced_tags = 2130903311;
+
+ // aapt resource value: 0x7F030111
+ public const int content = 2130903313;
+
+ // aapt resource value: 0x7F030112
+ public const int contentDescription = 2130903314;
+
+ // aapt resource value: 0x7F030113
+ public const int contentInsetEnd = 2130903315;
+
+ // aapt resource value: 0x7F030114
+ public const int contentInsetEndWithActions = 2130903316;
+
+ // aapt resource value: 0x7F030115
+ public const int contentInsetLeft = 2130903317;
+
+ // aapt resource value: 0x7F030116
+ public const int contentInsetRight = 2130903318;
+
+ // aapt resource value: 0x7F030117
+ public const int contentInsetStart = 2130903319;
+
+ // aapt resource value: 0x7F030118
+ public const int contentInsetStartWithNavigation = 2130903320;
+
+ // aapt resource value: 0x7F030119
+ public const int contentPadding = 2130903321;
+
+ // aapt resource value: 0x7F03011A
+ public const int contentPaddingBottom = 2130903322;
+
+ // aapt resource value: 0x7F03011B
+ public const int contentPaddingEnd = 2130903323;
+
+ // aapt resource value: 0x7F03011C
+ public const int contentPaddingLeft = 2130903324;
+
+ // aapt resource value: 0x7F03011D
+ public const int contentPaddingRight = 2130903325;
+
+ // aapt resource value: 0x7F03011E
+ public const int contentPaddingStart = 2130903326;
+
+ // aapt resource value: 0x7F03011F
+ public const int contentPaddingTop = 2130903327;
+
+ // aapt resource value: 0x7F030120
+ public const int contentScrim = 2130903328;
+
+ // aapt resource value: 0x7F030121
+ public const int contrast = 2130903329;
+
+ // aapt resource value: 0x7F030122
+ public const int controlBackground = 2130903330;
+
+ // aapt resource value: 0x7F030123
+ public const int coordinatorLayoutStyle = 2130903331;
+
+ // aapt resource value: 0x7F030124
+ public const int cornerFamily = 2130903332;
+
+ // aapt resource value: 0x7F030125
+ public const int cornerFamilyBottomLeft = 2130903333;
+
+ // aapt resource value: 0x7F030126
+ public const int cornerFamilyBottomRight = 2130903334;
+
+ // aapt resource value: 0x7F030127
+ public const int cornerFamilyTopLeft = 2130903335;
+
+ // aapt resource value: 0x7F030128
+ public const int cornerFamilyTopRight = 2130903336;
+
+ // aapt resource value: 0x7F030129
+ public const int cornerRadius = 2130903337;
+
+ // aapt resource value: 0x7F03012A
+ public const int cornerSize = 2130903338;
+
+ // aapt resource value: 0x7F03012B
+ public const int cornerSizeBottomLeft = 2130903339;
+
+ // aapt resource value: 0x7F03012C
+ public const int cornerSizeBottomRight = 2130903340;
+
+ // aapt resource value: 0x7F03012D
+ public const int cornerSizeTopLeft = 2130903341;
+
+ // aapt resource value: 0x7F03012E
+ public const int cornerSizeTopRight = 2130903342;
+
+ // aapt resource value: 0x7F03012F
+ public const int counterEnabled = 2130903343;
+
+ // aapt resource value: 0x7F030130
+ public const int counterMaxLength = 2130903344;
+
+ // aapt resource value: 0x7F030131
+ public const int counterOverflowTextAppearance = 2130903345;
+
+ // aapt resource value: 0x7F030132
+ public const int counterOverflowTextColor = 2130903346;
+
+ // aapt resource value: 0x7F030133
+ public const int counterTextAppearance = 2130903347;
+
+ // aapt resource value: 0x7F030134
+ public const int counterTextColor = 2130903348;
+
+ // aapt resource value: 0x7F030135
+ public const int crossfade = 2130903349;
+
+ // aapt resource value: 0x7F030136
+ public const int currentState = 2130903350;
+
+ // aapt resource value: 0x7F030137
+ public const int curveFit = 2130903351;
+
+ // aapt resource value: 0x7F030138
+ public const int customBoolean = 2130903352;
+
+ // aapt resource value: 0x7F030139
+ public const int customColorDrawableValue = 2130903353;
+
+ // aapt resource value: 0x7F03013A
+ public const int customColorValue = 2130903354;
+
+ // aapt resource value: 0x7F03013B
+ public const int customDimension = 2130903355;
+
+ // aapt resource value: 0x7F03013C
+ public const int customFloatValue = 2130903356;
+
+ // aapt resource value: 0x7F03013D
+ public const int customIntegerValue = 2130903357;
+
+ // aapt resource value: 0x7F03013E
+ public const int customNavigationLayout = 2130903358;
+
+ // aapt resource value: 0x7F03013F
+ public const int customPixelDimension = 2130903359;
+
+ // aapt resource value: 0x7F030140
+ public const int customReference = 2130903360;
+
+ // aapt resource value: 0x7F030141
+ public const int customStringValue = 2130903361;
+
+ // aapt resource value: 0x7F030142
+ public const int data = 2130903362;
+
+ // aapt resource value: 0x7F030143
+ public const int dataPattern = 2130903363;
+
+ // aapt resource value: 0x7F030144
+ public const int dayInvalidStyle = 2130903364;
+
+ // aapt resource value: 0x7F030145
+ public const int daySelectedStyle = 2130903365;
+
+ // aapt resource value: 0x7F030146
+ public const int dayStyle = 2130903366;
+
+ // aapt resource value: 0x7F030147
+ public const int dayTodayStyle = 2130903367;
+
+ // aapt resource value: 0x7F030148
+ public const int defaultDuration = 2130903368;
+
+ // aapt resource value: 0x7F030149
+ public const int defaultNavHost = 2130903369;
+
+ // aapt resource value: 0x7F03014A
+ public const int defaultQueryHint = 2130903370;
+
+ // aapt resource value: 0x7F03014B
+ public const int defaultState = 2130903371;
+
+ // aapt resource value: 0x7F03014C
+ public const int deltaPolarAngle = 2130903372;
+
+ // aapt resource value: 0x7F03014D
+ public const int deltaPolarRadius = 2130903373;
+
+ // aapt resource value: 0x7F03014E
+ public const int deriveConstraintsFrom = 2130903374;
+
+ // aapt resource value: 0x7F03014F
+ public const int destination = 2130903375;
+
+ // aapt resource value: 0x7F030150
+ public const int dialogCornerRadius = 2130903376;
+
+ // aapt resource value: 0x7F030151
+ public const int dialogPreferredPadding = 2130903377;
+
+ // aapt resource value: 0x7F030152
+ public const int dialogTheme = 2130903378;
+
+ // aapt resource value: 0x7F030153
+ public const int displayOptions = 2130903379;
+
+ // aapt resource value: 0x7F030154
+ public const int divider = 2130903380;
+
+ // aapt resource value: 0x7F030155
+ public const int dividerColor = 2130903381;
+
+ // aapt resource value: 0x7F030156
+ public const int dividerHorizontal = 2130903382;
+
+ // aapt resource value: 0x7F030157
+ public const int dividerInsetEnd = 2130903383;
+
+ // aapt resource value: 0x7F030158
+ public const int dividerInsetStart = 2130903384;
+
+ // aapt resource value: 0x7F030159
+ public const int dividerPadding = 2130903385;
+
+ // aapt resource value: 0x7F03015A
+ public const int dividerThickness = 2130903386;
+
+ // aapt resource value: 0x7F03015B
+ public const int dividerVertical = 2130903387;
+
+ // aapt resource value: 0x7F03015C
+ public const int dragDirection = 2130903388;
+
+ // aapt resource value: 0x7F03015D
+ public const int dragScale = 2130903389;
+
+ // aapt resource value: 0x7F03015E
+ public const int dragThreshold = 2130903390;
+
+ // aapt resource value: 0x7F030160
+ public const int drawableBottomCompat = 2130903392;
+
+ // aapt resource value: 0x7F030161
+ public const int drawableEndCompat = 2130903393;
+
+ // aapt resource value: 0x7F030162
+ public const int drawableLeftCompat = 2130903394;
+
+ // aapt resource value: 0x7F030163
+ public const int drawableRightCompat = 2130903395;
+
+ // aapt resource value: 0x7F030164
+ public const int drawableSize = 2130903396;
+
+ // aapt resource value: 0x7F030165
+ public const int drawableStartCompat = 2130903397;
+
+ // aapt resource value: 0x7F030166
+ public const int drawableTint = 2130903398;
+
+ // aapt resource value: 0x7F030167
+ public const int drawableTintMode = 2130903399;
+
+ // aapt resource value: 0x7F030168
+ public const int drawableTopCompat = 2130903400;
+
+ // aapt resource value: 0x7F030169
+ public const int drawerArrowStyle = 2130903401;
+
+ // aapt resource value: 0x7F03016A
+ public const int drawerLayoutCornerSize = 2130903402;
+
+ // aapt resource value: 0x7F03016B
+ public const int drawerLayoutStyle = 2130903403;
+
+ // aapt resource value: 0x7F03015F
+ public const int drawPath = 2130903391;
+
+ // aapt resource value: 0x7F03016D
+ public const int dropdownListPreferredItemHeight = 2130903405;
+
+ // aapt resource value: 0x7F03016C
+ public const int dropDownListViewStyle = 2130903404;
+
+ // aapt resource value: 0x7F03016E
+ public const int duration = 2130903406;
+
+ // aapt resource value: 0x7F03016F
+ public const int dynamicColorThemeOverlay = 2130903407;
+
+ // aapt resource value: 0x7F030170
+ public const int editTextBackground = 2130903408;
+
+ // aapt resource value: 0x7F030171
+ public const int editTextColor = 2130903409;
+
+ // aapt resource value: 0x7F030172
+ public const int editTextStyle = 2130903410;
+
+ // aapt resource value: 0x7F030173
+ public const int elevation = 2130903411;
+
+ // aapt resource value: 0x7F030174
+ public const int elevationOverlayAccentColor = 2130903412;
+
+ // aapt resource value: 0x7F030175
+ public const int elevationOverlayColor = 2130903413;
+
+ // aapt resource value: 0x7F030176
+ public const int elevationOverlayEnabled = 2130903414;
+
+ // aapt resource value: 0x7F030177
+ public const int emojiCompatEnabled = 2130903415;
+
+ // aapt resource value: 0x7F030178
+ public const int enableEdgeToEdge = 2130903416;
+
+ // aapt resource value: 0x7F030179
+ public const int endIconCheckable = 2130903417;
+
+ // aapt resource value: 0x7F03017A
+ public const int endIconContentDescription = 2130903418;
+
+ // aapt resource value: 0x7F03017B
+ public const int endIconDrawable = 2130903419;
+
+ // aapt resource value: 0x7F03017C
+ public const int endIconMode = 2130903420;
+
+ // aapt resource value: 0x7F03017D
+ public const int endIconTint = 2130903421;
+
+ // aapt resource value: 0x7F03017E
+ public const int endIconTintMode = 2130903422;
+
+ // aapt resource value: 0x7F03017F
+ public const int enforceMaterialTheme = 2130903423;
+
+ // aapt resource value: 0x7F030180
+ public const int enforceTextAppearance = 2130903424;
+
+ // aapt resource value: 0x7F030181
+ public const int ensureMinTouchTargetSize = 2130903425;
+
+ // aapt resource value: 0x7F030182
+ public const int enterAnim = 2130903426;
+
+ // aapt resource value: 0x7F030183
+ public const int errorContentDescription = 2130903427;
+
+ // aapt resource value: 0x7F030184
+ public const int errorEnabled = 2130903428;
+
+ // aapt resource value: 0x7F030185
+ public const int errorIconDrawable = 2130903429;
+
+ // aapt resource value: 0x7F030186
+ public const int errorIconTint = 2130903430;
+
+ // aapt resource value: 0x7F030187
+ public const int errorIconTintMode = 2130903431;
+
+ // aapt resource value: 0x7F030188
+ public const int errorTextAppearance = 2130903432;
+
+ // aapt resource value: 0x7F030189
+ public const int errorTextColor = 2130903433;
+
+ // aapt resource value: 0x7F03018A
+ public const int exitAnim = 2130903434;
+
+ // aapt resource value: 0x7F03018B
+ public const int expandActivityOverflowButtonDrawable = 2130903435;
+
+ // aapt resource value: 0x7F03018C
+ public const int expanded = 2130903436;
+
+ // aapt resource value: 0x7F03018D
+ public const int expandedHintEnabled = 2130903437;
+
+ // aapt resource value: 0x7F03018E
+ public const int expandedTitleGravity = 2130903438;
+
+ // aapt resource value: 0x7F03018F
+ public const int expandedTitleMargin = 2130903439;
+
+ // aapt resource value: 0x7F030190
+ public const int expandedTitleMarginBottom = 2130903440;
+
+ // aapt resource value: 0x7F030191
+ public const int expandedTitleMarginEnd = 2130903441;
+
+ // aapt resource value: 0x7F030192
+ public const int expandedTitleMarginStart = 2130903442;
+
+ // aapt resource value: 0x7F030193
+ public const int expandedTitleMarginTop = 2130903443;
+
+ // aapt resource value: 0x7F030194
+ public const int expandedTitleTextAppearance = 2130903444;
+
+ // aapt resource value: 0x7F030195
+ public const int expandedTitleTextColor = 2130903445;
+
+ // aapt resource value: 0x7F030197
+ public const int extendedFloatingActionButtonPrimaryStyle = 2130903447;
+
+ // aapt resource value: 0x7F030198
+ public const int extendedFloatingActionButtonSecondaryStyle = 2130903448;
+
+ // aapt resource value: 0x7F030199
+ public const int extendedFloatingActionButtonStyle = 2130903449;
+
+ // aapt resource value: 0x7F03019A
+ public const int extendedFloatingActionButtonSurfaceStyle = 2130903450;
+
+ // aapt resource value: 0x7F03019B
+ public const int extendedFloatingActionButtonTertiaryStyle = 2130903451;
+
+ // aapt resource value: 0x7F030196
+ public const int extendMotionSpec = 2130903446;
+
+ // aapt resource value: 0x7F03019C
+ public const int extraMultilineHeightEnabled = 2130903452;
+
+ // aapt resource value: 0x7F03019D
+ public const int fabAlignmentMode = 2130903453;
+
+ // aapt resource value: 0x7F03019E
+ public const int fabAnimationMode = 2130903454;
+
+ // aapt resource value: 0x7F03019F
+ public const int fabCradleMargin = 2130903455;
+
+ // aapt resource value: 0x7F0301A0
+ public const int fabCradleRoundedCornerRadius = 2130903456;
+
+ // aapt resource value: 0x7F0301A1
+ public const int fabCradleVerticalOffset = 2130903457;
+
+ // aapt resource value: 0x7F0301A2
+ public const int fabCustomSize = 2130903458;
+
+ // aapt resource value: 0x7F0301A3
+ public const int fabSize = 2130903459;
+
+ // aapt resource value: 0x7F0301A4
+ public const int fastScrollEnabled = 2130903460;
+
+ // aapt resource value: 0x7F0301A5
+ public const int fastScrollHorizontalThumbDrawable = 2130903461;
+
+ // aapt resource value: 0x7F0301A6
+ public const int fastScrollHorizontalTrackDrawable = 2130903462;
+
+ // aapt resource value: 0x7F0301A7
+ public const int fastScrollVerticalThumbDrawable = 2130903463;
+
+ // aapt resource value: 0x7F0301A8
+ public const int fastScrollVerticalTrackDrawable = 2130903464;
+
+ // aapt resource value: 0x7F0301A9
+ public const int finishPrimaryWithSecondary = 2130903465;
+
+ // aapt resource value: 0x7F0301AA
+ public const int finishSecondaryWithPrimary = 2130903466;
+
+ // aapt resource value: 0x7F0301AB
+ public const int firstBaselineToTopHeight = 2130903467;
+
+ // aapt resource value: 0x7F0301AC
+ public const int floatingActionButtonLargePrimaryStyle = 2130903468;
+
+ // aapt resource value: 0x7F0301AD
+ public const int floatingActionButtonLargeSecondaryStyle = 2130903469;
+
+ // aapt resource value: 0x7F0301AE
+ public const int floatingActionButtonLargeStyle = 2130903470;
+
+ // aapt resource value: 0x7F0301AF
+ public const int floatingActionButtonLargeSurfaceStyle = 2130903471;
+
+ // aapt resource value: 0x7F0301B0
+ public const int floatingActionButtonLargeTertiaryStyle = 2130903472;
+
+ // aapt resource value: 0x7F0301B1
+ public const int floatingActionButtonPrimaryStyle = 2130903473;
+
+ // aapt resource value: 0x7F0301B2
+ public const int floatingActionButtonSecondaryStyle = 2130903474;
+
+ // aapt resource value: 0x7F0301B3
+ public const int floatingActionButtonStyle = 2130903475;
+
+ // aapt resource value: 0x7F0301B4
+ public const int floatingActionButtonSurfaceStyle = 2130903476;
+
+ // aapt resource value: 0x7F0301B5
+ public const int floatingActionButtonTertiaryStyle = 2130903477;
+
+ // aapt resource value: 0x7F0301B6
+ public const int flow_firstHorizontalBias = 2130903478;
+
+ // aapt resource value: 0x7F0301B7
+ public const int flow_firstHorizontalStyle = 2130903479;
+
+ // aapt resource value: 0x7F0301B8
+ public const int flow_firstVerticalBias = 2130903480;
+
+ // aapt resource value: 0x7F0301B9
+ public const int flow_firstVerticalStyle = 2130903481;
+
+ // aapt resource value: 0x7F0301BA
+ public const int flow_horizontalAlign = 2130903482;
+
+ // aapt resource value: 0x7F0301BB
+ public const int flow_horizontalBias = 2130903483;
+
+ // aapt resource value: 0x7F0301BC
+ public const int flow_horizontalGap = 2130903484;
+
+ // aapt resource value: 0x7F0301BD
+ public const int flow_horizontalStyle = 2130903485;
+
+ // aapt resource value: 0x7F0301BE
+ public const int flow_lastHorizontalBias = 2130903486;
+
+ // aapt resource value: 0x7F0301BF
+ public const int flow_lastHorizontalStyle = 2130903487;
+
+ // aapt resource value: 0x7F0301C0
+ public const int flow_lastVerticalBias = 2130903488;
+
+ // aapt resource value: 0x7F0301C1
+ public const int flow_lastVerticalStyle = 2130903489;
+
+ // aapt resource value: 0x7F0301C2
+ public const int flow_maxElementsWrap = 2130903490;
+
+ // aapt resource value: 0x7F0301C3
+ public const int flow_padding = 2130903491;
+
+ // aapt resource value: 0x7F0301C4
+ public const int flow_verticalAlign = 2130903492;
+
+ // aapt resource value: 0x7F0301C5
+ public const int flow_verticalBias = 2130903493;
+
+ // aapt resource value: 0x7F0301C6
+ public const int flow_verticalGap = 2130903494;
+
+ // aapt resource value: 0x7F0301C7
+ public const int flow_verticalStyle = 2130903495;
+
+ // aapt resource value: 0x7F0301C8
+ public const int flow_wrapMode = 2130903496;
+
+ // aapt resource value: 0x7F0301C9
+ public const int font = 2130903497;
+
+ // aapt resource value: 0x7F0301CA
+ public const int fontFamily = 2130903498;
+
+ // aapt resource value: 0x7F0301CB
+ public const int fontProviderAuthority = 2130903499;
+
+ // aapt resource value: 0x7F0301CC
+ public const int fontProviderCerts = 2130903500;
+
+ // aapt resource value: 0x7F0301CD
+ public const int fontProviderFetchStrategy = 2130903501;
+
+ // aapt resource value: 0x7F0301CE
+ public const int fontProviderFetchTimeout = 2130903502;
+
+ // aapt resource value: 0x7F0301CF
+ public const int fontProviderPackage = 2130903503;
+
+ // aapt resource value: 0x7F0301D0
+ public const int fontProviderQuery = 2130903504;
+
+ // aapt resource value: 0x7F0301D1
+ public const int fontProviderSystemFontFamily = 2130903505;
+
+ // aapt resource value: 0x7F0301D2
+ public const int fontStyle = 2130903506;
+
+ // aapt resource value: 0x7F0301D3
+ public const int fontVariationSettings = 2130903507;
+
+ // aapt resource value: 0x7F0301D4
+ public const int fontWeight = 2130903508;
+
+ // aapt resource value: 0x7F0301D5
+ public const int forceApplySystemWindowInsetTop = 2130903509;
+
+ // aapt resource value: 0x7F0301D6
+ public const int foregroundInsidePadding = 2130903510;
+
+ // aapt resource value: 0x7F0301D7
+ public const int framePosition = 2130903511;
+
+ // aapt resource value: 0x7F0301D8
+ public const int gapBetweenBars = 2130903512;
+
+ // aapt resource value: 0x7F0301D9
+ public const int gestureInsetBottomIgnored = 2130903513;
+
+ // aapt resource value: 0x7F0301DA
+ public const int goIcon = 2130903514;
+
+ // aapt resource value: 0x7F0301DB
+ public const int graph = 2130903515;
+
+ // aapt resource value: 0x7F0301DC
+ public const int guidelineUseRtl = 2130903516;
+
+ // aapt resource value: 0x7F0301DD
+ public const int haloColor = 2130903517;
+
+ // aapt resource value: 0x7F0301DE
+ public const int haloRadius = 2130903518;
+
+ // aapt resource value: 0x7F0301DF
+ public const int headerLayout = 2130903519;
+
+ // aapt resource value: 0x7F0301E0
+ public const int height = 2130903520;
+
+ // aapt resource value: 0x7F0301E1
+ public const int helperText = 2130903521;
+
+ // aapt resource value: 0x7F0301E2
+ public const int helperTextEnabled = 2130903522;
+
+ // aapt resource value: 0x7F0301E3
+ public const int helperTextTextAppearance = 2130903523;
+
+ // aapt resource value: 0x7F0301E4
+ public const int helperTextTextColor = 2130903524;
+
+ // aapt resource value: 0x7F0301E5
+ public const int hideAnimationBehavior = 2130903525;
+
+ // aapt resource value: 0x7F0301E6
+ public const int hideMotionSpec = 2130903526;
+
+ // aapt resource value: 0x7F0301E7
+ public const int hideOnContentScroll = 2130903527;
+
+ // aapt resource value: 0x7F0301E8
+ public const int hideOnScroll = 2130903528;
+
+ // aapt resource value: 0x7F0301E9
+ public const int hintAnimationEnabled = 2130903529;
+
+ // aapt resource value: 0x7F0301EA
+ public const int hintEnabled = 2130903530;
+
+ // aapt resource value: 0x7F0301EB
+ public const int hintTextAppearance = 2130903531;
+
+ // aapt resource value: 0x7F0301EC
+ public const int hintTextColor = 2130903532;
+
+ // aapt resource value: 0x7F0301ED
+ public const int homeAsUpIndicator = 2130903533;
+
+ // aapt resource value: 0x7F0301EE
+ public const int homeLayout = 2130903534;
+
+ // aapt resource value: 0x7F0301EF
+ public const int horizontalOffset = 2130903535;
+
+ // aapt resource value: 0x7F0301F0
+ public const int horizontalOffsetWithText = 2130903536;
+
+ // aapt resource value: 0x7F0301F1
+ public const int hoveredFocusedTranslationZ = 2130903537;
+
+ // aapt resource value: 0x7F0301F2
+ public const int icon = 2130903538;
+
+ // aapt resource value: 0x7F0301F3
+ public const int iconEndPadding = 2130903539;
+
+ // aapt resource value: 0x7F0301F4
+ public const int iconGravity = 2130903540;
+
+ // aapt resource value: 0x7F0301FA
+ public const int iconifiedByDefault = 2130903546;
+
+ // aapt resource value: 0x7F0301F5
+ public const int iconPadding = 2130903541;
+
+ // aapt resource value: 0x7F0301F6
+ public const int iconSize = 2130903542;
+
+ // aapt resource value: 0x7F0301F7
+ public const int iconStartPadding = 2130903543;
+
+ // aapt resource value: 0x7F0301F8
+ public const int iconTint = 2130903544;
+
+ // aapt resource value: 0x7F0301F9
+ public const int iconTintMode = 2130903545;
+
+ // aapt resource value: 0x7F0301FB
+ public const int ifTagNotSet = 2130903547;
+
+ // aapt resource value: 0x7F0301FC
+ public const int ifTagSet = 2130903548;
+
+ // aapt resource value: 0x7F0301FD
+ public const int imageButtonStyle = 2130903549;
+
+ // aapt resource value: 0x7F0301FE
+ public const int imagePanX = 2130903550;
+
+ // aapt resource value: 0x7F0301FF
+ public const int imagePanY = 2130903551;
+
+ // aapt resource value: 0x7F030200
+ public const int imageRotate = 2130903552;
+
+ // aapt resource value: 0x7F030201
+ public const int imageZoom = 2130903553;
+
+ // aapt resource value: 0x7F030202
+ public const int indeterminateAnimationType = 2130903554;
+
+ // aapt resource value: 0x7F030203
+ public const int indeterminateProgressStyle = 2130903555;
+
+ // aapt resource value: 0x7F030204
+ public const int indicatorColor = 2130903556;
+
+ // aapt resource value: 0x7F030205
+ public const int indicatorDirectionCircular = 2130903557;
+
+ // aapt resource value: 0x7F030206
+ public const int indicatorDirectionLinear = 2130903558;
+
+ // aapt resource value: 0x7F030207
+ public const int indicatorInset = 2130903559;
+
+ // aapt resource value: 0x7F030208
+ public const int indicatorSize = 2130903560;
+
+ // aapt resource value: 0x7F030209
+ public const int initialActivityCount = 2130903561;
+
+ // aapt resource value: 0x7F03020A
+ public const int insetForeground = 2130903562;
+
+ // aapt resource value: 0x7F03020B
+ public const int isLightTheme = 2130903563;
+
+ // aapt resource value: 0x7F03020C
+ public const int isMaterial3Theme = 2130903564;
+
+ // aapt resource value: 0x7F03020D
+ public const int isMaterialTheme = 2130903565;
+
+ // aapt resource value: 0x7F03020E
+ public const int itemActiveIndicatorStyle = 2130903566;
+
+ // aapt resource value: 0x7F03020F
+ public const int itemBackground = 2130903567;
+
+ // aapt resource value: 0x7F030210
+ public const int itemFillColor = 2130903568;
+
+ // aapt resource value: 0x7F030211
+ public const int itemHorizontalPadding = 2130903569;
+
+ // aapt resource value: 0x7F030212
+ public const int itemHorizontalTranslationEnabled = 2130903570;
+
+ // aapt resource value: 0x7F030213
+ public const int itemIconPadding = 2130903571;
+
+ // aapt resource value: 0x7F030214
+ public const int itemIconSize = 2130903572;
+
+ // aapt resource value: 0x7F030215
+ public const int itemIconTint = 2130903573;
+
+ // aapt resource value: 0x7F030216
+ public const int itemMaxLines = 2130903574;
+
+ // aapt resource value: 0x7F030217
+ public const int itemMinHeight = 2130903575;
+
+ // aapt resource value: 0x7F030218
+ public const int itemPadding = 2130903576;
+
+ // aapt resource value: 0x7F030219
+ public const int itemPaddingBottom = 2130903577;
+
+ // aapt resource value: 0x7F03021A
+ public const int itemPaddingTop = 2130903578;
+
+ // aapt resource value: 0x7F03021B
+ public const int itemRippleColor = 2130903579;
+
+ // aapt resource value: 0x7F03021C
+ public const int itemShapeAppearance = 2130903580;
+
+ // aapt resource value: 0x7F03021D
+ public const int itemShapeAppearanceOverlay = 2130903581;
+
+ // aapt resource value: 0x7F03021E
+ public const int itemShapeFillColor = 2130903582;
+
+ // aapt resource value: 0x7F03021F
+ public const int itemShapeInsetBottom = 2130903583;
+
+ // aapt resource value: 0x7F030220
+ public const int itemShapeInsetEnd = 2130903584;
+
+ // aapt resource value: 0x7F030221
+ public const int itemShapeInsetStart = 2130903585;
+
+ // aapt resource value: 0x7F030222
+ public const int itemShapeInsetTop = 2130903586;
+
+ // aapt resource value: 0x7F030223
+ public const int itemSpacing = 2130903587;
+
+ // aapt resource value: 0x7F030224
+ public const int itemStrokeColor = 2130903588;
+
+ // aapt resource value: 0x7F030225
+ public const int itemStrokeWidth = 2130903589;
+
+ // aapt resource value: 0x7F030226
+ public const int itemTextAppearance = 2130903590;
+
+ // aapt resource value: 0x7F030227
+ public const int itemTextAppearanceActive = 2130903591;
+
+ // aapt resource value: 0x7F030228
+ public const int itemTextAppearanceInactive = 2130903592;
+
+ // aapt resource value: 0x7F030229
+ public const int itemTextColor = 2130903593;
+
+ // aapt resource value: 0x7F03022A
+ public const int itemVerticalPadding = 2130903594;
+
+ // aapt resource value: 0x7F03022C
+ public const int keyboardIcon = 2130903596;
+
+ // aapt resource value: 0x7F03022D
+ public const int keylines = 2130903597;
+
+ // aapt resource value: 0x7F03022B
+ public const int keyPositionType = 2130903595;
+
+ // aapt resource value: 0x7F03022F
+ public const int labelBehavior = 2130903599;
+
+ // aapt resource value: 0x7F030230
+ public const int labelStyle = 2130903600;
+
+ // aapt resource value: 0x7F030231
+ public const int labelVisibilityMode = 2130903601;
+
+ // aapt resource value: 0x7F030232
+ public const int lastBaselineToBottomHeight = 2130903602;
+
+ // aapt resource value: 0x7F030233
+ public const int lastItemDecorated = 2130903603;
+
+ // aapt resource value: 0x7F030234
+ public const int launchSingleTop = 2130903604;
+
+ // aapt resource value: 0x7F030235
+ public const int layout = 2130903605;
+
+ // aapt resource value: 0x7F030236
+ public const int layoutDescription = 2130903606;
+
+ // aapt resource value: 0x7F030237
+ public const int layoutDuringTransition = 2130903607;
+
+ // aapt resource value: 0x7F030238
+ public const int layoutManager = 2130903608;
+
+ // aapt resource value: 0x7F030239
+ public const int layout_anchor = 2130903609;
+
+ // aapt resource value: 0x7F03023A
+ public const int layout_anchorGravity = 2130903610;
+
+ // aapt resource value: 0x7F03023B
+ public const int layout_behavior = 2130903611;
+
+ // aapt resource value: 0x7F03023C
+ public const int layout_collapseMode = 2130903612;
+
+ // aapt resource value: 0x7F03023D
+ public const int layout_collapseParallaxMultiplier = 2130903613;
+
+ // aapt resource value: 0x7F03023E
+ public const int layout_constrainedHeight = 2130903614;
+
+ // aapt resource value: 0x7F03023F
+ public const int layout_constrainedWidth = 2130903615;
+
+ // aapt resource value: 0x7F030240
+ public const int layout_constraintBaseline_creator = 2130903616;
+
+ // aapt resource value: 0x7F030241
+ public const int layout_constraintBaseline_toBaselineOf = 2130903617;
+
+ // aapt resource value: 0x7F030242
+ public const int layout_constraintBaseline_toBottomOf = 2130903618;
+
+ // aapt resource value: 0x7F030243
+ public const int layout_constraintBaseline_toTopOf = 2130903619;
+
+ // aapt resource value: 0x7F030244
+ public const int layout_constraintBottom_creator = 2130903620;
+
+ // aapt resource value: 0x7F030245
+ public const int layout_constraintBottom_toBottomOf = 2130903621;
+
+ // aapt resource value: 0x7F030246
+ public const int layout_constraintBottom_toTopOf = 2130903622;
+
+ // aapt resource value: 0x7F030247
+ public const int layout_constraintCircle = 2130903623;
+
+ // aapt resource value: 0x7F030248
+ public const int layout_constraintCircleAngle = 2130903624;
+
+ // aapt resource value: 0x7F030249
+ public const int layout_constraintCircleRadius = 2130903625;
+
+ // aapt resource value: 0x7F03024A
+ public const int layout_constraintDimensionRatio = 2130903626;
+
+ // aapt resource value: 0x7F03024B
+ public const int layout_constraintEnd_toEndOf = 2130903627;
+
+ // aapt resource value: 0x7F03024C
+ public const int layout_constraintEnd_toStartOf = 2130903628;
+
+ // aapt resource value: 0x7F03024D
+ public const int layout_constraintGuide_begin = 2130903629;
+
+ // aapt resource value: 0x7F03024E
+ public const int layout_constraintGuide_end = 2130903630;
+
+ // aapt resource value: 0x7F03024F
+ public const int layout_constraintGuide_percent = 2130903631;
+
+ // aapt resource value: 0x7F030250
+ public const int layout_constraintHeight = 2130903632;
+
+ // aapt resource value: 0x7F030251
+ public const int layout_constraintHeight_default = 2130903633;
+
+ // aapt resource value: 0x7F030252
+ public const int layout_constraintHeight_max = 2130903634;
+
+ // aapt resource value: 0x7F030253
+ public const int layout_constraintHeight_min = 2130903635;
+
+ // aapt resource value: 0x7F030254
+ public const int layout_constraintHeight_percent = 2130903636;
+
+ // aapt resource value: 0x7F030255
+ public const int layout_constraintHorizontal_bias = 2130903637;
+
+ // aapt resource value: 0x7F030256
+ public const int layout_constraintHorizontal_chainStyle = 2130903638;
+
+ // aapt resource value: 0x7F030257
+ public const int layout_constraintHorizontal_weight = 2130903639;
+
+ // aapt resource value: 0x7F030258
+ public const int layout_constraintLeft_creator = 2130903640;
+
+ // aapt resource value: 0x7F030259
+ public const int layout_constraintLeft_toLeftOf = 2130903641;
+
+ // aapt resource value: 0x7F03025A
+ public const int layout_constraintLeft_toRightOf = 2130903642;
+
+ // aapt resource value: 0x7F03025B
+ public const int layout_constraintRight_creator = 2130903643;
+
+ // aapt resource value: 0x7F03025C
+ public const int layout_constraintRight_toLeftOf = 2130903644;
+
+ // aapt resource value: 0x7F03025D
+ public const int layout_constraintRight_toRightOf = 2130903645;
+
+ // aapt resource value: 0x7F03025E
+ public const int layout_constraintStart_toEndOf = 2130903646;
+
+ // aapt resource value: 0x7F03025F
+ public const int layout_constraintStart_toStartOf = 2130903647;
+
+ // aapt resource value: 0x7F030260
+ public const int layout_constraintTag = 2130903648;
+
+ // aapt resource value: 0x7F030261
+ public const int layout_constraintTop_creator = 2130903649;
+
+ // aapt resource value: 0x7F030262
+ public const int layout_constraintTop_toBottomOf = 2130903650;
+
+ // aapt resource value: 0x7F030263
+ public const int layout_constraintTop_toTopOf = 2130903651;
+
+ // aapt resource value: 0x7F030264
+ public const int layout_constraintVertical_bias = 2130903652;
+
+ // aapt resource value: 0x7F030265
+ public const int layout_constraintVertical_chainStyle = 2130903653;
+
+ // aapt resource value: 0x7F030266
+ public const int layout_constraintVertical_weight = 2130903654;
+
+ // aapt resource value: 0x7F030267
+ public const int layout_constraintWidth = 2130903655;
+
+ // aapt resource value: 0x7F030268
+ public const int layout_constraintWidth_default = 2130903656;
+
+ // aapt resource value: 0x7F030269
+ public const int layout_constraintWidth_max = 2130903657;
+
+ // aapt resource value: 0x7F03026A
+ public const int layout_constraintWidth_min = 2130903658;
+
+ // aapt resource value: 0x7F03026B
+ public const int layout_constraintWidth_percent = 2130903659;
+
+ // aapt resource value: 0x7F03026C
+ public const int layout_dodgeInsetEdges = 2130903660;
+
+ // aapt resource value: 0x7F03026D
+ public const int layout_editor_absoluteX = 2130903661;
+
+ // aapt resource value: 0x7F03026E
+ public const int layout_editor_absoluteY = 2130903662;
+
+ // aapt resource value: 0x7F03026F
+ public const int layout_goneMarginBaseline = 2130903663;
+
+ // aapt resource value: 0x7F030270
+ public const int layout_goneMarginBottom = 2130903664;
+
+ // aapt resource value: 0x7F030271
+ public const int layout_goneMarginEnd = 2130903665;
+
+ // aapt resource value: 0x7F030272
+ public const int layout_goneMarginLeft = 2130903666;
+
+ // aapt resource value: 0x7F030273
+ public const int layout_goneMarginRight = 2130903667;
+
+ // aapt resource value: 0x7F030274
+ public const int layout_goneMarginStart = 2130903668;
+
+ // aapt resource value: 0x7F030275
+ public const int layout_goneMarginTop = 2130903669;
+
+ // aapt resource value: 0x7F030276
+ public const int layout_insetEdge = 2130903670;
+
+ // aapt resource value: 0x7F030277
+ public const int layout_keyline = 2130903671;
+
+ // aapt resource value: 0x7F030278
+ public const int layout_marginBaseline = 2130903672;
+
+ // aapt resource value: 0x7F030279
+ public const int layout_optimizationLevel = 2130903673;
+
+ // aapt resource value: 0x7F03027A
+ public const int layout_scrollEffect = 2130903674;
+
+ // aapt resource value: 0x7F03027B
+ public const int layout_scrollFlags = 2130903675;
+
+ // aapt resource value: 0x7F03027C
+ public const int layout_scrollInterpolator = 2130903676;
+
+ // aapt resource value: 0x7F03027D
+ public const int layout_wrapBehaviorInParent = 2130903677;
+
+ // aapt resource value: 0x7F03027E
+ public const int liftOnScroll = 2130903678;
+
+ // aapt resource value: 0x7F03027F
+ public const int liftOnScrollTargetViewId = 2130903679;
+
+ // aapt resource value: 0x7F030280
+ public const int limitBoundsTo = 2130903680;
+
+ // aapt resource value: 0x7F030283
+ public const int linearProgressIndicatorStyle = 2130903683;
+
+ // aapt resource value: 0x7F030281
+ public const int lineHeight = 2130903681;
+
+ // aapt resource value: 0x7F030282
+ public const int lineSpacing = 2130903682;
+
+ // aapt resource value: 0x7F030284
+ public const int listChoiceBackgroundIndicator = 2130903684;
+
+ // aapt resource value: 0x7F030285
+ public const int listChoiceIndicatorMultipleAnimated = 2130903685;
+
+ // aapt resource value: 0x7F030286
+ public const int listChoiceIndicatorSingleAnimated = 2130903686;
+
+ // aapt resource value: 0x7F030287
+ public const int listDividerAlertDialog = 2130903687;
+
+ // aapt resource value: 0x7F030288
+ public const int listItemLayout = 2130903688;
+
+ // aapt resource value: 0x7F030289
+ public const int listLayout = 2130903689;
+
+ // aapt resource value: 0x7F03028A
+ public const int listMenuViewStyle = 2130903690;
+
+ // aapt resource value: 0x7F03028B
+ public const int listPopupWindowStyle = 2130903691;
+
+ // aapt resource value: 0x7F03028C
+ public const int listPreferredItemHeight = 2130903692;
+
+ // aapt resource value: 0x7F03028D
+ public const int listPreferredItemHeightLarge = 2130903693;
+
+ // aapt resource value: 0x7F03028E
+ public const int listPreferredItemHeightSmall = 2130903694;
+
+ // aapt resource value: 0x7F03028F
+ public const int listPreferredItemPaddingEnd = 2130903695;
+
+ // aapt resource value: 0x7F030290
+ public const int listPreferredItemPaddingLeft = 2130903696;
+
+ // aapt resource value: 0x7F030291
+ public const int listPreferredItemPaddingRight = 2130903697;
+
+ // aapt resource value: 0x7F030292
+ public const int listPreferredItemPaddingStart = 2130903698;
+
+ // aapt resource value: 0x7F030293
+ public const int logo = 2130903699;
+
+ // aapt resource value: 0x7F030294
+ public const int logoAdjustViewBounds = 2130903700;
+
+ // aapt resource value: 0x7F030295
+ public const int logoDescription = 2130903701;
+
+ // aapt resource value: 0x7F030296
+ public const int logoScaleType = 2130903702;
+
+ // aapt resource value: 0x7F03022E
+ public const int lStar = 2130903598;
+
+ // aapt resource value: 0x7F030297
+ public const int marginHorizontal = 2130903703;
+
+ // aapt resource value: 0x7F030298
+ public const int marginLeftSystemWindowInsets = 2130903704;
+
+ // aapt resource value: 0x7F030299
+ public const int marginRightSystemWindowInsets = 2130903705;
+
+ // aapt resource value: 0x7F03029A
+ public const int marginTopSystemWindowInsets = 2130903706;
+
+ // aapt resource value: 0x7F03029B
+ public const int materialAlertDialogBodyTextStyle = 2130903707;
+
+ // aapt resource value: 0x7F03029C
+ public const int materialAlertDialogButtonSpacerVisibility = 2130903708;
+
+ // aapt resource value: 0x7F03029D
+ public const int materialAlertDialogTheme = 2130903709;
+
+ // aapt resource value: 0x7F03029E
+ public const int materialAlertDialogTitleIconStyle = 2130903710;
+
+ // aapt resource value: 0x7F03029F
+ public const int materialAlertDialogTitlePanelStyle = 2130903711;
+
+ // aapt resource value: 0x7F0302A0
+ public const int materialAlertDialogTitleTextStyle = 2130903712;
+
+ // aapt resource value: 0x7F0302A1
+ public const int materialButtonOutlinedStyle = 2130903713;
+
+ // aapt resource value: 0x7F0302A2
+ public const int materialButtonStyle = 2130903714;
+
+ // aapt resource value: 0x7F0302A3
+ public const int materialButtonToggleGroupStyle = 2130903715;
+
+ // aapt resource value: 0x7F0302A4
+ public const int materialCalendarDay = 2130903716;
+
+ // aapt resource value: 0x7F0302A5
+ public const int materialCalendarDayOfWeekLabel = 2130903717;
+
+ // aapt resource value: 0x7F0302A6
+ public const int materialCalendarFullscreenTheme = 2130903718;
+
+ // aapt resource value: 0x7F0302A7
+ public const int materialCalendarHeaderCancelButton = 2130903719;
+
+ // aapt resource value: 0x7F0302A8
+ public const int materialCalendarHeaderConfirmButton = 2130903720;
+
+ // aapt resource value: 0x7F0302A9
+ public const int materialCalendarHeaderDivider = 2130903721;
+
+ // aapt resource value: 0x7F0302AA
+ public const int materialCalendarHeaderLayout = 2130903722;
+
+ // aapt resource value: 0x7F0302AB
+ public const int materialCalendarHeaderSelection = 2130903723;
+
+ // aapt resource value: 0x7F0302AC
+ public const int materialCalendarHeaderTitle = 2130903724;
+
+ // aapt resource value: 0x7F0302AD
+ public const int materialCalendarHeaderToggleButton = 2130903725;
+
+ // aapt resource value: 0x7F0302AE
+ public const int materialCalendarMonth = 2130903726;
+
+ // aapt resource value: 0x7F0302AF
+ public const int materialCalendarMonthNavigationButton = 2130903727;
+
+ // aapt resource value: 0x7F0302B0
+ public const int materialCalendarStyle = 2130903728;
+
+ // aapt resource value: 0x7F0302B1
+ public const int materialCalendarTheme = 2130903729;
+
+ // aapt resource value: 0x7F0302B2
+ public const int materialCalendarYearNavigationButton = 2130903730;
+
+ // aapt resource value: 0x7F0302B3
+ public const int materialCardViewElevatedStyle = 2130903731;
+
+ // aapt resource value: 0x7F0302B4
+ public const int materialCardViewFilledStyle = 2130903732;
+
+ // aapt resource value: 0x7F0302B5
+ public const int materialCardViewOutlinedStyle = 2130903733;
+
+ // aapt resource value: 0x7F0302B6
+ public const int materialCardViewStyle = 2130903734;
+
+ // aapt resource value: 0x7F0302B7
+ public const int materialCircleRadius = 2130903735;
+
+ // aapt resource value: 0x7F0302B8
+ public const int materialClockStyle = 2130903736;
+
+ // aapt resource value: 0x7F0302B9
+ public const int materialDisplayDividerStyle = 2130903737;
+
+ // aapt resource value: 0x7F0302BA
+ public const int materialThemeOverlay = 2130903738;
+
+ // aapt resource value: 0x7F0302BB
+ public const int materialTimePickerStyle = 2130903739;
+
+ // aapt resource value: 0x7F0302BC
+ public const int materialTimePickerTheme = 2130903740;
+
+ // aapt resource value: 0x7F0302BD
+ public const int materialTimePickerTitleStyle = 2130903741;
+
+ // aapt resource value: 0x7F0302BE
+ public const int maui_splash = 2130903742;
+
+ // aapt resource value: 0x7F0302BF
+ public const int maxAcceleration = 2130903743;
+
+ // aapt resource value: 0x7F0302C0
+ public const int maxActionInlineWidth = 2130903744;
+
+ // aapt resource value: 0x7F0302C1
+ public const int maxButtonHeight = 2130903745;
+
+ // aapt resource value: 0x7F0302C2
+ public const int maxCharacterCount = 2130903746;
+
+ // aapt resource value: 0x7F0302C3
+ public const int maxHeight = 2130903747;
+
+ // aapt resource value: 0x7F0302C4
+ public const int maxImageSize = 2130903748;
+
+ // aapt resource value: 0x7F0302C5
+ public const int maxLines = 2130903749;
+
+ // aapt resource value: 0x7F0302C6
+ public const int maxVelocity = 2130903750;
+
+ // aapt resource value: 0x7F0302C7
+ public const int maxWidth = 2130903751;
+
+ // aapt resource value: 0x7F0302C8
+ public const int measureWithLargestChild = 2130903752;
+
+ // aapt resource value: 0x7F0302C9
+ public const int menu = 2130903753;
+
+ // aapt resource value: 0x7F0302CA
+ public const int menuGravity = 2130903754;
+
+ // aapt resource value: 0x7F0302CB
+ public const int methodName = 2130903755;
+
+ // aapt resource value: 0x7F0302CC
+ public const int mimeType = 2130903756;
+
+ // aapt resource value: 0x7F0302CD
+ public const int minHeight = 2130903757;
+
+ // aapt resource value: 0x7F0302CE
+ public const int minHideDelay = 2130903758;
+
+ // aapt resource value: 0x7F0302CF
+ public const int minSeparation = 2130903759;
+
+ // aapt resource value: 0x7F0302D0
+ public const int minTouchTargetSize = 2130903760;
+
+ // aapt resource value: 0x7F0302D1
+ public const int minWidth = 2130903761;
+
+ // aapt resource value: 0x7F0302D2
+ public const int mock_diagonalsColor = 2130903762;
+
+ // aapt resource value: 0x7F0302D3
+ public const int mock_label = 2130903763;
+
+ // aapt resource value: 0x7F0302D4
+ public const int mock_labelBackgroundColor = 2130903764;
+
+ // aapt resource value: 0x7F0302D5
+ public const int mock_labelColor = 2130903765;
+
+ // aapt resource value: 0x7F0302D6
+ public const int mock_showDiagonals = 2130903766;
+
+ // aapt resource value: 0x7F0302D7
+ public const int mock_showLabel = 2130903767;
+
+ // aapt resource value: 0x7F0302D8
+ public const int motionDebug = 2130903768;
+
+ // aapt resource value: 0x7F0302D9
+ public const int motionDurationLong1 = 2130903769;
+
+ // aapt resource value: 0x7F0302DA
+ public const int motionDurationLong2 = 2130903770;
+
+ // aapt resource value: 0x7F0302DB
+ public const int motionDurationMedium1 = 2130903771;
+
+ // aapt resource value: 0x7F0302DC
+ public const int motionDurationMedium2 = 2130903772;
+
+ // aapt resource value: 0x7F0302DD
+ public const int motionDurationShort1 = 2130903773;
+
+ // aapt resource value: 0x7F0302DE
+ public const int motionDurationShort2 = 2130903774;
+
+ // aapt resource value: 0x7F0302DF
+ public const int motionEasingAccelerated = 2130903775;
+
+ // aapt resource value: 0x7F0302E0
+ public const int motionEasingDecelerated = 2130903776;
+
+ // aapt resource value: 0x7F0302E1
+ public const int motionEasingEmphasized = 2130903777;
+
+ // aapt resource value: 0x7F0302E2
+ public const int motionEasingLinear = 2130903778;
+
+ // aapt resource value: 0x7F0302E3
+ public const int motionEasingStandard = 2130903779;
+
+ // aapt resource value: 0x7F0302E4
+ public const int motionEffect_alpha = 2130903780;
+
+ // aapt resource value: 0x7F0302E5
+ public const int motionEffect_end = 2130903781;
+
+ // aapt resource value: 0x7F0302E6
+ public const int motionEffect_move = 2130903782;
+
+ // aapt resource value: 0x7F0302E7
+ public const int motionEffect_start = 2130903783;
+
+ // aapt resource value: 0x7F0302E8
+ public const int motionEffect_strict = 2130903784;
+
+ // aapt resource value: 0x7F0302E9
+ public const int motionEffect_translationX = 2130903785;
+
+ // aapt resource value: 0x7F0302EA
+ public const int motionEffect_translationY = 2130903786;
+
+ // aapt resource value: 0x7F0302EB
+ public const int motionEffect_viewTransition = 2130903787;
+
+ // aapt resource value: 0x7F0302EC
+ public const int motionInterpolator = 2130903788;
+
+ // aapt resource value: 0x7F0302ED
+ public const int motionPath = 2130903789;
+
+ // aapt resource value: 0x7F0302EE
+ public const int motionPathRotate = 2130903790;
+
+ // aapt resource value: 0x7F0302EF
+ public const int motionProgress = 2130903791;
+
+ // aapt resource value: 0x7F0302F0
+ public const int motionStagger = 2130903792;
+
+ // aapt resource value: 0x7F0302F1
+ public const int motionTarget = 2130903793;
+
+ // aapt resource value: 0x7F0302F2
+ public const int motion_postLayoutCollision = 2130903794;
+
+ // aapt resource value: 0x7F0302F3
+ public const int motion_triggerOnCollision = 2130903795;
+
+ // aapt resource value: 0x7F0302F4
+ public const int moveWhenScrollAtTop = 2130903796;
+
+ // aapt resource value: 0x7F0302F5
+ public const int multiChoiceItemLayout = 2130903797;
+
+ // aapt resource value: 0x7F0302F6
+ public const int navGraph = 2130903798;
+
+ // aapt resource value: 0x7F0302F7
+ public const int navigationContentDescription = 2130903799;
+
+ // aapt resource value: 0x7F0302F8
+ public const int navigationIcon = 2130903800;
+
+ // aapt resource value: 0x7F0302F9
+ public const int navigationIconTint = 2130903801;
+
+ // aapt resource value: 0x7F0302FA
+ public const int navigationMode = 2130903802;
+
+ // aapt resource value: 0x7F0302FB
+ public const int navigationRailStyle = 2130903803;
+
+ // aapt resource value: 0x7F0302FC
+ public const int navigationViewStyle = 2130903804;
+
+ // aapt resource value: 0x7F0302FF
+ public const int nestedScrollable = 2130903807;
+
+ // aapt resource value: 0x7F0302FD
+ public const int nestedScrollFlags = 2130903805;
+
+ // aapt resource value: 0x7F0302FE
+ public const int nestedScrollViewStyle = 2130903806;
+
+ // aapt resource value: 0x7F030300
+ public const int nullable = 2130903808;
+
+ // aapt resource value: 0x7F030301
+ public const int number = 2130903809;
+
+ // aapt resource value: 0x7F030302
+ public const int numericModifiers = 2130903810;
+
+ // aapt resource value: 0x7F030303
+ public const int onCross = 2130903811;
+
+ // aapt resource value: 0x7F030304
+ public const int onHide = 2130903812;
+
+ // aapt resource value: 0x7F030305
+ public const int onNegativeCross = 2130903813;
+
+ // aapt resource value: 0x7F030306
+ public const int onPositiveCross = 2130903814;
+
+ // aapt resource value: 0x7F030307
+ public const int onShow = 2130903815;
+
+ // aapt resource value: 0x7F030308
+ public const int onStateTransition = 2130903816;
+
+ // aapt resource value: 0x7F030309
+ public const int onTouchUp = 2130903817;
+
+ // aapt resource value: 0x7F03030A
+ public const int overlapAnchor = 2130903818;
+
+ // aapt resource value: 0x7F03030B
+ public const int overlay = 2130903819;
+
+ // aapt resource value: 0x7F03030C
+ public const int paddingBottomNoButtons = 2130903820;
+
+ // aapt resource value: 0x7F03030D
+ public const int paddingBottomSystemWindowInsets = 2130903821;
+
+ // aapt resource value: 0x7F03030E
+ public const int paddingEnd = 2130903822;
+
+ // aapt resource value: 0x7F03030F
+ public const int paddingLeftSystemWindowInsets = 2130903823;
+
+ // aapt resource value: 0x7F030310
+ public const int paddingRightSystemWindowInsets = 2130903824;
+
+ // aapt resource value: 0x7F030311
+ public const int paddingStart = 2130903825;
+
+ // aapt resource value: 0x7F030312
+ public const int paddingTopNoTitle = 2130903826;
+
+ // aapt resource value: 0x7F030313
+ public const int paddingTopSystemWindowInsets = 2130903827;
+
+ // aapt resource value: 0x7F030314
+ public const int panelBackground = 2130903828;
+
+ // aapt resource value: 0x7F030315
+ public const int panelMenuListTheme = 2130903829;
+
+ // aapt resource value: 0x7F030316
+ public const int panelMenuListWidth = 2130903830;
+
+ // aapt resource value: 0x7F030317
+ public const int passwordToggleContentDescription = 2130903831;
+
+ // aapt resource value: 0x7F030318
+ public const int passwordToggleDrawable = 2130903832;
+
+ // aapt resource value: 0x7F030319
+ public const int passwordToggleEnabled = 2130903833;
+
+ // aapt resource value: 0x7F03031A
+ public const int passwordToggleTint = 2130903834;
+
+ // aapt resource value: 0x7F03031B
+ public const int passwordToggleTintMode = 2130903835;
+
+ // aapt resource value: 0x7F03031C
+ public const int pathMotionArc = 2130903836;
+
+ // aapt resource value: 0x7F03031D
+ public const int path_percent = 2130903837;
+
+ // aapt resource value: 0x7F03031E
+ public const int percentHeight = 2130903838;
+
+ // aapt resource value: 0x7F03031F
+ public const int percentWidth = 2130903839;
+
+ // aapt resource value: 0x7F030320
+ public const int percentX = 2130903840;
+
+ // aapt resource value: 0x7F030321
+ public const int percentY = 2130903841;
+
+ // aapt resource value: 0x7F030322
+ public const int perpendicularPath_percent = 2130903842;
+
+ // aapt resource value: 0x7F030323
+ public const int pivotAnchor = 2130903843;
+
+ // aapt resource value: 0x7F030324
+ public const int placeholderActivityName = 2130903844;
+
+ // aapt resource value: 0x7F030325
+ public const int placeholderText = 2130903845;
+
+ // aapt resource value: 0x7F030326
+ public const int placeholderTextAppearance = 2130903846;
+
+ // aapt resource value: 0x7F030327
+ public const int placeholderTextColor = 2130903847;
+
+ // aapt resource value: 0x7F030328
+ public const int placeholder_emptyVisibility = 2130903848;
+
+ // aapt resource value: 0x7F030329
+ public const int polarRelativeTo = 2130903849;
+
+ // aapt resource value: 0x7F03032A
+ public const int popEnterAnim = 2130903850;
+
+ // aapt resource value: 0x7F03032B
+ public const int popExitAnim = 2130903851;
+
+ // aapt resource value: 0x7F03032F
+ public const int popupMenuBackground = 2130903855;
+
+ // aapt resource value: 0x7F030330
+ public const int popupMenuStyle = 2130903856;
+
+ // aapt resource value: 0x7F030331
+ public const int popupTheme = 2130903857;
+
+ // aapt resource value: 0x7F03032C
+ public const int popUpTo = 2130903852;
+
+ // aapt resource value: 0x7F03032D
+ public const int popUpToInclusive = 2130903853;
+
+ // aapt resource value: 0x7F03032E
+ public const int popUpToSaveState = 2130903854;
+
+ // aapt resource value: 0x7F030332
+ public const int popupWindowStyle = 2130903858;
+
+ // aapt resource value: 0x7F030333
+ public const int prefixText = 2130903859;
+
+ // aapt resource value: 0x7F030334
+ public const int prefixTextAppearance = 2130903860;
+
+ // aapt resource value: 0x7F030335
+ public const int prefixTextColor = 2130903861;
+
+ // aapt resource value: 0x7F030336
+ public const int preserveIconSpacing = 2130903862;
+
+ // aapt resource value: 0x7F030337
+ public const int pressedTranslationZ = 2130903863;
+
+ // aapt resource value: 0x7F030338
+ public const int primaryActivityName = 2130903864;
+
+ // aapt resource value: 0x7F030339
+ public const int progressBarPadding = 2130903865;
+
+ // aapt resource value: 0x7F03033A
+ public const int progressBarStyle = 2130903866;
+
+ // aapt resource value: 0x7F03033B
+ public const int quantizeMotionInterpolator = 2130903867;
+
+ // aapt resource value: 0x7F03033C
+ public const int quantizeMotionPhase = 2130903868;
+
+ // aapt resource value: 0x7F03033D
+ public const int quantizeMotionSteps = 2130903869;
+
+ // aapt resource value: 0x7F03033E
+ public const int queryBackground = 2130903870;
+
+ // aapt resource value: 0x7F03033F
+ public const int queryHint = 2130903871;
+
+ // aapt resource value: 0x7F030340
+ public const int queryPatterns = 2130903872;
+
+ // aapt resource value: 0x7F030341
+ public const int radioButtonStyle = 2130903873;
+
+ // aapt resource value: 0x7F030342
+ public const int rangeFillColor = 2130903874;
+
+ // aapt resource value: 0x7F030343
+ public const int ratingBarStyle = 2130903875;
+
+ // aapt resource value: 0x7F030344
+ public const int ratingBarStyleIndicator = 2130903876;
+
+ // aapt resource value: 0x7F030345
+ public const int ratingBarStyleSmall = 2130903877;
+
+ // aapt resource value: 0x7F030346
+ public const int reactiveGuide_animateChange = 2130903878;
+
+ // aapt resource value: 0x7F030347
+ public const int reactiveGuide_applyToAllConstraintSets = 2130903879;
+
+ // aapt resource value: 0x7F030348
+ public const int reactiveGuide_applyToConstraintSet = 2130903880;
+
+ // aapt resource value: 0x7F030349
+ public const int reactiveGuide_valueId = 2130903881;
+
+ // aapt resource value: 0x7F03034A
+ public const int recyclerViewStyle = 2130903882;
+
+ // aapt resource value: 0x7F03034B
+ public const int region_heightLessThan = 2130903883;
+
+ // aapt resource value: 0x7F03034C
+ public const int region_heightMoreThan = 2130903884;
+
+ // aapt resource value: 0x7F03034D
+ public const int region_widthLessThan = 2130903885;
+
+ // aapt resource value: 0x7F03034E
+ public const int region_widthMoreThan = 2130903886;
+
+ // aapt resource value: 0x7F03034F
+ public const int restoreState = 2130903887;
+
+ // aapt resource value: 0x7F030350
+ public const int reverseLayout = 2130903888;
+
+ // aapt resource value: 0x7F030351
+ public const int rippleColor = 2130903889;
+
+ // aapt resource value: 0x7F030352
+ public const int rotationCenterId = 2130903890;
+
+ // aapt resource value: 0x7F030353
+ public const int round = 2130903891;
+
+ // aapt resource value: 0x7F030354
+ public const int roundPercent = 2130903892;
+
+ // aapt resource value: 0x7F030355
+ public const int route = 2130903893;
+
+ // aapt resource value: 0x7F030356
+ public const int saturation = 2130903894;
+
+ // aapt resource value: 0x7F030357
+ public const int scaleFromTextSize = 2130903895;
+
+ // aapt resource value: 0x7F030358
+ public const int scrimAnimationDuration = 2130903896;
+
+ // aapt resource value: 0x7F030359
+ public const int scrimBackground = 2130903897;
+
+ // aapt resource value: 0x7F03035A
+ public const int scrimVisibleHeightTrigger = 2130903898;
+
+ // aapt resource value: 0x7F03035B
+ public const int scrollViewStyle = 2130903899;
+
+ // aapt resource value: 0x7F03035C
+ public const int searchHintIcon = 2130903900;
+
+ // aapt resource value: 0x7F03035D
+ public const int searchIcon = 2130903901;
+
+ // aapt resource value: 0x7F03035E
+ public const int searchViewStyle = 2130903902;
+
+ // aapt resource value: 0x7F03035F
+ public const int secondaryActivityAction = 2130903903;
+
+ // aapt resource value: 0x7F030360
+ public const int secondaryActivityName = 2130903904;
+
+ // aapt resource value: 0x7F030361
+ public const int seekBarStyle = 2130903905;
+
+ // aapt resource value: 0x7F030362
+ public const int selectableItemBackground = 2130903906;
+
+ // aapt resource value: 0x7F030363
+ public const int selectableItemBackgroundBorderless = 2130903907;
+
+ // aapt resource value: 0x7F030364
+ public const int selectionRequired = 2130903908;
+
+ // aapt resource value: 0x7F030365
+ public const int selectorSize = 2130903909;
+
+ // aapt resource value: 0x7F030366
+ public const int setsTag = 2130903910;
+
+ // aapt resource value: 0x7F030367
+ public const int shapeAppearance = 2130903911;
+
+ // aapt resource value: 0x7F030368
+ public const int shapeAppearanceLargeComponent = 2130903912;
+
+ // aapt resource value: 0x7F030369
+ public const int shapeAppearanceMediumComponent = 2130903913;
+
+ // aapt resource value: 0x7F03036A
+ public const int shapeAppearanceOverlay = 2130903914;
+
+ // aapt resource value: 0x7F03036B
+ public const int shapeAppearanceSmallComponent = 2130903915;
+
+ // aapt resource value: 0x7F030000
+ public const int SharedValue = 2130903040;
+
+ // aapt resource value: 0x7F030001
+ public const int SharedValueId = 2130903041;
+
+ // aapt resource value: 0x7F03036C
+ public const int shortcutMatchRequired = 2130903916;
+
+ // aapt resource value: 0x7F03036D
+ public const int showAnimationBehavior = 2130903917;
+
+ // aapt resource value: 0x7F03036E
+ public const int showAsAction = 2130903918;
+
+ // aapt resource value: 0x7F03036F
+ public const int showDelay = 2130903919;
+
+ // aapt resource value: 0x7F030370
+ public const int showDividers = 2130903920;
+
+ // aapt resource value: 0x7F030371
+ public const int showMotionSpec = 2130903921;
+
+ // aapt resource value: 0x7F030372
+ public const int showPaths = 2130903922;
+
+ // aapt resource value: 0x7F030373
+ public const int showText = 2130903923;
+
+ // aapt resource value: 0x7F030374
+ public const int showTitle = 2130903924;
+
+ // aapt resource value: 0x7F030375
+ public const int shrinkMotionSpec = 2130903925;
+
+ // aapt resource value: 0x7F030376
+ public const int simpleItemLayout = 2130903926;
+
+ // aapt resource value: 0x7F030377
+ public const int simpleItems = 2130903927;
+
+ // aapt resource value: 0x7F030378
+ public const int singleChoiceItemLayout = 2130903928;
+
+ // aapt resource value: 0x7F030379
+ public const int singleLine = 2130903929;
+
+ // aapt resource value: 0x7F03037A
+ public const int singleSelection = 2130903930;
+
+ // aapt resource value: 0x7F03037B
+ public const int sizePercent = 2130903931;
+
+ // aapt resource value: 0x7F03037C
+ public const int sliderStyle = 2130903932;
+
+ // aapt resource value: 0x7F03037D
+ public const int snackbarButtonStyle = 2130903933;
+
+ // aapt resource value: 0x7F03037E
+ public const int snackbarStyle = 2130903934;
+
+ // aapt resource value: 0x7F03037F
+ public const int snackbarTextViewStyle = 2130903935;
+
+ // aapt resource value: 0x7F030380
+ public const int spanCount = 2130903936;
+
+ // aapt resource value: 0x7F030381
+ public const int spinBars = 2130903937;
+
+ // aapt resource value: 0x7F030382
+ public const int spinnerDropDownItemStyle = 2130903938;
+
+ // aapt resource value: 0x7F030383
+ public const int spinnerStyle = 2130903939;
+
+ // aapt resource value: 0x7F030384
+ public const int splitLayoutDirection = 2130903940;
+
+ // aapt resource value: 0x7F030385
+ public const int splitMinSmallestWidth = 2130903941;
+
+ // aapt resource value: 0x7F030386
+ public const int splitMinWidth = 2130903942;
+
+ // aapt resource value: 0x7F030387
+ public const int splitRatio = 2130903943;
+
+ // aapt resource value: 0x7F030388
+ public const int splitTrack = 2130903944;
+
+ // aapt resource value: 0x7F030389
+ public const int springBoundary = 2130903945;
+
+ // aapt resource value: 0x7F03038A
+ public const int springDamping = 2130903946;
+
+ // aapt resource value: 0x7F03038B
+ public const int springMass = 2130903947;
+
+ // aapt resource value: 0x7F03038C
+ public const int springStiffness = 2130903948;
+
+ // aapt resource value: 0x7F03038D
+ public const int springStopThreshold = 2130903949;
+
+ // aapt resource value: 0x7F03038E
+ public const int srcCompat = 2130903950;
+
+ // aapt resource value: 0x7F03038F
+ public const int stackFromEnd = 2130903951;
+
+ // aapt resource value: 0x7F030390
+ public const int staggered = 2130903952;
+
+ // aapt resource value: 0x7F030391
+ public const int startDestination = 2130903953;
+
+ // aapt resource value: 0x7F030392
+ public const int startIconCheckable = 2130903954;
+
+ // aapt resource value: 0x7F030393
+ public const int startIconContentDescription = 2130903955;
+
+ // aapt resource value: 0x7F030394
+ public const int startIconDrawable = 2130903956;
+
+ // aapt resource value: 0x7F030395
+ public const int startIconTint = 2130903957;
+
+ // aapt resource value: 0x7F030396
+ public const int startIconTintMode = 2130903958;
+
+ // aapt resource value: 0x7F030397
+ public const int state_above_anchor = 2130903959;
+
+ // aapt resource value: 0x7F030398
+ public const int state_collapsed = 2130903960;
+
+ // aapt resource value: 0x7F030399
+ public const int state_collapsible = 2130903961;
+
+ // aapt resource value: 0x7F03039A
+ public const int state_dragged = 2130903962;
+
+ // aapt resource value: 0x7F03039B
+ public const int state_liftable = 2130903963;
+
+ // aapt resource value: 0x7F03039C
+ public const int state_lifted = 2130903964;
+
+ // aapt resource value: 0x7F03039D
+ public const int statusBarBackground = 2130903965;
+
+ // aapt resource value: 0x7F03039E
+ public const int statusBarForeground = 2130903966;
+
+ // aapt resource value: 0x7F03039F
+ public const int statusBarScrim = 2130903967;
+
+ // aapt resource value: 0x7F0303A0
+ public const int strokeColor = 2130903968;
+
+ // aapt resource value: 0x7F0303A1
+ public const int strokeWidth = 2130903969;
+
+ // aapt resource value: 0x7F0303A3
+ public const int subheaderColor = 2130903971;
+
+ // aapt resource value: 0x7F0303A4
+ public const int subheaderInsetEnd = 2130903972;
+
+ // aapt resource value: 0x7F0303A5
+ public const int subheaderInsetStart = 2130903973;
+
+ // aapt resource value: 0x7F0303A6
+ public const int subheaderTextAppearance = 2130903974;
+
+ // aapt resource value: 0x7F0303A2
+ public const int subMenuArrow = 2130903970;
+
+ // aapt resource value: 0x7F0303A7
+ public const int submitBackground = 2130903975;
+
+ // aapt resource value: 0x7F0303A8
+ public const int subtitle = 2130903976;
+
+ // aapt resource value: 0x7F0303A9
+ public const int subtitleCentered = 2130903977;
+
+ // aapt resource value: 0x7F0303AA
+ public const int subtitleTextAppearance = 2130903978;
+
+ // aapt resource value: 0x7F0303AB
+ public const int subtitleTextColor = 2130903979;
+
+ // aapt resource value: 0x7F0303AC
+ public const int subtitleTextStyle = 2130903980;
+
+ // aapt resource value: 0x7F0303AD
+ public const int suffixText = 2130903981;
+
+ // aapt resource value: 0x7F0303AE
+ public const int suffixTextAppearance = 2130903982;
+
+ // aapt resource value: 0x7F0303AF
+ public const int suffixTextColor = 2130903983;
+
+ // aapt resource value: 0x7F0303B0
+ public const int suggestionRowLayout = 2130903984;
+
+ // aapt resource value: 0x7F0303B1
+ public const int swipeRefreshLayoutProgressSpinnerBackgroundColor = 2130903985;
+
+ // aapt resource value: 0x7F0303B2
+ public const int switchMinWidth = 2130903986;
+
+ // aapt resource value: 0x7F0303B3
+ public const int switchPadding = 2130903987;
+
+ // aapt resource value: 0x7F0303B4
+ public const int switchStyle = 2130903988;
+
+ // aapt resource value: 0x7F0303B5
+ public const int switchTextAppearance = 2130903989;
+
+ // aapt resource value: 0x7F0303B6
+ public const int tabBackground = 2130903990;
+
+ // aapt resource value: 0x7F0303B7
+ public const int tabContentStart = 2130903991;
+
+ // aapt resource value: 0x7F0303B8
+ public const int tabGravity = 2130903992;
+
+ // aapt resource value: 0x7F0303B9
+ public const int tabIconTint = 2130903993;
+
+ // aapt resource value: 0x7F0303BA
+ public const int tabIconTintMode = 2130903994;
+
+ // aapt resource value: 0x7F0303BB
+ public const int tabIndicator = 2130903995;
+
+ // aapt resource value: 0x7F0303BC
+ public const int tabIndicatorAnimationDuration = 2130903996;
+
+ // aapt resource value: 0x7F0303BD
+ public const int tabIndicatorAnimationMode = 2130903997;
+
+ // aapt resource value: 0x7F0303BE
+ public const int tabIndicatorColor = 2130903998;
+
+ // aapt resource value: 0x7F0303BF
+ public const int tabIndicatorFullWidth = 2130903999;
+
+ // aapt resource value: 0x7F0303C0
+ public const int tabIndicatorGravity = 2130904000;
+
+ // aapt resource value: 0x7F0303C1
+ public const int tabIndicatorHeight = 2130904001;
+
+ // aapt resource value: 0x7F0303C2
+ public const int tabInlineLabel = 2130904002;
+
+ // aapt resource value: 0x7F0303C3
+ public const int tabMaxWidth = 2130904003;
+
+ // aapt resource value: 0x7F0303C4
+ public const int tabMinWidth = 2130904004;
+
+ // aapt resource value: 0x7F0303C5
+ public const int tabMode = 2130904005;
+
+ // aapt resource value: 0x7F0303C6
+ public const int tabPadding = 2130904006;
+
+ // aapt resource value: 0x7F0303C7
+ public const int tabPaddingBottom = 2130904007;
+
+ // aapt resource value: 0x7F0303C8
+ public const int tabPaddingEnd = 2130904008;
+
+ // aapt resource value: 0x7F0303C9
+ public const int tabPaddingStart = 2130904009;
+
+ // aapt resource value: 0x7F0303CA
+ public const int tabPaddingTop = 2130904010;
+
+ // aapt resource value: 0x7F0303CB
+ public const int tabRippleColor = 2130904011;
+
+ // aapt resource value: 0x7F0303CC
+ public const int tabSecondaryStyle = 2130904012;
+
+ // aapt resource value: 0x7F0303CD
+ public const int tabSelectedTextColor = 2130904013;
+
+ // aapt resource value: 0x7F0303CE
+ public const int tabStyle = 2130904014;
+
+ // aapt resource value: 0x7F0303CF
+ public const int tabTextAppearance = 2130904015;
+
+ // aapt resource value: 0x7F0303D0
+ public const int tabTextColor = 2130904016;
+
+ // aapt resource value: 0x7F0303D1
+ public const int tabUnboundedRipple = 2130904017;
+
+ // aapt resource value: 0x7F0303D2
+ public const int targetId = 2130904018;
+
+ // aapt resource value: 0x7F0303D3
+ public const int targetPackage = 2130904019;
+
+ // aapt resource value: 0x7F0303D4
+ public const int telltales_tailColor = 2130904020;
+
+ // aapt resource value: 0x7F0303D5
+ public const int telltales_tailScale = 2130904021;
+
+ // aapt resource value: 0x7F0303D6
+ public const int telltales_velocityMode = 2130904022;
+
+ // aapt resource value: 0x7F0303D7
+ public const int textAllCaps = 2130904023;
+
+ // aapt resource value: 0x7F0303D8
+ public const int textAppearanceBody1 = 2130904024;
+
+ // aapt resource value: 0x7F0303D9
+ public const int textAppearanceBody2 = 2130904025;
+
+ // aapt resource value: 0x7F0303DA
+ public const int textAppearanceBodyLarge = 2130904026;
+
+ // aapt resource value: 0x7F0303DB
+ public const int textAppearanceBodyMedium = 2130904027;
+
+ // aapt resource value: 0x7F0303DC
+ public const int textAppearanceBodySmall = 2130904028;
+
+ // aapt resource value: 0x7F0303DD
+ public const int textAppearanceButton = 2130904029;
+
+ // aapt resource value: 0x7F0303DE
+ public const int textAppearanceCaption = 2130904030;
+
+ // aapt resource value: 0x7F0303DF
+ public const int textAppearanceDisplayLarge = 2130904031;
+
+ // aapt resource value: 0x7F0303E0
+ public const int textAppearanceDisplayMedium = 2130904032;
+
+ // aapt resource value: 0x7F0303E1
+ public const int textAppearanceDisplaySmall = 2130904033;
+
+ // aapt resource value: 0x7F0303E2
+ public const int textAppearanceHeadline1 = 2130904034;
+
+ // aapt resource value: 0x7F0303E3
+ public const int textAppearanceHeadline2 = 2130904035;
+
+ // aapt resource value: 0x7F0303E4
+ public const int textAppearanceHeadline3 = 2130904036;
+
+ // aapt resource value: 0x7F0303E5
+ public const int textAppearanceHeadline4 = 2130904037;
+
+ // aapt resource value: 0x7F0303E6
+ public const int textAppearanceHeadline5 = 2130904038;
+
+ // aapt resource value: 0x7F0303E7
+ public const int textAppearanceHeadline6 = 2130904039;
+
+ // aapt resource value: 0x7F0303E8
+ public const int textAppearanceHeadlineLarge = 2130904040;
+
+ // aapt resource value: 0x7F0303E9
+ public const int textAppearanceHeadlineMedium = 2130904041;
+
+ // aapt resource value: 0x7F0303EA
+ public const int textAppearanceHeadlineSmall = 2130904042;
+
+ // aapt resource value: 0x7F0303EB
+ public const int textAppearanceLabelLarge = 2130904043;
+
+ // aapt resource value: 0x7F0303EC
+ public const int textAppearanceLabelMedium = 2130904044;
+
+ // aapt resource value: 0x7F0303ED
+ public const int textAppearanceLabelSmall = 2130904045;
+
+ // aapt resource value: 0x7F0303EE
+ public const int textAppearanceLargePopupMenu = 2130904046;
+
+ // aapt resource value: 0x7F0303EF
+ public const int textAppearanceLineHeightEnabled = 2130904047;
+
+ // aapt resource value: 0x7F0303F0
+ public const int textAppearanceListItem = 2130904048;
+
+ // aapt resource value: 0x7F0303F1
+ public const int textAppearanceListItemSecondary = 2130904049;
+
+ // aapt resource value: 0x7F0303F2
+ public const int textAppearanceListItemSmall = 2130904050;
+
+ // aapt resource value: 0x7F0303F3
+ public const int textAppearanceOverline = 2130904051;
+
+ // aapt resource value: 0x7F0303F4
+ public const int textAppearancePopupMenuHeader = 2130904052;
+
+ // aapt resource value: 0x7F0303F5
+ public const int textAppearanceSearchResultSubtitle = 2130904053;
+
+ // aapt resource value: 0x7F0303F6
+ public const int textAppearanceSearchResultTitle = 2130904054;
+
+ // aapt resource value: 0x7F0303F7
+ public const int textAppearanceSmallPopupMenu = 2130904055;
+
+ // aapt resource value: 0x7F0303F8
+ public const int textAppearanceSubtitle1 = 2130904056;
+
+ // aapt resource value: 0x7F0303F9
+ public const int textAppearanceSubtitle2 = 2130904057;
+
+ // aapt resource value: 0x7F0303FA
+ public const int textAppearanceTitleLarge = 2130904058;
+
+ // aapt resource value: 0x7F0303FB
+ public const int textAppearanceTitleMedium = 2130904059;
+
+ // aapt resource value: 0x7F0303FC
+ public const int textAppearanceTitleSmall = 2130904060;
+
+ // aapt resource value: 0x7F0303FD
+ public const int textBackground = 2130904061;
+
+ // aapt resource value: 0x7F0303FE
+ public const int textBackgroundPanX = 2130904062;
+
+ // aapt resource value: 0x7F0303FF
+ public const int textBackgroundPanY = 2130904063;
+
+ // aapt resource value: 0x7F030400
+ public const int textBackgroundRotate = 2130904064;
+
+ // aapt resource value: 0x7F030401
+ public const int textBackgroundZoom = 2130904065;
+
+ // aapt resource value: 0x7F030402
+ public const int textColorAlertDialogListItem = 2130904066;
+
+ // aapt resource value: 0x7F030403
+ public const int textColorSearchUrl = 2130904067;
+
+ // aapt resource value: 0x7F030404
+ public const int textEndPadding = 2130904068;
+
+ // aapt resource value: 0x7F030405
+ public const int textFillColor = 2130904069;
+
+ // aapt resource value: 0x7F030406
+ public const int textInputFilledDenseStyle = 2130904070;
+
+ // aapt resource value: 0x7F030407
+ public const int textInputFilledExposedDropdownMenuStyle = 2130904071;
+
+ // aapt resource value: 0x7F030408
+ public const int textInputFilledStyle = 2130904072;
+
+ // aapt resource value: 0x7F030409
+ public const int textInputLayoutFocusedRectEnabled = 2130904073;
+
+ // aapt resource value: 0x7F03040A
+ public const int textInputOutlinedDenseStyle = 2130904074;
+
+ // aapt resource value: 0x7F03040B
+ public const int textInputOutlinedExposedDropdownMenuStyle = 2130904075;
+
+ // aapt resource value: 0x7F03040C
+ public const int textInputOutlinedStyle = 2130904076;
+
+ // aapt resource value: 0x7F03040D
+ public const int textInputStyle = 2130904077;
+
+ // aapt resource value: 0x7F03040E
+ public const int textLocale = 2130904078;
+
+ // aapt resource value: 0x7F03040F
+ public const int textOutlineColor = 2130904079;
+
+ // aapt resource value: 0x7F030410
+ public const int textOutlineThickness = 2130904080;
+
+ // aapt resource value: 0x7F030411
+ public const int textPanX = 2130904081;
+
+ // aapt resource value: 0x7F030412
+ public const int textPanY = 2130904082;
+
+ // aapt resource value: 0x7F030413
+ public const int textStartPadding = 2130904083;
+
+ // aapt resource value: 0x7F030414
+ public const int textureBlurFactor = 2130904084;
+
+ // aapt resource value: 0x7F030415
+ public const int textureEffect = 2130904085;
+
+ // aapt resource value: 0x7F030416
+ public const int textureHeight = 2130904086;
+
+ // aapt resource value: 0x7F030417
+ public const int textureWidth = 2130904087;
+
+ // aapt resource value: 0x7F030418
+ public const int theme = 2130904088;
+
+ // aapt resource value: 0x7F030419
+ public const int themeLineHeight = 2130904089;
+
+ // aapt resource value: 0x7F03041A
+ public const int thickness = 2130904090;
+
+ // aapt resource value: 0x7F03041B
+ public const int thumbColor = 2130904091;
+
+ // aapt resource value: 0x7F03041C
+ public const int thumbElevation = 2130904092;
+
+ // aapt resource value: 0x7F03041D
+ public const int thumbRadius = 2130904093;
+
+ // aapt resource value: 0x7F03041E
+ public const int thumbStrokeColor = 2130904094;
+
+ // aapt resource value: 0x7F03041F
+ public const int thumbStrokeWidth = 2130904095;
+
+ // aapt resource value: 0x7F030420
+ public const int thumbTextPadding = 2130904096;
+
+ // aapt resource value: 0x7F030421
+ public const int thumbTint = 2130904097;
+
+ // aapt resource value: 0x7F030422
+ public const int thumbTintMode = 2130904098;
+
+ // aapt resource value: 0x7F030423
+ public const int tickColor = 2130904099;
+
+ // aapt resource value: 0x7F030424
+ public const int tickColorActive = 2130904100;
+
+ // aapt resource value: 0x7F030425
+ public const int tickColorInactive = 2130904101;
+
+ // aapt resource value: 0x7F030426
+ public const int tickMark = 2130904102;
+
+ // aapt resource value: 0x7F030427
+ public const int tickMarkTint = 2130904103;
+
+ // aapt resource value: 0x7F030428
+ public const int tickMarkTintMode = 2130904104;
+
+ // aapt resource value: 0x7F030429
+ public const int tickVisible = 2130904105;
+
+ // aapt resource value: 0x7F03042A
+ public const int tint = 2130904106;
+
+ // aapt resource value: 0x7F03042B
+ public const int tintMode = 2130904107;
+
+ // aapt resource value: 0x7F03042C
+ public const int title = 2130904108;
+
+ // aapt resource value: 0x7F03042D
+ public const int titleCentered = 2130904109;
+
+ // aapt resource value: 0x7F03042E
+ public const int titleCollapseMode = 2130904110;
+
+ // aapt resource value: 0x7F03042F
+ public const int titleEnabled = 2130904111;
+
+ // aapt resource value: 0x7F030430
+ public const int titleMargin = 2130904112;
+
+ // aapt resource value: 0x7F030431
+ public const int titleMarginBottom = 2130904113;
+
+ // aapt resource value: 0x7F030432
+ public const int titleMarginEnd = 2130904114;
+
+ // aapt resource value: 0x7F030435
+ public const int titleMargins = 2130904117;
+
+ // aapt resource value: 0x7F030433
+ public const int titleMarginStart = 2130904115;
+
+ // aapt resource value: 0x7F030434
+ public const int titleMarginTop = 2130904116;
+
+ // aapt resource value: 0x7F030436
+ public const int titlePositionInterpolator = 2130904118;
+
+ // aapt resource value: 0x7F030437
+ public const int titleTextAppearance = 2130904119;
+
+ // aapt resource value: 0x7F030438
+ public const int titleTextColor = 2130904120;
+
+ // aapt resource value: 0x7F030439
+ public const int titleTextStyle = 2130904121;
+
+ // aapt resource value: 0x7F03043A
+ public const int toolbarId = 2130904122;
+
+ // aapt resource value: 0x7F03043B
+ public const int toolbarNavigationButtonStyle = 2130904123;
+
+ // aapt resource value: 0x7F03043C
+ public const int toolbarStyle = 2130904124;
+
+ // aapt resource value: 0x7F03043D
+ public const int toolbarSurfaceStyle = 2130904125;
+
+ // aapt resource value: 0x7F03043E
+ public const int tooltipForegroundColor = 2130904126;
+
+ // aapt resource value: 0x7F03043F
+ public const int tooltipFrameBackground = 2130904127;
+
+ // aapt resource value: 0x7F030440
+ public const int tooltipStyle = 2130904128;
+
+ // aapt resource value: 0x7F030441
+ public const int tooltipText = 2130904129;
+
+ // aapt resource value: 0x7F030442
+ public const int topInsetScrimEnabled = 2130904130;
+
+ // aapt resource value: 0x7F030443
+ public const int touchAnchorId = 2130904131;
+
+ // aapt resource value: 0x7F030444
+ public const int touchAnchorSide = 2130904132;
+
+ // aapt resource value: 0x7F030445
+ public const int touchRegionId = 2130904133;
+
+ // aapt resource value: 0x7F030446
+ public const int track = 2130904134;
+
+ // aapt resource value: 0x7F030447
+ public const int trackColor = 2130904135;
+
+ // aapt resource value: 0x7F030448
+ public const int trackColorActive = 2130904136;
+
+ // aapt resource value: 0x7F030449
+ public const int trackColorInactive = 2130904137;
+
+ // aapt resource value: 0x7F03044A
+ public const int trackCornerRadius = 2130904138;
+
+ // aapt resource value: 0x7F03044B
+ public const int trackHeight = 2130904139;
+
+ // aapt resource value: 0x7F03044C
+ public const int trackThickness = 2130904140;
+
+ // aapt resource value: 0x7F03044D
+ public const int trackTint = 2130904141;
+
+ // aapt resource value: 0x7F03044E
+ public const int trackTintMode = 2130904142;
+
+ // aapt resource value: 0x7F03044F
+ public const int transformPivotTarget = 2130904143;
+
+ // aapt resource value: 0x7F030450
+ public const int transitionDisable = 2130904144;
+
+ // aapt resource value: 0x7F030451
+ public const int transitionEasing = 2130904145;
+
+ // aapt resource value: 0x7F030452
+ public const int transitionFlags = 2130904146;
+
+ // aapt resource value: 0x7F030453
+ public const int transitionPathRotate = 2130904147;
+
+ // aapt resource value: 0x7F030454
+ public const int transitionShapeAppearance = 2130904148;
+
+ // aapt resource value: 0x7F030455
+ public const int triggerId = 2130904149;
+
+ // aapt resource value: 0x7F030456
+ public const int triggerReceiver = 2130904150;
+
+ // aapt resource value: 0x7F030457
+ public const int triggerSlack = 2130904151;
+
+ // aapt resource value: 0x7F030458
+ public const int ttcIndex = 2130904152;
+
+ // aapt resource value: 0x7F030459
+ public const int upDuration = 2130904153;
+
+ // aapt resource value: 0x7F03045A
+ public const int uri = 2130904154;
+
+ // aapt resource value: 0x7F03045B
+ public const int useCompatPadding = 2130904155;
+
+ // aapt resource value: 0x7F03045C
+ public const int useMaterialThemeColors = 2130904156;
+
+ // aapt resource value: 0x7F03045D
+ public const int values = 2130904157;
+
+ // aapt resource value: 0x7F03045E
+ public const int verticalOffset = 2130904158;
+
+ // aapt resource value: 0x7F03045F
+ public const int verticalOffsetWithText = 2130904159;
+
+ // aapt resource value: 0x7F030460
+ public const int viewInflaterClass = 2130904160;
+
+ // aapt resource value: 0x7F030461
+ public const int viewTransitionMode = 2130904161;
+
+ // aapt resource value: 0x7F030462
+ public const int viewTransitionOnCross = 2130904162;
+
+ // aapt resource value: 0x7F030463
+ public const int viewTransitionOnNegativeCross = 2130904163;
+
+ // aapt resource value: 0x7F030464
+ public const int viewTransitionOnPositiveCross = 2130904164;
+
+ // aapt resource value: 0x7F030465
+ public const int visibilityMode = 2130904165;
+
+ // aapt resource value: 0x7F030466
+ public const int voiceIcon = 2130904166;
+
+ // aapt resource value: 0x7F030467
+ public const int warmth = 2130904167;
+
+ // aapt resource value: 0x7F030468
+ public const int waveDecay = 2130904168;
+
+ // aapt resource value: 0x7F030469
+ public const int waveOffset = 2130904169;
+
+ // aapt resource value: 0x7F03046A
+ public const int wavePeriod = 2130904170;
+
+ // aapt resource value: 0x7F03046B
+ public const int wavePhase = 2130904171;
+
+ // aapt resource value: 0x7F03046C
+ public const int waveShape = 2130904172;
+
+ // aapt resource value: 0x7F03046D
+ public const int waveVariesBy = 2130904173;
+
+ // aapt resource value: 0x7F03046E
+ public const int windowActionBar = 2130904174;
+
+ // aapt resource value: 0x7F03046F
+ public const int windowActionBarOverlay = 2130904175;
+
+ // aapt resource value: 0x7F030470
+ public const int windowActionModeOverlay = 2130904176;
+
+ // aapt resource value: 0x7F030471
+ public const int windowFixedHeightMajor = 2130904177;
+
+ // aapt resource value: 0x7F030472
+ public const int windowFixedHeightMinor = 2130904178;
+
+ // aapt resource value: 0x7F030473
+ public const int windowFixedWidthMajor = 2130904179;
+
+ // aapt resource value: 0x7F030474
+ public const int windowFixedWidthMinor = 2130904180;
+
+ // aapt resource value: 0x7F030475
+ public const int windowMinWidthMajor = 2130904181;
+
+ // aapt resource value: 0x7F030476
+ public const int windowMinWidthMinor = 2130904182;
+
+ // aapt resource value: 0x7F030477
+ public const int windowNoTitle = 2130904183;
+
+ // aapt resource value: 0x7F030478
+ public const int yearSelectedStyle = 2130904184;
+
+ // aapt resource value: 0x7F030479
+ public const int yearStyle = 2130904185;
+
+ // aapt resource value: 0x7F03047A
+ public const int yearTodayStyle = 2130904186;
+
+ static Attribute()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Attribute()
+ {
+ }
+ }
+
+ public partial class Boolean
+ {
+
+ // aapt resource value: 0x7F040000
+ public const int abc_action_bar_embed_tabs = 2130968576;
+
+ // aapt resource value: 0x7F040001
+ public const int abc_config_actionMenuItemAllCaps = 2130968577;
+
+ // aapt resource value: 0x7F040002
+ public const int mtrl_btn_textappearance_all_caps = 2130968578;
+
+ static Boolean()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Boolean()
+ {
+ }
+ }
+
+ public partial class Color
+ {
+
+ // aapt resource value: 0x7F050000
+ public const int abc_background_cache_hint_selector_material_dark = 2131034112;
+
+ // aapt resource value: 0x7F050001
+ public const int abc_background_cache_hint_selector_material_light = 2131034113;
+
+ // aapt resource value: 0x7F050002
+ public const int abc_btn_colored_borderless_text_material = 2131034114;
+
+ // aapt resource value: 0x7F050003
+ public const int abc_btn_colored_text_material = 2131034115;
+
+ // aapt resource value: 0x7F050004
+ public const int abc_color_highlight_material = 2131034116;
+
+ // aapt resource value: 0x7F050005
+ public const int abc_decor_view_status_guard = 2131034117;
+
+ // aapt resource value: 0x7F050006
+ public const int abc_decor_view_status_guard_light = 2131034118;
+
+ // aapt resource value: 0x7F050007
+ public const int abc_hint_foreground_material_dark = 2131034119;
+
+ // aapt resource value: 0x7F050008
+ public const int abc_hint_foreground_material_light = 2131034120;
+
+ // aapt resource value: 0x7F050009
+ public const int abc_primary_text_disable_only_material_dark = 2131034121;
+
+ // aapt resource value: 0x7F05000A
+ public const int abc_primary_text_disable_only_material_light = 2131034122;
+
+ // aapt resource value: 0x7F05000B
+ public const int abc_primary_text_material_dark = 2131034123;
+
+ // aapt resource value: 0x7F05000C
+ public const int abc_primary_text_material_light = 2131034124;
+
+ // aapt resource value: 0x7F05000D
+ public const int abc_search_url_text = 2131034125;
+
+ // aapt resource value: 0x7F05000E
+ public const int abc_search_url_text_normal = 2131034126;
+
+ // aapt resource value: 0x7F05000F
+ public const int abc_search_url_text_pressed = 2131034127;
+
+ // aapt resource value: 0x7F050010
+ public const int abc_search_url_text_selected = 2131034128;
+
+ // aapt resource value: 0x7F050011
+ public const int abc_secondary_text_material_dark = 2131034129;
+
+ // aapt resource value: 0x7F050012
+ public const int abc_secondary_text_material_light = 2131034130;
+
+ // aapt resource value: 0x7F050013
+ public const int abc_tint_btn_checkable = 2131034131;
+
+ // aapt resource value: 0x7F050014
+ public const int abc_tint_default = 2131034132;
+
+ // aapt resource value: 0x7F050015
+ public const int abc_tint_edittext = 2131034133;
+
+ // aapt resource value: 0x7F050016
+ public const int abc_tint_seek_thumb = 2131034134;
+
+ // aapt resource value: 0x7F050017
+ public const int abc_tint_spinner = 2131034135;
+
+ // aapt resource value: 0x7F050018
+ public const int abc_tint_switch_track = 2131034136;
+
+ // aapt resource value: 0x7F050019
+ public const int accent_material_dark = 2131034137;
+
+ // aapt resource value: 0x7F05001A
+ public const int accent_material_light = 2131034138;
+
+ // aapt resource value: 0x7F05001B
+ public const int androidx_core_ripple_material_light = 2131034139;
+
+ // aapt resource value: 0x7F05001C
+ public const int androidx_core_secondary_text_default_material_light = 2131034140;
+
+ // aapt resource value: 0x7F05001D
+ public const int background_floating_material_dark = 2131034141;
+
+ // aapt resource value: 0x7F05001E
+ public const int background_floating_material_light = 2131034142;
+
+ // aapt resource value: 0x7F05001F
+ public const int background_material_dark = 2131034143;
+
+ // aapt resource value: 0x7F050020
+ public const int background_material_light = 2131034144;
+
+ // aapt resource value: 0x7F050021
+ public const int bright_foreground_disabled_material_dark = 2131034145;
+
+ // aapt resource value: 0x7F050022
+ public const int bright_foreground_disabled_material_light = 2131034146;
+
+ // aapt resource value: 0x7F050023
+ public const int bright_foreground_inverse_material_dark = 2131034147;
+
+ // aapt resource value: 0x7F050024
+ public const int bright_foreground_inverse_material_light = 2131034148;
+
+ // aapt resource value: 0x7F050025
+ public const int bright_foreground_material_dark = 2131034149;
+
+ // aapt resource value: 0x7F050026
+ public const int bright_foreground_material_light = 2131034150;
+
+ // aapt resource value: 0x7F050027
+ public const int browser_actions_bg_grey = 2131034151;
+
+ // aapt resource value: 0x7F050028
+ public const int browser_actions_divider_color = 2131034152;
+
+ // aapt resource value: 0x7F050029
+ public const int browser_actions_text_color = 2131034153;
+
+ // aapt resource value: 0x7F05002A
+ public const int browser_actions_title_color = 2131034154;
+
+ // aapt resource value: 0x7F05002B
+ public const int button_material_dark = 2131034155;
+
+ // aapt resource value: 0x7F05002C
+ public const int button_material_light = 2131034156;
+
+ // aapt resource value: 0x7F05002D
+ public const int cardview_dark_background = 2131034157;
+
+ // aapt resource value: 0x7F05002E
+ public const int cardview_light_background = 2131034158;
+
+ // aapt resource value: 0x7F05002F
+ public const int cardview_shadow_end_color = 2131034159;
+
+ // aapt resource value: 0x7F050030
+ public const int cardview_shadow_start_color = 2131034160;
+
+ // aapt resource value: 0x7F050031
+ public const int checkbox_themeable_attribute_color = 2131034161;
+
+ // aapt resource value: 0x7F050032
+ public const int colorAccent = 2131034162;
+
+ // aapt resource value: 0x7F050033
+ public const int colorActionMenuTextColor = 2131034163;
+
+ // aapt resource value: 0x7F050034
+ public const int colorPrimary = 2131034164;
+
+ // aapt resource value: 0x7F050035
+ public const int colorPrimaryDark = 2131034165;
+
+ // aapt resource value: 0x7F050036
+ public const int design_bottom_navigation_shadow_color = 2131034166;
+
+ // aapt resource value: 0x7F050037
+ public const int design_box_stroke_color = 2131034167;
+
+ // aapt resource value: 0x7F050038
+ public const int design_dark_default_color_background = 2131034168;
+
+ // aapt resource value: 0x7F050039
+ public const int design_dark_default_color_error = 2131034169;
+
+ // aapt resource value: 0x7F05003A
+ public const int design_dark_default_color_on_background = 2131034170;
+
+ // aapt resource value: 0x7F05003B
+ public const int design_dark_default_color_on_error = 2131034171;
+
+ // aapt resource value: 0x7F05003C
+ public const int design_dark_default_color_on_primary = 2131034172;
+
+ // aapt resource value: 0x7F05003D
+ public const int design_dark_default_color_on_secondary = 2131034173;
+
+ // aapt resource value: 0x7F05003E
+ public const int design_dark_default_color_on_surface = 2131034174;
+
+ // aapt resource value: 0x7F05003F
+ public const int design_dark_default_color_primary = 2131034175;
+
+ // aapt resource value: 0x7F050040
+ public const int design_dark_default_color_primary_dark = 2131034176;
+
+ // aapt resource value: 0x7F050041
+ public const int design_dark_default_color_primary_variant = 2131034177;
+
+ // aapt resource value: 0x7F050042
+ public const int design_dark_default_color_secondary = 2131034178;
+
+ // aapt resource value: 0x7F050043
+ public const int design_dark_default_color_secondary_variant = 2131034179;
+
+ // aapt resource value: 0x7F050044
+ public const int design_dark_default_color_surface = 2131034180;
+
+ // aapt resource value: 0x7F050045
+ public const int design_default_color_background = 2131034181;
+
+ // aapt resource value: 0x7F050046
+ public const int design_default_color_error = 2131034182;
+
+ // aapt resource value: 0x7F050047
+ public const int design_default_color_on_background = 2131034183;
+
+ // aapt resource value: 0x7F050048
+ public const int design_default_color_on_error = 2131034184;
+
+ // aapt resource value: 0x7F050049
+ public const int design_default_color_on_primary = 2131034185;
+
+ // aapt resource value: 0x7F05004A
+ public const int design_default_color_on_secondary = 2131034186;
+
+ // aapt resource value: 0x7F05004B
+ public const int design_default_color_on_surface = 2131034187;
+
+ // aapt resource value: 0x7F05004C
+ public const int design_default_color_primary = 2131034188;
+
+ // aapt resource value: 0x7F05004D
+ public const int design_default_color_primary_dark = 2131034189;
+
+ // aapt resource value: 0x7F05004E
+ public const int design_default_color_primary_variant = 2131034190;
+
+ // aapt resource value: 0x7F05004F
+ public const int design_default_color_secondary = 2131034191;
+
+ // aapt resource value: 0x7F050050
+ public const int design_default_color_secondary_variant = 2131034192;
+
+ // aapt resource value: 0x7F050051
+ public const int design_default_color_surface = 2131034193;
+
+ // aapt resource value: 0x7F050052
+ public const int design_error = 2131034194;
+
+ // aapt resource value: 0x7F050053
+ public const int design_fab_shadow_end_color = 2131034195;
+
+ // aapt resource value: 0x7F050054
+ public const int design_fab_shadow_mid_color = 2131034196;
+
+ // aapt resource value: 0x7F050055
+ public const int design_fab_shadow_start_color = 2131034197;
+
+ // aapt resource value: 0x7F050056
+ public const int design_fab_stroke_end_inner_color = 2131034198;
+
+ // aapt resource value: 0x7F050057
+ public const int design_fab_stroke_end_outer_color = 2131034199;
+
+ // aapt resource value: 0x7F050058
+ public const int design_fab_stroke_top_inner_color = 2131034200;
+
+ // aapt resource value: 0x7F050059
+ public const int design_fab_stroke_top_outer_color = 2131034201;
+
+ // aapt resource value: 0x7F05005A
+ public const int design_icon_tint = 2131034202;
+
+ // aapt resource value: 0x7F05005B
+ public const int design_snackbar_background_color = 2131034203;
+
+ // aapt resource value: 0x7F05005C
+ public const int dim_foreground_disabled_material_dark = 2131034204;
+
+ // aapt resource value: 0x7F05005D
+ public const int dim_foreground_disabled_material_light = 2131034205;
+
+ // aapt resource value: 0x7F05005E
+ public const int dim_foreground_material_dark = 2131034206;
+
+ // aapt resource value: 0x7F05005F
+ public const int dim_foreground_material_light = 2131034207;
+
+ // aapt resource value: 0x7F050060
+ public const int error_color_material_dark = 2131034208;
+
+ // aapt resource value: 0x7F050061
+ public const int error_color_material_light = 2131034209;
+
+ // aapt resource value: 0x7F050062
+ public const int foreground_material_dark = 2131034210;
+
+ // aapt resource value: 0x7F050063
+ public const int foreground_material_light = 2131034211;
+
+ // aapt resource value: 0x7F050064
+ public const int highlighted_text_material_dark = 2131034212;
+
+ // aapt resource value: 0x7F050065
+ public const int highlighted_text_material_light = 2131034213;
+
+ // aapt resource value: 0x7F050066
+ public const int m3_appbar_overlay_color = 2131034214;
+
+ // aapt resource value: 0x7F050067
+ public const int m3_assist_chip_icon_tint_color = 2131034215;
+
+ // aapt resource value: 0x7F050068
+ public const int m3_assist_chip_stroke_color = 2131034216;
+
+ // aapt resource value: 0x7F050069
+ public const int m3_button_background_color_selector = 2131034217;
+
+ // aapt resource value: 0x7F05006A
+ public const int m3_button_foreground_color_selector = 2131034218;
+
+ // aapt resource value: 0x7F05006B
+ public const int m3_button_outline_color_selector = 2131034219;
+
+ // aapt resource value: 0x7F05006C
+ public const int m3_button_ripple_color = 2131034220;
+
+ // aapt resource value: 0x7F05006D
+ public const int m3_button_ripple_color_selector = 2131034221;
+
+ // aapt resource value: 0x7F05006E
+ public const int m3_calendar_item_disabled_text = 2131034222;
+
+ // aapt resource value: 0x7F05006F
+ public const int m3_calendar_item_stroke_color = 2131034223;
+
+ // aapt resource value: 0x7F050070
+ public const int m3_card_foreground_color = 2131034224;
+
+ // aapt resource value: 0x7F050071
+ public const int m3_card_ripple_color = 2131034225;
+
+ // aapt resource value: 0x7F050072
+ public const int m3_card_stroke_color = 2131034226;
+
+ // aapt resource value: 0x7F050073
+ public const int m3_chip_assist_text_color = 2131034227;
+
+ // aapt resource value: 0x7F050074
+ public const int m3_chip_background_color = 2131034228;
+
+ // aapt resource value: 0x7F050075
+ public const int m3_chip_ripple_color = 2131034229;
+
+ // aapt resource value: 0x7F050076
+ public const int m3_chip_stroke_color = 2131034230;
+
+ // aapt resource value: 0x7F050077
+ public const int m3_chip_text_color = 2131034231;
+
+ // aapt resource value: 0x7F050078
+ public const int m3_dark_default_color_primary_text = 2131034232;
+
+ // aapt resource value: 0x7F050079
+ public const int m3_dark_default_color_secondary_text = 2131034233;
+
+ // aapt resource value: 0x7F05007A
+ public const int m3_dark_highlighted_text = 2131034234;
+
+ // aapt resource value: 0x7F05007B
+ public const int m3_dark_hint_foreground = 2131034235;
+
+ // aapt resource value: 0x7F05007C
+ public const int m3_dark_primary_text_disable_only = 2131034236;
+
+ // aapt resource value: 0x7F05007D
+ public const int m3_default_color_primary_text = 2131034237;
+
+ // aapt resource value: 0x7F05007E
+ public const int m3_default_color_secondary_text = 2131034238;
+
+ // aapt resource value: 0x7F05007F
+ public const int m3_dynamic_dark_default_color_primary_text = 2131034239;
+
+ // aapt resource value: 0x7F050080
+ public const int m3_dynamic_dark_default_color_secondary_text = 2131034240;
+
+ // aapt resource value: 0x7F050081
+ public const int m3_dynamic_dark_highlighted_text = 2131034241;
+
+ // aapt resource value: 0x7F050082
+ public const int m3_dynamic_dark_hint_foreground = 2131034242;
+
+ // aapt resource value: 0x7F050083
+ public const int m3_dynamic_dark_primary_text_disable_only = 2131034243;
+
+ // aapt resource value: 0x7F050084
+ public const int m3_dynamic_default_color_primary_text = 2131034244;
+
+ // aapt resource value: 0x7F050085
+ public const int m3_dynamic_default_color_secondary_text = 2131034245;
+
+ // aapt resource value: 0x7F050086
+ public const int m3_dynamic_highlighted_text = 2131034246;
+
+ // aapt resource value: 0x7F050087
+ public const int m3_dynamic_hint_foreground = 2131034247;
+
+ // aapt resource value: 0x7F050088
+ public const int m3_dynamic_primary_text_disable_only = 2131034248;
+
+ // aapt resource value: 0x7F050089
+ public const int m3_elevated_chip_background_color = 2131034249;
+
+ // aapt resource value: 0x7F05008A
+ public const int m3_highlighted_text = 2131034250;
+
+ // aapt resource value: 0x7F05008B
+ public const int m3_hint_foreground = 2131034251;
+
+ // aapt resource value: 0x7F05008C
+ public const int m3_navigation_bar_item_with_indicator_icon_tint = 2131034252;
+
+ // aapt resource value: 0x7F05008D
+ public const int m3_navigation_bar_item_with_indicator_label_tint = 2131034253;
+
+ // aapt resource value: 0x7F05008E
+ public const int m3_navigation_bar_ripple_color_selector = 2131034254;
+
+ // aapt resource value: 0x7F05008F
+ public const int m3_navigation_item_background_color = 2131034255;
+
+ // aapt resource value: 0x7F050090
+ public const int m3_navigation_item_icon_tint = 2131034256;
+
+ // aapt resource value: 0x7F050091
+ public const int m3_navigation_item_ripple_color = 2131034257;
+
+ // aapt resource value: 0x7F050092
+ public const int m3_navigation_item_text_color = 2131034258;
+
+ // aapt resource value: 0x7F050093
+ public const int m3_popupmenu_overlay_color = 2131034259;
+
+ // aapt resource value: 0x7F050094
+ public const int m3_primary_text_disable_only = 2131034260;
+
+ // aapt resource value: 0x7F050095
+ public const int m3_radiobutton_ripple_tint = 2131034261;
+
+ // aapt resource value: 0x7F050096
+ public const int m3_ref_palette_black = 2131034262;
+
+ // aapt resource value: 0x7F050097
+ public const int m3_ref_palette_dynamic_neutral0 = 2131034263;
+
+ // aapt resource value: 0x7F050098
+ public const int m3_ref_palette_dynamic_neutral10 = 2131034264;
+
+ // aapt resource value: 0x7F050099
+ public const int m3_ref_palette_dynamic_neutral100 = 2131034265;
+
+ // aapt resource value: 0x7F05009A
+ public const int m3_ref_palette_dynamic_neutral20 = 2131034266;
+
+ // aapt resource value: 0x7F05009B
+ public const int m3_ref_palette_dynamic_neutral30 = 2131034267;
+
+ // aapt resource value: 0x7F05009C
+ public const int m3_ref_palette_dynamic_neutral40 = 2131034268;
+
+ // aapt resource value: 0x7F05009D
+ public const int m3_ref_palette_dynamic_neutral50 = 2131034269;
+
+ // aapt resource value: 0x7F05009E
+ public const int m3_ref_palette_dynamic_neutral60 = 2131034270;
+
+ // aapt resource value: 0x7F05009F
+ public const int m3_ref_palette_dynamic_neutral70 = 2131034271;
+
+ // aapt resource value: 0x7F0500A0
+ public const int m3_ref_palette_dynamic_neutral80 = 2131034272;
+
+ // aapt resource value: 0x7F0500A1
+ public const int m3_ref_palette_dynamic_neutral90 = 2131034273;
+
+ // aapt resource value: 0x7F0500A2
+ public const int m3_ref_palette_dynamic_neutral95 = 2131034274;
+
+ // aapt resource value: 0x7F0500A3
+ public const int m3_ref_palette_dynamic_neutral99 = 2131034275;
+
+ // aapt resource value: 0x7F0500A4
+ public const int m3_ref_palette_dynamic_neutral_variant0 = 2131034276;
+
+ // aapt resource value: 0x7F0500A5
+ public const int m3_ref_palette_dynamic_neutral_variant10 = 2131034277;
+
+ // aapt resource value: 0x7F0500A6
+ public const int m3_ref_palette_dynamic_neutral_variant100 = 2131034278;
+
+ // aapt resource value: 0x7F0500A7
+ public const int m3_ref_palette_dynamic_neutral_variant20 = 2131034279;
+
+ // aapt resource value: 0x7F0500A8
+ public const int m3_ref_palette_dynamic_neutral_variant30 = 2131034280;
+
+ // aapt resource value: 0x7F0500A9
+ public const int m3_ref_palette_dynamic_neutral_variant40 = 2131034281;
+
+ // aapt resource value: 0x7F0500AA
+ public const int m3_ref_palette_dynamic_neutral_variant50 = 2131034282;
+
+ // aapt resource value: 0x7F0500AB
+ public const int m3_ref_palette_dynamic_neutral_variant60 = 2131034283;
+
+ // aapt resource value: 0x7F0500AC
+ public const int m3_ref_palette_dynamic_neutral_variant70 = 2131034284;
+
+ // aapt resource value: 0x7F0500AD
+ public const int m3_ref_palette_dynamic_neutral_variant80 = 2131034285;
+
+ // aapt resource value: 0x7F0500AE
+ public const int m3_ref_palette_dynamic_neutral_variant90 = 2131034286;
+
+ // aapt resource value: 0x7F0500AF
+ public const int m3_ref_palette_dynamic_neutral_variant95 = 2131034287;
+
+ // aapt resource value: 0x7F0500B0
+ public const int m3_ref_palette_dynamic_neutral_variant99 = 2131034288;
+
+ // aapt resource value: 0x7F0500B1
+ public const int m3_ref_palette_dynamic_primary0 = 2131034289;
+
+ // aapt resource value: 0x7F0500B2
+ public const int m3_ref_palette_dynamic_primary10 = 2131034290;
+
+ // aapt resource value: 0x7F0500B3
+ public const int m3_ref_palette_dynamic_primary100 = 2131034291;
+
+ // aapt resource value: 0x7F0500B4
+ public const int m3_ref_palette_dynamic_primary20 = 2131034292;
+
+ // aapt resource value: 0x7F0500B5
+ public const int m3_ref_palette_dynamic_primary30 = 2131034293;
+
+ // aapt resource value: 0x7F0500B6
+ public const int m3_ref_palette_dynamic_primary40 = 2131034294;
+
+ // aapt resource value: 0x7F0500B7
+ public const int m3_ref_palette_dynamic_primary50 = 2131034295;
+
+ // aapt resource value: 0x7F0500B8
+ public const int m3_ref_palette_dynamic_primary60 = 2131034296;
+
+ // aapt resource value: 0x7F0500B9
+ public const int m3_ref_palette_dynamic_primary70 = 2131034297;
+
+ // aapt resource value: 0x7F0500BA
+ public const int m3_ref_palette_dynamic_primary80 = 2131034298;
+
+ // aapt resource value: 0x7F0500BB
+ public const int m3_ref_palette_dynamic_primary90 = 2131034299;
+
+ // aapt resource value: 0x7F0500BC
+ public const int m3_ref_palette_dynamic_primary95 = 2131034300;
+
+ // aapt resource value: 0x7F0500BD
+ public const int m3_ref_palette_dynamic_primary99 = 2131034301;
+
+ // aapt resource value: 0x7F0500BE
+ public const int m3_ref_palette_dynamic_secondary0 = 2131034302;
+
+ // aapt resource value: 0x7F0500BF
+ public const int m3_ref_palette_dynamic_secondary10 = 2131034303;
+
+ // aapt resource value: 0x7F0500C0
+ public const int m3_ref_palette_dynamic_secondary100 = 2131034304;
+
+ // aapt resource value: 0x7F0500C1
+ public const int m3_ref_palette_dynamic_secondary20 = 2131034305;
+
+ // aapt resource value: 0x7F0500C2
+ public const int m3_ref_palette_dynamic_secondary30 = 2131034306;
+
+ // aapt resource value: 0x7F0500C3
+ public const int m3_ref_palette_dynamic_secondary40 = 2131034307;
+
+ // aapt resource value: 0x7F0500C4
+ public const int m3_ref_palette_dynamic_secondary50 = 2131034308;
+
+ // aapt resource value: 0x7F0500C5
+ public const int m3_ref_palette_dynamic_secondary60 = 2131034309;
+
+ // aapt resource value: 0x7F0500C6
+ public const int m3_ref_palette_dynamic_secondary70 = 2131034310;
+
+ // aapt resource value: 0x7F0500C7
+ public const int m3_ref_palette_dynamic_secondary80 = 2131034311;
+
+ // aapt resource value: 0x7F0500C8
+ public const int m3_ref_palette_dynamic_secondary90 = 2131034312;
+
+ // aapt resource value: 0x7F0500C9
+ public const int m3_ref_palette_dynamic_secondary95 = 2131034313;
+
+ // aapt resource value: 0x7F0500CA
+ public const int m3_ref_palette_dynamic_secondary99 = 2131034314;
+
+ // aapt resource value: 0x7F0500CB
+ public const int m3_ref_palette_dynamic_tertiary0 = 2131034315;
+
+ // aapt resource value: 0x7F0500CC
+ public const int m3_ref_palette_dynamic_tertiary10 = 2131034316;
+
+ // aapt resource value: 0x7F0500CD
+ public const int m3_ref_palette_dynamic_tertiary100 = 2131034317;
+
+ // aapt resource value: 0x7F0500CE
+ public const int m3_ref_palette_dynamic_tertiary20 = 2131034318;
+
+ // aapt resource value: 0x7F0500CF
+ public const int m3_ref_palette_dynamic_tertiary30 = 2131034319;
+
+ // aapt resource value: 0x7F0500D0
+ public const int m3_ref_palette_dynamic_tertiary40 = 2131034320;
+
+ // aapt resource value: 0x7F0500D1
+ public const int m3_ref_palette_dynamic_tertiary50 = 2131034321;
+
+ // aapt resource value: 0x7F0500D2
+ public const int m3_ref_palette_dynamic_tertiary60 = 2131034322;
+
+ // aapt resource value: 0x7F0500D3
+ public const int m3_ref_palette_dynamic_tertiary70 = 2131034323;
+
+ // aapt resource value: 0x7F0500D4
+ public const int m3_ref_palette_dynamic_tertiary80 = 2131034324;
+
+ // aapt resource value: 0x7F0500D5
+ public const int m3_ref_palette_dynamic_tertiary90 = 2131034325;
+
+ // aapt resource value: 0x7F0500D6
+ public const int m3_ref_palette_dynamic_tertiary95 = 2131034326;
+
+ // aapt resource value: 0x7F0500D7
+ public const int m3_ref_palette_dynamic_tertiary99 = 2131034327;
+
+ // aapt resource value: 0x7F0500D8
+ public const int m3_ref_palette_error0 = 2131034328;
+
+ // aapt resource value: 0x7F0500D9
+ public const int m3_ref_palette_error10 = 2131034329;
+
+ // aapt resource value: 0x7F0500DA
+ public const int m3_ref_palette_error100 = 2131034330;
+
+ // aapt resource value: 0x7F0500DB
+ public const int m3_ref_palette_error20 = 2131034331;
+
+ // aapt resource value: 0x7F0500DC
+ public const int m3_ref_palette_error30 = 2131034332;
+
+ // aapt resource value: 0x7F0500DD
+ public const int m3_ref_palette_error40 = 2131034333;
+
+ // aapt resource value: 0x7F0500DE
+ public const int m3_ref_palette_error50 = 2131034334;
+
+ // aapt resource value: 0x7F0500DF
+ public const int m3_ref_palette_error60 = 2131034335;
+
+ // aapt resource value: 0x7F0500E0
+ public const int m3_ref_palette_error70 = 2131034336;
+
+ // aapt resource value: 0x7F0500E1
+ public const int m3_ref_palette_error80 = 2131034337;
+
+ // aapt resource value: 0x7F0500E2
+ public const int m3_ref_palette_error90 = 2131034338;
+
+ // aapt resource value: 0x7F0500E3
+ public const int m3_ref_palette_error95 = 2131034339;
+
+ // aapt resource value: 0x7F0500E4
+ public const int m3_ref_palette_error99 = 2131034340;
+
+ // aapt resource value: 0x7F0500E5
+ public const int m3_ref_palette_neutral0 = 2131034341;
+
+ // aapt resource value: 0x7F0500E6
+ public const int m3_ref_palette_neutral10 = 2131034342;
+
+ // aapt resource value: 0x7F0500E7
+ public const int m3_ref_palette_neutral100 = 2131034343;
+
+ // aapt resource value: 0x7F0500E8
+ public const int m3_ref_palette_neutral20 = 2131034344;
+
+ // aapt resource value: 0x7F0500E9
+ public const int m3_ref_palette_neutral30 = 2131034345;
+
+ // aapt resource value: 0x7F0500EA
+ public const int m3_ref_palette_neutral40 = 2131034346;
+
+ // aapt resource value: 0x7F0500EB
+ public const int m3_ref_palette_neutral50 = 2131034347;
+
+ // aapt resource value: 0x7F0500EC
+ public const int m3_ref_palette_neutral60 = 2131034348;
+
+ // aapt resource value: 0x7F0500ED
+ public const int m3_ref_palette_neutral70 = 2131034349;
+
+ // aapt resource value: 0x7F0500EE
+ public const int m3_ref_palette_neutral80 = 2131034350;
+
+ // aapt resource value: 0x7F0500EF
+ public const int m3_ref_palette_neutral90 = 2131034351;
+
+ // aapt resource value: 0x7F0500F0
+ public const int m3_ref_palette_neutral95 = 2131034352;
+
+ // aapt resource value: 0x7F0500F1
+ public const int m3_ref_palette_neutral99 = 2131034353;
+
+ // aapt resource value: 0x7F0500F2
+ public const int m3_ref_palette_neutral_variant0 = 2131034354;
+
+ // aapt resource value: 0x7F0500F3
+ public const int m3_ref_palette_neutral_variant10 = 2131034355;
+
+ // aapt resource value: 0x7F0500F4
+ public const int m3_ref_palette_neutral_variant100 = 2131034356;
+
+ // aapt resource value: 0x7F0500F5
+ public const int m3_ref_palette_neutral_variant20 = 2131034357;
+
+ // aapt resource value: 0x7F0500F6
+ public const int m3_ref_palette_neutral_variant30 = 2131034358;
+
+ // aapt resource value: 0x7F0500F7
+ public const int m3_ref_palette_neutral_variant40 = 2131034359;
+
+ // aapt resource value: 0x7F0500F8
+ public const int m3_ref_palette_neutral_variant50 = 2131034360;
+
+ // aapt resource value: 0x7F0500F9
+ public const int m3_ref_palette_neutral_variant60 = 2131034361;
+
+ // aapt resource value: 0x7F0500FA
+ public const int m3_ref_palette_neutral_variant70 = 2131034362;
+
+ // aapt resource value: 0x7F0500FB
+ public const int m3_ref_palette_neutral_variant80 = 2131034363;
+
+ // aapt resource value: 0x7F0500FC
+ public const int m3_ref_palette_neutral_variant90 = 2131034364;
+
+ // aapt resource value: 0x7F0500FD
+ public const int m3_ref_palette_neutral_variant95 = 2131034365;
+
+ // aapt resource value: 0x7F0500FE
+ public const int m3_ref_palette_neutral_variant99 = 2131034366;
+
+ // aapt resource value: 0x7F0500FF
+ public const int m3_ref_palette_primary0 = 2131034367;
+
+ // aapt resource value: 0x7F050100
+ public const int m3_ref_palette_primary10 = 2131034368;
+
+ // aapt resource value: 0x7F050101
+ public const int m3_ref_palette_primary100 = 2131034369;
+
+ // aapt resource value: 0x7F050102
+ public const int m3_ref_palette_primary20 = 2131034370;
+
+ // aapt resource value: 0x7F050103
+ public const int m3_ref_palette_primary30 = 2131034371;
+
+ // aapt resource value: 0x7F050104
+ public const int m3_ref_palette_primary40 = 2131034372;
+
+ // aapt resource value: 0x7F050105
+ public const int m3_ref_palette_primary50 = 2131034373;
+
+ // aapt resource value: 0x7F050106
+ public const int m3_ref_palette_primary60 = 2131034374;
+
+ // aapt resource value: 0x7F050107
+ public const int m3_ref_palette_primary70 = 2131034375;
+
+ // aapt resource value: 0x7F050108
+ public const int m3_ref_palette_primary80 = 2131034376;
+
+ // aapt resource value: 0x7F050109
+ public const int m3_ref_palette_primary90 = 2131034377;
+
+ // aapt resource value: 0x7F05010A
+ public const int m3_ref_palette_primary95 = 2131034378;
+
+ // aapt resource value: 0x7F05010B
+ public const int m3_ref_palette_primary99 = 2131034379;
+
+ // aapt resource value: 0x7F05010C
+ public const int m3_ref_palette_secondary0 = 2131034380;
+
+ // aapt resource value: 0x7F05010D
+ public const int m3_ref_palette_secondary10 = 2131034381;
+
+ // aapt resource value: 0x7F05010E
+ public const int m3_ref_palette_secondary100 = 2131034382;
+
+ // aapt resource value: 0x7F05010F
+ public const int m3_ref_palette_secondary20 = 2131034383;
+
+ // aapt resource value: 0x7F050110
+ public const int m3_ref_palette_secondary30 = 2131034384;
+
+ // aapt resource value: 0x7F050111
+ public const int m3_ref_palette_secondary40 = 2131034385;
+
+ // aapt resource value: 0x7F050112
+ public const int m3_ref_palette_secondary50 = 2131034386;
+
+ // aapt resource value: 0x7F050113
+ public const int m3_ref_palette_secondary60 = 2131034387;
+
+ // aapt resource value: 0x7F050114
+ public const int m3_ref_palette_secondary70 = 2131034388;
+
+ // aapt resource value: 0x7F050115
+ public const int m3_ref_palette_secondary80 = 2131034389;
+
+ // aapt resource value: 0x7F050116
+ public const int m3_ref_palette_secondary90 = 2131034390;
+
+ // aapt resource value: 0x7F050117
+ public const int m3_ref_palette_secondary95 = 2131034391;
+
+ // aapt resource value: 0x7F050118
+ public const int m3_ref_palette_secondary99 = 2131034392;
+
+ // aapt resource value: 0x7F050119
+ public const int m3_ref_palette_tertiary0 = 2131034393;
+
+ // aapt resource value: 0x7F05011A
+ public const int m3_ref_palette_tertiary10 = 2131034394;
+
+ // aapt resource value: 0x7F05011B
+ public const int m3_ref_palette_tertiary100 = 2131034395;
+
+ // aapt resource value: 0x7F05011C
+ public const int m3_ref_palette_tertiary20 = 2131034396;
+
+ // aapt resource value: 0x7F05011D
+ public const int m3_ref_palette_tertiary30 = 2131034397;
+
+ // aapt resource value: 0x7F05011E
+ public const int m3_ref_palette_tertiary40 = 2131034398;
+
+ // aapt resource value: 0x7F05011F
+ public const int m3_ref_palette_tertiary50 = 2131034399;
+
+ // aapt resource value: 0x7F050120
+ public const int m3_ref_palette_tertiary60 = 2131034400;
+
+ // aapt resource value: 0x7F050121
+ public const int m3_ref_palette_tertiary70 = 2131034401;
+
+ // aapt resource value: 0x7F050122
+ public const int m3_ref_palette_tertiary80 = 2131034402;
+
+ // aapt resource value: 0x7F050123
+ public const int m3_ref_palette_tertiary90 = 2131034403;
+
+ // aapt resource value: 0x7F050124
+ public const int m3_ref_palette_tertiary95 = 2131034404;
+
+ // aapt resource value: 0x7F050125
+ public const int m3_ref_palette_tertiary99 = 2131034405;
+
+ // aapt resource value: 0x7F050126
+ public const int m3_ref_palette_white = 2131034406;
+
+ // aapt resource value: 0x7F050127
+ public const int m3_selection_control_button_tint = 2131034407;
+
+ // aapt resource value: 0x7F050128
+ public const int m3_selection_control_ripple_color_selector = 2131034408;
+
+ // aapt resource value: 0x7F050129
+ public const int m3_slider_active_track_color = 2131034409;
+
+ // aapt resource value: 0x7F05012A
+ public const int m3_slider_halo_color = 2131034410;
+
+ // aapt resource value: 0x7F05012B
+ public const int m3_slider_inactive_track_color = 2131034411;
+
+ // aapt resource value: 0x7F05012C
+ public const int m3_slider_thumb_color = 2131034412;
+
+ // aapt resource value: 0x7F05012D
+ public const int m3_switch_thumb_tint = 2131034413;
+
+ // aapt resource value: 0x7F05012E
+ public const int m3_switch_track_tint = 2131034414;
+
+ // aapt resource value: 0x7F05012F
+ public const int m3_sys_color_dark_background = 2131034415;
+
+ // aapt resource value: 0x7F050130
+ public const int m3_sys_color_dark_error = 2131034416;
+
+ // aapt resource value: 0x7F050131
+ public const int m3_sys_color_dark_error_container = 2131034417;
+
+ // aapt resource value: 0x7F050132
+ public const int m3_sys_color_dark_inverse_on_surface = 2131034418;
+
+ // aapt resource value: 0x7F050133
+ public const int m3_sys_color_dark_inverse_primary = 2131034419;
+
+ // aapt resource value: 0x7F050134
+ public const int m3_sys_color_dark_inverse_surface = 2131034420;
+
+ // aapt resource value: 0x7F050135
+ public const int m3_sys_color_dark_on_background = 2131034421;
+
+ // aapt resource value: 0x7F050136
+ public const int m3_sys_color_dark_on_error = 2131034422;
+
+ // aapt resource value: 0x7F050137
+ public const int m3_sys_color_dark_on_error_container = 2131034423;
+
+ // aapt resource value: 0x7F050138
+ public const int m3_sys_color_dark_on_primary = 2131034424;
+
+ // aapt resource value: 0x7F050139
+ public const int m3_sys_color_dark_on_primary_container = 2131034425;
+
+ // aapt resource value: 0x7F05013A
+ public const int m3_sys_color_dark_on_secondary = 2131034426;
+
+ // aapt resource value: 0x7F05013B
+ public const int m3_sys_color_dark_on_secondary_container = 2131034427;
+
+ // aapt resource value: 0x7F05013C
+ public const int m3_sys_color_dark_on_surface = 2131034428;
+
+ // aapt resource value: 0x7F05013D
+ public const int m3_sys_color_dark_on_surface_variant = 2131034429;
+
+ // aapt resource value: 0x7F05013E
+ public const int m3_sys_color_dark_on_tertiary = 2131034430;
+
+ // aapt resource value: 0x7F05013F
+ public const int m3_sys_color_dark_on_tertiary_container = 2131034431;
+
+ // aapt resource value: 0x7F050140
+ public const int m3_sys_color_dark_outline = 2131034432;
+
+ // aapt resource value: 0x7F050141
+ public const int m3_sys_color_dark_primary = 2131034433;
+
+ // aapt resource value: 0x7F050142
+ public const int m3_sys_color_dark_primary_container = 2131034434;
+
+ // aapt resource value: 0x7F050143
+ public const int m3_sys_color_dark_secondary = 2131034435;
+
+ // aapt resource value: 0x7F050144
+ public const int m3_sys_color_dark_secondary_container = 2131034436;
+
+ // aapt resource value: 0x7F050145
+ public const int m3_sys_color_dark_surface = 2131034437;
+
+ // aapt resource value: 0x7F050146
+ public const int m3_sys_color_dark_surface_variant = 2131034438;
+
+ // aapt resource value: 0x7F050147
+ public const int m3_sys_color_dark_tertiary = 2131034439;
+
+ // aapt resource value: 0x7F050148
+ public const int m3_sys_color_dark_tertiary_container = 2131034440;
+
+ // aapt resource value: 0x7F050149
+ public const int m3_sys_color_dynamic_dark_background = 2131034441;
+
+ // aapt resource value: 0x7F05014A
+ public const int m3_sys_color_dynamic_dark_inverse_on_surface = 2131034442;
+
+ // aapt resource value: 0x7F05014B
+ public const int m3_sys_color_dynamic_dark_inverse_primary = 2131034443;
+
+ // aapt resource value: 0x7F05014C
+ public const int m3_sys_color_dynamic_dark_inverse_surface = 2131034444;
+
+ // aapt resource value: 0x7F05014D
+ public const int m3_sys_color_dynamic_dark_on_background = 2131034445;
+
+ // aapt resource value: 0x7F05014E
+ public const int m3_sys_color_dynamic_dark_on_primary = 2131034446;
+
+ // aapt resource value: 0x7F05014F
+ public const int m3_sys_color_dynamic_dark_on_primary_container = 2131034447;
+
+ // aapt resource value: 0x7F050150
+ public const int m3_sys_color_dynamic_dark_on_secondary = 2131034448;
+
+ // aapt resource value: 0x7F050151
+ public const int m3_sys_color_dynamic_dark_on_secondary_container = 2131034449;
+
+ // aapt resource value: 0x7F050152
+ public const int m3_sys_color_dynamic_dark_on_surface = 2131034450;
+
+ // aapt resource value: 0x7F050153
+ public const int m3_sys_color_dynamic_dark_on_surface_variant = 2131034451;
+
+ // aapt resource value: 0x7F050154
+ public const int m3_sys_color_dynamic_dark_on_tertiary = 2131034452;
+
+ // aapt resource value: 0x7F050155
+ public const int m3_sys_color_dynamic_dark_on_tertiary_container = 2131034453;
+
+ // aapt resource value: 0x7F050156
+ public const int m3_sys_color_dynamic_dark_outline = 2131034454;
+
+ // aapt resource value: 0x7F050157
+ public const int m3_sys_color_dynamic_dark_primary = 2131034455;
+
+ // aapt resource value: 0x7F050158
+ public const int m3_sys_color_dynamic_dark_primary_container = 2131034456;
+
+ // aapt resource value: 0x7F050159
+ public const int m3_sys_color_dynamic_dark_secondary = 2131034457;
+
+ // aapt resource value: 0x7F05015A
+ public const int m3_sys_color_dynamic_dark_secondary_container = 2131034458;
+
+ // aapt resource value: 0x7F05015B
+ public const int m3_sys_color_dynamic_dark_surface = 2131034459;
+
+ // aapt resource value: 0x7F05015C
+ public const int m3_sys_color_dynamic_dark_surface_variant = 2131034460;
+
+ // aapt resource value: 0x7F05015D
+ public const int m3_sys_color_dynamic_dark_tertiary = 2131034461;
+
+ // aapt resource value: 0x7F05015E
+ public const int m3_sys_color_dynamic_dark_tertiary_container = 2131034462;
+
+ // aapt resource value: 0x7F05015F
+ public const int m3_sys_color_dynamic_light_background = 2131034463;
+
+ // aapt resource value: 0x7F050160
+ public const int m3_sys_color_dynamic_light_inverse_on_surface = 2131034464;
+
+ // aapt resource value: 0x7F050161
+ public const int m3_sys_color_dynamic_light_inverse_primary = 2131034465;
+
+ // aapt resource value: 0x7F050162
+ public const int m3_sys_color_dynamic_light_inverse_surface = 2131034466;
+
+ // aapt resource value: 0x7F050163
+ public const int m3_sys_color_dynamic_light_on_background = 2131034467;
+
+ // aapt resource value: 0x7F050164
+ public const int m3_sys_color_dynamic_light_on_primary = 2131034468;
+
+ // aapt resource value: 0x7F050165
+ public const int m3_sys_color_dynamic_light_on_primary_container = 2131034469;
+
+ // aapt resource value: 0x7F050166
+ public const int m3_sys_color_dynamic_light_on_secondary = 2131034470;
+
+ // aapt resource value: 0x7F050167
+ public const int m3_sys_color_dynamic_light_on_secondary_container = 2131034471;
+
+ // aapt resource value: 0x7F050168
+ public const int m3_sys_color_dynamic_light_on_surface = 2131034472;
+
+ // aapt resource value: 0x7F050169
+ public const int m3_sys_color_dynamic_light_on_surface_variant = 2131034473;
+
+ // aapt resource value: 0x7F05016A
+ public const int m3_sys_color_dynamic_light_on_tertiary = 2131034474;
+
+ // aapt resource value: 0x7F05016B
+ public const int m3_sys_color_dynamic_light_on_tertiary_container = 2131034475;
+
+ // aapt resource value: 0x7F05016C
+ public const int m3_sys_color_dynamic_light_outline = 2131034476;
+
+ // aapt resource value: 0x7F05016D
+ public const int m3_sys_color_dynamic_light_primary = 2131034477;
+
+ // aapt resource value: 0x7F05016E
+ public const int m3_sys_color_dynamic_light_primary_container = 2131034478;
+
+ // aapt resource value: 0x7F05016F
+ public const int m3_sys_color_dynamic_light_secondary = 2131034479;
+
+ // aapt resource value: 0x7F050170
+ public const int m3_sys_color_dynamic_light_secondary_container = 2131034480;
+
+ // aapt resource value: 0x7F050171
+ public const int m3_sys_color_dynamic_light_surface = 2131034481;
+
+ // aapt resource value: 0x7F050172
+ public const int m3_sys_color_dynamic_light_surface_variant = 2131034482;
+
+ // aapt resource value: 0x7F050173
+ public const int m3_sys_color_dynamic_light_tertiary = 2131034483;
+
+ // aapt resource value: 0x7F050174
+ public const int m3_sys_color_dynamic_light_tertiary_container = 2131034484;
+
+ // aapt resource value: 0x7F050175
+ public const int m3_sys_color_light_background = 2131034485;
+
+ // aapt resource value: 0x7F050176
+ public const int m3_sys_color_light_error = 2131034486;
+
+ // aapt resource value: 0x7F050177
+ public const int m3_sys_color_light_error_container = 2131034487;
+
+ // aapt resource value: 0x7F050178
+ public const int m3_sys_color_light_inverse_on_surface = 2131034488;
+
+ // aapt resource value: 0x7F050179
+ public const int m3_sys_color_light_inverse_primary = 2131034489;
+
+ // aapt resource value: 0x7F05017A
+ public const int m3_sys_color_light_inverse_surface = 2131034490;
+
+ // aapt resource value: 0x7F05017B
+ public const int m3_sys_color_light_on_background = 2131034491;
+
+ // aapt resource value: 0x7F05017C
+ public const int m3_sys_color_light_on_error = 2131034492;
+
+ // aapt resource value: 0x7F05017D
+ public const int m3_sys_color_light_on_error_container = 2131034493;
+
+ // aapt resource value: 0x7F05017E
+ public const int m3_sys_color_light_on_primary = 2131034494;
+
+ // aapt resource value: 0x7F05017F
+ public const int m3_sys_color_light_on_primary_container = 2131034495;
+
+ // aapt resource value: 0x7F050180
+ public const int m3_sys_color_light_on_secondary = 2131034496;
+
+ // aapt resource value: 0x7F050181
+ public const int m3_sys_color_light_on_secondary_container = 2131034497;
+
+ // aapt resource value: 0x7F050182
+ public const int m3_sys_color_light_on_surface = 2131034498;
+
+ // aapt resource value: 0x7F050183
+ public const int m3_sys_color_light_on_surface_variant = 2131034499;
+
+ // aapt resource value: 0x7F050184
+ public const int m3_sys_color_light_on_tertiary = 2131034500;
+
+ // aapt resource value: 0x7F050185
+ public const int m3_sys_color_light_on_tertiary_container = 2131034501;
+
+ // aapt resource value: 0x7F050186
+ public const int m3_sys_color_light_outline = 2131034502;
+
+ // aapt resource value: 0x7F050187
+ public const int m3_sys_color_light_primary = 2131034503;
+
+ // aapt resource value: 0x7F050188
+ public const int m3_sys_color_light_primary_container = 2131034504;
+
+ // aapt resource value: 0x7F050189
+ public const int m3_sys_color_light_secondary = 2131034505;
+
+ // aapt resource value: 0x7F05018A
+ public const int m3_sys_color_light_secondary_container = 2131034506;
+
+ // aapt resource value: 0x7F05018B
+ public const int m3_sys_color_light_surface = 2131034507;
+
+ // aapt resource value: 0x7F05018C
+ public const int m3_sys_color_light_surface_variant = 2131034508;
+
+ // aapt resource value: 0x7F05018D
+ public const int m3_sys_color_light_tertiary = 2131034509;
+
+ // aapt resource value: 0x7F05018E
+ public const int m3_sys_color_light_tertiary_container = 2131034510;
+
+ // aapt resource value: 0x7F05018F
+ public const int m3_tabs_icon_color = 2131034511;
+
+ // aapt resource value: 0x7F050190
+ public const int m3_tabs_ripple_color = 2131034512;
+
+ // aapt resource value: 0x7F050194
+ public const int m3_textfield_filled_background_color = 2131034516;
+
+ // aapt resource value: 0x7F050195
+ public const int m3_textfield_indicator_text_color = 2131034517;
+
+ // aapt resource value: 0x7F050196
+ public const int m3_textfield_input_text_color = 2131034518;
+
+ // aapt resource value: 0x7F050197
+ public const int m3_textfield_label_color = 2131034519;
+
+ // aapt resource value: 0x7F050198
+ public const int m3_textfield_stroke_color = 2131034520;
+
+ // aapt resource value: 0x7F050191
+ public const int m3_text_button_background_color_selector = 2131034513;
+
+ // aapt resource value: 0x7F050192
+ public const int m3_text_button_foreground_color_selector = 2131034514;
+
+ // aapt resource value: 0x7F050193
+ public const int m3_text_button_ripple_color_selector = 2131034515;
+
+ // aapt resource value: 0x7F050199
+ public const int m3_timepicker_button_background_color = 2131034521;
+
+ // aapt resource value: 0x7F05019A
+ public const int m3_timepicker_button_ripple_color = 2131034522;
+
+ // aapt resource value: 0x7F05019B
+ public const int m3_timepicker_button_text_color = 2131034523;
+
+ // aapt resource value: 0x7F05019C
+ public const int m3_timepicker_clock_text_color = 2131034524;
+
+ // aapt resource value: 0x7F05019D
+ public const int m3_timepicker_display_background_color = 2131034525;
+
+ // aapt resource value: 0x7F05019E
+ public const int m3_timepicker_display_ripple_color = 2131034526;
+
+ // aapt resource value: 0x7F05019F
+ public const int m3_timepicker_display_stroke_color = 2131034527;
+
+ // aapt resource value: 0x7F0501A0
+ public const int m3_timepicker_display_text_color = 2131034528;
+
+ // aapt resource value: 0x7F0501A1
+ public const int m3_timepicker_secondary_text_button_ripple_color = 2131034529;
+
+ // aapt resource value: 0x7F0501A2
+ public const int m3_timepicker_secondary_text_button_text_color = 2131034530;
+
+ // aapt resource value: 0x7F0501A3
+ public const int m3_tonal_button_ripple_color_selector = 2131034531;
+
+ // aapt resource value: 0x7F0501A4
+ public const int material_blue_grey_800 = 2131034532;
+
+ // aapt resource value: 0x7F0501A5
+ public const int material_blue_grey_900 = 2131034533;
+
+ // aapt resource value: 0x7F0501A6
+ public const int material_blue_grey_950 = 2131034534;
+
+ // aapt resource value: 0x7F0501A7
+ public const int material_cursor_color = 2131034535;
+
+ // aapt resource value: 0x7F0501A8
+ public const int material_deep_teal_200 = 2131034536;
+
+ // aapt resource value: 0x7F0501A9
+ public const int material_deep_teal_500 = 2131034537;
+
+ // aapt resource value: 0x7F0501AA
+ public const int material_divider_color = 2131034538;
+
+ // aapt resource value: 0x7F0501AB
+ public const int material_dynamic_neutral0 = 2131034539;
+
+ // aapt resource value: 0x7F0501AC
+ public const int material_dynamic_neutral10 = 2131034540;
+
+ // aapt resource value: 0x7F0501AD
+ public const int material_dynamic_neutral100 = 2131034541;
+
+ // aapt resource value: 0x7F0501AE
+ public const int material_dynamic_neutral20 = 2131034542;
+
+ // aapt resource value: 0x7F0501AF
+ public const int material_dynamic_neutral30 = 2131034543;
+
+ // aapt resource value: 0x7F0501B0
+ public const int material_dynamic_neutral40 = 2131034544;
+
+ // aapt resource value: 0x7F0501B1
+ public const int material_dynamic_neutral50 = 2131034545;
+
+ // aapt resource value: 0x7F0501B2
+ public const int material_dynamic_neutral60 = 2131034546;
+
+ // aapt resource value: 0x7F0501B3
+ public const int material_dynamic_neutral70 = 2131034547;
+
+ // aapt resource value: 0x7F0501B4
+ public const int material_dynamic_neutral80 = 2131034548;
+
+ // aapt resource value: 0x7F0501B5
+ public const int material_dynamic_neutral90 = 2131034549;
+
+ // aapt resource value: 0x7F0501B6
+ public const int material_dynamic_neutral95 = 2131034550;
+
+ // aapt resource value: 0x7F0501B7
+ public const int material_dynamic_neutral99 = 2131034551;
+
+ // aapt resource value: 0x7F0501B8
+ public const int material_dynamic_neutral_variant0 = 2131034552;
+
+ // aapt resource value: 0x7F0501B9
+ public const int material_dynamic_neutral_variant10 = 2131034553;
+
+ // aapt resource value: 0x7F0501BA
+ public const int material_dynamic_neutral_variant100 = 2131034554;
+
+ // aapt resource value: 0x7F0501BB
+ public const int material_dynamic_neutral_variant20 = 2131034555;
+
+ // aapt resource value: 0x7F0501BC
+ public const int material_dynamic_neutral_variant30 = 2131034556;
+
+ // aapt resource value: 0x7F0501BD
+ public const int material_dynamic_neutral_variant40 = 2131034557;
+
+ // aapt resource value: 0x7F0501BE
+ public const int material_dynamic_neutral_variant50 = 2131034558;
+
+ // aapt resource value: 0x7F0501BF
+ public const int material_dynamic_neutral_variant60 = 2131034559;
+
+ // aapt resource value: 0x7F0501C0
+ public const int material_dynamic_neutral_variant70 = 2131034560;
+
+ // aapt resource value: 0x7F0501C1
+ public const int material_dynamic_neutral_variant80 = 2131034561;
+
+ // aapt resource value: 0x7F0501C2
+ public const int material_dynamic_neutral_variant90 = 2131034562;
+
+ // aapt resource value: 0x7F0501C3
+ public const int material_dynamic_neutral_variant95 = 2131034563;
+
+ // aapt resource value: 0x7F0501C4
+ public const int material_dynamic_neutral_variant99 = 2131034564;
+
+ // aapt resource value: 0x7F0501C5
+ public const int material_dynamic_primary0 = 2131034565;
+
+ // aapt resource value: 0x7F0501C6
+ public const int material_dynamic_primary10 = 2131034566;
+
+ // aapt resource value: 0x7F0501C7
+ public const int material_dynamic_primary100 = 2131034567;
+
+ // aapt resource value: 0x7F0501C8
+ public const int material_dynamic_primary20 = 2131034568;
+
+ // aapt resource value: 0x7F0501C9
+ public const int material_dynamic_primary30 = 2131034569;
+
+ // aapt resource value: 0x7F0501CA
+ public const int material_dynamic_primary40 = 2131034570;
+
+ // aapt resource value: 0x7F0501CB
+ public const int material_dynamic_primary50 = 2131034571;
+
+ // aapt resource value: 0x7F0501CC
+ public const int material_dynamic_primary60 = 2131034572;
+
+ // aapt resource value: 0x7F0501CD
+ public const int material_dynamic_primary70 = 2131034573;
+
+ // aapt resource value: 0x7F0501CE
+ public const int material_dynamic_primary80 = 2131034574;
+
+ // aapt resource value: 0x7F0501CF
+ public const int material_dynamic_primary90 = 2131034575;
+
+ // aapt resource value: 0x7F0501D0
+ public const int material_dynamic_primary95 = 2131034576;
+
+ // aapt resource value: 0x7F0501D1
+ public const int material_dynamic_primary99 = 2131034577;
+
+ // aapt resource value: 0x7F0501D2
+ public const int material_dynamic_secondary0 = 2131034578;
+
+ // aapt resource value: 0x7F0501D3
+ public const int material_dynamic_secondary10 = 2131034579;
+
+ // aapt resource value: 0x7F0501D4
+ public const int material_dynamic_secondary100 = 2131034580;
+
+ // aapt resource value: 0x7F0501D5
+ public const int material_dynamic_secondary20 = 2131034581;
+
+ // aapt resource value: 0x7F0501D6
+ public const int material_dynamic_secondary30 = 2131034582;
+
+ // aapt resource value: 0x7F0501D7
+ public const int material_dynamic_secondary40 = 2131034583;
+
+ // aapt resource value: 0x7F0501D8
+ public const int material_dynamic_secondary50 = 2131034584;
+
+ // aapt resource value: 0x7F0501D9
+ public const int material_dynamic_secondary60 = 2131034585;
+
+ // aapt resource value: 0x7F0501DA
+ public const int material_dynamic_secondary70 = 2131034586;
+
+ // aapt resource value: 0x7F0501DB
+ public const int material_dynamic_secondary80 = 2131034587;
+
+ // aapt resource value: 0x7F0501DC
+ public const int material_dynamic_secondary90 = 2131034588;
+
+ // aapt resource value: 0x7F0501DD
+ public const int material_dynamic_secondary95 = 2131034589;
+
+ // aapt resource value: 0x7F0501DE
+ public const int material_dynamic_secondary99 = 2131034590;
+
+ // aapt resource value: 0x7F0501DF
+ public const int material_dynamic_tertiary0 = 2131034591;
+
+ // aapt resource value: 0x7F0501E0
+ public const int material_dynamic_tertiary10 = 2131034592;
+
+ // aapt resource value: 0x7F0501E1
+ public const int material_dynamic_tertiary100 = 2131034593;
+
+ // aapt resource value: 0x7F0501E2
+ public const int material_dynamic_tertiary20 = 2131034594;
+
+ // aapt resource value: 0x7F0501E3
+ public const int material_dynamic_tertiary30 = 2131034595;
+
+ // aapt resource value: 0x7F0501E4
+ public const int material_dynamic_tertiary40 = 2131034596;
+
+ // aapt resource value: 0x7F0501E5
+ public const int material_dynamic_tertiary50 = 2131034597;
+
+ // aapt resource value: 0x7F0501E6
+ public const int material_dynamic_tertiary60 = 2131034598;
+
+ // aapt resource value: 0x7F0501E7
+ public const int material_dynamic_tertiary70 = 2131034599;
+
+ // aapt resource value: 0x7F0501E8
+ public const int material_dynamic_tertiary80 = 2131034600;
+
+ // aapt resource value: 0x7F0501E9
+ public const int material_dynamic_tertiary90 = 2131034601;
+
+ // aapt resource value: 0x7F0501EA
+ public const int material_dynamic_tertiary95 = 2131034602;
+
+ // aapt resource value: 0x7F0501EB
+ public const int material_dynamic_tertiary99 = 2131034603;
+
+ // aapt resource value: 0x7F0501EC
+ public const int material_grey_100 = 2131034604;
+
+ // aapt resource value: 0x7F0501ED
+ public const int material_grey_300 = 2131034605;
+
+ // aapt resource value: 0x7F0501EE
+ public const int material_grey_50 = 2131034606;
+
+ // aapt resource value: 0x7F0501EF
+ public const int material_grey_600 = 2131034607;
+
+ // aapt resource value: 0x7F0501F0
+ public const int material_grey_800 = 2131034608;
+
+ // aapt resource value: 0x7F0501F1
+ public const int material_grey_850 = 2131034609;
+
+ // aapt resource value: 0x7F0501F2
+ public const int material_grey_900 = 2131034610;
+
+ // aapt resource value: 0x7F0501F3
+ public const int material_harmonized_color_error = 2131034611;
+
+ // aapt resource value: 0x7F0501F4
+ public const int material_harmonized_color_error_container = 2131034612;
+
+ // aapt resource value: 0x7F0501F5
+ public const int material_harmonized_color_on_error = 2131034613;
+
+ // aapt resource value: 0x7F0501F6
+ public const int material_harmonized_color_on_error_container = 2131034614;
+
+ // aapt resource value: 0x7F0501F7
+ public const int material_on_background_disabled = 2131034615;
+
+ // aapt resource value: 0x7F0501F8
+ public const int material_on_background_emphasis_high_type = 2131034616;
+
+ // aapt resource value: 0x7F0501F9
+ public const int material_on_background_emphasis_medium = 2131034617;
+
+ // aapt resource value: 0x7F0501FA
+ public const int material_on_primary_disabled = 2131034618;
+
+ // aapt resource value: 0x7F0501FB
+ public const int material_on_primary_emphasis_high_type = 2131034619;
+
+ // aapt resource value: 0x7F0501FC
+ public const int material_on_primary_emphasis_medium = 2131034620;
+
+ // aapt resource value: 0x7F0501FD
+ public const int material_on_surface_disabled = 2131034621;
+
+ // aapt resource value: 0x7F0501FE
+ public const int material_on_surface_emphasis_high_type = 2131034622;
+
+ // aapt resource value: 0x7F0501FF
+ public const int material_on_surface_emphasis_medium = 2131034623;
+
+ // aapt resource value: 0x7F050200
+ public const int material_on_surface_stroke = 2131034624;
+
+ // aapt resource value: 0x7F050201
+ public const int material_slider_active_tick_marks_color = 2131034625;
+
+ // aapt resource value: 0x7F050202
+ public const int material_slider_active_track_color = 2131034626;
+
+ // aapt resource value: 0x7F050203
+ public const int material_slider_halo_color = 2131034627;
+
+ // aapt resource value: 0x7F050204
+ public const int material_slider_inactive_tick_marks_color = 2131034628;
+
+ // aapt resource value: 0x7F050205
+ public const int material_slider_inactive_track_color = 2131034629;
+
+ // aapt resource value: 0x7F050206
+ public const int material_slider_thumb_color = 2131034630;
+
+ // aapt resource value: 0x7F050207
+ public const int material_timepicker_button_background = 2131034631;
+
+ // aapt resource value: 0x7F050208
+ public const int material_timepicker_button_stroke = 2131034632;
+
+ // aapt resource value: 0x7F05020A
+ public const int material_timepicker_clockface = 2131034634;
+
+ // aapt resource value: 0x7F050209
+ public const int material_timepicker_clock_text_color = 2131034633;
+
+ // aapt resource value: 0x7F05020B
+ public const int material_timepicker_modebutton_tint = 2131034635;
+
+ // aapt resource value: 0x7F05020C
+ public const int maui_splash_color = 2131034636;
+
+ // aapt resource value: 0x7F05020D
+ public const int mtrl_btn_bg_color_selector = 2131034637;
+
+ // aapt resource value: 0x7F05020E
+ public const int mtrl_btn_ripple_color = 2131034638;
+
+ // aapt resource value: 0x7F05020F
+ public const int mtrl_btn_stroke_color_selector = 2131034639;
+
+ // aapt resource value: 0x7F050210
+ public const int mtrl_btn_text_btn_bg_color_selector = 2131034640;
+
+ // aapt resource value: 0x7F050211
+ public const int mtrl_btn_text_btn_ripple_color = 2131034641;
+
+ // aapt resource value: 0x7F050212
+ public const int mtrl_btn_text_color_disabled = 2131034642;
+
+ // aapt resource value: 0x7F050213
+ public const int mtrl_btn_text_color_selector = 2131034643;
+
+ // aapt resource value: 0x7F050214
+ public const int mtrl_btn_transparent_bg_color = 2131034644;
+
+ // aapt resource value: 0x7F050215
+ public const int mtrl_calendar_item_stroke_color = 2131034645;
+
+ // aapt resource value: 0x7F050216
+ public const int mtrl_calendar_selected_range = 2131034646;
+
+ // aapt resource value: 0x7F050217
+ public const int mtrl_card_view_foreground = 2131034647;
+
+ // aapt resource value: 0x7F050218
+ public const int mtrl_card_view_ripple = 2131034648;
+
+ // aapt resource value: 0x7F050219
+ public const int mtrl_chip_background_color = 2131034649;
+
+ // aapt resource value: 0x7F05021A
+ public const int mtrl_chip_close_icon_tint = 2131034650;
+
+ // aapt resource value: 0x7F05021B
+ public const int mtrl_chip_surface_color = 2131034651;
+
+ // aapt resource value: 0x7F05021C
+ public const int mtrl_chip_text_color = 2131034652;
+
+ // aapt resource value: 0x7F05021D
+ public const int mtrl_choice_chip_background_color = 2131034653;
+
+ // aapt resource value: 0x7F05021E
+ public const int mtrl_choice_chip_ripple_color = 2131034654;
+
+ // aapt resource value: 0x7F05021F
+ public const int mtrl_choice_chip_text_color = 2131034655;
+
+ // aapt resource value: 0x7F050220
+ public const int mtrl_error = 2131034656;
+
+ // aapt resource value: 0x7F050221
+ public const int mtrl_fab_bg_color_selector = 2131034657;
+
+ // aapt resource value: 0x7F050222
+ public const int mtrl_fab_icon_text_color_selector = 2131034658;
+
+ // aapt resource value: 0x7F050223
+ public const int mtrl_fab_ripple_color = 2131034659;
+
+ // aapt resource value: 0x7F050224
+ public const int mtrl_filled_background_color = 2131034660;
+
+ // aapt resource value: 0x7F050225
+ public const int mtrl_filled_icon_tint = 2131034661;
+
+ // aapt resource value: 0x7F050226
+ public const int mtrl_filled_stroke_color = 2131034662;
+
+ // aapt resource value: 0x7F050227
+ public const int mtrl_indicator_text_color = 2131034663;
+
+ // aapt resource value: 0x7F050228
+ public const int mtrl_navigation_bar_colored_item_tint = 2131034664;
+
+ // aapt resource value: 0x7F050229
+ public const int mtrl_navigation_bar_colored_ripple_color = 2131034665;
+
+ // aapt resource value: 0x7F05022A
+ public const int mtrl_navigation_bar_item_tint = 2131034666;
+
+ // aapt resource value: 0x7F05022B
+ public const int mtrl_navigation_bar_ripple_color = 2131034667;
+
+ // aapt resource value: 0x7F05022C
+ public const int mtrl_navigation_item_background_color = 2131034668;
+
+ // aapt resource value: 0x7F05022D
+ public const int mtrl_navigation_item_icon_tint = 2131034669;
+
+ // aapt resource value: 0x7F05022E
+ public const int mtrl_navigation_item_text_color = 2131034670;
+
+ // aapt resource value: 0x7F05022F
+ public const int mtrl_on_primary_text_btn_text_color_selector = 2131034671;
+
+ // aapt resource value: 0x7F050230
+ public const int mtrl_on_surface_ripple_color = 2131034672;
+
+ // aapt resource value: 0x7F050231
+ public const int mtrl_outlined_icon_tint = 2131034673;
+
+ // aapt resource value: 0x7F050232
+ public const int mtrl_outlined_stroke_color = 2131034674;
+
+ // aapt resource value: 0x7F050233
+ public const int mtrl_popupmenu_overlay_color = 2131034675;
+
+ // aapt resource value: 0x7F050234
+ public const int mtrl_scrim_color = 2131034676;
+
+ // aapt resource value: 0x7F050235
+ public const int mtrl_tabs_colored_ripple_color = 2131034677;
+
+ // aapt resource value: 0x7F050236
+ public const int mtrl_tabs_icon_color_selector = 2131034678;
+
+ // aapt resource value: 0x7F050237
+ public const int mtrl_tabs_icon_color_selector_colored = 2131034679;
+
+ // aapt resource value: 0x7F050238
+ public const int mtrl_tabs_legacy_text_color_selector = 2131034680;
+
+ // aapt resource value: 0x7F050239
+ public const int mtrl_tabs_ripple_color = 2131034681;
+
+ // aapt resource value: 0x7F05023B
+ public const int mtrl_textinput_default_box_stroke_color = 2131034683;
+
+ // aapt resource value: 0x7F05023C
+ public const int mtrl_textinput_disabled_color = 2131034684;
+
+ // aapt resource value: 0x7F05023D
+ public const int mtrl_textinput_filled_box_default_background_color = 2131034685;
+
+ // aapt resource value: 0x7F05023E
+ public const int mtrl_textinput_focused_box_stroke_color = 2131034686;
+
+ // aapt resource value: 0x7F05023F
+ public const int mtrl_textinput_hovered_box_stroke_color = 2131034687;
+
+ // aapt resource value: 0x7F05023A
+ public const int mtrl_text_btn_text_color_selector = 2131034682;
+
+ // aapt resource value: 0x7F050240
+ public const int notification_action_color_filter = 2131034688;
+
+ // aapt resource value: 0x7F050241
+ public const int notification_icon_bg_color = 2131034689;
+
+ // aapt resource value: 0x7F050242
+ public const int notification_material_background_media_default_color = 2131034690;
+
+ // aapt resource value: 0x7F050243
+ public const int primary_dark_material_dark = 2131034691;
+
+ // aapt resource value: 0x7F050244
+ public const int primary_dark_material_light = 2131034692;
+
+ // aapt resource value: 0x7F050245
+ public const int primary_material_dark = 2131034693;
+
+ // aapt resource value: 0x7F050246
+ public const int primary_material_light = 2131034694;
+
+ // aapt resource value: 0x7F050247
+ public const int primary_text_default_material_dark = 2131034695;
+
+ // aapt resource value: 0x7F050248
+ public const int primary_text_default_material_light = 2131034696;
+
+ // aapt resource value: 0x7F050249
+ public const int primary_text_disabled_material_dark = 2131034697;
+
+ // aapt resource value: 0x7F05024A
+ public const int primary_text_disabled_material_light = 2131034698;
+
+ // aapt resource value: 0x7F05024B
+ public const int radiobutton_themeable_attribute_color = 2131034699;
+
+ // aapt resource value: 0x7F05024C
+ public const int ripple_material_dark = 2131034700;
+
+ // aapt resource value: 0x7F05024D
+ public const int ripple_material_light = 2131034701;
+
+ // aapt resource value: 0x7F05024E
+ public const int secondary_text_default_material_dark = 2131034702;
+
+ // aapt resource value: 0x7F05024F
+ public const int secondary_text_default_material_light = 2131034703;
+
+ // aapt resource value: 0x7F050250
+ public const int secondary_text_disabled_material_dark = 2131034704;
+
+ // aapt resource value: 0x7F050251
+ public const int secondary_text_disabled_material_light = 2131034705;
+
+ // aapt resource value: 0x7F050252
+ public const int switch_thumb_disabled_material_dark = 2131034706;
+
+ // aapt resource value: 0x7F050253
+ public const int switch_thumb_disabled_material_light = 2131034707;
+
+ // aapt resource value: 0x7F050254
+ public const int switch_thumb_material_dark = 2131034708;
+
+ // aapt resource value: 0x7F050255
+ public const int switch_thumb_material_light = 2131034709;
+
+ // aapt resource value: 0x7F050256
+ public const int switch_thumb_normal_material_dark = 2131034710;
+
+ // aapt resource value: 0x7F050257
+ public const int switch_thumb_normal_material_light = 2131034711;
+
+ // aapt resource value: 0x7F050258
+ public const int test_color = 2131034712;
+
+ // aapt resource value: 0x7F050259
+ public const int test_mtrl_calendar_day = 2131034713;
+
+ // aapt resource value: 0x7F05025A
+ public const int test_mtrl_calendar_day_selected = 2131034714;
+
+ // aapt resource value: 0x7F05025B
+ public const int tooltip_background_dark = 2131034715;
+
+ // aapt resource value: 0x7F05025C
+ public const int tooltip_background_light = 2131034716;
+
+ static Color()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Color()
+ {
+ }
+ }
+
+ public partial class Dimension
+ {
+
+ // aapt resource value: 0x7F060000
+ public const int abc_action_bar_content_inset_material = 2131099648;
+
+ // aapt resource value: 0x7F060001
+ public const int abc_action_bar_content_inset_with_nav = 2131099649;
+
+ // aapt resource value: 0x7F060002
+ public const int abc_action_bar_default_height_material = 2131099650;
+
+ // aapt resource value: 0x7F060003
+ public const int abc_action_bar_default_padding_end_material = 2131099651;
+
+ // aapt resource value: 0x7F060004
+ public const int abc_action_bar_default_padding_start_material = 2131099652;
+
+ // aapt resource value: 0x7F060005
+ public const int abc_action_bar_elevation_material = 2131099653;
+
+ // aapt resource value: 0x7F060006
+ public const int abc_action_bar_icon_vertical_padding_material = 2131099654;
+
+ // aapt resource value: 0x7F060007
+ public const int abc_action_bar_overflow_padding_end_material = 2131099655;
+
+ // aapt resource value: 0x7F060008
+ public const int abc_action_bar_overflow_padding_start_material = 2131099656;
+
+ // aapt resource value: 0x7F060009
+ public const int abc_action_bar_stacked_max_height = 2131099657;
+
+ // aapt resource value: 0x7F06000A
+ public const int abc_action_bar_stacked_tab_max_width = 2131099658;
+
+ // aapt resource value: 0x7F06000B
+ public const int abc_action_bar_subtitle_bottom_margin_material = 2131099659;
+
+ // aapt resource value: 0x7F06000C
+ public const int abc_action_bar_subtitle_top_margin_material = 2131099660;
+
+ // aapt resource value: 0x7F06000D
+ public const int abc_action_button_min_height_material = 2131099661;
+
+ // aapt resource value: 0x7F06000E
+ public const int abc_action_button_min_width_material = 2131099662;
+
+ // aapt resource value: 0x7F06000F
+ public const int abc_action_button_min_width_overflow_material = 2131099663;
+
+ // aapt resource value: 0x7F060010
+ public const int abc_alert_dialog_button_bar_height = 2131099664;
+
+ // aapt resource value: 0x7F060011
+ public const int abc_alert_dialog_button_dimen = 2131099665;
+
+ // aapt resource value: 0x7F060012
+ public const int abc_button_inset_horizontal_material = 2131099666;
+
+ // aapt resource value: 0x7F060013
+ public const int abc_button_inset_vertical_material = 2131099667;
+
+ // aapt resource value: 0x7F060014
+ public const int abc_button_padding_horizontal_material = 2131099668;
+
+ // aapt resource value: 0x7F060015
+ public const int abc_button_padding_vertical_material = 2131099669;
+
+ // aapt resource value: 0x7F060016
+ public const int abc_cascading_menus_min_smallest_width = 2131099670;
+
+ // aapt resource value: 0x7F060017
+ public const int abc_config_prefDialogWidth = 2131099671;
+
+ // aapt resource value: 0x7F060018
+ public const int abc_control_corner_material = 2131099672;
+
+ // aapt resource value: 0x7F060019
+ public const int abc_control_inset_material = 2131099673;
+
+ // aapt resource value: 0x7F06001A
+ public const int abc_control_padding_material = 2131099674;
+
+ // aapt resource value: 0x7F06001B
+ public const int abc_dialog_corner_radius_material = 2131099675;
+
+ // aapt resource value: 0x7F06001C
+ public const int abc_dialog_fixed_height_major = 2131099676;
+
+ // aapt resource value: 0x7F06001D
+ public const int abc_dialog_fixed_height_minor = 2131099677;
+
+ // aapt resource value: 0x7F06001E
+ public const int abc_dialog_fixed_width_major = 2131099678;
+
+ // aapt resource value: 0x7F06001F
+ public const int abc_dialog_fixed_width_minor = 2131099679;
+
+ // aapt resource value: 0x7F060020
+ public const int abc_dialog_list_padding_bottom_no_buttons = 2131099680;
+
+ // aapt resource value: 0x7F060021
+ public const int abc_dialog_list_padding_top_no_title = 2131099681;
+
+ // aapt resource value: 0x7F060022
+ public const int abc_dialog_min_width_major = 2131099682;
+
+ // aapt resource value: 0x7F060023
+ public const int abc_dialog_min_width_minor = 2131099683;
+
+ // aapt resource value: 0x7F060024
+ public const int abc_dialog_padding_material = 2131099684;
+
+ // aapt resource value: 0x7F060025
+ public const int abc_dialog_padding_top_material = 2131099685;
+
+ // aapt resource value: 0x7F060026
+ public const int abc_dialog_title_divider_material = 2131099686;
+
+ // aapt resource value: 0x7F060027
+ public const int abc_disabled_alpha_material_dark = 2131099687;
+
+ // aapt resource value: 0x7F060028
+ public const int abc_disabled_alpha_material_light = 2131099688;
+
+ // aapt resource value: 0x7F060029
+ public const int abc_dropdownitem_icon_width = 2131099689;
+
+ // aapt resource value: 0x7F06002A
+ public const int abc_dropdownitem_text_padding_left = 2131099690;
+
+ // aapt resource value: 0x7F06002B
+ public const int abc_dropdownitem_text_padding_right = 2131099691;
+
+ // aapt resource value: 0x7F06002C
+ public const int abc_edit_text_inset_bottom_material = 2131099692;
+
+ // aapt resource value: 0x7F06002D
+ public const int abc_edit_text_inset_horizontal_material = 2131099693;
+
+ // aapt resource value: 0x7F06002E
+ public const int abc_edit_text_inset_top_material = 2131099694;
+
+ // aapt resource value: 0x7F06002F
+ public const int abc_floating_window_z = 2131099695;
+
+ // aapt resource value: 0x7F060030
+ public const int abc_list_item_height_large_material = 2131099696;
+
+ // aapt resource value: 0x7F060031
+ public const int abc_list_item_height_material = 2131099697;
+
+ // aapt resource value: 0x7F060032
+ public const int abc_list_item_height_small_material = 2131099698;
+
+ // aapt resource value: 0x7F060033
+ public const int abc_list_item_padding_horizontal_material = 2131099699;
+
+ // aapt resource value: 0x7F060034
+ public const int abc_panel_menu_list_width = 2131099700;
+
+ // aapt resource value: 0x7F060035
+ public const int abc_progress_bar_height_material = 2131099701;
+
+ // aapt resource value: 0x7F060036
+ public const int abc_search_view_preferred_height = 2131099702;
+
+ // aapt resource value: 0x7F060037
+ public const int abc_search_view_preferred_width = 2131099703;
+
+ // aapt resource value: 0x7F060038
+ public const int abc_seekbar_track_background_height_material = 2131099704;
+
+ // aapt resource value: 0x7F060039
+ public const int abc_seekbar_track_progress_height_material = 2131099705;
+
+ // aapt resource value: 0x7F06003A
+ public const int abc_select_dialog_padding_start_material = 2131099706;
+
+ // aapt resource value: 0x7F06003B
+ public const int abc_star_big = 2131099707;
+
+ // aapt resource value: 0x7F06003C
+ public const int abc_star_medium = 2131099708;
+
+ // aapt resource value: 0x7F06003D
+ public const int abc_star_small = 2131099709;
+
+ // aapt resource value: 0x7F06003E
+ public const int abc_switch_padding = 2131099710;
+
+ // aapt resource value: 0x7F06003F
+ public const int abc_text_size_body_1_material = 2131099711;
+
+ // aapt resource value: 0x7F060040
+ public const int abc_text_size_body_2_material = 2131099712;
+
+ // aapt resource value: 0x7F060041
+ public const int abc_text_size_button_material = 2131099713;
+
+ // aapt resource value: 0x7F060042
+ public const int abc_text_size_caption_material = 2131099714;
+
+ // aapt resource value: 0x7F060043
+ public const int abc_text_size_display_1_material = 2131099715;
+
+ // aapt resource value: 0x7F060044
+ public const int abc_text_size_display_2_material = 2131099716;
+
+ // aapt resource value: 0x7F060045
+ public const int abc_text_size_display_3_material = 2131099717;
+
+ // aapt resource value: 0x7F060046
+ public const int abc_text_size_display_4_material = 2131099718;
+
+ // aapt resource value: 0x7F060047
+ public const int abc_text_size_headline_material = 2131099719;
+
+ // aapt resource value: 0x7F060048
+ public const int abc_text_size_large_material = 2131099720;
+
+ // aapt resource value: 0x7F060049
+ public const int abc_text_size_medium_material = 2131099721;
+
+ // aapt resource value: 0x7F06004A
+ public const int abc_text_size_menu_header_material = 2131099722;
+
+ // aapt resource value: 0x7F06004B
+ public const int abc_text_size_menu_material = 2131099723;
+
+ // aapt resource value: 0x7F06004C
+ public const int abc_text_size_small_material = 2131099724;
+
+ // aapt resource value: 0x7F06004D
+ public const int abc_text_size_subhead_material = 2131099725;
+
+ // aapt resource value: 0x7F06004E
+ public const int abc_text_size_subtitle_material_toolbar = 2131099726;
+
+ // aapt resource value: 0x7F06004F
+ public const int abc_text_size_title_material = 2131099727;
+
+ // aapt resource value: 0x7F060050
+ public const int abc_text_size_title_material_toolbar = 2131099728;
+
+ // aapt resource value: 0x7F060051
+ public const int action_bar_size = 2131099729;
+
+ // aapt resource value: 0x7F060052
+ public const int appcompat_dialog_background_inset = 2131099730;
+
+ // aapt resource value: 0x7F060053
+ public const int browser_actions_context_menu_max_width = 2131099731;
+
+ // aapt resource value: 0x7F060054
+ public const int browser_actions_context_menu_min_padding = 2131099732;
+
+ // aapt resource value: 0x7F060055
+ public const int cardview_compat_inset_shadow = 2131099733;
+
+ // aapt resource value: 0x7F060056
+ public const int cardview_default_elevation = 2131099734;
+
+ // aapt resource value: 0x7F060057
+ public const int cardview_default_radius = 2131099735;
+
+ // aapt resource value: 0x7F060058
+ public const int clock_face_margin_start = 2131099736;
+
+ // aapt resource value: 0x7F060059
+ public const int compat_button_inset_horizontal_material = 2131099737;
+
+ // aapt resource value: 0x7F06005A
+ public const int compat_button_inset_vertical_material = 2131099738;
+
+ // aapt resource value: 0x7F06005B
+ public const int compat_button_padding_horizontal_material = 2131099739;
+
+ // aapt resource value: 0x7F06005C
+ public const int compat_button_padding_vertical_material = 2131099740;
+
+ // aapt resource value: 0x7F06005D
+ public const int compat_control_corner_material = 2131099741;
+
+ // aapt resource value: 0x7F06005E
+ public const int compat_notification_large_icon_max_height = 2131099742;
+
+ // aapt resource value: 0x7F06005F
+ public const int compat_notification_large_icon_max_width = 2131099743;
+
+ // aapt resource value: 0x7F060061
+ public const int default_dimension = 2131099745;
+
+ // aapt resource value: 0x7F060060
+ public const int def_drawer_elevation = 2131099744;
+
+ // aapt resource value: 0x7F060062
+ public const int design_appbar_elevation = 2131099746;
+
+ // aapt resource value: 0x7F060063
+ public const int design_bottom_navigation_active_item_max_width = 2131099747;
+
+ // aapt resource value: 0x7F060064
+ public const int design_bottom_navigation_active_item_min_width = 2131099748;
+
+ // aapt resource value: 0x7F060065
+ public const int design_bottom_navigation_active_text_size = 2131099749;
+
+ // aapt resource value: 0x7F060066
+ public const int design_bottom_navigation_elevation = 2131099750;
+
+ // aapt resource value: 0x7F060067
+ public const int design_bottom_navigation_height = 2131099751;
+
+ // aapt resource value: 0x7F060068
+ public const int design_bottom_navigation_icon_size = 2131099752;
+
+ // aapt resource value: 0x7F060069
+ public const int design_bottom_navigation_item_max_width = 2131099753;
+
+ // aapt resource value: 0x7F06006A
+ public const int design_bottom_navigation_item_min_width = 2131099754;
+
+ // aapt resource value: 0x7F06006B
+ public const int design_bottom_navigation_label_padding = 2131099755;
+
+ // aapt resource value: 0x7F06006C
+ public const int design_bottom_navigation_margin = 2131099756;
+
+ // aapt resource value: 0x7F06006D
+ public const int design_bottom_navigation_shadow_height = 2131099757;
+
+ // aapt resource value: 0x7F06006E
+ public const int design_bottom_navigation_text_size = 2131099758;
+
+ // aapt resource value: 0x7F06006F
+ public const int design_bottom_sheet_elevation = 2131099759;
+
+ // aapt resource value: 0x7F060070
+ public const int design_bottom_sheet_modal_elevation = 2131099760;
+
+ // aapt resource value: 0x7F060071
+ public const int design_bottom_sheet_peek_height_min = 2131099761;
+
+ // aapt resource value: 0x7F060072
+ public const int design_fab_border_width = 2131099762;
+
+ // aapt resource value: 0x7F060073
+ public const int design_fab_elevation = 2131099763;
+
+ // aapt resource value: 0x7F060074
+ public const int design_fab_image_size = 2131099764;
+
+ // aapt resource value: 0x7F060075
+ public const int design_fab_size_mini = 2131099765;
+
+ // aapt resource value: 0x7F060076
+ public const int design_fab_size_normal = 2131099766;
+
+ // aapt resource value: 0x7F060077
+ public const int design_fab_translation_z_hovered_focused = 2131099767;
+
+ // aapt resource value: 0x7F060078
+ public const int design_fab_translation_z_pressed = 2131099768;
+
+ // aapt resource value: 0x7F060079
+ public const int design_navigation_elevation = 2131099769;
+
+ // aapt resource value: 0x7F06007A
+ public const int design_navigation_icon_padding = 2131099770;
+
+ // aapt resource value: 0x7F06007B
+ public const int design_navigation_icon_size = 2131099771;
+
+ // aapt resource value: 0x7F06007C
+ public const int design_navigation_item_horizontal_padding = 2131099772;
+
+ // aapt resource value: 0x7F06007D
+ public const int design_navigation_item_icon_padding = 2131099773;
+
+ // aapt resource value: 0x7F06007E
+ public const int design_navigation_item_vertical_padding = 2131099774;
+
+ // aapt resource value: 0x7F06007F
+ public const int design_navigation_max_width = 2131099775;
+
+ // aapt resource value: 0x7F060080
+ public const int design_navigation_padding_bottom = 2131099776;
+
+ // aapt resource value: 0x7F060081
+ public const int design_navigation_separator_vertical_padding = 2131099777;
+
+ // aapt resource value: 0x7F060082
+ public const int design_snackbar_action_inline_max_width = 2131099778;
+
+ // aapt resource value: 0x7F060083
+ public const int design_snackbar_action_text_color_alpha = 2131099779;
+
+ // aapt resource value: 0x7F060084
+ public const int design_snackbar_background_corner_radius = 2131099780;
+
+ // aapt resource value: 0x7F060085
+ public const int design_snackbar_elevation = 2131099781;
+
+ // aapt resource value: 0x7F060086
+ public const int design_snackbar_extra_spacing_horizontal = 2131099782;
+
+ // aapt resource value: 0x7F060087
+ public const int design_snackbar_max_width = 2131099783;
+
+ // aapt resource value: 0x7F060088
+ public const int design_snackbar_min_width = 2131099784;
+
+ // aapt resource value: 0x7F060089
+ public const int design_snackbar_padding_horizontal = 2131099785;
+
+ // aapt resource value: 0x7F06008A
+ public const int design_snackbar_padding_vertical = 2131099786;
+
+ // aapt resource value: 0x7F06008B
+ public const int design_snackbar_padding_vertical_2lines = 2131099787;
+
+ // aapt resource value: 0x7F06008C
+ public const int design_snackbar_text_size = 2131099788;
+
+ // aapt resource value: 0x7F06008D
+ public const int design_tab_max_width = 2131099789;
+
+ // aapt resource value: 0x7F06008E
+ public const int design_tab_scrollable_min_width = 2131099790;
+
+ // aapt resource value: 0x7F06008F
+ public const int design_tab_text_size = 2131099791;
+
+ // aapt resource value: 0x7F060090
+ public const int design_tab_text_size_2line = 2131099792;
+
+ // aapt resource value: 0x7F060091
+ public const int design_textinput_caption_translate_y = 2131099793;
+
+ // aapt resource value: 0x7F060092
+ public const int disabled_alpha_material_dark = 2131099794;
+
+ // aapt resource value: 0x7F060093
+ public const int disabled_alpha_material_light = 2131099795;
+
+ // aapt resource value: 0x7F060094
+ public const int fastscroll_default_thickness = 2131099796;
+
+ // aapt resource value: 0x7F060095
+ public const int fastscroll_margin = 2131099797;
+
+ // aapt resource value: 0x7F060096
+ public const int fastscroll_minimum_range = 2131099798;
+
+ // aapt resource value: 0x7F060097
+ public const int highlight_alpha_material_colored = 2131099799;
+
+ // aapt resource value: 0x7F060098
+ public const int highlight_alpha_material_dark = 2131099800;
+
+ // aapt resource value: 0x7F060099
+ public const int highlight_alpha_material_light = 2131099801;
+
+ // aapt resource value: 0x7F06009A
+ public const int hint_alpha_material_dark = 2131099802;
+
+ // aapt resource value: 0x7F06009B
+ public const int hint_alpha_material_light = 2131099803;
+
+ // aapt resource value: 0x7F06009C
+ public const int hint_pressed_alpha_material_dark = 2131099804;
+
+ // aapt resource value: 0x7F06009D
+ public const int hint_pressed_alpha_material_light = 2131099805;
+
+ // aapt resource value: 0x7F06009E
+ public const int item_touch_helper_max_drag_scroll_per_frame = 2131099806;
+
+ // aapt resource value: 0x7F06009F
+ public const int item_touch_helper_swipe_escape_max_velocity = 2131099807;
+
+ // aapt resource value: 0x7F0600A0
+ public const int item_touch_helper_swipe_escape_velocity = 2131099808;
+
+ // aapt resource value: 0x7F0600A1
+ public const int m3_alert_dialog_action_bottom_padding = 2131099809;
+
+ // aapt resource value: 0x7F0600A2
+ public const int m3_alert_dialog_action_top_padding = 2131099810;
+
+ // aapt resource value: 0x7F0600A3
+ public const int m3_alert_dialog_corner_size = 2131099811;
+
+ // aapt resource value: 0x7F0600A4
+ public const int m3_alert_dialog_elevation = 2131099812;
+
+ // aapt resource value: 0x7F0600A5
+ public const int m3_alert_dialog_icon_margin = 2131099813;
+
+ // aapt resource value: 0x7F0600A6
+ public const int m3_alert_dialog_icon_size = 2131099814;
+
+ // aapt resource value: 0x7F0600A7
+ public const int m3_alert_dialog_title_bottom_margin = 2131099815;
+
+ // aapt resource value: 0x7F0600A8
+ public const int m3_appbar_expanded_title_margin_bottom = 2131099816;
+
+ // aapt resource value: 0x7F0600A9
+ public const int m3_appbar_expanded_title_margin_horizontal = 2131099817;
+
+ // aapt resource value: 0x7F0600AA
+ public const int m3_appbar_scrim_height_trigger = 2131099818;
+
+ // aapt resource value: 0x7F0600AB
+ public const int m3_appbar_scrim_height_trigger_large = 2131099819;
+
+ // aapt resource value: 0x7F0600AC
+ public const int m3_appbar_scrim_height_trigger_medium = 2131099820;
+
+ // aapt resource value: 0x7F0600AD
+ public const int m3_appbar_size_compact = 2131099821;
+
+ // aapt resource value: 0x7F0600AE
+ public const int m3_appbar_size_large = 2131099822;
+
+ // aapt resource value: 0x7F0600AF
+ public const int m3_appbar_size_medium = 2131099823;
+
+ // aapt resource value: 0x7F0600B0
+ public const int m3_badge_horizontal_offset = 2131099824;
+
+ // aapt resource value: 0x7F0600B1
+ public const int m3_badge_radius = 2131099825;
+
+ // aapt resource value: 0x7F0600B2
+ public const int m3_badge_vertical_offset = 2131099826;
+
+ // aapt resource value: 0x7F0600B3
+ public const int m3_badge_with_text_horizontal_offset = 2131099827;
+
+ // aapt resource value: 0x7F0600B4
+ public const int m3_badge_with_text_radius = 2131099828;
+
+ // aapt resource value: 0x7F0600B5
+ public const int m3_badge_with_text_vertical_offset = 2131099829;
+
+ // aapt resource value: 0x7F0600BE
+ public const int m3_bottomappbar_fab_cradle_margin = 2131099838;
+
+ // aapt resource value: 0x7F0600BF
+ public const int m3_bottomappbar_fab_cradle_rounded_corner_radius = 2131099839;
+
+ // aapt resource value: 0x7F0600C0
+ public const int m3_bottomappbar_fab_cradle_vertical_offset = 2131099840;
+
+ // aapt resource value: 0x7F0600B6
+ public const int m3_bottom_nav_item_active_indicator_height = 2131099830;
+
+ // aapt resource value: 0x7F0600B7
+ public const int m3_bottom_nav_item_active_indicator_margin_horizontal = 2131099831;
+
+ // aapt resource value: 0x7F0600B8
+ public const int m3_bottom_nav_item_active_indicator_width = 2131099832;
+
+ // aapt resource value: 0x7F0600B9
+ public const int m3_bottom_nav_item_padding_bottom = 2131099833;
+
+ // aapt resource value: 0x7F0600BA
+ public const int m3_bottom_nav_item_padding_top = 2131099834;
+
+ // aapt resource value: 0x7F0600BB
+ public const int m3_bottom_nav_min_height = 2131099835;
+
+ // aapt resource value: 0x7F0600BC
+ public const int m3_bottom_sheet_elevation = 2131099836;
+
+ // aapt resource value: 0x7F0600BD
+ public const int m3_bottom_sheet_modal_elevation = 2131099837;
+
+ // aapt resource value: 0x7F0600C1
+ public const int m3_btn_dialog_btn_min_width = 2131099841;
+
+ // aapt resource value: 0x7F0600C2
+ public const int m3_btn_dialog_btn_spacing = 2131099842;
+
+ // aapt resource value: 0x7F0600C3
+ public const int m3_btn_disabled_elevation = 2131099843;
+
+ // aapt resource value: 0x7F0600C4
+ public const int m3_btn_disabled_translation_z = 2131099844;
+
+ // aapt resource value: 0x7F0600C5
+ public const int m3_btn_elevated_btn_elevation = 2131099845;
+
+ // aapt resource value: 0x7F0600C6
+ public const int m3_btn_elevation = 2131099846;
+
+ // aapt resource value: 0x7F0600C7
+ public const int m3_btn_icon_btn_padding_left = 2131099847;
+
+ // aapt resource value: 0x7F0600C8
+ public const int m3_btn_icon_btn_padding_right = 2131099848;
+
+ // aapt resource value: 0x7F0600C9
+ public const int m3_btn_icon_only_default_padding = 2131099849;
+
+ // aapt resource value: 0x7F0600CA
+ public const int m3_btn_icon_only_default_size = 2131099850;
+
+ // aapt resource value: 0x7F0600CB
+ public const int m3_btn_icon_only_icon_padding = 2131099851;
+
+ // aapt resource value: 0x7F0600CC
+ public const int m3_btn_icon_only_min_width = 2131099852;
+
+ // aapt resource value: 0x7F0600CD
+ public const int m3_btn_inset = 2131099853;
+
+ // aapt resource value: 0x7F0600CE
+ public const int m3_btn_max_width = 2131099854;
+
+ // aapt resource value: 0x7F0600CF
+ public const int m3_btn_padding_bottom = 2131099855;
+
+ // aapt resource value: 0x7F0600D0
+ public const int m3_btn_padding_left = 2131099856;
+
+ // aapt resource value: 0x7F0600D1
+ public const int m3_btn_padding_right = 2131099857;
+
+ // aapt resource value: 0x7F0600D2
+ public const int m3_btn_padding_top = 2131099858;
+
+ // aapt resource value: 0x7F0600D3
+ public const int m3_btn_stroke_size = 2131099859;
+
+ // aapt resource value: 0x7F0600D4
+ public const int m3_btn_text_btn_icon_padding_left = 2131099860;
+
+ // aapt resource value: 0x7F0600D5
+ public const int m3_btn_text_btn_icon_padding_right = 2131099861;
+
+ // aapt resource value: 0x7F0600D6
+ public const int m3_btn_text_btn_padding_left = 2131099862;
+
+ // aapt resource value: 0x7F0600D7
+ public const int m3_btn_text_btn_padding_right = 2131099863;
+
+ // aapt resource value: 0x7F0600D8
+ public const int m3_btn_translation_z_base = 2131099864;
+
+ // aapt resource value: 0x7F0600D9
+ public const int m3_btn_translation_z_hovered = 2131099865;
+
+ // aapt resource value: 0x7F0600DA
+ public const int m3_card_dragged_z = 2131099866;
+
+ // aapt resource value: 0x7F0600DB
+ public const int m3_card_elevated_dragged_z = 2131099867;
+
+ // aapt resource value: 0x7F0600DC
+ public const int m3_card_elevated_elevation = 2131099868;
+
+ // aapt resource value: 0x7F0600DD
+ public const int m3_card_elevated_hovered_z = 2131099869;
+
+ // aapt resource value: 0x7F0600DE
+ public const int m3_card_elevation = 2131099870;
+
+ // aapt resource value: 0x7F0600DF
+ public const int m3_card_hovered_z = 2131099871;
+
+ // aapt resource value: 0x7F0600E0
+ public const int m3_card_stroke_width = 2131099872;
+
+ // aapt resource value: 0x7F0600E1
+ public const int m3_chip_checked_hovered_translation_z = 2131099873;
+
+ // aapt resource value: 0x7F0600E2
+ public const int m3_chip_corner_size = 2131099874;
+
+ // aapt resource value: 0x7F0600E3
+ public const int m3_chip_disabled_translation_z = 2131099875;
+
+ // aapt resource value: 0x7F0600E4
+ public const int m3_chip_dragged_translation_z = 2131099876;
+
+ // aapt resource value: 0x7F0600E5
+ public const int m3_chip_elevated_elevation = 2131099877;
+
+ // aapt resource value: 0x7F0600E6
+ public const int m3_chip_hovered_translation_z = 2131099878;
+
+ // aapt resource value: 0x7F0600E7
+ public const int m3_chip_icon_size = 2131099879;
+
+ // aapt resource value: 0x7F0600E8
+ public const int m3_datepicker_elevation = 2131099880;
+
+ // aapt resource value: 0x7F0600E9
+ public const int m3_divider_heavy_thickness = 2131099881;
+
+ // aapt resource value: 0x7F0600EA
+ public const int m3_extended_fab_bottom_padding = 2131099882;
+
+ // aapt resource value: 0x7F0600EB
+ public const int m3_extended_fab_end_padding = 2131099883;
+
+ // aapt resource value: 0x7F0600EC
+ public const int m3_extended_fab_icon_padding = 2131099884;
+
+ // aapt resource value: 0x7F0600ED
+ public const int m3_extended_fab_min_height = 2131099885;
+
+ // aapt resource value: 0x7F0600EE
+ public const int m3_extended_fab_start_padding = 2131099886;
+
+ // aapt resource value: 0x7F0600EF
+ public const int m3_extended_fab_top_padding = 2131099887;
+
+ // aapt resource value: 0x7F0600F0
+ public const int m3_fab_border_width = 2131099888;
+
+ // aapt resource value: 0x7F0600F1
+ public const int m3_fab_corner_size = 2131099889;
+
+ // aapt resource value: 0x7F0600F2
+ public const int m3_fab_translation_z_hovered_focused = 2131099890;
+
+ // aapt resource value: 0x7F0600F3
+ public const int m3_fab_translation_z_pressed = 2131099891;
+
+ // aapt resource value: 0x7F0600F4
+ public const int m3_large_fab_max_image_size = 2131099892;
+
+ // aapt resource value: 0x7F0600F5
+ public const int m3_large_fab_size = 2131099893;
+
+ // aapt resource value: 0x7F0600F6
+ public const int m3_menu_elevation = 2131099894;
+
+ // aapt resource value: 0x7F0600F7
+ public const int m3_navigation_drawer_layout_corner_size = 2131099895;
+
+ // aapt resource value: 0x7F0600F8
+ public const int m3_navigation_item_horizontal_padding = 2131099896;
+
+ // aapt resource value: 0x7F0600F9
+ public const int m3_navigation_item_icon_padding = 2131099897;
+
+ // aapt resource value: 0x7F0600FA
+ public const int m3_navigation_item_shape_inset_bottom = 2131099898;
+
+ // aapt resource value: 0x7F0600FB
+ public const int m3_navigation_item_shape_inset_end = 2131099899;
+
+ // aapt resource value: 0x7F0600FC
+ public const int m3_navigation_item_shape_inset_start = 2131099900;
+
+ // aapt resource value: 0x7F0600FD
+ public const int m3_navigation_item_shape_inset_top = 2131099901;
+
+ // aapt resource value: 0x7F0600FE
+ public const int m3_navigation_item_vertical_padding = 2131099902;
+
+ // aapt resource value: 0x7F0600FF
+ public const int m3_navigation_menu_divider_horizontal_padding = 2131099903;
+
+ // aapt resource value: 0x7F060100
+ public const int m3_navigation_menu_headline_horizontal_padding = 2131099904;
+
+ // aapt resource value: 0x7F060101
+ public const int m3_navigation_rail_default_width = 2131099905;
+
+ // aapt resource value: 0x7F060102
+ public const int m3_navigation_rail_item_active_indicator_height = 2131099906;
+
+ // aapt resource value: 0x7F060103
+ public const int m3_navigation_rail_item_active_indicator_margin_horizontal = 2131099907;
+
+ // aapt resource value: 0x7F060104
+ public const int m3_navigation_rail_item_active_indicator_width = 2131099908;
+
+ // aapt resource value: 0x7F060105
+ public const int m3_navigation_rail_item_min_height = 2131099909;
+
+ // aapt resource value: 0x7F060106
+ public const int m3_navigation_rail_item_padding_bottom = 2131099910;
+
+ // aapt resource value: 0x7F060107
+ public const int m3_navigation_rail_item_padding_top = 2131099911;
+
+ // aapt resource value: 0x7F060108
+ public const int m3_ripple_default_alpha = 2131099912;
+
+ // aapt resource value: 0x7F060109
+ public const int m3_ripple_focused_alpha = 2131099913;
+
+ // aapt resource value: 0x7F06010A
+ public const int m3_ripple_hovered_alpha = 2131099914;
+
+ // aapt resource value: 0x7F06010B
+ public const int m3_ripple_pressed_alpha = 2131099915;
+
+ // aapt resource value: 0x7F06010C
+ public const int m3_ripple_selectable_pressed_alpha = 2131099916;
+
+ // aapt resource value: 0x7F06010D
+ public const int m3_slider_thumb_elevation = 2131099917;
+
+ // aapt resource value: 0x7F06010E
+ public const int m3_snackbar_action_text_color_alpha = 2131099918;
+
+ // aapt resource value: 0x7F06010F
+ public const int m3_snackbar_margin = 2131099919;
+
+ // aapt resource value: 0x7F060110
+ public const int m3_sys_elevation_level0 = 2131099920;
+
+ // aapt resource value: 0x7F060111
+ public const int m3_sys_elevation_level1 = 2131099921;
+
+ // aapt resource value: 0x7F060112
+ public const int m3_sys_elevation_level2 = 2131099922;
+
+ // aapt resource value: 0x7F060113
+ public const int m3_sys_elevation_level3 = 2131099923;
+
+ // aapt resource value: 0x7F060114
+ public const int m3_sys_elevation_level4 = 2131099924;
+
+ // aapt resource value: 0x7F060115
+ public const int m3_sys_elevation_level5 = 2131099925;
+
+ // aapt resource value: 0x7F060116
+ public const int m3_sys_motion_easing_emphasized_accelerate_control_x1 = 2131099926;
+
+ // aapt resource value: 0x7F060117
+ public const int m3_sys_motion_easing_emphasized_accelerate_control_x2 = 2131099927;
+
+ // aapt resource value: 0x7F060118
+ public const int m3_sys_motion_easing_emphasized_accelerate_control_y1 = 2131099928;
+
+ // aapt resource value: 0x7F060119
+ public const int m3_sys_motion_easing_emphasized_accelerate_control_y2 = 2131099929;
+
+ // aapt resource value: 0x7F06011A
+ public const int m3_sys_motion_easing_emphasized_decelerate_control_x1 = 2131099930;
+
+ // aapt resource value: 0x7F06011B
+ public const int m3_sys_motion_easing_emphasized_decelerate_control_x2 = 2131099931;
+
+ // aapt resource value: 0x7F06011C
+ public const int m3_sys_motion_easing_emphasized_decelerate_control_y1 = 2131099932;
+
+ // aapt resource value: 0x7F06011D
+ public const int m3_sys_motion_easing_emphasized_decelerate_control_y2 = 2131099933;
+
+ // aapt resource value: 0x7F06011E
+ public const int m3_sys_motion_easing_legacy_accelerate_control_x1 = 2131099934;
+
+ // aapt resource value: 0x7F06011F
+ public const int m3_sys_motion_easing_legacy_accelerate_control_x2 = 2131099935;
+
+ // aapt resource value: 0x7F060120
+ public const int m3_sys_motion_easing_legacy_accelerate_control_y1 = 2131099936;
+
+ // aapt resource value: 0x7F060121
+ public const int m3_sys_motion_easing_legacy_accelerate_control_y2 = 2131099937;
+
+ // aapt resource value: 0x7F060122
+ public const int m3_sys_motion_easing_legacy_control_x1 = 2131099938;
+
+ // aapt resource value: 0x7F060123
+ public const int m3_sys_motion_easing_legacy_control_x2 = 2131099939;
+
+ // aapt resource value: 0x7F060124
+ public const int m3_sys_motion_easing_legacy_control_y1 = 2131099940;
+
+ // aapt resource value: 0x7F060125
+ public const int m3_sys_motion_easing_legacy_control_y2 = 2131099941;
+
+ // aapt resource value: 0x7F060126
+ public const int m3_sys_motion_easing_legacy_decelerate_control_x1 = 2131099942;
+
+ // aapt resource value: 0x7F060127
+ public const int m3_sys_motion_easing_legacy_decelerate_control_x2 = 2131099943;
+
+ // aapt resource value: 0x7F060128
+ public const int m3_sys_motion_easing_legacy_decelerate_control_y1 = 2131099944;
+
+ // aapt resource value: 0x7F060129
+ public const int m3_sys_motion_easing_legacy_decelerate_control_y2 = 2131099945;
+
+ // aapt resource value: 0x7F06012A
+ public const int m3_sys_motion_easing_linear_control_x1 = 2131099946;
+
+ // aapt resource value: 0x7F06012B
+ public const int m3_sys_motion_easing_linear_control_x2 = 2131099947;
+
+ // aapt resource value: 0x7F06012C
+ public const int m3_sys_motion_easing_linear_control_y1 = 2131099948;
+
+ // aapt resource value: 0x7F06012D
+ public const int m3_sys_motion_easing_linear_control_y2 = 2131099949;
+
+ // aapt resource value: 0x7F06012E
+ public const int m3_sys_motion_easing_standard_accelerate_control_x1 = 2131099950;
+
+ // aapt resource value: 0x7F06012F
+ public const int m3_sys_motion_easing_standard_accelerate_control_x2 = 2131099951;
+
+ // aapt resource value: 0x7F060130
+ public const int m3_sys_motion_easing_standard_accelerate_control_y1 = 2131099952;
+
+ // aapt resource value: 0x7F060131
+ public const int m3_sys_motion_easing_standard_accelerate_control_y2 = 2131099953;
+
+ // aapt resource value: 0x7F060132
+ public const int m3_sys_motion_easing_standard_control_x1 = 2131099954;
+
+ // aapt resource value: 0x7F060133
+ public const int m3_sys_motion_easing_standard_control_x2 = 2131099955;
+
+ // aapt resource value: 0x7F060134
+ public const int m3_sys_motion_easing_standard_control_y1 = 2131099956;
+
+ // aapt resource value: 0x7F060135
+ public const int m3_sys_motion_easing_standard_control_y2 = 2131099957;
+
+ // aapt resource value: 0x7F060136
+ public const int m3_sys_motion_easing_standard_decelerate_control_x1 = 2131099958;
+
+ // aapt resource value: 0x7F060137
+ public const int m3_sys_motion_easing_standard_decelerate_control_x2 = 2131099959;
+
+ // aapt resource value: 0x7F060138
+ public const int m3_sys_motion_easing_standard_decelerate_control_y1 = 2131099960;
+
+ // aapt resource value: 0x7F060139
+ public const int m3_sys_motion_easing_standard_decelerate_control_y2 = 2131099961;
+
+ // aapt resource value: 0x7F06013A
+ public const int m3_sys_state_dragged_state_layer_opacity = 2131099962;
+
+ // aapt resource value: 0x7F06013B
+ public const int m3_sys_state_focus_state_layer_opacity = 2131099963;
+
+ // aapt resource value: 0x7F06013C
+ public const int m3_sys_state_hover_state_layer_opacity = 2131099964;
+
+ // aapt resource value: 0x7F06013D
+ public const int m3_sys_state_pressed_state_layer_opacity = 2131099965;
+
+ // aapt resource value: 0x7F06013E
+ public const int m3_timepicker_display_stroke_width = 2131099966;
+
+ // aapt resource value: 0x7F06013F
+ public const int m3_timepicker_window_elevation = 2131099967;
+
+ // aapt resource value: 0x7F060140
+ public const int material_bottom_sheet_max_width = 2131099968;
+
+ // aapt resource value: 0x7F060141
+ public const int material_clock_display_padding = 2131099969;
+
+ // aapt resource value: 0x7F060142
+ public const int material_clock_face_margin_top = 2131099970;
+
+ // aapt resource value: 0x7F060143
+ public const int material_clock_hand_center_dot_radius = 2131099971;
+
+ // aapt resource value: 0x7F060144
+ public const int material_clock_hand_padding = 2131099972;
+
+ // aapt resource value: 0x7F060145
+ public const int material_clock_hand_stroke_width = 2131099973;
+
+ // aapt resource value: 0x7F060146
+ public const int material_clock_number_text_padding = 2131099974;
+
+ // aapt resource value: 0x7F060147
+ public const int material_clock_number_text_size = 2131099975;
+
+ // aapt resource value: 0x7F060148
+ public const int material_clock_period_toggle_height = 2131099976;
+
+ // aapt resource value: 0x7F060149
+ public const int material_clock_period_toggle_margin_left = 2131099977;
+
+ // aapt resource value: 0x7F06014A
+ public const int material_clock_period_toggle_width = 2131099978;
+
+ // aapt resource value: 0x7F06014B
+ public const int material_clock_size = 2131099979;
+
+ // aapt resource value: 0x7F06014C
+ public const int material_cursor_inset_bottom = 2131099980;
+
+ // aapt resource value: 0x7F06014D
+ public const int material_cursor_inset_top = 2131099981;
+
+ // aapt resource value: 0x7F06014E
+ public const int material_cursor_width = 2131099982;
+
+ // aapt resource value: 0x7F06014F
+ public const int material_divider_thickness = 2131099983;
+
+ // aapt resource value: 0x7F060150
+ public const int material_emphasis_disabled = 2131099984;
+
+ // aapt resource value: 0x7F060151
+ public const int material_emphasis_disabled_background = 2131099985;
+
+ // aapt resource value: 0x7F060152
+ public const int material_emphasis_high_type = 2131099986;
+
+ // aapt resource value: 0x7F060153
+ public const int material_emphasis_medium = 2131099987;
+
+ // aapt resource value: 0x7F060154
+ public const int material_filled_edittext_font_1_3_padding_bottom = 2131099988;
+
+ // aapt resource value: 0x7F060155
+ public const int material_filled_edittext_font_1_3_padding_top = 2131099989;
+
+ // aapt resource value: 0x7F060156
+ public const int material_filled_edittext_font_2_0_padding_bottom = 2131099990;
+
+ // aapt resource value: 0x7F060157
+ public const int material_filled_edittext_font_2_0_padding_top = 2131099991;
+
+ // aapt resource value: 0x7F060158
+ public const int material_font_1_3_box_collapsed_padding_top = 2131099992;
+
+ // aapt resource value: 0x7F060159
+ public const int material_font_2_0_box_collapsed_padding_top = 2131099993;
+
+ // aapt resource value: 0x7F06015A
+ public const int material_helper_text_default_padding_top = 2131099994;
+
+ // aapt resource value: 0x7F06015B
+ public const int material_helper_text_font_1_3_padding_horizontal = 2131099995;
+
+ // aapt resource value: 0x7F06015C
+ public const int material_helper_text_font_1_3_padding_top = 2131099996;
+
+ // aapt resource value: 0x7F06015D
+ public const int material_input_text_to_prefix_suffix_padding = 2131099997;
+
+ // aapt resource value: 0x7F060162
+ public const int material_textinput_default_width = 2131100002;
+
+ // aapt resource value: 0x7F060163
+ public const int material_textinput_max_width = 2131100003;
+
+ // aapt resource value: 0x7F060164
+ public const int material_textinput_min_width = 2131100004;
+
+ // aapt resource value: 0x7F06015E
+ public const int material_text_size_dp = 2131099998;
+
+ // aapt resource value: 0x7F06015F
+ public const int material_text_size_sp = 2131099999;
+
+ // aapt resource value: 0x7F060160
+ public const int material_text_view_test_line_height = 2131100000;
+
+ // aapt resource value: 0x7F060161
+ public const int material_text_view_test_line_height_override = 2131100001;
+
+ // aapt resource value: 0x7F060167
+ public const int material_timepicker_dialog_buttons_margin_top = 2131100007;
+
+ // aapt resource value: 0x7F060165
+ public const int material_time_picker_minimum_screen_height = 2131100005;
+
+ // aapt resource value: 0x7F060166
+ public const int material_time_picker_minimum_screen_width = 2131100006;
+
+ // aapt resource value: 0x7F060168
+ public const int mtrl_alert_dialog_background_inset_bottom = 2131100008;
+
+ // aapt resource value: 0x7F060169
+ public const int mtrl_alert_dialog_background_inset_end = 2131100009;
+
+ // aapt resource value: 0x7F06016A
+ public const int mtrl_alert_dialog_background_inset_start = 2131100010;
+
+ // aapt resource value: 0x7F06016B
+ public const int mtrl_alert_dialog_background_inset_top = 2131100011;
+
+ // aapt resource value: 0x7F06016C
+ public const int mtrl_alert_dialog_picker_background_inset = 2131100012;
+
+ // aapt resource value: 0x7F06016D
+ public const int mtrl_badge_horizontal_edge_offset = 2131100013;
+
+ // aapt resource value: 0x7F06016E
+ public const int mtrl_badge_long_text_horizontal_padding = 2131100014;
+
+ // aapt resource value: 0x7F06016F
+ public const int mtrl_badge_radius = 2131100015;
+
+ // aapt resource value: 0x7F060170
+ public const int mtrl_badge_text_horizontal_edge_offset = 2131100016;
+
+ // aapt resource value: 0x7F060171
+ public const int mtrl_badge_text_size = 2131100017;
+
+ // aapt resource value: 0x7F060172
+ public const int mtrl_badge_toolbar_action_menu_item_horizontal_offset = 2131100018;
+
+ // aapt resource value: 0x7F060173
+ public const int mtrl_badge_toolbar_action_menu_item_vertical_offset = 2131100019;
+
+ // aapt resource value: 0x7F060174
+ public const int mtrl_badge_with_text_radius = 2131100020;
+
+ // aapt resource value: 0x7F060175
+ public const int mtrl_bottomappbar_fabOffsetEndMode = 2131100021;
+
+ // aapt resource value: 0x7F060176
+ public const int mtrl_bottomappbar_fab_bottom_margin = 2131100022;
+
+ // aapt resource value: 0x7F060177
+ public const int mtrl_bottomappbar_fab_cradle_margin = 2131100023;
+
+ // aapt resource value: 0x7F060178
+ public const int mtrl_bottomappbar_fab_cradle_rounded_corner_radius = 2131100024;
+
+ // aapt resource value: 0x7F060179
+ public const int mtrl_bottomappbar_fab_cradle_vertical_offset = 2131100025;
+
+ // aapt resource value: 0x7F06017A
+ public const int mtrl_bottomappbar_height = 2131100026;
+
+ // aapt resource value: 0x7F06017B
+ public const int mtrl_btn_corner_radius = 2131100027;
+
+ // aapt resource value: 0x7F06017C
+ public const int mtrl_btn_dialog_btn_min_width = 2131100028;
+
+ // aapt resource value: 0x7F06017D
+ public const int mtrl_btn_disabled_elevation = 2131100029;
+
+ // aapt resource value: 0x7F06017E
+ public const int mtrl_btn_disabled_z = 2131100030;
+
+ // aapt resource value: 0x7F06017F
+ public const int mtrl_btn_elevation = 2131100031;
+
+ // aapt resource value: 0x7F060180
+ public const int mtrl_btn_focused_z = 2131100032;
+
+ // aapt resource value: 0x7F060181
+ public const int mtrl_btn_hovered_z = 2131100033;
+
+ // aapt resource value: 0x7F060182
+ public const int mtrl_btn_icon_btn_padding_left = 2131100034;
+
+ // aapt resource value: 0x7F060183
+ public const int mtrl_btn_icon_padding = 2131100035;
+
+ // aapt resource value: 0x7F060184
+ public const int mtrl_btn_inset = 2131100036;
+
+ // aapt resource value: 0x7F060185
+ public const int mtrl_btn_letter_spacing = 2131100037;
+
+ // aapt resource value: 0x7F060186
+ public const int mtrl_btn_max_width = 2131100038;
+
+ // aapt resource value: 0x7F060187
+ public const int mtrl_btn_padding_bottom = 2131100039;
+
+ // aapt resource value: 0x7F060188
+ public const int mtrl_btn_padding_left = 2131100040;
+
+ // aapt resource value: 0x7F060189
+ public const int mtrl_btn_padding_right = 2131100041;
+
+ // aapt resource value: 0x7F06018A
+ public const int mtrl_btn_padding_top = 2131100042;
+
+ // aapt resource value: 0x7F06018B
+ public const int mtrl_btn_pressed_z = 2131100043;
+
+ // aapt resource value: 0x7F06018C
+ public const int mtrl_btn_snackbar_margin_horizontal = 2131100044;
+
+ // aapt resource value: 0x7F06018D
+ public const int mtrl_btn_stroke_size = 2131100045;
+
+ // aapt resource value: 0x7F06018E
+ public const int mtrl_btn_text_btn_icon_padding = 2131100046;
+
+ // aapt resource value: 0x7F06018F
+ public const int mtrl_btn_text_btn_padding_left = 2131100047;
+
+ // aapt resource value: 0x7F060190
+ public const int mtrl_btn_text_btn_padding_right = 2131100048;
+
+ // aapt resource value: 0x7F060191
+ public const int mtrl_btn_text_size = 2131100049;
+
+ // aapt resource value: 0x7F060192
+ public const int mtrl_btn_z = 2131100050;
+
+ // aapt resource value: 0x7F060193
+ public const int mtrl_calendar_action_confirm_button_min_width = 2131100051;
+
+ // aapt resource value: 0x7F060194
+ public const int mtrl_calendar_action_height = 2131100052;
+
+ // aapt resource value: 0x7F060195
+ public const int mtrl_calendar_action_padding = 2131100053;
+
+ // aapt resource value: 0x7F060196
+ public const int mtrl_calendar_bottom_padding = 2131100054;
+
+ // aapt resource value: 0x7F060197
+ public const int mtrl_calendar_content_padding = 2131100055;
+
+ // aapt resource value: 0x7F06019E
+ public const int mtrl_calendar_days_of_week_height = 2131100062;
+
+ // aapt resource value: 0x7F060198
+ public const int mtrl_calendar_day_corner = 2131100056;
+
+ // aapt resource value: 0x7F060199
+ public const int mtrl_calendar_day_height = 2131100057;
+
+ // aapt resource value: 0x7F06019A
+ public const int mtrl_calendar_day_horizontal_padding = 2131100058;
+
+ // aapt resource value: 0x7F06019B
+ public const int mtrl_calendar_day_today_stroke = 2131100059;
+
+ // aapt resource value: 0x7F06019C
+ public const int mtrl_calendar_day_vertical_padding = 2131100060;
+
+ // aapt resource value: 0x7F06019D
+ public const int mtrl_calendar_day_width = 2131100061;
+
+ // aapt resource value: 0x7F06019F
+ public const int mtrl_calendar_dialog_background_inset = 2131100063;
+
+ // aapt resource value: 0x7F0601A0
+ public const int mtrl_calendar_header_content_padding = 2131100064;
+
+ // aapt resource value: 0x7F0601A1
+ public const int mtrl_calendar_header_content_padding_fullscreen = 2131100065;
+
+ // aapt resource value: 0x7F0601A2
+ public const int mtrl_calendar_header_divider_thickness = 2131100066;
+
+ // aapt resource value: 0x7F0601A3
+ public const int mtrl_calendar_header_height = 2131100067;
+
+ // aapt resource value: 0x7F0601A4
+ public const int mtrl_calendar_header_height_fullscreen = 2131100068;
+
+ // aapt resource value: 0x7F0601A5
+ public const int mtrl_calendar_header_selection_line_height = 2131100069;
+
+ // aapt resource value: 0x7F0601A6
+ public const int mtrl_calendar_header_text_padding = 2131100070;
+
+ // aapt resource value: 0x7F0601A7
+ public const int mtrl_calendar_header_toggle_margin_bottom = 2131100071;
+
+ // aapt resource value: 0x7F0601A8
+ public const int mtrl_calendar_header_toggle_margin_top = 2131100072;
+
+ // aapt resource value: 0x7F0601A9
+ public const int mtrl_calendar_landscape_header_width = 2131100073;
+
+ // aapt resource value: 0x7F0601AA
+ public const int mtrl_calendar_maximum_default_fullscreen_minor_axis = 2131100074;
+
+ // aapt resource value: 0x7F0601AB
+ public const int mtrl_calendar_month_horizontal_padding = 2131100075;
+
+ // aapt resource value: 0x7F0601AC
+ public const int mtrl_calendar_month_vertical_padding = 2131100076;
+
+ // aapt resource value: 0x7F0601AD
+ public const int mtrl_calendar_navigation_bottom_padding = 2131100077;
+
+ // aapt resource value: 0x7F0601AE
+ public const int mtrl_calendar_navigation_height = 2131100078;
+
+ // aapt resource value: 0x7F0601AF
+ public const int mtrl_calendar_navigation_top_padding = 2131100079;
+
+ // aapt resource value: 0x7F0601B0
+ public const int mtrl_calendar_pre_l_text_clip_padding = 2131100080;
+
+ // aapt resource value: 0x7F0601B1
+ public const int mtrl_calendar_selection_baseline_to_top_fullscreen = 2131100081;
+
+ // aapt resource value: 0x7F0601B2
+ public const int mtrl_calendar_selection_text_baseline_to_bottom = 2131100082;
+
+ // aapt resource value: 0x7F0601B3
+ public const int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 2131100083;
+
+ // aapt resource value: 0x7F0601B4
+ public const int mtrl_calendar_selection_text_baseline_to_top = 2131100084;
+
+ // aapt resource value: 0x7F0601B5
+ public const int mtrl_calendar_text_input_padding_top = 2131100085;
+
+ // aapt resource value: 0x7F0601B6
+ public const int mtrl_calendar_title_baseline_to_top = 2131100086;
+
+ // aapt resource value: 0x7F0601B7
+ public const int mtrl_calendar_title_baseline_to_top_fullscreen = 2131100087;
+
+ // aapt resource value: 0x7F0601B8
+ public const int mtrl_calendar_year_corner = 2131100088;
+
+ // aapt resource value: 0x7F0601B9
+ public const int mtrl_calendar_year_height = 2131100089;
+
+ // aapt resource value: 0x7F0601BA
+ public const int mtrl_calendar_year_horizontal_padding = 2131100090;
+
+ // aapt resource value: 0x7F0601BB
+ public const int mtrl_calendar_year_vertical_padding = 2131100091;
+
+ // aapt resource value: 0x7F0601BC
+ public const int mtrl_calendar_year_width = 2131100092;
+
+ // aapt resource value: 0x7F0601BD
+ public const int mtrl_card_checked_icon_margin = 2131100093;
+
+ // aapt resource value: 0x7F0601BE
+ public const int mtrl_card_checked_icon_size = 2131100094;
+
+ // aapt resource value: 0x7F0601BF
+ public const int mtrl_card_corner_radius = 2131100095;
+
+ // aapt resource value: 0x7F0601C0
+ public const int mtrl_card_dragged_z = 2131100096;
+
+ // aapt resource value: 0x7F0601C1
+ public const int mtrl_card_elevation = 2131100097;
+
+ // aapt resource value: 0x7F0601C2
+ public const int mtrl_card_spacing = 2131100098;
+
+ // aapt resource value: 0x7F0601C3
+ public const int mtrl_chip_pressed_translation_z = 2131100099;
+
+ // aapt resource value: 0x7F0601C4
+ public const int mtrl_chip_text_size = 2131100100;
+
+ // aapt resource value: 0x7F0601C5
+ public const int mtrl_exposed_dropdown_menu_popup_elevation = 2131100101;
+
+ // aapt resource value: 0x7F0601C6
+ public const int mtrl_exposed_dropdown_menu_popup_vertical_offset = 2131100102;
+
+ // aapt resource value: 0x7F0601C7
+ public const int mtrl_exposed_dropdown_menu_popup_vertical_padding = 2131100103;
+
+ // aapt resource value: 0x7F0601C8
+ public const int mtrl_extended_fab_bottom_padding = 2131100104;
+
+ // aapt resource value: 0x7F0601C9
+ public const int mtrl_extended_fab_corner_radius = 2131100105;
+
+ // aapt resource value: 0x7F0601CA
+ public const int mtrl_extended_fab_disabled_elevation = 2131100106;
+
+ // aapt resource value: 0x7F0601CB
+ public const int mtrl_extended_fab_disabled_translation_z = 2131100107;
+
+ // aapt resource value: 0x7F0601CC
+ public const int mtrl_extended_fab_elevation = 2131100108;
+
+ // aapt resource value: 0x7F0601CD
+ public const int mtrl_extended_fab_end_padding = 2131100109;
+
+ // aapt resource value: 0x7F0601CE
+ public const int mtrl_extended_fab_end_padding_icon = 2131100110;
+
+ // aapt resource value: 0x7F0601CF
+ public const int mtrl_extended_fab_icon_size = 2131100111;
+
+ // aapt resource value: 0x7F0601D0
+ public const int mtrl_extended_fab_icon_text_spacing = 2131100112;
+
+ // aapt resource value: 0x7F0601D1
+ public const int mtrl_extended_fab_min_height = 2131100113;
+
+ // aapt resource value: 0x7F0601D2
+ public const int mtrl_extended_fab_min_width = 2131100114;
+
+ // aapt resource value: 0x7F0601D3
+ public const int mtrl_extended_fab_start_padding = 2131100115;
+
+ // aapt resource value: 0x7F0601D4
+ public const int mtrl_extended_fab_start_padding_icon = 2131100116;
+
+ // aapt resource value: 0x7F0601D5
+ public const int mtrl_extended_fab_top_padding = 2131100117;
+
+ // aapt resource value: 0x7F0601D6
+ public const int mtrl_extended_fab_translation_z_base = 2131100118;
+
+ // aapt resource value: 0x7F0601D7
+ public const int mtrl_extended_fab_translation_z_hovered_focused = 2131100119;
+
+ // aapt resource value: 0x7F0601D8
+ public const int mtrl_extended_fab_translation_z_pressed = 2131100120;
+
+ // aapt resource value: 0x7F0601D9
+ public const int mtrl_fab_elevation = 2131100121;
+
+ // aapt resource value: 0x7F0601DA
+ public const int mtrl_fab_min_touch_target = 2131100122;
+
+ // aapt resource value: 0x7F0601DB
+ public const int mtrl_fab_translation_z_hovered_focused = 2131100123;
+
+ // aapt resource value: 0x7F0601DC
+ public const int mtrl_fab_translation_z_pressed = 2131100124;
+
+ // aapt resource value: 0x7F0601DD
+ public const int mtrl_high_ripple_default_alpha = 2131100125;
+
+ // aapt resource value: 0x7F0601DE
+ public const int mtrl_high_ripple_focused_alpha = 2131100126;
+
+ // aapt resource value: 0x7F0601DF
+ public const int mtrl_high_ripple_hovered_alpha = 2131100127;
+
+ // aapt resource value: 0x7F0601E0
+ public const int mtrl_high_ripple_pressed_alpha = 2131100128;
+
+ // aapt resource value: 0x7F0601E1
+ public const int mtrl_large_touch_target = 2131100129;
+
+ // aapt resource value: 0x7F0601E2
+ public const int mtrl_low_ripple_default_alpha = 2131100130;
+
+ // aapt resource value: 0x7F0601E3
+ public const int mtrl_low_ripple_focused_alpha = 2131100131;
+
+ // aapt resource value: 0x7F0601E4
+ public const int mtrl_low_ripple_hovered_alpha = 2131100132;
+
+ // aapt resource value: 0x7F0601E5
+ public const int mtrl_low_ripple_pressed_alpha = 2131100133;
+
+ // aapt resource value: 0x7F0601E6
+ public const int mtrl_min_touch_target_size = 2131100134;
+
+ // aapt resource value: 0x7F0601E7
+ public const int mtrl_navigation_bar_item_default_icon_size = 2131100135;
+
+ // aapt resource value: 0x7F0601E8
+ public const int mtrl_navigation_bar_item_default_margin = 2131100136;
+
+ // aapt resource value: 0x7F0601E9
+ public const int mtrl_navigation_elevation = 2131100137;
+
+ // aapt resource value: 0x7F0601EA
+ public const int mtrl_navigation_item_horizontal_padding = 2131100138;
+
+ // aapt resource value: 0x7F0601EB
+ public const int mtrl_navigation_item_icon_padding = 2131100139;
+
+ // aapt resource value: 0x7F0601EC
+ public const int mtrl_navigation_item_icon_size = 2131100140;
+
+ // aapt resource value: 0x7F0601ED
+ public const int mtrl_navigation_item_shape_horizontal_margin = 2131100141;
+
+ // aapt resource value: 0x7F0601EE
+ public const int mtrl_navigation_item_shape_vertical_margin = 2131100142;
+
+ // aapt resource value: 0x7F0601EF
+ public const int mtrl_navigation_rail_active_text_size = 2131100143;
+
+ // aapt resource value: 0x7F0601F0
+ public const int mtrl_navigation_rail_compact_width = 2131100144;
+
+ // aapt resource value: 0x7F0601F1
+ public const int mtrl_navigation_rail_default_width = 2131100145;
+
+ // aapt resource value: 0x7F0601F2
+ public const int mtrl_navigation_rail_elevation = 2131100146;
+
+ // aapt resource value: 0x7F0601F3
+ public const int mtrl_navigation_rail_icon_margin = 2131100147;
+
+ // aapt resource value: 0x7F0601F4
+ public const int mtrl_navigation_rail_icon_size = 2131100148;
+
+ // aapt resource value: 0x7F0601F5
+ public const int mtrl_navigation_rail_margin = 2131100149;
+
+ // aapt resource value: 0x7F0601F6
+ public const int mtrl_navigation_rail_text_bottom_margin = 2131100150;
+
+ // aapt resource value: 0x7F0601F7
+ public const int mtrl_navigation_rail_text_size = 2131100151;
+
+ // aapt resource value: 0x7F0601F8
+ public const int mtrl_progress_circular_inset = 2131100152;
+
+ // aapt resource value: 0x7F0601F9
+ public const int mtrl_progress_circular_inset_extra_small = 2131100153;
+
+ // aapt resource value: 0x7F0601FA
+ public const int mtrl_progress_circular_inset_medium = 2131100154;
+
+ // aapt resource value: 0x7F0601FB
+ public const int mtrl_progress_circular_inset_small = 2131100155;
+
+ // aapt resource value: 0x7F0601FC
+ public const int mtrl_progress_circular_radius = 2131100156;
+
+ // aapt resource value: 0x7F0601FD
+ public const int mtrl_progress_circular_size = 2131100157;
+
+ // aapt resource value: 0x7F0601FE
+ public const int mtrl_progress_circular_size_extra_small = 2131100158;
+
+ // aapt resource value: 0x7F0601FF
+ public const int mtrl_progress_circular_size_medium = 2131100159;
+
+ // aapt resource value: 0x7F060200
+ public const int mtrl_progress_circular_size_small = 2131100160;
+
+ // aapt resource value: 0x7F060201
+ public const int mtrl_progress_circular_track_thickness_extra_small = 2131100161;
+
+ // aapt resource value: 0x7F060202
+ public const int mtrl_progress_circular_track_thickness_medium = 2131100162;
+
+ // aapt resource value: 0x7F060203
+ public const int mtrl_progress_circular_track_thickness_small = 2131100163;
+
+ // aapt resource value: 0x7F060204
+ public const int mtrl_progress_indicator_full_rounded_corner_radius = 2131100164;
+
+ // aapt resource value: 0x7F060205
+ public const int mtrl_progress_track_thickness = 2131100165;
+
+ // aapt resource value: 0x7F060206
+ public const int mtrl_shape_corner_size_large_component = 2131100166;
+
+ // aapt resource value: 0x7F060207
+ public const int mtrl_shape_corner_size_medium_component = 2131100167;
+
+ // aapt resource value: 0x7F060208
+ public const int mtrl_shape_corner_size_small_component = 2131100168;
+
+ // aapt resource value: 0x7F060209
+ public const int mtrl_slider_halo_radius = 2131100169;
+
+ // aapt resource value: 0x7F06020A
+ public const int mtrl_slider_label_padding = 2131100170;
+
+ // aapt resource value: 0x7F06020B
+ public const int mtrl_slider_label_radius = 2131100171;
+
+ // aapt resource value: 0x7F06020C
+ public const int mtrl_slider_label_square_side = 2131100172;
+
+ // aapt resource value: 0x7F06020D
+ public const int mtrl_slider_thumb_elevation = 2131100173;
+
+ // aapt resource value: 0x7F06020E
+ public const int mtrl_slider_thumb_radius = 2131100174;
+
+ // aapt resource value: 0x7F06020F
+ public const int mtrl_slider_track_height = 2131100175;
+
+ // aapt resource value: 0x7F060210
+ public const int mtrl_slider_track_side_padding = 2131100176;
+
+ // aapt resource value: 0x7F060211
+ public const int mtrl_slider_track_top = 2131100177;
+
+ // aapt resource value: 0x7F060212
+ public const int mtrl_slider_widget_height = 2131100178;
+
+ // aapt resource value: 0x7F060213
+ public const int mtrl_snackbar_action_text_color_alpha = 2131100179;
+
+ // aapt resource value: 0x7F060214
+ public const int mtrl_snackbar_background_corner_radius = 2131100180;
+
+ // aapt resource value: 0x7F060215
+ public const int mtrl_snackbar_background_overlay_color_alpha = 2131100181;
+
+ // aapt resource value: 0x7F060216
+ public const int mtrl_snackbar_margin = 2131100182;
+
+ // aapt resource value: 0x7F060217
+ public const int mtrl_snackbar_message_margin_horizontal = 2131100183;
+
+ // aapt resource value: 0x7F060218
+ public const int mtrl_snackbar_padding_horizontal = 2131100184;
+
+ // aapt resource value: 0x7F060219
+ public const int mtrl_switch_thumb_elevation = 2131100185;
+
+ // aapt resource value: 0x7F06021A
+ public const int mtrl_textinput_box_corner_radius_medium = 2131100186;
+
+ // aapt resource value: 0x7F06021B
+ public const int mtrl_textinput_box_corner_radius_small = 2131100187;
+
+ // aapt resource value: 0x7F06021C
+ public const int mtrl_textinput_box_label_cutout_padding = 2131100188;
+
+ // aapt resource value: 0x7F06021D
+ public const int mtrl_textinput_box_stroke_width_default = 2131100189;
+
+ // aapt resource value: 0x7F06021E
+ public const int mtrl_textinput_box_stroke_width_focused = 2131100190;
+
+ // aapt resource value: 0x7F06021F
+ public const int mtrl_textinput_counter_margin_start = 2131100191;
+
+ // aapt resource value: 0x7F060220
+ public const int mtrl_textinput_end_icon_margin_start = 2131100192;
+
+ // aapt resource value: 0x7F060221
+ public const int mtrl_textinput_outline_box_expanded_padding = 2131100193;
+
+ // aapt resource value: 0x7F060222
+ public const int mtrl_textinput_start_icon_margin_end = 2131100194;
+
+ // aapt resource value: 0x7F060223
+ public const int mtrl_toolbar_default_height = 2131100195;
+
+ // aapt resource value: 0x7F060224
+ public const int mtrl_tooltip_arrowSize = 2131100196;
+
+ // aapt resource value: 0x7F060225
+ public const int mtrl_tooltip_cornerSize = 2131100197;
+
+ // aapt resource value: 0x7F060226
+ public const int mtrl_tooltip_minHeight = 2131100198;
+
+ // aapt resource value: 0x7F060227
+ public const int mtrl_tooltip_minWidth = 2131100199;
+
+ // aapt resource value: 0x7F060228
+ public const int mtrl_tooltip_padding = 2131100200;
+
+ // aapt resource value: 0x7F060229
+ public const int mtrl_transition_shared_axis_slide_distance = 2131100201;
+
+ // aapt resource value: 0x7F06022A
+ public const int notification_action_icon_size = 2131100202;
+
+ // aapt resource value: 0x7F06022B
+ public const int notification_action_text_size = 2131100203;
+
+ // aapt resource value: 0x7F06022C
+ public const int notification_big_circle_margin = 2131100204;
+
+ // aapt resource value: 0x7F06022D
+ public const int notification_content_margin_start = 2131100205;
+
+ // aapt resource value: 0x7F06022E
+ public const int notification_large_icon_height = 2131100206;
+
+ // aapt resource value: 0x7F06022F
+ public const int notification_large_icon_width = 2131100207;
+
+ // aapt resource value: 0x7F060230
+ public const int notification_main_column_padding_top = 2131100208;
+
+ // aapt resource value: 0x7F060231
+ public const int notification_media_narrow_margin = 2131100209;
+
+ // aapt resource value: 0x7F060232
+ public const int notification_right_icon_size = 2131100210;
+
+ // aapt resource value: 0x7F060233
+ public const int notification_right_side_padding_top = 2131100211;
+
+ // aapt resource value: 0x7F060234
+ public const int notification_small_icon_background_padding = 2131100212;
+
+ // aapt resource value: 0x7F060235
+ public const int notification_small_icon_size_as_large = 2131100213;
+
+ // aapt resource value: 0x7F060236
+ public const int notification_subtext_size = 2131100214;
+
+ // aapt resource value: 0x7F060237
+ public const int notification_top_pad = 2131100215;
+
+ // aapt resource value: 0x7F060238
+ public const int notification_top_pad_large_text = 2131100216;
+
+ // aapt resource value: 0x7F060239
+ public const int sliding_pane_detail_pane_width = 2131100217;
+
+ // aapt resource value: 0x7F06023A
+ public const int test_dimen = 2131100218;
+
+ // aapt resource value: 0x7F06023B
+ public const int test_mtrl_calendar_day_cornerSize = 2131100219;
+
+ // aapt resource value: 0x7F06023C
+ public const int test_navigation_bar_active_item_max_width = 2131100220;
+
+ // aapt resource value: 0x7F06023D
+ public const int test_navigation_bar_active_item_min_width = 2131100221;
+
+ // aapt resource value: 0x7F06023E
+ public const int test_navigation_bar_active_text_size = 2131100222;
+
+ // aapt resource value: 0x7F06023F
+ public const int test_navigation_bar_elevation = 2131100223;
+
+ // aapt resource value: 0x7F060240
+ public const int test_navigation_bar_height = 2131100224;
+
+ // aapt resource value: 0x7F060241
+ public const int test_navigation_bar_icon_size = 2131100225;
+
+ // aapt resource value: 0x7F060242
+ public const int test_navigation_bar_item_max_width = 2131100226;
+
+ // aapt resource value: 0x7F060243
+ public const int test_navigation_bar_item_min_width = 2131100227;
+
+ // aapt resource value: 0x7F060244
+ public const int test_navigation_bar_label_padding = 2131100228;
+
+ // aapt resource value: 0x7F060245
+ public const int test_navigation_bar_shadow_height = 2131100229;
+
+ // aapt resource value: 0x7F060246
+ public const int test_navigation_bar_text_size = 2131100230;
+
+ // aapt resource value: 0x7F060247
+ public const int tooltip_corner_radius = 2131100231;
+
+ // aapt resource value: 0x7F060248
+ public const int tooltip_horizontal_padding = 2131100232;
+
+ // aapt resource value: 0x7F060249
+ public const int tooltip_margin = 2131100233;
+
+ // aapt resource value: 0x7F06024A
+ public const int tooltip_precise_anchor_extra_offset = 2131100234;
+
+ // aapt resource value: 0x7F06024B
+ public const int tooltip_precise_anchor_threshold = 2131100235;
+
+ // aapt resource value: 0x7F06024C
+ public const int tooltip_vertical_padding = 2131100236;
+
+ // aapt resource value: 0x7F06024D
+ public const int tooltip_y_offset_non_touch = 2131100237;
+
+ // aapt resource value: 0x7F06024E
+ public const int tooltip_y_offset_touch = 2131100238;
+
+ static Dimension()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Dimension()
+ {
+ }
+ }
+
+ public partial class Drawable
+ {
+
+ // aapt resource value: 0x7F070000
+ public const int abc_ab_share_pack_mtrl_alpha = 2131165184;
+
+ // aapt resource value: 0x7F070001
+ public const int abc_action_bar_item_background_material = 2131165185;
+
+ // aapt resource value: 0x7F070002
+ public const int abc_btn_borderless_material = 2131165186;
+
+ // aapt resource value: 0x7F070003
+ public const int abc_btn_check_material = 2131165187;
+
+ // aapt resource value: 0x7F070004
+ public const int abc_btn_check_material_anim = 2131165188;
+
+ // aapt resource value: 0x7F070005
+ public const int abc_btn_check_to_on_mtrl_000 = 2131165189;
+
+ // aapt resource value: 0x7F070006
+ public const int abc_btn_check_to_on_mtrl_015 = 2131165190;
+
+ // aapt resource value: 0x7F070007
+ public const int abc_btn_colored_material = 2131165191;
+
+ // aapt resource value: 0x7F070008
+ public const int abc_btn_default_mtrl_shape = 2131165192;
+
+ // aapt resource value: 0x7F070009
+ public const int abc_btn_radio_material = 2131165193;
+
+ // aapt resource value: 0x7F07000A
+ public const int abc_btn_radio_material_anim = 2131165194;
+
+ // aapt resource value: 0x7F07000B
+ public const int abc_btn_radio_to_on_mtrl_000 = 2131165195;
+
+ // aapt resource value: 0x7F07000C
+ public const int abc_btn_radio_to_on_mtrl_015 = 2131165196;
+
+ // aapt resource value: 0x7F07000D
+ public const int abc_btn_switch_to_on_mtrl_00001 = 2131165197;
+
+ // aapt resource value: 0x7F07000E
+ public const int abc_btn_switch_to_on_mtrl_00012 = 2131165198;
+
+ // aapt resource value: 0x7F07000F
+ public const int abc_cab_background_internal_bg = 2131165199;
+
+ // aapt resource value: 0x7F070010
+ public const int abc_cab_background_top_material = 2131165200;
+
+ // aapt resource value: 0x7F070011
+ public const int abc_cab_background_top_mtrl_alpha = 2131165201;
+
+ // aapt resource value: 0x7F070012
+ public const int abc_control_background_material = 2131165202;
+
+ // aapt resource value: 0x7F070013
+ public const int abc_dialog_material_background = 2131165203;
+
+ // aapt resource value: 0x7F070014
+ public const int abc_edit_text_material = 2131165204;
+
+ // aapt resource value: 0x7F070015
+ public const int abc_ic_ab_back_material = 2131165205;
+
+ // aapt resource value: 0x7F070016
+ public const int abc_ic_arrow_drop_right_black_24dp = 2131165206;
+
+ // aapt resource value: 0x7F070017
+ public const int abc_ic_clear_material = 2131165207;
+
+ // aapt resource value: 0x7F070018
+ public const int abc_ic_commit_search_api_mtrl_alpha = 2131165208;
+
+ // aapt resource value: 0x7F070019
+ public const int abc_ic_go_search_api_material = 2131165209;
+
+ // aapt resource value: 0x7F07001A
+ public const int abc_ic_menu_copy_mtrl_am_alpha = 2131165210;
+
+ // aapt resource value: 0x7F07001B
+ public const int abc_ic_menu_cut_mtrl_alpha = 2131165211;
+
+ // aapt resource value: 0x7F07001C
+ public const int abc_ic_menu_overflow_material = 2131165212;
+
+ // aapt resource value: 0x7F07001D
+ public const int abc_ic_menu_paste_mtrl_am_alpha = 2131165213;
+
+ // aapt resource value: 0x7F07001E
+ public const int abc_ic_menu_selectall_mtrl_alpha = 2131165214;
+
+ // aapt resource value: 0x7F07001F
+ public const int abc_ic_menu_share_mtrl_alpha = 2131165215;
+
+ // aapt resource value: 0x7F070020
+ public const int abc_ic_search_api_material = 2131165216;
+
+ // aapt resource value: 0x7F070021
+ public const int abc_ic_voice_search_api_material = 2131165217;
+
+ // aapt resource value: 0x7F070022
+ public const int abc_item_background_holo_dark = 2131165218;
+
+ // aapt resource value: 0x7F070023
+ public const int abc_item_background_holo_light = 2131165219;
+
+ // aapt resource value: 0x7F070024
+ public const int abc_list_divider_material = 2131165220;
+
+ // aapt resource value: 0x7F070025
+ public const int abc_list_divider_mtrl_alpha = 2131165221;
+
+ // aapt resource value: 0x7F070026
+ public const int abc_list_focused_holo = 2131165222;
+
+ // aapt resource value: 0x7F070027
+ public const int abc_list_longpressed_holo = 2131165223;
+
+ // aapt resource value: 0x7F070028
+ public const int abc_list_pressed_holo_dark = 2131165224;
+
+ // aapt resource value: 0x7F070029
+ public const int abc_list_pressed_holo_light = 2131165225;
+
+ // aapt resource value: 0x7F07002A
+ public const int abc_list_selector_background_transition_holo_dark = 2131165226;
+
+ // aapt resource value: 0x7F07002B
+ public const int abc_list_selector_background_transition_holo_light = 2131165227;
+
+ // aapt resource value: 0x7F07002C
+ public const int abc_list_selector_disabled_holo_dark = 2131165228;
+
+ // aapt resource value: 0x7F07002D
+ public const int abc_list_selector_disabled_holo_light = 2131165229;
+
+ // aapt resource value: 0x7F07002E
+ public const int abc_list_selector_holo_dark = 2131165230;
+
+ // aapt resource value: 0x7F07002F
+ public const int abc_list_selector_holo_light = 2131165231;
+
+ // aapt resource value: 0x7F070030
+ public const int abc_menu_hardkey_panel_mtrl_mult = 2131165232;
+
+ // aapt resource value: 0x7F070031
+ public const int abc_popup_background_mtrl_mult = 2131165233;
+
+ // aapt resource value: 0x7F070032
+ public const int abc_ratingbar_indicator_material = 2131165234;
+
+ // aapt resource value: 0x7F070033
+ public const int abc_ratingbar_material = 2131165235;
+
+ // aapt resource value: 0x7F070034
+ public const int abc_ratingbar_small_material = 2131165236;
+
+ // aapt resource value: 0x7F070035
+ public const int abc_scrubber_control_off_mtrl_alpha = 2131165237;
+
+ // aapt resource value: 0x7F070036
+ public const int abc_scrubber_control_to_pressed_mtrl_000 = 2131165238;
+
+ // aapt resource value: 0x7F070037
+ public const int abc_scrubber_control_to_pressed_mtrl_005 = 2131165239;
+
+ // aapt resource value: 0x7F070038
+ public const int abc_scrubber_primary_mtrl_alpha = 2131165240;
+
+ // aapt resource value: 0x7F070039
+ public const int abc_scrubber_track_mtrl_alpha = 2131165241;
+
+ // aapt resource value: 0x7F07003A
+ public const int abc_seekbar_thumb_material = 2131165242;
+
+ // aapt resource value: 0x7F07003B
+ public const int abc_seekbar_tick_mark_material = 2131165243;
+
+ // aapt resource value: 0x7F07003C
+ public const int abc_seekbar_track_material = 2131165244;
+
+ // aapt resource value: 0x7F07003D
+ public const int abc_spinner_mtrl_am_alpha = 2131165245;
+
+ // aapt resource value: 0x7F07003E
+ public const int abc_spinner_textfield_background_material = 2131165246;
+
+ // aapt resource value: 0x7F07003F
+ public const int abc_star_black_48dp = 2131165247;
+
+ // aapt resource value: 0x7F070040
+ public const int abc_star_half_black_48dp = 2131165248;
+
+ // aapt resource value: 0x7F070041
+ public const int abc_switch_thumb_material = 2131165249;
+
+ // aapt resource value: 0x7F070042
+ public const int abc_switch_track_mtrl_alpha = 2131165250;
+
+ // aapt resource value: 0x7F070043
+ public const int abc_tab_indicator_material = 2131165251;
+
+ // aapt resource value: 0x7F070044
+ public const int abc_tab_indicator_mtrl_alpha = 2131165252;
+
+ // aapt resource value: 0x7F070049
+ public const int abc_textfield_activated_mtrl_alpha = 2131165257;
+
+ // aapt resource value: 0x7F07004A
+ public const int abc_textfield_default_mtrl_alpha = 2131165258;
+
+ // aapt resource value: 0x7F07004B
+ public const int abc_textfield_search_activated_mtrl_alpha = 2131165259;
+
+ // aapt resource value: 0x7F07004C
+ public const int abc_textfield_search_default_mtrl_alpha = 2131165260;
+
+ // aapt resource value: 0x7F07004D
+ public const int abc_textfield_search_material = 2131165261;
+
+ // aapt resource value: 0x7F070045
+ public const int abc_text_cursor_material = 2131165253;
+
+ // aapt resource value: 0x7F070046
+ public const int abc_text_select_handle_left_mtrl = 2131165254;
+
+ // aapt resource value: 0x7F070047
+ public const int abc_text_select_handle_middle_mtrl = 2131165255;
+
+ // aapt resource value: 0x7F070048
+ public const int abc_text_select_handle_right_mtrl = 2131165256;
+
+ // aapt resource value: 0x7F07004E
+ public const int abc_vector_test = 2131165262;
+
+ // aapt resource value: 0x7F07004F
+ public const int avd_hide_password = 2131165263;
+
+ // aapt resource value: 0x7F070050
+ public const int avd_show_password = 2131165264;
+
+ // aapt resource value: 0x7F070051
+ public const int btn_checkbox_checked_mtrl = 2131165265;
+
+ // aapt resource value: 0x7F070052
+ public const int btn_checkbox_checked_to_unchecked_mtrl_animation = 2131165266;
+
+ // aapt resource value: 0x7F070053
+ public const int btn_checkbox_unchecked_mtrl = 2131165267;
+
+ // aapt resource value: 0x7F070054
+ public const int btn_checkbox_unchecked_to_checked_mtrl_animation = 2131165268;
+
+ // aapt resource value: 0x7F070055
+ public const int btn_radio_off_mtrl = 2131165269;
+
+ // aapt resource value: 0x7F070056
+ public const int btn_radio_off_to_on_mtrl_animation = 2131165270;
+
+ // aapt resource value: 0x7F070057
+ public const int btn_radio_on_mtrl = 2131165271;
+
+ // aapt resource value: 0x7F070058
+ public const int btn_radio_on_to_off_mtrl_animation = 2131165272;
+
+ // aapt resource value: 0x7F070059
+ public const int design_fab_background = 2131165273;
+
+ // aapt resource value: 0x7F07005A
+ public const int design_ic_visibility = 2131165274;
+
+ // aapt resource value: 0x7F07005B
+ public const int design_ic_visibility_off = 2131165275;
+
+ // aapt resource value: 0x7F07005C
+ public const int design_password_eye = 2131165276;
+
+ // aapt resource value: 0x7F07005D
+ public const int design_snackbar_background = 2131165277;
+
+ // aapt resource value: 0x7F07005E
+ public const int ic_clock_black_24dp = 2131165278;
+
+ // aapt resource value: 0x7F07005F
+ public const int ic_keyboard_black_24dp = 2131165279;
+
+ // aapt resource value: 0x7F070060
+ public const int ic_m3_chip_check = 2131165280;
+
+ // aapt resource value: 0x7F070061
+ public const int ic_m3_chip_checked_circle = 2131165281;
+
+ // aapt resource value: 0x7F070062
+ public const int ic_m3_chip_close = 2131165282;
+
+ // aapt resource value: 0x7F070063
+ public const int ic_mtrl_checked_circle = 2131165283;
+
+ // aapt resource value: 0x7F070064
+ public const int ic_mtrl_chip_checked_black = 2131165284;
+
+ // aapt resource value: 0x7F070065
+ public const int ic_mtrl_chip_checked_circle = 2131165285;
+
+ // aapt resource value: 0x7F070066
+ public const int ic_mtrl_chip_close_circle = 2131165286;
+
+ // aapt resource value: 0x7F070067
+ public const int m3_appbar_background = 2131165287;
+
+ // aapt resource value: 0x7F070068
+ public const int m3_popupmenu_background_overlay = 2131165288;
+
+ // aapt resource value: 0x7F070069
+ public const int m3_radiobutton_ripple = 2131165289;
+
+ // aapt resource value: 0x7F07006A
+ public const int m3_selection_control_ripple = 2131165290;
+
+ // aapt resource value: 0x7F07006B
+ public const int m3_tabs_background = 2131165291;
+
+ // aapt resource value: 0x7F07006C
+ public const int m3_tabs_line_indicator = 2131165292;
+
+ // aapt resource value: 0x7F07006D
+ public const int m3_tabs_rounded_line_indicator = 2131165293;
+
+ // aapt resource value: 0x7F07006E
+ public const int m3_tabs_transparent_background = 2131165294;
+
+ // aapt resource value: 0x7F07006F
+ public const int material_cursor_drawable = 2131165295;
+
+ // aapt resource value: 0x7F070070
+ public const int material_ic_calendar_black_24dp = 2131165296;
+
+ // aapt resource value: 0x7F070071
+ public const int material_ic_clear_black_24dp = 2131165297;
+
+ // aapt resource value: 0x7F070072
+ public const int material_ic_edit_black_24dp = 2131165298;
+
+ // aapt resource value: 0x7F070073
+ public const int material_ic_keyboard_arrow_left_black_24dp = 2131165299;
+
+ // aapt resource value: 0x7F070074
+ public const int material_ic_keyboard_arrow_next_black_24dp = 2131165300;
+
+ // aapt resource value: 0x7F070075
+ public const int material_ic_keyboard_arrow_previous_black_24dp = 2131165301;
+
+ // aapt resource value: 0x7F070076
+ public const int material_ic_keyboard_arrow_right_black_24dp = 2131165302;
+
+ // aapt resource value: 0x7F070077
+ public const int material_ic_menu_arrow_down_black_24dp = 2131165303;
+
+ // aapt resource value: 0x7F070078
+ public const int material_ic_menu_arrow_up_black_24dp = 2131165304;
+
+ // aapt resource value: 0x7F070079
+ public const int maui_splash = 2131165305;
+
+ // aapt resource value: 0x7F07007A
+ public const int maui_splash_image = 2131165306;
+
+ // aapt resource value: 0x7F07007B
+ public const int mtrl_dialog_background = 2131165307;
+
+ // aapt resource value: 0x7F07007C
+ public const int mtrl_dropdown_arrow = 2131165308;
+
+ // aapt resource value: 0x7F07007D
+ public const int mtrl_ic_arrow_drop_down = 2131165309;
+
+ // aapt resource value: 0x7F07007E
+ public const int mtrl_ic_arrow_drop_up = 2131165310;
+
+ // aapt resource value: 0x7F07007F
+ public const int mtrl_ic_cancel = 2131165311;
+
+ // aapt resource value: 0x7F070080
+ public const int mtrl_ic_error = 2131165312;
+
+ // aapt resource value: 0x7F070081
+ public const int mtrl_navigation_bar_item_background = 2131165313;
+
+ // aapt resource value: 0x7F070082
+ public const int mtrl_popupmenu_background = 2131165314;
+
+ // aapt resource value: 0x7F070083
+ public const int mtrl_popupmenu_background_overlay = 2131165315;
+
+ // aapt resource value: 0x7F070084
+ public const int mtrl_tabs_default_indicator = 2131165316;
+
+ // aapt resource value: 0x7F070085
+ public const int navigation_empty_icon = 2131165317;
+
+ // aapt resource value: 0x7F070086
+ public const int notification_action_background = 2131165318;
+
+ // aapt resource value: 0x7F070087
+ public const int notification_bg = 2131165319;
+
+ // aapt resource value: 0x7F070088
+ public const int notification_bg_low = 2131165320;
+
+ // aapt resource value: 0x7F070089
+ public const int notification_bg_low_normal = 2131165321;
+
+ // aapt resource value: 0x7F07008A
+ public const int notification_bg_low_pressed = 2131165322;
+
+ // aapt resource value: 0x7F07008B
+ public const int notification_bg_normal = 2131165323;
+
+ // aapt resource value: 0x7F07008C
+ public const int notification_bg_normal_pressed = 2131165324;
+
+ // aapt resource value: 0x7F07008D
+ public const int notification_icon_background = 2131165325;
+
+ // aapt resource value: 0x7F07008E
+ public const int notification_template_icon_bg = 2131165326;
+
+ // aapt resource value: 0x7F07008F
+ public const int notification_template_icon_low_bg = 2131165327;
+
+ // aapt resource value: 0x7F070090
+ public const int notification_tile_bg = 2131165328;
+
+ // aapt resource value: 0x7F070091
+ public const int notify_panel_notification_icon_bg = 2131165329;
+
+ // aapt resource value: 0x7F070092
+ public const int test_custom_background = 2131165330;
+
+ // aapt resource value: 0x7F070093
+ public const int test_level_drawable = 2131165331;
+
+ // aapt resource value: 0x7F070094
+ public const int tooltip_frame_dark = 2131165332;
+
+ // aapt resource value: 0x7F070095
+ public const int tooltip_frame_light = 2131165333;
+
+ static Drawable()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Drawable()
+ {
+ }
+ }
+
+ public partial class Id
+ {
+
+ // aapt resource value: 0x7F08000F
+ public const int accelerate = 2131230735;
+
+ // aapt resource value: 0x7F080010
+ public const int accessibility_action_clickable_span = 2131230736;
+
+ // aapt resource value: 0x7F080011
+ public const int accessibility_custom_action_0 = 2131230737;
+
+ // aapt resource value: 0x7F080012
+ public const int accessibility_custom_action_1 = 2131230738;
+
+ // aapt resource value: 0x7F080013
+ public const int accessibility_custom_action_10 = 2131230739;
+
+ // aapt resource value: 0x7F080014
+ public const int accessibility_custom_action_11 = 2131230740;
+
+ // aapt resource value: 0x7F080015
+ public const int accessibility_custom_action_12 = 2131230741;
+
+ // aapt resource value: 0x7F080016
+ public const int accessibility_custom_action_13 = 2131230742;
+
+ // aapt resource value: 0x7F080017
+ public const int accessibility_custom_action_14 = 2131230743;
+
+ // aapt resource value: 0x7F080018
+ public const int accessibility_custom_action_15 = 2131230744;
+
+ // aapt resource value: 0x7F080019
+ public const int accessibility_custom_action_16 = 2131230745;
+
+ // aapt resource value: 0x7F08001A
+ public const int accessibility_custom_action_17 = 2131230746;
+
+ // aapt resource value: 0x7F08001B
+ public const int accessibility_custom_action_18 = 2131230747;
+
+ // aapt resource value: 0x7F08001C
+ public const int accessibility_custom_action_19 = 2131230748;
+
+ // aapt resource value: 0x7F08001D
+ public const int accessibility_custom_action_2 = 2131230749;
+
+ // aapt resource value: 0x7F08001E
+ public const int accessibility_custom_action_20 = 2131230750;
+
+ // aapt resource value: 0x7F08001F
+ public const int accessibility_custom_action_21 = 2131230751;
+
+ // aapt resource value: 0x7F080020
+ public const int accessibility_custom_action_22 = 2131230752;
+
+ // aapt resource value: 0x7F080021
+ public const int accessibility_custom_action_23 = 2131230753;
+
+ // aapt resource value: 0x7F080022
+ public const int accessibility_custom_action_24 = 2131230754;
+
+ // aapt resource value: 0x7F080023
+ public const int accessibility_custom_action_25 = 2131230755;
+
+ // aapt resource value: 0x7F080024
+ public const int accessibility_custom_action_26 = 2131230756;
+
+ // aapt resource value: 0x7F080025
+ public const int accessibility_custom_action_27 = 2131230757;
+
+ // aapt resource value: 0x7F080026
+ public const int accessibility_custom_action_28 = 2131230758;
+
+ // aapt resource value: 0x7F080027
+ public const int accessibility_custom_action_29 = 2131230759;
+
+ // aapt resource value: 0x7F080028
+ public const int accessibility_custom_action_3 = 2131230760;
+
+ // aapt resource value: 0x7F080029
+ public const int accessibility_custom_action_30 = 2131230761;
+
+ // aapt resource value: 0x7F08002A
+ public const int accessibility_custom_action_31 = 2131230762;
+
+ // aapt resource value: 0x7F08002B
+ public const int accessibility_custom_action_4 = 2131230763;
+
+ // aapt resource value: 0x7F08002C
+ public const int accessibility_custom_action_5 = 2131230764;
+
+ // aapt resource value: 0x7F08002D
+ public const int accessibility_custom_action_6 = 2131230765;
+
+ // aapt resource value: 0x7F08002E
+ public const int accessibility_custom_action_7 = 2131230766;
+
+ // aapt resource value: 0x7F08002F
+ public const int accessibility_custom_action_8 = 2131230767;
+
+ // aapt resource value: 0x7F080030
+ public const int accessibility_custom_action_9 = 2131230768;
+
+ // aapt resource value: 0x7F080031
+ public const int action0 = 2131230769;
+
+ // aapt resource value: 0x7F080032
+ public const int actionDown = 2131230770;
+
+ // aapt resource value: 0x7F080033
+ public const int actionDownUp = 2131230771;
+
+ // aapt resource value: 0x7F080046
+ public const int actions = 2131230790;
+
+ // aapt resource value: 0x7F080034
+ public const int actionUp = 2131230772;
+
+ // aapt resource value: 0x7F080035
+ public const int action_bar = 2131230773;
+
+ // aapt resource value: 0x7F080036
+ public const int action_bar_activity_content = 2131230774;
+
+ // aapt resource value: 0x7F080037
+ public const int action_bar_container = 2131230775;
+
+ // aapt resource value: 0x7F080038
+ public const int action_bar_root = 2131230776;
+
+ // aapt resource value: 0x7F080039
+ public const int action_bar_spinner = 2131230777;
+
+ // aapt resource value: 0x7F08003A
+ public const int action_bar_subtitle = 2131230778;
+
+ // aapt resource value: 0x7F08003B
+ public const int action_bar_title = 2131230779;
+
+ // aapt resource value: 0x7F08003C
+ public const int action_container = 2131230780;
+
+ // aapt resource value: 0x7F08003D
+ public const int action_context_bar = 2131230781;
+
+ // aapt resource value: 0x7F08003E
+ public const int action_divider = 2131230782;
+
+ // aapt resource value: 0x7F08003F
+ public const int action_image = 2131230783;
+
+ // aapt resource value: 0x7F080040
+ public const int action_menu_divider = 2131230784;
+
+ // aapt resource value: 0x7F080041
+ public const int action_menu_presenter = 2131230785;
+
+ // aapt resource value: 0x7F080042
+ public const int action_mode_bar = 2131230786;
+
+ // aapt resource value: 0x7F080043
+ public const int action_mode_bar_stub = 2131230787;
+
+ // aapt resource value: 0x7F080044
+ public const int action_mode_close_button = 2131230788;
+
+ // aapt resource value: 0x7F080045
+ public const int action_text = 2131230789;
+
+ // aapt resource value: 0x7F080047
+ public const int activity_chooser_view_content = 2131230791;
+
+ // aapt resource value: 0x7F080048
+ public const int add = 2131230792;
+
+ // aapt resource value: 0x7F080049
+ public const int alertTitle = 2131230793;
+
+ // aapt resource value: 0x7F08004A
+ public const int aligned = 2131230794;
+
+ // aapt resource value: 0x7F08004B
+ public const int all = 2131230795;
+
+ // aapt resource value: 0x7F08004C
+ public const int allStates = 2131230796;
+
+ // aapt resource value: 0x7F080000
+ public const int ALT = 2131230720;
+
+ // aapt resource value: 0x7F08004D
+ public const int always = 2131230797;
+
+ // aapt resource value: 0x7F08004E
+ public const int androidx_window_activity_scope = 2131230798;
+
+ // aapt resource value: 0x7F08004F
+ public const int animateToEnd = 2131230799;
+
+ // aapt resource value: 0x7F080050
+ public const int animateToStart = 2131230800;
+
+ // aapt resource value: 0x7F080052
+ public const int anticipate = 2131230802;
+
+ // aapt resource value: 0x7F080051
+ public const int antiClockwise = 2131230801;
+
+ // aapt resource value: 0x7F080053
+ public const int application_name = 2131230803;
+
+ // aapt resource value: 0x7F080001
+ public const int APPLICATION_NAME = 2131230721;
+
+ // aapt resource value: 0x7F080054
+ public const int arc = 2131230804;
+
+ // aapt resource value: 0x7F080055
+ public const int asConfigured = 2131230805;
+
+ // aapt resource value: 0x7F080056
+ public const int async = 2131230806;
+
+ // aapt resource value: 0x7F080057
+ public const int auto = 2131230807;
+
+ // aapt resource value: 0x7F080058
+ public const int autoComplete = 2131230808;
+
+ // aapt resource value: 0x7F080059
+ public const int autoCompleteToEnd = 2131230809;
+
+ // aapt resource value: 0x7F08005A
+ public const int autoCompleteToStart = 2131230810;
+
+ // aapt resource value: 0x7F08005B
+ public const int background = 2131230811;
+
+ // aapt resource value: 0x7F08005C
+ public const int barrier = 2131230812;
+
+ // aapt resource value: 0x7F08005D
+ public const int baseline = 2131230813;
+
+ // aapt resource value: 0x7F08005F
+ public const int beginning = 2131230815;
+
+ // aapt resource value: 0x7F08005E
+ public const int beginOnFirstDraw = 2131230814;
+
+ // aapt resource value: 0x7F080060
+ public const int bestChoice = 2131230816;
+
+ // aapt resource value: 0x7F080061
+ public const int blocking = 2131230817;
+
+ // aapt resource value: 0x7F080062
+ public const int bottom = 2131230818;
+
+ // aapt resource value: 0x7F080002
+ public const int BOTTOM_END = 2131230722;
+
+ // aapt resource value: 0x7F080003
+ public const int BOTTOM_START = 2131230723;
+
+ // aapt resource value: 0x7F080063
+ public const int bounce = 2131230819;
+
+ // aapt resource value: 0x7F080064
+ public const int bounceBoth = 2131230820;
+
+ // aapt resource value: 0x7F080065
+ public const int bounceEnd = 2131230821;
+
+ // aapt resource value: 0x7F080066
+ public const int bounceStart = 2131230822;
+
+ // aapt resource value: 0x7F080067
+ public const int browser_actions_header_text = 2131230823;
+
+ // aapt resource value: 0x7F08006A
+ public const int browser_actions_menu_items = 2131230826;
+
+ // aapt resource value: 0x7F080068
+ public const int browser_actions_menu_item_icon = 2131230824;
+
+ // aapt resource value: 0x7F080069
+ public const int browser_actions_menu_item_text = 2131230825;
+
+ // aapt resource value: 0x7F08006B
+ public const int browser_actions_menu_view = 2131230827;
+
+ // aapt resource value: 0x7F08006C
+ public const int button1 = 2131230828;
+
+ // aapt resource value: 0x7F08006D
+ public const int button2 = 2131230829;
+
+ // aapt resource value: 0x7F08006E
+ public const int button3 = 2131230830;
+
+ // aapt resource value: 0x7F08006F
+ public const int buttonPanel = 2131230831;
+
+ // aapt resource value: 0x7F080070
+ public const int cache_measures = 2131230832;
+
+ // aapt resource value: 0x7F080071
+ public const int callMeasure = 2131230833;
+
+ // aapt resource value: 0x7F080072
+ public const int cancel_action = 2131230834;
+
+ // aapt resource value: 0x7F080073
+ public const int cancel_button = 2131230835;
+
+ // aapt resource value: 0x7F080074
+ public const int carryVelocity = 2131230836;
+
+ // aapt resource value: 0x7F080075
+ public const int center = 2131230837;
+
+ // aapt resource value: 0x7F080076
+ public const int centerCrop = 2131230838;
+
+ // aapt resource value: 0x7F080077
+ public const int centerInside = 2131230839;
+
+ // aapt resource value: 0x7F080078
+ public const int center_horizontal = 2131230840;
+
+ // aapt resource value: 0x7F080079
+ public const int center_vertical = 2131230841;
+
+ // aapt resource value: 0x7F08007A
+ public const int chain = 2131230842;
+
+ // aapt resource value: 0x7F08007B
+ public const int chain2 = 2131230843;
+
+ // aapt resource value: 0x7F08007C
+ public const int chains = 2131230844;
+
+ // aapt resource value: 0x7F08007D
+ public const int checkbox = 2131230845;
+
+ // aapt resource value: 0x7F08007E
+ public const int @checked = 2131230846;
+
+ // aapt resource value: 0x7F08007F
+ public const int chip = 2131230847;
+
+ // aapt resource value: 0x7F080080
+ public const int chip1 = 2131230848;
+
+ // aapt resource value: 0x7F080081
+ public const int chip2 = 2131230849;
+
+ // aapt resource value: 0x7F080082
+ public const int chip3 = 2131230850;
+
+ // aapt resource value: 0x7F080083
+ public const int chip_group = 2131230851;
+
+ // aapt resource value: 0x7F080084
+ public const int chronometer = 2131230852;
+
+ // aapt resource value: 0x7F080085
+ public const int circle_center = 2131230853;
+
+ // aapt resource value: 0x7F080086
+ public const int clear_text = 2131230854;
+
+ // aapt resource value: 0x7F080087
+ public const int clip_horizontal = 2131230855;
+
+ // aapt resource value: 0x7F080088
+ public const int clip_vertical = 2131230856;
+
+ // aapt resource value: 0x7F080089
+ public const int clockwise = 2131230857;
+
+ // aapt resource value: 0x7F08008A
+ public const int closest = 2131230858;
+
+ // aapt resource value: 0x7F08008B
+ public const int collapseActionView = 2131230859;
+
+ // aapt resource value: 0x7F08008C
+ public const int compress = 2131230860;
+
+ // aapt resource value: 0x7F08008D
+ public const int confirm_button = 2131230861;
+
+ // aapt resource value: 0x7F08008E
+ public const int constraint = 2131230862;
+
+ // aapt resource value: 0x7F08008F
+ public const int container = 2131230863;
+
+ // aapt resource value: 0x7F080090
+ public const int content = 2131230864;
+
+ // aapt resource value: 0x7F080091
+ public const int contentPanel = 2131230865;
+
+ // aapt resource value: 0x7F080092
+ public const int contiguous = 2131230866;
+
+ // aapt resource value: 0x7F080093
+ public const int continuousVelocity = 2131230867;
+
+ // aapt resource value: 0x7F080094
+ public const int coordinator = 2131230868;
+
+ // aapt resource value: 0x7F080095
+ public const int cos = 2131230869;
+
+ // aapt resource value: 0x7F080096
+ public const int count = 2131230870;
+
+ // aapt resource value: 0x7F080097
+ public const int counterclockwise = 2131230871;
+
+ // aapt resource value: 0x7F080004
+ public const int CTRL = 2131230724;
+
+ // aapt resource value: 0x7F080098
+ public const int currentState = 2131230872;
+
+ // aapt resource value: 0x7F080099
+ public const int custom = 2131230873;
+
+ // aapt resource value: 0x7F08009A
+ public const int customPanel = 2131230874;
+
+ // aapt resource value: 0x7F08009B
+ public const int cut = 2131230875;
+
+ // aapt resource value: 0x7F08009C
+ public const int date_picker_actions = 2131230876;
+
+ // aapt resource value: 0x7F08009D
+ public const int decelerate = 2131230877;
+
+ // aapt resource value: 0x7F08009E
+ public const int decelerateAndComplete = 2131230878;
+
+ // aapt resource value: 0x7F08009F
+ public const int decor_content_parent = 2131230879;
+
+ // aapt resource value: 0x7F0800A0
+ public const int default_activity_button = 2131230880;
+
+ // aapt resource value: 0x7F0800A1
+ public const int deltaRelative = 2131230881;
+
+ // aapt resource value: 0x7F0800A2
+ public const int dependency_ordering = 2131230882;
+
+ // aapt resource value: 0x7F0800A3
+ public const int design_bottom_sheet = 2131230883;
+
+ // aapt resource value: 0x7F0800A4
+ public const int design_menu_item_action_area = 2131230884;
+
+ // aapt resource value: 0x7F0800A5
+ public const int design_menu_item_action_area_stub = 2131230885;
+
+ // aapt resource value: 0x7F0800A6
+ public const int design_menu_item_text = 2131230886;
+
+ // aapt resource value: 0x7F0800A7
+ public const int design_navigation_view = 2131230887;
+
+ // aapt resource value: 0x7F0800A8
+ public const int dialog_button = 2131230888;
+
+ // aapt resource value: 0x7F0800A9
+ public const int dimensions = 2131230889;
+
+ // aapt resource value: 0x7F0800AA
+ public const int direct = 2131230890;
+
+ // aapt resource value: 0x7F0800AB
+ public const int disableHome = 2131230891;
+
+ // aapt resource value: 0x7F0800AC
+ public const int disableIntraAutoTransition = 2131230892;
+
+ // aapt resource value: 0x7F0800AD
+ public const int disablePostScroll = 2131230893;
+
+ // aapt resource value: 0x7F0800AE
+ public const int disableScroll = 2131230894;
+
+ // aapt resource value: 0x7F0800AF
+ public const int disjoint = 2131230895;
+
+ // aapt resource value: 0x7F0800B0
+ public const int dragAnticlockwise = 2131230896;
+
+ // aapt resource value: 0x7F0800B1
+ public const int dragClockwise = 2131230897;
+
+ // aapt resource value: 0x7F0800B2
+ public const int dragDown = 2131230898;
+
+ // aapt resource value: 0x7F0800B3
+ public const int dragEnd = 2131230899;
+
+ // aapt resource value: 0x7F0800B4
+ public const int dragLeft = 2131230900;
+
+ // aapt resource value: 0x7F0800B5
+ public const int dragRight = 2131230901;
+
+ // aapt resource value: 0x7F0800B6
+ public const int dragStart = 2131230902;
+
+ // aapt resource value: 0x7F0800B7
+ public const int dragUp = 2131230903;
+
+ // aapt resource value: 0x7F0800B8
+ public const int dropdown_editable = 2131230904;
+
+ // aapt resource value: 0x7F0800B9
+ public const int dropdown_menu = 2131230905;
+
+ // aapt resource value: 0x7F0800BA
+ public const int dropdown_noneditable = 2131230906;
+
+ // aapt resource value: 0x7F0800BB
+ public const int easeIn = 2131230907;
+
+ // aapt resource value: 0x7F0800BC
+ public const int easeInOut = 2131230908;
+
+ // aapt resource value: 0x7F0800BD
+ public const int easeOut = 2131230909;
+
+ // aapt resource value: 0x7F0800BE
+ public const int east = 2131230910;
+
+ // aapt resource value: 0x7F0800C0
+ public const int edittext_dropdown_editable = 2131230912;
+
+ // aapt resource value: 0x7F0800C1
+ public const int edittext_dropdown_noneditable = 2131230913;
+
+ // aapt resource value: 0x7F0800BF
+ public const int edit_query = 2131230911;
+
+ // aapt resource value: 0x7F0800C2
+ public const int elastic = 2131230914;
+
+ // aapt resource value: 0x7F0800C3
+ public const int end = 2131230915;
+
+ // aapt resource value: 0x7F0800C4
+ public const int endToStart = 2131230916;
+
+ // aapt resource value: 0x7F0800C5
+ public const int end_padder = 2131230917;
+
+ // aapt resource value: 0x7F0800C6
+ public const int enterAlways = 2131230918;
+
+ // aapt resource value: 0x7F0800C7
+ public const int enterAlwaysCollapsed = 2131230919;
+
+ // aapt resource value: 0x7F0800C8
+ public const int exitUntilCollapsed = 2131230920;
+
+ // aapt resource value: 0x7F0800CA
+ public const int expanded_menu = 2131230922;
+
+ // aapt resource value: 0x7F0800C9
+ public const int expand_activities_button = 2131230921;
+
+ // aapt resource value: 0x7F0800CB
+ public const int fade = 2131230923;
+
+ // aapt resource value: 0x7F0800CC
+ public const int fill = 2131230924;
+
+ // aapt resource value: 0x7F0800CF
+ public const int filled = 2131230927;
+
+ // aapt resource value: 0x7F0800CD
+ public const int fill_horizontal = 2131230925;
+
+ // aapt resource value: 0x7F0800CE
+ public const int fill_vertical = 2131230926;
+
+ // aapt resource value: 0x7F0800D0
+ public const int fitCenter = 2131230928;
+
+ // aapt resource value: 0x7F0800D1
+ public const int fitEnd = 2131230929;
+
+ // aapt resource value: 0x7F0800D2
+ public const int fitStart = 2131230930;
+
+ // aapt resource value: 0x7F0800D3
+ public const int fitToContents = 2131230931;
+
+ // aapt resource value: 0x7F0800D4
+ public const int fitXY = 2131230932;
+
+ // aapt resource value: 0x7F0800D5
+ public const int @fixed = 2131230933;
+
+ // aapt resource value: 0x7F0800D6
+ public const int flip = 2131230934;
+
+ // aapt resource value: 0x7F0800D7
+ public const int floating = 2131230935;
+
+ // aapt resource value: 0x7F0800D8
+ public const int flyoutcontent_appbar = 2131230936;
+
+ // aapt resource value: 0x7F0800D9
+ public const int forever = 2131230937;
+
+ // aapt resource value: 0x7F0800DA
+ public const int fragment_container_view_tag = 2131230938;
+
+ // aapt resource value: 0x7F0800DB
+ public const int frost = 2131230939;
+
+ // aapt resource value: 0x7F0800DC
+ public const int fullscreen_header = 2131230940;
+
+ // aapt resource value: 0x7F080005
+ public const int FUNCTION = 2131230725;
+
+ // aapt resource value: 0x7F0800DD
+ public const int ghost_view = 2131230941;
+
+ // aapt resource value: 0x7F0800DE
+ public const int ghost_view_holder = 2131230942;
+
+ // aapt resource value: 0x7F0800DF
+ public const int glide_custom_view_target_tag = 2131230943;
+
+ // aapt resource value: 0x7F0800E0
+ public const int gone = 2131230944;
+
+ // aapt resource value: 0x7F0800E1
+ public const int graph = 2131230945;
+
+ // aapt resource value: 0x7F0800E2
+ public const int graph_wrap = 2131230946;
+
+ // aapt resource value: 0x7F0800E4
+ public const int grouping = 2131230948;
+
+ // aapt resource value: 0x7F0800E5
+ public const int groups = 2131230949;
+
+ // aapt resource value: 0x7F0800E3
+ public const int group_divider = 2131230947;
+
+ // aapt resource value: 0x7F0800E6
+ public const int guideline = 2131230950;
+
+ // aapt resource value: 0x7F0800E7
+ public const int header_title = 2131230951;
+
+ // aapt resource value: 0x7F0800E8
+ public const int hideable = 2131230952;
+
+ // aapt resource value: 0x7F0800E9
+ public const int home = 2131230953;
+
+ // aapt resource value: 0x7F0800EA
+ public const int homeAsUp = 2131230954;
+
+ // aapt resource value: 0x7F0800EB
+ public const int honorRequest = 2131230955;
+
+ // aapt resource value: 0x7F0800EC
+ public const int horizontal_only = 2131230956;
+
+ // aapt resource value: 0x7F0800ED
+ public const int icon = 2131230957;
+
+ // aapt resource value: 0x7F0800EE
+ public const int icon1 = 2131230958;
+
+ // aapt resource value: 0x7F0800EF
+ public const int icon_group = 2131230959;
+
+ // aapt resource value: 0x7F0800F0
+ public const int ifRoom = 2131230960;
+
+ // aapt resource value: 0x7F0800F1
+ public const int ignore = 2131230961;
+
+ // aapt resource value: 0x7F0800F2
+ public const int ignoreRequest = 2131230962;
+
+ // aapt resource value: 0x7F0800F3
+ public const int image = 2131230963;
+
+ // aapt resource value: 0x7F0800F4
+ public const int immediateStop = 2131230964;
+
+ // aapt resource value: 0x7F0800F5
+ public const int included = 2131230965;
+
+ // aapt resource value: 0x7F0800F6
+ public const int info = 2131230966;
+
+ // aapt resource value: 0x7F0800F7
+ public const int invisible = 2131230967;
+
+ // aapt resource value: 0x7F0800F8
+ public const int inward = 2131230968;
+
+ // aapt resource value: 0x7F0800F9
+ public const int italic = 2131230969;
+
+ // aapt resource value: 0x7F0800FA
+ public const int item1 = 2131230970;
+
+ // aapt resource value: 0x7F0800FB
+ public const int item2 = 2131230971;
+
+ // aapt resource value: 0x7F0800FC
+ public const int item3 = 2131230972;
+
+ // aapt resource value: 0x7F0800FD
+ public const int item4 = 2131230973;
+
+ // aapt resource value: 0x7F0800FE
+ public const int item_touch_helper_previous_elevation = 2131230974;
+
+ // aapt resource value: 0x7F0800FF
+ public const int jumpToEnd = 2131230975;
+
+ // aapt resource value: 0x7F080100
+ public const int jumpToStart = 2131230976;
+
+ // aapt resource value: 0x7F080101
+ public const int labeled = 2131230977;
+
+ // aapt resource value: 0x7F080102
+ public const int layout = 2131230978;
+
+ // aapt resource value: 0x7F080103
+ public const int left = 2131230979;
+
+ // aapt resource value: 0x7F080104
+ public const int leftToRight = 2131230980;
+
+ // aapt resource value: 0x7F080105
+ public const int legacy = 2131230981;
+
+ // aapt resource value: 0x7F080106
+ public const int line1 = 2131230982;
+
+ // aapt resource value: 0x7F080107
+ public const int line3 = 2131230983;
+
+ // aapt resource value: 0x7F080108
+ public const int linear = 2131230984;
+
+ // aapt resource value: 0x7F080109
+ public const int listMode = 2131230985;
+
+ // aapt resource value: 0x7F08010A
+ public const int list_item = 2131230986;
+
+ // aapt resource value: 0x7F08010B
+ public const int locale = 2131230987;
+
+ // aapt resource value: 0x7F08010C
+ public const int ltr = 2131230988;
+
+ // aapt resource value: 0x7F08010D
+ public const int mask = 2131230989;
+
+ // aapt resource value: 0x7F08010E
+ public const int masked = 2131230990;
+
+ // aapt resource value: 0x7F08010F
+ public const int match_constraint = 2131230991;
+
+ // aapt resource value: 0x7F080110
+ public const int match_parent = 2131230992;
+
+ // aapt resource value: 0x7F080111
+ public const int material_clock_display = 2131230993;
+
+ // aapt resource value: 0x7F080112
+ public const int material_clock_face = 2131230994;
+
+ // aapt resource value: 0x7F080113
+ public const int material_clock_hand = 2131230995;
+
+ // aapt resource value: 0x7F080114
+ public const int material_clock_period_am_button = 2131230996;
+
+ // aapt resource value: 0x7F080115
+ public const int material_clock_period_pm_button = 2131230997;
+
+ // aapt resource value: 0x7F080116
+ public const int material_clock_period_toggle = 2131230998;
+
+ // aapt resource value: 0x7F080117
+ public const int material_hour_text_input = 2131230999;
+
+ // aapt resource value: 0x7F080118
+ public const int material_hour_tv = 2131231000;
+
+ // aapt resource value: 0x7F080119
+ public const int material_label = 2131231001;
+
+ // aapt resource value: 0x7F08011A
+ public const int material_minute_text_input = 2131231002;
+
+ // aapt resource value: 0x7F08011B
+ public const int material_minute_tv = 2131231003;
+
+ // aapt resource value: 0x7F08011C
+ public const int material_textinput_timepicker = 2131231004;
+
+ // aapt resource value: 0x7F08011D
+ public const int material_timepicker_cancel_button = 2131231005;
+
+ // aapt resource value: 0x7F08011E
+ public const int material_timepicker_container = 2131231006;
+
+ // aapt resource value: 0x7F08011F
+ public const int material_timepicker_edit_text = 2131231007;
+
+ // aapt resource value: 0x7F080120
+ public const int material_timepicker_mode_button = 2131231008;
+
+ // aapt resource value: 0x7F080121
+ public const int material_timepicker_ok_button = 2131231009;
+
+ // aapt resource value: 0x7F080122
+ public const int material_timepicker_view = 2131231010;
+
+ // aapt resource value: 0x7F080123
+ public const int material_value_index = 2131231011;
+
+ // aapt resource value: 0x7F080124
+ public const int matrix = 2131231012;
+
+ // aapt resource value: 0x7F080125
+ public const int maximum_number = 2131231013;
+
+ // aapt resource value: 0x7F080126
+ public const int media_actions = 2131231014;
+
+ // aapt resource value: 0x7F080127
+ public const int media_controller_compat_view_tag = 2131231015;
+
+ // aapt resource value: 0x7F080128
+ public const int message = 2131231016;
+
+ // aapt resource value: 0x7F080006
+ public const int META = 2131230726;
+
+ // aapt resource value: 0x7F080129
+ public const int middle = 2131231017;
+
+ // aapt resource value: 0x7F08012A
+ public const int mini = 2131231018;
+
+ // aapt resource value: 0x7F08012B
+ public const int month_grid = 2131231019;
+
+ // aapt resource value: 0x7F08012C
+ public const int month_navigation_bar = 2131231020;
+
+ // aapt resource value: 0x7F08012D
+ public const int month_navigation_fragment_toggle = 2131231021;
+
+ // aapt resource value: 0x7F08012E
+ public const int month_navigation_next = 2131231022;
+
+ // aapt resource value: 0x7F08012F
+ public const int month_navigation_previous = 2131231023;
+
+ // aapt resource value: 0x7F080130
+ public const int month_title = 2131231024;
+
+ // aapt resource value: 0x7F080131
+ public const int motion_base = 2131231025;
+
+ // aapt resource value: 0x7F080132
+ public const int mtrl_anchor_parent = 2131231026;
+
+ // aapt resource value: 0x7F080134
+ public const int mtrl_calendar_days_of_week = 2131231028;
+
+ // aapt resource value: 0x7F080133
+ public const int mtrl_calendar_day_selector_frame = 2131231027;
+
+ // aapt resource value: 0x7F080135
+ public const int mtrl_calendar_frame = 2131231029;
+
+ // aapt resource value: 0x7F080136
+ public const int mtrl_calendar_main_pane = 2131231030;
+
+ // aapt resource value: 0x7F080137
+ public const int mtrl_calendar_months = 2131231031;
+
+ // aapt resource value: 0x7F080138
+ public const int mtrl_calendar_selection_frame = 2131231032;
+
+ // aapt resource value: 0x7F080139
+ public const int mtrl_calendar_text_input_frame = 2131231033;
+
+ // aapt resource value: 0x7F08013A
+ public const int mtrl_calendar_year_selector_frame = 2131231034;
+
+ // aapt resource value: 0x7F08013B
+ public const int mtrl_card_checked_layer_id = 2131231035;
+
+ // aapt resource value: 0x7F08013C
+ public const int mtrl_child_content_container = 2131231036;
+
+ // aapt resource value: 0x7F08013D
+ public const int mtrl_internal_children_alpha_tag = 2131231037;
+
+ // aapt resource value: 0x7F08013E
+ public const int mtrl_motion_snapshot_view = 2131231038;
+
+ // aapt resource value: 0x7F08013F
+ public const int mtrl_picker_fullscreen = 2131231039;
+
+ // aapt resource value: 0x7F080140
+ public const int mtrl_picker_header = 2131231040;
+
+ // aapt resource value: 0x7F080141
+ public const int mtrl_picker_header_selection_text = 2131231041;
+
+ // aapt resource value: 0x7F080142
+ public const int mtrl_picker_header_title_and_selection = 2131231042;
+
+ // aapt resource value: 0x7F080143
+ public const int mtrl_picker_header_toggle = 2131231043;
+
+ // aapt resource value: 0x7F080144
+ public const int mtrl_picker_text_input_date = 2131231044;
+
+ // aapt resource value: 0x7F080145
+ public const int mtrl_picker_text_input_range_end = 2131231045;
+
+ // aapt resource value: 0x7F080146
+ public const int mtrl_picker_text_input_range_start = 2131231046;
+
+ // aapt resource value: 0x7F080147
+ public const int mtrl_picker_title_text = 2131231047;
+
+ // aapt resource value: 0x7F080148
+ public const int mtrl_view_tag_bottom_padding = 2131231048;
+
+ // aapt resource value: 0x7F080149
+ public const int multiply = 2131231049;
+
+ // aapt resource value: 0x7F080155
+ public const int navigationlayout_appbar = 2131231061;
+
+ // aapt resource value: 0x7F080156
+ public const int navigationlayout_bottomtabs = 2131231062;
+
+ // aapt resource value: 0x7F080157
+ public const int navigationlayout_content = 2131231063;
+
+ // aapt resource value: 0x7F080158
+ public const int navigationlayout_toptabs = 2131231064;
+
+ // aapt resource value: 0x7F08014D
+ public const int navigation_bar_item_active_indicator_view = 2131231053;
+
+ // aapt resource value: 0x7F08014E
+ public const int navigation_bar_item_icon_container = 2131231054;
+
+ // aapt resource value: 0x7F08014F
+ public const int navigation_bar_item_icon_view = 2131231055;
+
+ // aapt resource value: 0x7F080150
+ public const int navigation_bar_item_labels_group = 2131231056;
+
+ // aapt resource value: 0x7F080151
+ public const int navigation_bar_item_large_label_view = 2131231057;
+
+ // aapt resource value: 0x7F080152
+ public const int navigation_bar_item_small_label_view = 2131231058;
+
+ // aapt resource value: 0x7F080153
+ public const int navigation_header_container = 2131231059;
+
+ // aapt resource value: 0x7F080154
+ public const int navigation_layout = 2131231060;
+
+ // aapt resource value: 0x7F08014A
+ public const int nav_controller_view_tag = 2131231050;
+
+ // aapt resource value: 0x7F08014B
+ public const int nav_host = 2131231051;
+
+ // aapt resource value: 0x7F08014C
+ public const int nav_host_fragment_container = 2131231052;
+
+ // aapt resource value: 0x7F080159
+ public const int never = 2131231065;
+
+ // aapt resource value: 0x7F08015A
+ public const int neverCompleteToEnd = 2131231066;
+
+ // aapt resource value: 0x7F08015B
+ public const int neverCompleteToStart = 2131231067;
+
+ // aapt resource value: 0x7F08015E
+ public const int none = 2131231070;
+
+ // aapt resource value: 0x7F08015F
+ public const int normal = 2131231071;
+
+ // aapt resource value: 0x7F080160
+ public const int north = 2131231072;
+
+ // aapt resource value: 0x7F08015C
+ public const int noScroll = 2131231068;
+
+ // aapt resource value: 0x7F08015D
+ public const int noState = 2131231069;
+
+ // aapt resource value: 0x7F080161
+ public const int notification_background = 2131231073;
+
+ // aapt resource value: 0x7F080162
+ public const int notification_main_column = 2131231074;
+
+ // aapt resource value: 0x7F080163
+ public const int notification_main_column_container = 2131231075;
+
+ // aapt resource value: 0x7F080007
+ public const int NO_DEBUG = 2131230727;
+
+ // aapt resource value: 0x7F080164
+ public const int number = 2131231076;
+
+ // aapt resource value: 0x7F080165
+ public const int off = 2131231077;
+
+ // aapt resource value: 0x7F080166
+ public const int on = 2131231078;
+
+ // aapt resource value: 0x7F080167
+ public const int onInterceptTouchReturnSwipe = 2131231079;
+
+ // aapt resource value: 0x7F080168
+ public const int outline = 2131231080;
+
+ // aapt resource value: 0x7F080169
+ public const int outward = 2131231081;
+
+ // aapt resource value: 0x7F08016A
+ public const int overshoot = 2131231082;
+
+ // aapt resource value: 0x7F08016B
+ public const int packed = 2131231083;
+
+ // aapt resource value: 0x7F08016C
+ public const int parallax = 2131231084;
+
+ // aapt resource value: 0x7F08016D
+ public const int parent = 2131231085;
+
+ // aapt resource value: 0x7F08016E
+ public const int parentPanel = 2131231086;
+
+ // aapt resource value: 0x7F08016F
+ public const int parentRelative = 2131231087;
+
+ // aapt resource value: 0x7F080170
+ public const int parent_matrix = 2131231088;
+
+ // aapt resource value: 0x7F080171
+ public const int password_toggle = 2131231089;
+
+ // aapt resource value: 0x7F080172
+ public const int path = 2131231090;
+
+ // aapt resource value: 0x7F080173
+ public const int pathRelative = 2131231091;
+
+ // aapt resource value: 0x7F080174
+ public const int peekHeight = 2131231092;
+
+ // aapt resource value: 0x7F080175
+ public const int percent = 2131231093;
+
+ // aapt resource value: 0x7F080176
+ public const int pin = 2131231094;
+
+ // aapt resource value: 0x7F080177
+ public const int position = 2131231095;
+
+ // aapt resource value: 0x7F080178
+ public const int postLayout = 2131231096;
+
+ // aapt resource value: 0x7F080179
+ public const int progress = 2131231097;
+
+ // aapt resource value: 0x7F08017A
+ public const int progress_circular = 2131231098;
+
+ // aapt resource value: 0x7F08017B
+ public const int progress_horizontal = 2131231099;
+
+ // aapt resource value: 0x7F08017C
+ public const int radio = 2131231100;
+
+ // aapt resource value: 0x7F08017D
+ public const int ratio = 2131231101;
+
+ // aapt resource value: 0x7F08017E
+ public const int rectangles = 2131231102;
+
+ // aapt resource value: 0x7F08017F
+ public const int reverseSawtooth = 2131231103;
+
+ // aapt resource value: 0x7F080180
+ public const int right = 2131231104;
+
+ // aapt resource value: 0x7F080181
+ public const int rightToLeft = 2131231105;
+
+ // aapt resource value: 0x7F080182
+ public const int right_icon = 2131231106;
+
+ // aapt resource value: 0x7F080183
+ public const int right_side = 2131231107;
+
+ // aapt resource value: 0x7F080184
+ public const int rounded = 2131231108;
+
+ // aapt resource value: 0x7F080185
+ public const int row_index_key = 2131231109;
+
+ // aapt resource value: 0x7F080186
+ public const int rtl = 2131231110;
+
+ // aapt resource value: 0x7F080187
+ public const int save_non_transition_alpha = 2131231111;
+
+ // aapt resource value: 0x7F080188
+ public const int save_overlay_view = 2131231112;
+
+ // aapt resource value: 0x7F080189
+ public const int sawtooth = 2131231113;
+
+ // aapt resource value: 0x7F08018A
+ public const int scale = 2131231114;
+
+ // aapt resource value: 0x7F08018B
+ public const int screen = 2131231115;
+
+ // aapt resource value: 0x7F08018C
+ public const int scroll = 2131231116;
+
+ // aapt resource value: 0x7F080190
+ public const int scrollable = 2131231120;
+
+ // aapt resource value: 0x7F08018D
+ public const int scrollIndicatorDown = 2131231117;
+
+ // aapt resource value: 0x7F08018E
+ public const int scrollIndicatorUp = 2131231118;
+
+ // aapt resource value: 0x7F08018F
+ public const int scrollView = 2131231119;
+
+ // aapt resource value: 0x7F080191
+ public const int search_badge = 2131231121;
+
+ // aapt resource value: 0x7F080192
+ public const int search_bar = 2131231122;
+
+ // aapt resource value: 0x7F080193
+ public const int search_button = 2131231123;
+
+ // aapt resource value: 0x7F080194
+ public const int search_close_btn = 2131231124;
+
+ // aapt resource value: 0x7F080195
+ public const int search_edit_frame = 2131231125;
+
+ // aapt resource value: 0x7F080196
+ public const int search_go_btn = 2131231126;
+
+ // aapt resource value: 0x7F080197
+ public const int search_mag_icon = 2131231127;
+
+ // aapt resource value: 0x7F080198
+ public const int search_plate = 2131231128;
+
+ // aapt resource value: 0x7F080199
+ public const int search_src_text = 2131231129;
+
+ // aapt resource value: 0x7F08019A
+ public const int search_voice_btn = 2131231130;
+
+ // aapt resource value: 0x7F08019B
+ public const int secondaryProgress = 2131231131;
+
+ // aapt resource value: 0x7F08019D
+ public const int selected = 2131231133;
+
+ // aapt resource value: 0x7F08019E
+ public const int selection_type = 2131231134;
+
+ // aapt resource value: 0x7F08019C
+ public const int select_dialog_listview = 2131231132;
+
+ // aapt resource value: 0x7F08019F
+ public const int sharedValueSet = 2131231135;
+
+ // aapt resource value: 0x7F0801A0
+ public const int sharedValueUnset = 2131231136;
+
+ // aapt resource value: 0x7F0801A1
+ public const int shellcontent_appbar = 2131231137;
+
+ // aapt resource value: 0x7F080008
+ public const int SHIFT = 2131230728;
+
+ // aapt resource value: 0x7F0801A2
+ public const int shortcut = 2131231138;
+
+ // aapt resource value: 0x7F0801A3
+ public const int showCustom = 2131231139;
+
+ // aapt resource value: 0x7F0801A4
+ public const int showHome = 2131231140;
+
+ // aapt resource value: 0x7F0801A5
+ public const int showTitle = 2131231141;
+
+ // aapt resource value: 0x7F080009
+ public const int SHOW_ALL = 2131230729;
+
+ // aapt resource value: 0x7F08000A
+ public const int SHOW_PATH = 2131230730;
+
+ // aapt resource value: 0x7F08000B
+ public const int SHOW_PROGRESS = 2131230731;
+
+ // aapt resource value: 0x7F0801A6
+ public const int sin = 2131231142;
+
+ // aapt resource value: 0x7F0801A7
+ public const int skipCollapsed = 2131231143;
+
+ // aapt resource value: 0x7F0801A8
+ public const int skipped = 2131231144;
+
+ // aapt resource value: 0x7F0801A9
+ public const int slide = 2131231145;
+
+ // aapt resource value: 0x7F0801AA
+ public const int sliding_pane_detail_container = 2131231146;
+
+ // aapt resource value: 0x7F0801AB
+ public const int sliding_pane_layout = 2131231147;
+
+ // aapt resource value: 0x7F0801AC
+ public const int sliding_tabs = 2131231148;
+
+ // aapt resource value: 0x7F0801AD
+ public const int snackbar_action = 2131231149;
+
+ // aapt resource value: 0x7F0801AE
+ public const int snackbar_text = 2131231150;
+
+ // aapt resource value: 0x7F0801AF
+ public const int snap = 2131231151;
+
+ // aapt resource value: 0x7F0801B0
+ public const int snapMargins = 2131231152;
+
+ // aapt resource value: 0x7F0801B1
+ public const int south = 2131231153;
+
+ // aapt resource value: 0x7F0801B2
+ public const int spacer = 2131231154;
+
+ // aapt resource value: 0x7F0801B3
+ public const int special_effects_controller_view_tag = 2131231155;
+
+ // aapt resource value: 0x7F0801B4
+ public const int spline = 2131231156;
+
+ // aapt resource value: 0x7F0801B5
+ public const int split_action_bar = 2131231157;
+
+ // aapt resource value: 0x7F0801B6
+ public const int spread = 2131231158;
+
+ // aapt resource value: 0x7F0801B7
+ public const int spread_inside = 2131231159;
+
+ // aapt resource value: 0x7F0801B8
+ public const int spring = 2131231160;
+
+ // aapt resource value: 0x7F0801B9
+ public const int square = 2131231161;
+
+ // aapt resource value: 0x7F0801BA
+ public const int src_atop = 2131231162;
+
+ // aapt resource value: 0x7F0801BB
+ public const int src_in = 2131231163;
+
+ // aapt resource value: 0x7F0801BC
+ public const int src_over = 2131231164;
+
+ // aapt resource value: 0x7F0801BD
+ public const int standard = 2131231165;
+
+ // aapt resource value: 0x7F0801BE
+ public const int start = 2131231166;
+
+ // aapt resource value: 0x7F0801BF
+ public const int startHorizontal = 2131231167;
+
+ // aapt resource value: 0x7F0801C0
+ public const int startToEnd = 2131231168;
+
+ // aapt resource value: 0x7F0801C1
+ public const int startVertical = 2131231169;
+
+ // aapt resource value: 0x7F0801C2
+ public const int staticLayout = 2131231170;
+
+ // aapt resource value: 0x7F0801C3
+ public const int staticPostLayout = 2131231171;
+
+ // aapt resource value: 0x7F0801C4
+ public const int status_bar_latest_event_content = 2131231172;
+
+ // aapt resource value: 0x7F0801C5
+ public const int stop = 2131231173;
+
+ // aapt resource value: 0x7F0801C6
+ public const int stretch = 2131231174;
+
+ // aapt resource value: 0x7F0801C7
+ public const int submenuarrow = 2131231175;
+
+ // aapt resource value: 0x7F0801C8
+ public const int submit_area = 2131231176;
+
+ // aapt resource value: 0x7F0801C9
+ public const int suffix = 2131231177;
+
+ // aapt resource value: 0x7F0801CA
+ public const int supportScrollUp = 2131231178;
+
+ // aapt resource value: 0x7F08000C
+ public const int SYM = 2131230732;
+
+ // aapt resource value: 0x7F0801CB
+ public const int tabMode = 2131231179;
+
+ // aapt resource value: 0x7F0801CC
+ public const int tag_accessibility_actions = 2131231180;
+
+ // aapt resource value: 0x7F0801CD
+ public const int tag_accessibility_clickable_spans = 2131231181;
+
+ // aapt resource value: 0x7F0801CE
+ public const int tag_accessibility_heading = 2131231182;
+
+ // aapt resource value: 0x7F0801CF
+ public const int tag_accessibility_pane_title = 2131231183;
+
+ // aapt resource value: 0x7F0801D0
+ public const int tag_on_apply_window_listener = 2131231184;
+
+ // aapt resource value: 0x7F0801D1
+ public const int tag_on_receive_content_listener = 2131231185;
+
+ // aapt resource value: 0x7F0801D2
+ public const int tag_on_receive_content_mime_types = 2131231186;
+
+ // aapt resource value: 0x7F0801D3
+ public const int tag_screen_reader_focusable = 2131231187;
+
+ // aapt resource value: 0x7F0801D4
+ public const int tag_state_description = 2131231188;
+
+ // aapt resource value: 0x7F0801D5
+ public const int tag_transition_group = 2131231189;
+
+ // aapt resource value: 0x7F0801D6
+ public const int tag_unhandled_key_event_manager = 2131231190;
+
+ // aapt resource value: 0x7F0801D7
+ public const int tag_unhandled_key_listeners = 2131231191;
+
+ // aapt resource value: 0x7F0801D8
+ public const int tag_window_insets_animation_callback = 2131231192;
+
+ // aapt resource value: 0x7F0801D9
+ public const int test_checkbox_android_button_tint = 2131231193;
+
+ // aapt resource value: 0x7F0801DA
+ public const int test_checkbox_app_button_tint = 2131231194;
+
+ // aapt resource value: 0x7F0801DB
+ public const int test_radiobutton_android_button_tint = 2131231195;
+
+ // aapt resource value: 0x7F0801DC
+ public const int test_radiobutton_app_button_tint = 2131231196;
+
+ // aapt resource value: 0x7F0801DD
+ public const int text = 2131231197;
+
+ // aapt resource value: 0x7F0801DE
+ public const int text1 = 2131231198;
+
+ // aapt resource value: 0x7F0801DF
+ public const int text2 = 2131231199;
+
+ // aapt resource value: 0x7F0801E0
+ public const int textEnd = 2131231200;
+
+ // aapt resource value: 0x7F0801E8
+ public const int textinput_counter = 2131231208;
+
+ // aapt resource value: 0x7F0801E9
+ public const int textinput_error = 2131231209;
+
+ // aapt resource value: 0x7F0801EA
+ public const int textinput_helper_text = 2131231210;
+
+ // aapt resource value: 0x7F0801EB
+ public const int textinput_placeholder = 2131231211;
+
+ // aapt resource value: 0x7F0801EC
+ public const int textinput_prefix_text = 2131231212;
+
+ // aapt resource value: 0x7F0801ED
+ public const int textinput_suffix_text = 2131231213;
+
+ // aapt resource value: 0x7F0801E1
+ public const int textSpacerNoButtons = 2131231201;
+
+ // aapt resource value: 0x7F0801E2
+ public const int textSpacerNoTitle = 2131231202;
+
+ // aapt resource value: 0x7F0801E3
+ public const int textStart = 2131231203;
+
+ // aapt resource value: 0x7F0801E4
+ public const int textTop = 2131231204;
+
+ // aapt resource value: 0x7F0801E5
+ public const int text_input_end_icon = 2131231205;
+
+ // aapt resource value: 0x7F0801E6
+ public const int text_input_error_icon = 2131231206;
+
+ // aapt resource value: 0x7F0801E7
+ public const int text_input_start_icon = 2131231207;
+
+ // aapt resource value: 0x7F0801EE
+ public const int time = 2131231214;
+
+ // aapt resource value: 0x7F0801EF
+ public const int title = 2131231215;
+
+ // aapt resource value: 0x7F0801F0
+ public const int titleDividerNoCustom = 2131231216;
+
+ // aapt resource value: 0x7F0801F1
+ public const int title_template = 2131231217;
+
+ // aapt resource value: 0x7F0801F2
+ public const int toggle = 2131231218;
+
+ // aapt resource value: 0x7F0801F3
+ public const int toolbar = 2131231219;
+
+ // aapt resource value: 0x7F0801F4
+ public const int top = 2131231220;
+
+ // aapt resource value: 0x7F0801F5
+ public const int topPanel = 2131231221;
+
+ // aapt resource value: 0x7F08000D
+ public const int TOP_END = 2131230733;
+
+ // aapt resource value: 0x7F08000E
+ public const int TOP_START = 2131230734;
+
+ // aapt resource value: 0x7F0801F6
+ public const int touch_outside = 2131231222;
+
+ // aapt resource value: 0x7F0801F7
+ public const int transitionToEnd = 2131231223;
+
+ // aapt resource value: 0x7F0801F8
+ public const int transitionToStart = 2131231224;
+
+ // aapt resource value: 0x7F0801F9
+ public const int transition_current_scene = 2131231225;
+
+ // aapt resource value: 0x7F0801FA
+ public const int transition_layout_save = 2131231226;
+
+ // aapt resource value: 0x7F0801FB
+ public const int transition_position = 2131231227;
+
+ // aapt resource value: 0x7F0801FC
+ public const int transition_scene_layoutid_cache = 2131231228;
+
+ // aapt resource value: 0x7F0801FD
+ public const int transition_transform = 2131231229;
+
+ // aapt resource value: 0x7F0801FE
+ public const int triangle = 2131231230;
+
+ // aapt resource value: 0x7F0801FF
+ public const int @unchecked = 2131231231;
+
+ // aapt resource value: 0x7F080200
+ public const int uniform = 2131231232;
+
+ // aapt resource value: 0x7F080201
+ public const int unlabeled = 2131231233;
+
+ // aapt resource value: 0x7F080202
+ public const int up = 2131231234;
+
+ // aapt resource value: 0x7F080203
+ public const int useLogo = 2131231235;
+
+ // aapt resource value: 0x7F080204
+ public const int vertical_only = 2131231236;
+
+ // aapt resource value: 0x7F080205
+ public const int view_offset_helper = 2131231237;
+
+ // aapt resource value: 0x7F080206
+ public const int view_transition = 2131231238;
+
+ // aapt resource value: 0x7F080207
+ public const int view_tree_lifecycle_owner = 2131231239;
+
+ // aapt resource value: 0x7F080208
+ public const int view_tree_saved_state_registry_owner = 2131231240;
+
+ // aapt resource value: 0x7F080209
+ public const int view_tree_view_model_store_owner = 2131231241;
+
+ // aapt resource value: 0x7F08020A
+ public const int visible = 2131231242;
+
+ // aapt resource value: 0x7F08020B
+ public const int visible_removing_fragment_view_tag = 2131231243;
+
+ // aapt resource value: 0x7F08020C
+ public const int west = 2131231244;
+
+ // aapt resource value: 0x7F08020E
+ public const int withinBounds = 2131231246;
+
+ // aapt resource value: 0x7F08020D
+ public const int withText = 2131231245;
+
+ // aapt resource value: 0x7F08020F
+ public const int wrap = 2131231247;
+
+ // aapt resource value: 0x7F080210
+ public const int wrap_content = 2131231248;
+
+ // aapt resource value: 0x7F080211
+ public const int wrap_content_constrained = 2131231249;
+
+ // aapt resource value: 0x7F080212
+ public const int x_left = 2131231250;
+
+ // aapt resource value: 0x7F080213
+ public const int x_right = 2131231251;
+
+ // aapt resource value: 0x7F080214
+ public const int zero_corner_chip = 2131231252;
+
+ static Id()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Id()
+ {
+ }
+ }
+
+ public partial class Integer
+ {
+
+ // aapt resource value: 0x7F090000
+ public const int abc_config_activityDefaultDur = 2131296256;
+
+ // aapt resource value: 0x7F090001
+ public const int abc_config_activityShortDur = 2131296257;
+
+ // aapt resource value: 0x7F090002
+ public const int app_bar_elevation_anim_duration = 2131296258;
+
+ // aapt resource value: 0x7F090003
+ public const int bottom_sheet_slide_duration = 2131296259;
+
+ // aapt resource value: 0x7F090004
+ public const int cancel_button_image_alpha = 2131296260;
+
+ // aapt resource value: 0x7F090005
+ public const int config_navAnimTime = 2131296261;
+
+ // aapt resource value: 0x7F090006
+ public const int config_tooltipAnimTime = 2131296262;
+
+ // aapt resource value: 0x7F090007
+ public const int design_snackbar_text_max_lines = 2131296263;
+
+ // aapt resource value: 0x7F090008
+ public const int design_tab_indicator_anim_duration_ms = 2131296264;
+
+ // aapt resource value: 0x7F090009
+ public const int hide_password_duration = 2131296265;
+
+ // aapt resource value: 0x7F09000A
+ public const int m3_btn_anim_delay_ms = 2131296266;
+
+ // aapt resource value: 0x7F09000B
+ public const int m3_btn_anim_duration_ms = 2131296267;
+
+ // aapt resource value: 0x7F09000C
+ public const int m3_card_anim_delay_ms = 2131296268;
+
+ // aapt resource value: 0x7F09000D
+ public const int m3_card_anim_duration_ms = 2131296269;
+
+ // aapt resource value: 0x7F09000E
+ public const int m3_chip_anim_duration = 2131296270;
+
+ // aapt resource value: 0x7F09000F
+ public const int m3_sys_motion_duration_100 = 2131296271;
+
+ // aapt resource value: 0x7F090010
+ public const int m3_sys_motion_duration_1000 = 2131296272;
+
+ // aapt resource value: 0x7F090011
+ public const int m3_sys_motion_duration_150 = 2131296273;
+
+ // aapt resource value: 0x7F090012
+ public const int m3_sys_motion_duration_200 = 2131296274;
+
+ // aapt resource value: 0x7F090013
+ public const int m3_sys_motion_duration_250 = 2131296275;
+
+ // aapt resource value: 0x7F090014
+ public const int m3_sys_motion_duration_300 = 2131296276;
+
+ // aapt resource value: 0x7F090015
+ public const int m3_sys_motion_duration_350 = 2131296277;
+
+ // aapt resource value: 0x7F090016
+ public const int m3_sys_motion_duration_400 = 2131296278;
+
+ // aapt resource value: 0x7F090017
+ public const int m3_sys_motion_duration_450 = 2131296279;
+
+ // aapt resource value: 0x7F090018
+ public const int m3_sys_motion_duration_50 = 2131296280;
+
+ // aapt resource value: 0x7F090019
+ public const int m3_sys_motion_duration_500 = 2131296281;
+
+ // aapt resource value: 0x7F09001A
+ public const int m3_sys_motion_duration_550 = 2131296282;
+
+ // aapt resource value: 0x7F09001B
+ public const int m3_sys_motion_duration_600 = 2131296283;
+
+ // aapt resource value: 0x7F09001C
+ public const int m3_sys_motion_duration_700 = 2131296284;
+
+ // aapt resource value: 0x7F09001D
+ public const int m3_sys_motion_duration_800 = 2131296285;
+
+ // aapt resource value: 0x7F09001E
+ public const int m3_sys_motion_duration_900 = 2131296286;
+
+ // aapt resource value: 0x7F09001F
+ public const int m3_sys_motion_path = 2131296287;
+
+ // aapt resource value: 0x7F090020
+ public const int material_motion_duration_long_1 = 2131296288;
+
+ // aapt resource value: 0x7F090021
+ public const int material_motion_duration_long_2 = 2131296289;
+
+ // aapt resource value: 0x7F090022
+ public const int material_motion_duration_medium_1 = 2131296290;
+
+ // aapt resource value: 0x7F090023
+ public const int material_motion_duration_medium_2 = 2131296291;
+
+ // aapt resource value: 0x7F090024
+ public const int material_motion_duration_short_1 = 2131296292;
+
+ // aapt resource value: 0x7F090025
+ public const int material_motion_duration_short_2 = 2131296293;
+
+ // aapt resource value: 0x7F090026
+ public const int material_motion_path = 2131296294;
+
+ // aapt resource value: 0x7F090027
+ public const int mtrl_badge_max_character_count = 2131296295;
+
+ // aapt resource value: 0x7F090028
+ public const int mtrl_btn_anim_delay_ms = 2131296296;
+
+ // aapt resource value: 0x7F090029
+ public const int mtrl_btn_anim_duration_ms = 2131296297;
+
+ // aapt resource value: 0x7F09002A
+ public const int mtrl_calendar_header_orientation = 2131296298;
+
+ // aapt resource value: 0x7F09002B
+ public const int mtrl_calendar_selection_text_lines = 2131296299;
+
+ // aapt resource value: 0x7F09002C
+ public const int mtrl_calendar_year_selector_span = 2131296300;
+
+ // aapt resource value: 0x7F09002D
+ public const int mtrl_card_anim_delay_ms = 2131296301;
+
+ // aapt resource value: 0x7F09002E
+ public const int mtrl_card_anim_duration_ms = 2131296302;
+
+ // aapt resource value: 0x7F09002F
+ public const int mtrl_chip_anim_duration = 2131296303;
+
+ // aapt resource value: 0x7F090030
+ public const int mtrl_tab_indicator_anim_duration_ms = 2131296304;
+
+ // aapt resource value: 0x7F090031
+ public const int mtrl_view_gone = 2131296305;
+
+ // aapt resource value: 0x7F090032
+ public const int mtrl_view_invisible = 2131296306;
+
+ // aapt resource value: 0x7F090033
+ public const int mtrl_view_visible = 2131296307;
+
+ // aapt resource value: 0x7F090034
+ public const int show_password_duration = 2131296308;
+
+ // aapt resource value: 0x7F090035
+ public const int status_bar_notification_info_maxnum = 2131296309;
+
+ static Integer()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Integer()
+ {
+ }
+ }
+
+ public partial class Interpolator
+ {
+
+ // aapt resource value: 0x7F0A0000
+ public const int btn_checkbox_checked_mtrl_animation_interpolator_0 = 2131361792;
+
+ // aapt resource value: 0x7F0A0001
+ public const int btn_checkbox_checked_mtrl_animation_interpolator_1 = 2131361793;
+
+ // aapt resource value: 0x7F0A0002
+ public const int btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 2131361794;
+
+ // aapt resource value: 0x7F0A0003
+ public const int btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 2131361795;
+
+ // aapt resource value: 0x7F0A0004
+ public const int btn_radio_to_off_mtrl_animation_interpolator_0 = 2131361796;
+
+ // aapt resource value: 0x7F0A0005
+ public const int btn_radio_to_on_mtrl_animation_interpolator_0 = 2131361797;
+
+ // aapt resource value: 0x7F0A0006
+ public const int fast_out_slow_in = 2131361798;
+
+ // aapt resource value: 0x7F0A0007
+ public const int mtrl_fast_out_linear_in = 2131361799;
+
+ // aapt resource value: 0x7F0A0008
+ public const int mtrl_fast_out_slow_in = 2131361800;
+
+ // aapt resource value: 0x7F0A0009
+ public const int mtrl_linear = 2131361801;
+
+ // aapt resource value: 0x7F0A000A
+ public const int mtrl_linear_out_slow_in = 2131361802;
+
+ static Interpolator()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Interpolator()
+ {
+ }
+ }
+
+ public partial class Layout
+ {
+
+ // aapt resource value: 0x7F0B0000
+ public const int abc_action_bar_title_item = 2131427328;
+
+ // aapt resource value: 0x7F0B0001
+ public const int abc_action_bar_up_container = 2131427329;
+
+ // aapt resource value: 0x7F0B0002
+ public const int abc_action_menu_item_layout = 2131427330;
+
+ // aapt resource value: 0x7F0B0003
+ public const int abc_action_menu_layout = 2131427331;
+
+ // aapt resource value: 0x7F0B0004
+ public const int abc_action_mode_bar = 2131427332;
+
+ // aapt resource value: 0x7F0B0005
+ public const int abc_action_mode_close_item_material = 2131427333;
+
+ // aapt resource value: 0x7F0B0006
+ public const int abc_activity_chooser_view = 2131427334;
+
+ // aapt resource value: 0x7F0B0007
+ public const int abc_activity_chooser_view_list_item = 2131427335;
+
+ // aapt resource value: 0x7F0B0008
+ public const int abc_alert_dialog_button_bar_material = 2131427336;
+
+ // aapt resource value: 0x7F0B0009
+ public const int abc_alert_dialog_material = 2131427337;
+
+ // aapt resource value: 0x7F0B000A
+ public const int abc_alert_dialog_title_material = 2131427338;
+
+ // aapt resource value: 0x7F0B000B
+ public const int abc_cascading_menu_item_layout = 2131427339;
+
+ // aapt resource value: 0x7F0B000C
+ public const int abc_dialog_title_material = 2131427340;
+
+ // aapt resource value: 0x7F0B000D
+ public const int abc_expanded_menu_layout = 2131427341;
+
+ // aapt resource value: 0x7F0B000E
+ public const int abc_list_menu_item_checkbox = 2131427342;
+
+ // aapt resource value: 0x7F0B000F
+ public const int abc_list_menu_item_icon = 2131427343;
+
+ // aapt resource value: 0x7F0B0010
+ public const int abc_list_menu_item_layout = 2131427344;
+
+ // aapt resource value: 0x7F0B0011
+ public const int abc_list_menu_item_radio = 2131427345;
+
+ // aapt resource value: 0x7F0B0012
+ public const int abc_popup_menu_header_item_layout = 2131427346;
+
+ // aapt resource value: 0x7F0B0013
+ public const int abc_popup_menu_item_layout = 2131427347;
+
+ // aapt resource value: 0x7F0B0014
+ public const int abc_screen_content_include = 2131427348;
+
+ // aapt resource value: 0x7F0B0015
+ public const int abc_screen_simple = 2131427349;
+
+ // aapt resource value: 0x7F0B0016
+ public const int abc_screen_simple_overlay_action_mode = 2131427350;
+
+ // aapt resource value: 0x7F0B0017
+ public const int abc_screen_toolbar = 2131427351;
+
+ // aapt resource value: 0x7F0B0018
+ public const int abc_search_dropdown_item_icons_2line = 2131427352;
+
+ // aapt resource value: 0x7F0B0019
+ public const int abc_search_view = 2131427353;
+
+ // aapt resource value: 0x7F0B001A
+ public const int abc_select_dialog_material = 2131427354;
+
+ // aapt resource value: 0x7F0B001B
+ public const int abc_tooltip = 2131427355;
+
+ // aapt resource value: 0x7F0B001C
+ public const int browser_actions_context_menu_page = 2131427356;
+
+ // aapt resource value: 0x7F0B001D
+ public const int browser_actions_context_menu_row = 2131427357;
+
+ // aapt resource value: 0x7F0B001E
+ public const int custom_dialog = 2131427358;
+
+ // aapt resource value: 0x7F0B001F
+ public const int design_bottom_navigation_item = 2131427359;
+
+ // aapt resource value: 0x7F0B0020
+ public const int design_bottom_sheet_dialog = 2131427360;
+
+ // aapt resource value: 0x7F0B0021
+ public const int design_layout_snackbar = 2131427361;
+
+ // aapt resource value: 0x7F0B0022
+ public const int design_layout_snackbar_include = 2131427362;
+
+ // aapt resource value: 0x7F0B0023
+ public const int design_layout_tab_icon = 2131427363;
+
+ // aapt resource value: 0x7F0B0024
+ public const int design_layout_tab_text = 2131427364;
+
+ // aapt resource value: 0x7F0B0025
+ public const int design_menu_item_action_area = 2131427365;
+
+ // aapt resource value: 0x7F0B0026
+ public const int design_navigation_item = 2131427366;
+
+ // aapt resource value: 0x7F0B0027
+ public const int design_navigation_item_header = 2131427367;
+
+ // aapt resource value: 0x7F0B0028
+ public const int design_navigation_item_separator = 2131427368;
+
+ // aapt resource value: 0x7F0B0029
+ public const int design_navigation_item_subheader = 2131427369;
+
+ // aapt resource value: 0x7F0B002A
+ public const int design_navigation_menu = 2131427370;
+
+ // aapt resource value: 0x7F0B002B
+ public const int design_navigation_menu_item = 2131427371;
+
+ // aapt resource value: 0x7F0B002C
+ public const int design_text_input_end_icon = 2131427372;
+
+ // aapt resource value: 0x7F0B002D
+ public const int design_text_input_start_icon = 2131427373;
+
+ // aapt resource value: 0x7F0B002E
+ public const int drawer_layout = 2131427374;
+
+ // aapt resource value: 0x7F0B002F
+ public const int flyoutcontent = 2131427375;
+
+ // aapt resource value: 0x7F0B0030
+ public const int fragment_backstack = 2131427376;
+
+ // aapt resource value: 0x7F0B0031
+ public const int m3_alert_dialog = 2131427377;
+
+ // aapt resource value: 0x7F0B0032
+ public const int m3_alert_dialog_actions = 2131427378;
+
+ // aapt resource value: 0x7F0B0033
+ public const int m3_alert_dialog_title = 2131427379;
+
+ // aapt resource value: 0x7F0B0034
+ public const int m3_auto_complete_simple_item = 2131427380;
+
+ // aapt resource value: 0x7F0B0035
+ public const int material_chip_input_combo = 2131427381;
+
+ // aapt resource value: 0x7F0B003A
+ public const int material_clockface_textview = 2131427386;
+
+ // aapt resource value: 0x7F0B003B
+ public const int material_clockface_view = 2131427387;
+
+ // aapt resource value: 0x7F0B0036
+ public const int material_clock_display = 2131427382;
+
+ // aapt resource value: 0x7F0B0037
+ public const int material_clock_display_divider = 2131427383;
+
+ // aapt resource value: 0x7F0B0038
+ public const int material_clock_period_toggle = 2131427384;
+
+ // aapt resource value: 0x7F0B0039
+ public const int material_clock_period_toggle_land = 2131427385;
+
+ // aapt resource value: 0x7F0B003C
+ public const int material_radial_view_group = 2131427388;
+
+ // aapt resource value: 0x7F0B003D
+ public const int material_textinput_timepicker = 2131427389;
+
+ // aapt resource value: 0x7F0B0040
+ public const int material_timepicker = 2131427392;
+
+ // aapt resource value: 0x7F0B0041
+ public const int material_timepicker_dialog = 2131427393;
+
+ // aapt resource value: 0x7F0B0042
+ public const int material_timepicker_textinput_display = 2131427394;
+
+ // aapt resource value: 0x7F0B003E
+ public const int material_time_chip = 2131427390;
+
+ // aapt resource value: 0x7F0B003F
+ public const int material_time_input = 2131427391;
+
+ // aapt resource value: 0x7F0B0043
+ public const int mtrl_alert_dialog = 2131427395;
+
+ // aapt resource value: 0x7F0B0044
+ public const int mtrl_alert_dialog_actions = 2131427396;
+
+ // aapt resource value: 0x7F0B0045
+ public const int mtrl_alert_dialog_title = 2131427397;
+
+ // aapt resource value: 0x7F0B0046
+ public const int mtrl_alert_select_dialog_item = 2131427398;
+
+ // aapt resource value: 0x7F0B0047
+ public const int mtrl_alert_select_dialog_multichoice = 2131427399;
+
+ // aapt resource value: 0x7F0B0048
+ public const int mtrl_alert_select_dialog_singlechoice = 2131427400;
+
+ // aapt resource value: 0x7F0B0049
+ public const int mtrl_auto_complete_simple_item = 2131427401;
+
+ // aapt resource value: 0x7F0B004A
+ public const int mtrl_calendar_day = 2131427402;
+
+ // aapt resource value: 0x7F0B004C
+ public const int mtrl_calendar_days_of_week = 2131427404;
+
+ // aapt resource value: 0x7F0B004B
+ public const int mtrl_calendar_day_of_week = 2131427403;
+
+ // aapt resource value: 0x7F0B004D
+ public const int mtrl_calendar_horizontal = 2131427405;
+
+ // aapt resource value: 0x7F0B004E
+ public const int mtrl_calendar_month = 2131427406;
+
+ // aapt resource value: 0x7F0B0051
+ public const int mtrl_calendar_months = 2131427409;
+
+ // aapt resource value: 0x7F0B004F
+ public const int mtrl_calendar_month_labeled = 2131427407;
+
+ // aapt resource value: 0x7F0B0050
+ public const int mtrl_calendar_month_navigation = 2131427408;
+
+ // aapt resource value: 0x7F0B0052
+ public const int mtrl_calendar_vertical = 2131427410;
+
+ // aapt resource value: 0x7F0B0053
+ public const int mtrl_calendar_year = 2131427411;
+
+ // aapt resource value: 0x7F0B0054
+ public const int mtrl_layout_snackbar = 2131427412;
+
+ // aapt resource value: 0x7F0B0055
+ public const int mtrl_layout_snackbar_include = 2131427413;
+
+ // aapt resource value: 0x7F0B0056
+ public const int mtrl_navigation_rail_item = 2131427414;
+
+ // aapt resource value: 0x7F0B0057
+ public const int mtrl_picker_actions = 2131427415;
+
+ // aapt resource value: 0x7F0B0058
+ public const int mtrl_picker_dialog = 2131427416;
+
+ // aapt resource value: 0x7F0B0059
+ public const int mtrl_picker_fullscreen = 2131427417;
+
+ // aapt resource value: 0x7F0B005A
+ public const int mtrl_picker_header_dialog = 2131427418;
+
+ // aapt resource value: 0x7F0B005B
+ public const int mtrl_picker_header_fullscreen = 2131427419;
+
+ // aapt resource value: 0x7F0B005C
+ public const int mtrl_picker_header_selection_text = 2131427420;
+
+ // aapt resource value: 0x7F0B005D
+ public const int mtrl_picker_header_title_text = 2131427421;
+
+ // aapt resource value: 0x7F0B005E
+ public const int mtrl_picker_header_toggle = 2131427422;
+
+ // aapt resource value: 0x7F0B005F
+ public const int mtrl_picker_text_input_date = 2131427423;
+
+ // aapt resource value: 0x7F0B0060
+ public const int mtrl_picker_text_input_date_range = 2131427424;
+
+ // aapt resource value: 0x7F0B0061
+ public const int navigationlayout = 2131427425;
+
+ // aapt resource value: 0x7F0B0062
+ public const int notification_action = 2131427426;
+
+ // aapt resource value: 0x7F0B0063
+ public const int notification_action_tombstone = 2131427427;
+
+ // aapt resource value: 0x7F0B0064
+ public const int notification_media_action = 2131427428;
+
+ // aapt resource value: 0x7F0B0065
+ public const int notification_media_cancel_action = 2131427429;
+
+ // aapt resource value: 0x7F0B0066
+ public const int notification_template_big_media = 2131427430;
+
+ // aapt resource value: 0x7F0B0067
+ public const int notification_template_big_media_custom = 2131427431;
+
+ // aapt resource value: 0x7F0B0068
+ public const int notification_template_big_media_narrow = 2131427432;
+
+ // aapt resource value: 0x7F0B0069
+ public const int notification_template_big_media_narrow_custom = 2131427433;
+
+ // aapt resource value: 0x7F0B006A
+ public const int notification_template_custom_big = 2131427434;
+
+ // aapt resource value: 0x7F0B006B
+ public const int notification_template_icon_group = 2131427435;
+
+ // aapt resource value: 0x7F0B006C
+ public const int notification_template_lines_media = 2131427436;
+
+ // aapt resource value: 0x7F0B006D
+ public const int notification_template_media = 2131427437;
+
+ // aapt resource value: 0x7F0B006E
+ public const int notification_template_media_custom = 2131427438;
+
+ // aapt resource value: 0x7F0B006F
+ public const int notification_template_part_chronometer = 2131427439;
+
+ // aapt resource value: 0x7F0B0070
+ public const int notification_template_part_time = 2131427440;
+
+ // aapt resource value: 0x7F0B0071
+ public const int select_dialog_item_material = 2131427441;
+
+ // aapt resource value: 0x7F0B0072
+ public const int select_dialog_multichoice_material = 2131427442;
+
+ // aapt resource value: 0x7F0B0073
+ public const int select_dialog_singlechoice_material = 2131427443;
+
+ // aapt resource value: 0x7F0B0074
+ public const int shellcontent = 2131427444;
+
+ // aapt resource value: 0x7F0B0075
+ public const int support_simple_spinner_dropdown_item = 2131427445;
+
+ // aapt resource value: 0x7F0B0076
+ public const int tabbar = 2131427446;
+
+ // aapt resource value: 0x7F0B0077
+ public const int test_action_chip = 2131427447;
+
+ // aapt resource value: 0x7F0B0078
+ public const int test_chip_zero_corner_radius = 2131427448;
+
+ // aapt resource value: 0x7F0B0079
+ public const int test_design_checkbox = 2131427449;
+
+ // aapt resource value: 0x7F0B007A
+ public const int test_design_radiobutton = 2131427450;
+
+ // aapt resource value: 0x7F0B007B
+ public const int test_exposed_dropdown_menu = 2131427451;
+
+ // aapt resource value: 0x7F0B007C
+ public const int test_navigation_bar_item_layout = 2131427452;
+
+ // aapt resource value: 0x7F0B007D
+ public const int test_reflow_chipgroup = 2131427453;
+
+ // aapt resource value: 0x7F0B007E
+ public const int test_toolbar = 2131427454;
+
+ // aapt resource value: 0x7F0B007F
+ public const int test_toolbar_custom_background = 2131427455;
+
+ // aapt resource value: 0x7F0B0080
+ public const int test_toolbar_elevation = 2131427456;
+
+ // aapt resource value: 0x7F0B0081
+ public const int test_toolbar_surface = 2131427457;
+
+ // aapt resource value: 0x7F0B0086
+ public const int text_view_without_line_height = 2131427462;
+
+ // aapt resource value: 0x7F0B0082
+ public const int text_view_with_line_height_from_appearance = 2131427458;
+
+ // aapt resource value: 0x7F0B0083
+ public const int text_view_with_line_height_from_layout = 2131427459;
+
+ // aapt resource value: 0x7F0B0084
+ public const int text_view_with_line_height_from_style = 2131427460;
+
+ // aapt resource value: 0x7F0B0085
+ public const int text_view_with_theme_line_height = 2131427461;
+
+ // aapt resource value: 0x7F0B0087
+ public const int toolbar = 2131427463;
+
+ static Layout()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Layout()
+ {
+ }
+ }
+
+ public partial class Menu
+ {
+
+ // aapt resource value: 0x7F0C0000
+ public const int example_menu = 2131492864;
+
+ // aapt resource value: 0x7F0C0001
+ public const int example_menu2 = 2131492865;
+
+ static Menu()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Menu()
+ {
+ }
+ }
+
+ public partial class Plurals
+ {
+
+ // aapt resource value: 0x7F0D0000
+ public const int mtrl_badge_content_description = 2131558400;
+
+ static Plurals()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Plurals()
+ {
+ }
+ }
+
+ public partial class String
+ {
+
+ // aapt resource value: 0x7F0E0000
+ public const int abc_action_bar_home_description = 2131623936;
+
+ // aapt resource value: 0x7F0E0001
+ public const int abc_action_bar_up_description = 2131623937;
+
+ // aapt resource value: 0x7F0E0002
+ public const int abc_action_menu_overflow_description = 2131623938;
+
+ // aapt resource value: 0x7F0E0003
+ public const int abc_action_mode_done = 2131623939;
+
+ // aapt resource value: 0x7F0E0005
+ public const int abc_activitychooserview_choose_application = 2131623941;
+
+ // aapt resource value: 0x7F0E0004
+ public const int abc_activity_chooser_view_see_all = 2131623940;
+
+ // aapt resource value: 0x7F0E0006
+ public const int abc_capital_off = 2131623942;
+
+ // aapt resource value: 0x7F0E0007
+ public const int abc_capital_on = 2131623943;
+
+ // aapt resource value: 0x7F0E0008
+ public const int abc_menu_alt_shortcut_label = 2131623944;
+
+ // aapt resource value: 0x7F0E0009
+ public const int abc_menu_ctrl_shortcut_label = 2131623945;
+
+ // aapt resource value: 0x7F0E000A
+ public const int abc_menu_delete_shortcut_label = 2131623946;
+
+ // aapt resource value: 0x7F0E000B
+ public const int abc_menu_enter_shortcut_label = 2131623947;
+
+ // aapt resource value: 0x7F0E000C
+ public const int abc_menu_function_shortcut_label = 2131623948;
+
+ // aapt resource value: 0x7F0E000D
+ public const int abc_menu_meta_shortcut_label = 2131623949;
+
+ // aapt resource value: 0x7F0E000E
+ public const int abc_menu_shift_shortcut_label = 2131623950;
+
+ // aapt resource value: 0x7F0E000F
+ public const int abc_menu_space_shortcut_label = 2131623951;
+
+ // aapt resource value: 0x7F0E0010
+ public const int abc_menu_sym_shortcut_label = 2131623952;
+
+ // aapt resource value: 0x7F0E0011
+ public const int abc_prepend_shortcut_label = 2131623953;
+
+ // aapt resource value: 0x7F0E0013
+ public const int abc_searchview_description_clear = 2131623955;
+
+ // aapt resource value: 0x7F0E0014
+ public const int abc_searchview_description_query = 2131623956;
+
+ // aapt resource value: 0x7F0E0015
+ public const int abc_searchview_description_search = 2131623957;
+
+ // aapt resource value: 0x7F0E0016
+ public const int abc_searchview_description_submit = 2131623958;
+
+ // aapt resource value: 0x7F0E0017
+ public const int abc_searchview_description_voice = 2131623959;
+
+ // aapt resource value: 0x7F0E0012
+ public const int abc_search_hint = 2131623954;
+
+ // aapt resource value: 0x7F0E0018
+ public const int abc_shareactionprovider_share_with = 2131623960;
+
+ // aapt resource value: 0x7F0E0019
+ public const int abc_shareactionprovider_share_with_application = 2131623961;
+
+ // aapt resource value: 0x7F0E001A
+ public const int abc_toolbar_collapse_description = 2131623962;
+
+ // aapt resource value: 0x7F0E001B
+ public const int androidx_startup = 2131623963;
+
+ // aapt resource value: 0x7F0E001C
+ public const int appbar_scrolling_view_behavior = 2131623964;
+
+ // aapt resource value: 0x7F0E001E
+ public const int bottomsheet_action_expand_halfway = 2131623966;
+
+ // aapt resource value: 0x7F0E001D
+ public const int bottom_sheet_behavior = 2131623965;
+
+ // aapt resource value: 0x7F0E001F
+ public const int character_counter_content_description = 2131623967;
+
+ // aapt resource value: 0x7F0E0020
+ public const int character_counter_overflowed_content_description = 2131623968;
+
+ // aapt resource value: 0x7F0E0021
+ public const int character_counter_pattern = 2131623969;
+
+ // aapt resource value: 0x7F0E0022
+ public const int chip_text = 2131623970;
+
+ // aapt resource value: 0x7F0E0023
+ public const int clear_text_end_icon_content_description = 2131623971;
+
+ // aapt resource value: 0x7F0E0024
+ public const int copy_toast_msg = 2131623972;
+
+ // aapt resource value: 0x7F0E0025
+ public const int error_icon_content_description = 2131623973;
+
+ // aapt resource value: 0x7F0E0026
+ public const int exposed_dropdown_menu_content_description = 2131623974;
+
+ // aapt resource value: 0x7F0E0027
+ public const int fab_transformation_scrim_behavior = 2131623975;
+
+ // aapt resource value: 0x7F0E0028
+ public const int fab_transformation_sheet_behavior = 2131623976;
+
+ // aapt resource value: 0x7F0E0029
+ public const int fallback_menu_item_copy_link = 2131623977;
+
+ // aapt resource value: 0x7F0E002A
+ public const int fallback_menu_item_open_in_browser = 2131623978;
+
+ // aapt resource value: 0x7F0E002B
+ public const int fallback_menu_item_share_link = 2131623979;
+
+ // aapt resource value: 0x7F0E002C
+ public const int hide_bottom_view_on_scroll_behavior = 2131623980;
+
+ // aapt resource value: 0x7F0E002D
+ public const int icon_content_description = 2131623981;
+
+ // aapt resource value: 0x7F0E002E
+ public const int item_view_role_description = 2131623982;
+
+ // aapt resource value: 0x7F0E002F
+ public const int label = 2131623983;
+
+ // aapt resource value: 0x7F0E0030
+ public const int m3_ref_typeface_brand_medium = 2131623984;
+
+ // aapt resource value: 0x7F0E0031
+ public const int m3_ref_typeface_brand_regular = 2131623985;
+
+ // aapt resource value: 0x7F0E0032
+ public const int m3_ref_typeface_plain_medium = 2131623986;
+
+ // aapt resource value: 0x7F0E0033
+ public const int m3_ref_typeface_plain_regular = 2131623987;
+
+ // aapt resource value: 0x7F0E0034
+ public const int m3_sys_motion_easing_emphasized = 2131623988;
+
+ // aapt resource value: 0x7F0E0035
+ public const int m3_sys_motion_easing_emphasized_accelerate = 2131623989;
+
+ // aapt resource value: 0x7F0E0036
+ public const int m3_sys_motion_easing_emphasized_decelerate = 2131623990;
+
+ // aapt resource value: 0x7F0E0037
+ public const int m3_sys_motion_easing_emphasized_path_data = 2131623991;
+
+ // aapt resource value: 0x7F0E0038
+ public const int m3_sys_motion_easing_legacy = 2131623992;
+
+ // aapt resource value: 0x7F0E0039
+ public const int m3_sys_motion_easing_legacy_accelerate = 2131623993;
+
+ // aapt resource value: 0x7F0E003A
+ public const int m3_sys_motion_easing_legacy_decelerate = 2131623994;
+
+ // aapt resource value: 0x7F0E003B
+ public const int m3_sys_motion_easing_linear = 2131623995;
+
+ // aapt resource value: 0x7F0E003C
+ public const int m3_sys_motion_easing_standard = 2131623996;
+
+ // aapt resource value: 0x7F0E003D
+ public const int m3_sys_motion_easing_standard_accelerate = 2131623997;
+
+ // aapt resource value: 0x7F0E003E
+ public const int m3_sys_motion_easing_standard_decelerate = 2131623998;
+
+ // aapt resource value: 0x7F0E003F
+ public const int material_clock_display_divider = 2131623999;
+
+ // aapt resource value: 0x7F0E0040
+ public const int material_clock_toggle_content_description = 2131624000;
+
+ // aapt resource value: 0x7F0E0041
+ public const int material_hour_selection = 2131624001;
+
+ // aapt resource value: 0x7F0E0042
+ public const int material_hour_suffix = 2131624002;
+
+ // aapt resource value: 0x7F0E0043
+ public const int material_minute_selection = 2131624003;
+
+ // aapt resource value: 0x7F0E0044
+ public const int material_minute_suffix = 2131624004;
+
+ // aapt resource value: 0x7F0E0045
+ public const int material_motion_easing_accelerated = 2131624005;
+
+ // aapt resource value: 0x7F0E0046
+ public const int material_motion_easing_decelerated = 2131624006;
+
+ // aapt resource value: 0x7F0E0047
+ public const int material_motion_easing_emphasized = 2131624007;
+
+ // aapt resource value: 0x7F0E0048
+ public const int material_motion_easing_linear = 2131624008;
+
+ // aapt resource value: 0x7F0E0049
+ public const int material_motion_easing_standard = 2131624009;
+
+ // aapt resource value: 0x7F0E004A
+ public const int material_slider_range_end = 2131624010;
+
+ // aapt resource value: 0x7F0E004B
+ public const int material_slider_range_start = 2131624011;
+
+ // aapt resource value: 0x7F0E004C
+ public const int material_timepicker_am = 2131624012;
+
+ // aapt resource value: 0x7F0E004D
+ public const int material_timepicker_clock_mode_description = 2131624013;
+
+ // aapt resource value: 0x7F0E004E
+ public const int material_timepicker_hour = 2131624014;
+
+ // aapt resource value: 0x7F0E004F
+ public const int material_timepicker_minute = 2131624015;
+
+ // aapt resource value: 0x7F0E0050
+ public const int material_timepicker_pm = 2131624016;
+
+ // aapt resource value: 0x7F0E0051
+ public const int material_timepicker_select_time = 2131624017;
+
+ // aapt resource value: 0x7F0E0052
+ public const int material_timepicker_text_input_mode_description = 2131624018;
+
+ // aapt resource value: 0x7F0E0053
+ public const int maui_empty_unused = 2131624019;
+
+ // aapt resource value: 0x7F0E0054
+ public const int mtrl_badge_numberless_content_description = 2131624020;
+
+ // aapt resource value: 0x7F0E0055
+ public const int mtrl_chip_close_icon_content_description = 2131624021;
+
+ // aapt resource value: 0x7F0E0056
+ public const int mtrl_exceed_max_badge_number_content_description = 2131624022;
+
+ // aapt resource value: 0x7F0E0057
+ public const int mtrl_exceed_max_badge_number_suffix = 2131624023;
+
+ // aapt resource value: 0x7F0E0058
+ public const int mtrl_picker_a11y_next_month = 2131624024;
+
+ // aapt resource value: 0x7F0E0059
+ public const int mtrl_picker_a11y_prev_month = 2131624025;
+
+ // aapt resource value: 0x7F0E005A
+ public const int mtrl_picker_announce_current_selection = 2131624026;
+
+ // aapt resource value: 0x7F0E005B
+ public const int mtrl_picker_cancel = 2131624027;
+
+ // aapt resource value: 0x7F0E005C
+ public const int mtrl_picker_confirm = 2131624028;
+
+ // aapt resource value: 0x7F0E005D
+ public const int mtrl_picker_date_header_selected = 2131624029;
+
+ // aapt resource value: 0x7F0E005E
+ public const int mtrl_picker_date_header_title = 2131624030;
+
+ // aapt resource value: 0x7F0E005F
+ public const int mtrl_picker_date_header_unselected = 2131624031;
+
+ // aapt resource value: 0x7F0E0060
+ public const int mtrl_picker_day_of_week_column_header = 2131624032;
+
+ // aapt resource value: 0x7F0E0061
+ public const int mtrl_picker_invalid_format = 2131624033;
+
+ // aapt resource value: 0x7F0E0062
+ public const int mtrl_picker_invalid_format_example = 2131624034;
+
+ // aapt resource value: 0x7F0E0063
+ public const int mtrl_picker_invalid_format_use = 2131624035;
+
+ // aapt resource value: 0x7F0E0064
+ public const int mtrl_picker_invalid_range = 2131624036;
+
+ // aapt resource value: 0x7F0E0065
+ public const int mtrl_picker_navigate_to_year_description = 2131624037;
+
+ // aapt resource value: 0x7F0E0066
+ public const int mtrl_picker_out_of_range = 2131624038;
+
+ // aapt resource value: 0x7F0E0067
+ public const int mtrl_picker_range_header_only_end_selected = 2131624039;
+
+ // aapt resource value: 0x7F0E0068
+ public const int mtrl_picker_range_header_only_start_selected = 2131624040;
+
+ // aapt resource value: 0x7F0E0069
+ public const int mtrl_picker_range_header_selected = 2131624041;
+
+ // aapt resource value: 0x7F0E006A
+ public const int mtrl_picker_range_header_title = 2131624042;
+
+ // aapt resource value: 0x7F0E006B
+ public const int mtrl_picker_range_header_unselected = 2131624043;
+
+ // aapt resource value: 0x7F0E006C
+ public const int mtrl_picker_save = 2131624044;
+
+ // aapt resource value: 0x7F0E006D
+ public const int mtrl_picker_text_input_date_hint = 2131624045;
+
+ // aapt resource value: 0x7F0E006E
+ public const int mtrl_picker_text_input_date_range_end_hint = 2131624046;
+
+ // aapt resource value: 0x7F0E006F
+ public const int mtrl_picker_text_input_date_range_start_hint = 2131624047;
+
+ // aapt resource value: 0x7F0E0070
+ public const int mtrl_picker_text_input_day_abbr = 2131624048;
+
+ // aapt resource value: 0x7F0E0071
+ public const int mtrl_picker_text_input_month_abbr = 2131624049;
+
+ // aapt resource value: 0x7F0E0072
+ public const int mtrl_picker_text_input_year_abbr = 2131624050;
+
+ // aapt resource value: 0x7F0E0073
+ public const int mtrl_picker_toggle_to_calendar_input_mode = 2131624051;
+
+ // aapt resource value: 0x7F0E0074
+ public const int mtrl_picker_toggle_to_day_selection = 2131624052;
+
+ // aapt resource value: 0x7F0E0075
+ public const int mtrl_picker_toggle_to_text_input_mode = 2131624053;
+
+ // aapt resource value: 0x7F0E0076
+ public const int mtrl_picker_toggle_to_year_selection = 2131624054;
+
+ // aapt resource value: 0x7F0E0077
+ public const int mtrl_timepicker_confirm = 2131624055;
+
+ // aapt resource value: 0x7F0E0078
+ public const int nav_app_bar_navigate_up_description = 2131624056;
+
+ // aapt resource value: 0x7F0E0079
+ public const int nav_app_bar_open_drawer_description = 2131624057;
+
+ // aapt resource value: 0x7F0E007A
+ public const int overflow_tab_title = 2131624058;
+
+ // aapt resource value: 0x7F0E007B
+ public const int password_toggle_content_description = 2131624059;
+
+ // aapt resource value: 0x7F0E007C
+ public const int path_password_eye = 2131624060;
+
+ // aapt resource value: 0x7F0E007D
+ public const int path_password_eye_mask_strike_through = 2131624061;
+
+ // aapt resource value: 0x7F0E007E
+ public const int path_password_eye_mask_visible = 2131624062;
+
+ // aapt resource value: 0x7F0E007F
+ public const int path_password_strike_through = 2131624063;
+
+ // aapt resource value: 0x7F0E0080
+ public const int search_menu_title = 2131624064;
+
+ // aapt resource value: 0x7F0E0081
+ public const int status_bar_notification_info_overflow = 2131624065;
+
+ static String()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private String()
+ {
+ }
+ }
+
+ public partial class Style
+ {
+
+ // aapt resource value: 0x7F0F0000
+ public const int ActionMode = 2131689472;
+
+ // aapt resource value: 0x7F0F0001
+ public const int AlertDialog_AppCompat = 2131689473;
+
+ // aapt resource value: 0x7F0F0002
+ public const int AlertDialog_AppCompat_Light = 2131689474;
+
+ // aapt resource value: 0x7F0F0003
+ public const int AndroidThemeColorAccentYellow = 2131689475;
+
+ // aapt resource value: 0x7F0F0004
+ public const int Animation_AppCompat_Dialog = 2131689476;
+
+ // aapt resource value: 0x7F0F0005
+ public const int Animation_AppCompat_DropDownUp = 2131689477;
+
+ // aapt resource value: 0x7F0F0006
+ public const int Animation_AppCompat_Tooltip = 2131689478;
+
+ // aapt resource value: 0x7F0F0007
+ public const int Animation_Design_BottomSheetDialog = 2131689479;
+
+ // aapt resource value: 0x7F0F0008
+ public const int Animation_MaterialComponents_BottomSheetDialog = 2131689480;
+
+ // aapt resource value: 0x7F0F0009
+ public const int AppTheme = 2131689481;
+
+ // aapt resource value: 0x7F0F000A
+ public const int AppTheme_NoActionBar = 2131689482;
+
+ // aapt resource value: 0x7F0F000B
+ public const int Base_AlertDialog_AppCompat = 2131689483;
+
+ // aapt resource value: 0x7F0F000C
+ public const int Base_AlertDialog_AppCompat_Light = 2131689484;
+
+ // aapt resource value: 0x7F0F000D
+ public const int Base_Animation_AppCompat_Dialog = 2131689485;
+
+ // aapt resource value: 0x7F0F000E
+ public const int Base_Animation_AppCompat_DropDownUp = 2131689486;
+
+ // aapt resource value: 0x7F0F000F
+ public const int Base_Animation_AppCompat_Tooltip = 2131689487;
+
+ // aapt resource value: 0x7F0F0010
+ public const int Base_CardView = 2131689488;
+
+ // aapt resource value: 0x7F0F0011
+ public const int Base_DialogWindowTitleBackground_AppCompat = 2131689489;
+
+ // aapt resource value: 0x7F0F0012
+ public const int Base_DialogWindowTitle_AppCompat = 2131689490;
+
+ // aapt resource value: 0x7F0F0013
+ public const int Base_MaterialAlertDialog_MaterialComponents_Title_Icon = 2131689491;
+
+ // aapt resource value: 0x7F0F0014
+ public const int Base_MaterialAlertDialog_MaterialComponents_Title_Panel = 2131689492;
+
+ // aapt resource value: 0x7F0F0015
+ public const int Base_MaterialAlertDialog_MaterialComponents_Title_Text = 2131689493;
+
+ // aapt resource value: 0x7F0F0016
+ public const int Base_TextAppearance_AppCompat = 2131689494;
+
+ // aapt resource value: 0x7F0F0017
+ public const int Base_TextAppearance_AppCompat_Body1 = 2131689495;
+
+ // aapt resource value: 0x7F0F0018
+ public const int Base_TextAppearance_AppCompat_Body2 = 2131689496;
+
+ // aapt resource value: 0x7F0F0019
+ public const int Base_TextAppearance_AppCompat_Button = 2131689497;
+
+ // aapt resource value: 0x7F0F001A
+ public const int Base_TextAppearance_AppCompat_Caption = 2131689498;
+
+ // aapt resource value: 0x7F0F001B
+ public const int Base_TextAppearance_AppCompat_Display1 = 2131689499;
+
+ // aapt resource value: 0x7F0F001C
+ public const int Base_TextAppearance_AppCompat_Display2 = 2131689500;
+
+ // aapt resource value: 0x7F0F001D
+ public const int Base_TextAppearance_AppCompat_Display3 = 2131689501;
+
+ // aapt resource value: 0x7F0F001E
+ public const int Base_TextAppearance_AppCompat_Display4 = 2131689502;
+
+ // aapt resource value: 0x7F0F001F
+ public const int Base_TextAppearance_AppCompat_Headline = 2131689503;
+
+ // aapt resource value: 0x7F0F0020
+ public const int Base_TextAppearance_AppCompat_Inverse = 2131689504;
+
+ // aapt resource value: 0x7F0F0021
+ public const int Base_TextAppearance_AppCompat_Large = 2131689505;
+
+ // aapt resource value: 0x7F0F0022
+ public const int Base_TextAppearance_AppCompat_Large_Inverse = 2131689506;
+
+ // aapt resource value: 0x7F0F0023
+ public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689507;
+
+ // aapt resource value: 0x7F0F0024
+ public const int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689508;
+
+ // aapt resource value: 0x7F0F0025
+ public const int Base_TextAppearance_AppCompat_Medium = 2131689509;
+
+ // aapt resource value: 0x7F0F0026
+ public const int Base_TextAppearance_AppCompat_Medium_Inverse = 2131689510;
+
+ // aapt resource value: 0x7F0F0027
+ public const int Base_TextAppearance_AppCompat_Menu = 2131689511;
+
+ // aapt resource value: 0x7F0F0028
+ public const int Base_TextAppearance_AppCompat_SearchResult = 2131689512;
+
+ // aapt resource value: 0x7F0F0029
+ public const int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 2131689513;
+
+ // aapt resource value: 0x7F0F002A
+ public const int Base_TextAppearance_AppCompat_SearchResult_Title = 2131689514;
+
+ // aapt resource value: 0x7F0F002B
+ public const int Base_TextAppearance_AppCompat_Small = 2131689515;
+
+ // aapt resource value: 0x7F0F002C
+ public const int Base_TextAppearance_AppCompat_Small_Inverse = 2131689516;
+
+ // aapt resource value: 0x7F0F002D
+ public const int Base_TextAppearance_AppCompat_Subhead = 2131689517;
+
+ // aapt resource value: 0x7F0F002E
+ public const int Base_TextAppearance_AppCompat_Subhead_Inverse = 2131689518;
+
+ // aapt resource value: 0x7F0F002F
+ public const int Base_TextAppearance_AppCompat_Title = 2131689519;
+
+ // aapt resource value: 0x7F0F0030
+ public const int Base_TextAppearance_AppCompat_Title_Inverse = 2131689520;
+
+ // aapt resource value: 0x7F0F0031
+ public const int Base_TextAppearance_AppCompat_Tooltip = 2131689521;
+
+ // aapt resource value: 0x7F0F0032
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689522;
+
+ // aapt resource value: 0x7F0F0033
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689523;
+
+ // aapt resource value: 0x7F0F0034
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689524;
+
+ // aapt resource value: 0x7F0F0035
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689525;
+
+ // aapt resource value: 0x7F0F0036
+ public const int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689526;
+
+ // aapt resource value: 0x7F0F0037
+ public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689527;
+
+ // aapt resource value: 0x7F0F0038
+ public const int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689528;
+
+ // aapt resource value: 0x7F0F0039
+ public const int Base_TextAppearance_AppCompat_Widget_Button = 2131689529;
+
+ // aapt resource value: 0x7F0F003A
+ public const int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689530;
+
+ // aapt resource value: 0x7F0F003B
+ public const int Base_TextAppearance_AppCompat_Widget_Button_Colored = 2131689531;
+
+ // aapt resource value: 0x7F0F003C
+ public const int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 2131689532;
+
+ // aapt resource value: 0x7F0F003D
+ public const int Base_TextAppearance_AppCompat_Widget_DropDownItem = 2131689533;
+
+ // aapt resource value: 0x7F0F003E
+ public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689534;
+
+ // aapt resource value: 0x7F0F003F
+ public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689535;
+
+ // aapt resource value: 0x7F0F0040
+ public const int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689536;
+
+ // aapt resource value: 0x7F0F0041
+ public const int Base_TextAppearance_AppCompat_Widget_Switch = 2131689537;
+
+ // aapt resource value: 0x7F0F0042
+ public const int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689538;
+
+ // aapt resource value: 0x7F0F0043
+ public const int Base_TextAppearance_MaterialComponents_Badge = 2131689539;
+
+ // aapt resource value: 0x7F0F0044
+ public const int Base_TextAppearance_MaterialComponents_Button = 2131689540;
+
+ // aapt resource value: 0x7F0F0045
+ public const int Base_TextAppearance_MaterialComponents_Headline6 = 2131689541;
+
+ // aapt resource value: 0x7F0F0046
+ public const int Base_TextAppearance_MaterialComponents_Subtitle2 = 2131689542;
+
+ // aapt resource value: 0x7F0F0047
+ public const int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689543;
+
+ // aapt resource value: 0x7F0F0048
+ public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689544;
+
+ // aapt resource value: 0x7F0F0049
+ public const int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689545;
+
+ // aapt resource value: 0x7F0F004A
+ public const int Base_ThemeOverlay_AppCompat = 2131689546;
+
+ // aapt resource value: 0x7F0F004B
+ public const int Base_ThemeOverlay_AppCompat_ActionBar = 2131689547;
+
+ // aapt resource value: 0x7F0F004C
+ public const int Base_ThemeOverlay_AppCompat_Dark = 2131689548;
+
+ // aapt resource value: 0x7F0F004D
+ public const int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 2131689549;
+
+ // aapt resource value: 0x7F0F004E
+ public const int Base_ThemeOverlay_AppCompat_Dialog = 2131689550;
+
+ // aapt resource value: 0x7F0F004F
+ public const int Base_ThemeOverlay_AppCompat_Dialog_Alert = 2131689551;
+
+ // aapt resource value: 0x7F0F0050
+ public const int Base_ThemeOverlay_AppCompat_Light = 2131689552;
+
+ // aapt resource value: 0x7F0F0051
+ public const int Base_ThemeOverlay_Material3_AutoCompleteTextView = 2131689553;
+
+ // aapt resource value: 0x7F0F0052
+ public const int Base_ThemeOverlay_Material3_BottomSheetDialog = 2131689554;
+
+ // aapt resource value: 0x7F0F0053
+ public const int Base_ThemeOverlay_Material3_Dialog = 2131689555;
+
+ // aapt resource value: 0x7F0F0054
+ public const int Base_ThemeOverlay_Material3_TextInputEditText = 2131689556;
+
+ // aapt resource value: 0x7F0F0055
+ public const int Base_ThemeOverlay_MaterialComponents_Dialog = 2131689557;
+
+ // aapt resource value: 0x7F0F0056
+ public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689558;
+
+ // aapt resource value: 0x7F0F0057
+ public const int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131689559;
+
+ // aapt resource value: 0x7F0F0058
+ public const int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131689560;
+
+ // aapt resource value: 0x7F0F0059
+ public const int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689561;
+
+ // aapt resource value: 0x7F0F005A
+ public const int Base_Theme_AppCompat = 2131689562;
+
+ // aapt resource value: 0x7F0F005B
+ public const int Base_Theme_AppCompat_CompactMenu = 2131689563;
+
+ // aapt resource value: 0x7F0F005C
+ public const int Base_Theme_AppCompat_Dialog = 2131689564;
+
+ // aapt resource value: 0x7F0F005D
+ public const int Base_Theme_AppCompat_DialogWhenLarge = 2131689565;
+
+ // aapt resource value: 0x7F0F005E
+ public const int Base_Theme_AppCompat_Dialog_Alert = 2131689566;
+
+ // aapt resource value: 0x7F0F005F
+ public const int Base_Theme_AppCompat_Dialog_FixedSize = 2131689567;
+
+ // aapt resource value: 0x7F0F0060
+ public const int Base_Theme_AppCompat_Dialog_MinWidth = 2131689568;
+
+ // aapt resource value: 0x7F0F0061
+ public const int Base_Theme_AppCompat_Light = 2131689569;
+
+ // aapt resource value: 0x7F0F0062
+ public const int Base_Theme_AppCompat_Light_DarkActionBar = 2131689570;
+
+ // aapt resource value: 0x7F0F0063
+ public const int Base_Theme_AppCompat_Light_Dialog = 2131689571;
+
+ // aapt resource value: 0x7F0F0064
+ public const int Base_Theme_AppCompat_Light_DialogWhenLarge = 2131689572;
+
+ // aapt resource value: 0x7F0F0065
+ public const int Base_Theme_AppCompat_Light_Dialog_Alert = 2131689573;
+
+ // aapt resource value: 0x7F0F0066
+ public const int Base_Theme_AppCompat_Light_Dialog_FixedSize = 2131689574;
+
+ // aapt resource value: 0x7F0F0067
+ public const int Base_Theme_AppCompat_Light_Dialog_MinWidth = 2131689575;
+
+ // aapt resource value: 0x7F0F0068
+ public const int Base_Theme_Material3_Dark = 2131689576;
+
+ // aapt resource value: 0x7F0F0069
+ public const int Base_Theme_Material3_Dark_BottomSheetDialog = 2131689577;
+
+ // aapt resource value: 0x7F0F006A
+ public const int Base_Theme_Material3_Dark_Dialog = 2131689578;
+
+ // aapt resource value: 0x7F0F006B
+ public const int Base_Theme_Material3_Light = 2131689579;
+
+ // aapt resource value: 0x7F0F006C
+ public const int Base_Theme_Material3_Light_BottomSheetDialog = 2131689580;
+
+ // aapt resource value: 0x7F0F006D
+ public const int Base_Theme_Material3_Light_Dialog = 2131689581;
+
+ // aapt resource value: 0x7F0F006E
+ public const int Base_Theme_MaterialComponents = 2131689582;
+
+ // aapt resource value: 0x7F0F006F
+ public const int Base_Theme_MaterialComponents_Bridge = 2131689583;
+
+ // aapt resource value: 0x7F0F0070
+ public const int Base_Theme_MaterialComponents_CompactMenu = 2131689584;
+
+ // aapt resource value: 0x7F0F0071
+ public const int Base_Theme_MaterialComponents_Dialog = 2131689585;
+
+ // aapt resource value: 0x7F0F0072
+ public const int Base_Theme_MaterialComponents_DialogWhenLarge = 2131689586;
+
+ // aapt resource value: 0x7F0F0073
+ public const int Base_Theme_MaterialComponents_Dialog_Alert = 2131689587;
+
+ // aapt resource value: 0x7F0F0074
+ public const int Base_Theme_MaterialComponents_Dialog_Bridge = 2131689588;
+
+ // aapt resource value: 0x7F0F0075
+ public const int Base_Theme_MaterialComponents_Dialog_FixedSize = 2131689589;
+
+ // aapt resource value: 0x7F0F0076
+ public const int Base_Theme_MaterialComponents_Dialog_MinWidth = 2131689590;
+
+ // aapt resource value: 0x7F0F0077
+ public const int Base_Theme_MaterialComponents_Light = 2131689591;
+
+ // aapt resource value: 0x7F0F0078
+ public const int Base_Theme_MaterialComponents_Light_Bridge = 2131689592;
+
+ // aapt resource value: 0x7F0F0079
+ public const int Base_Theme_MaterialComponents_Light_DarkActionBar = 2131689593;
+
+ // aapt resource value: 0x7F0F007A
+ public const int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689594;
+
+ // aapt resource value: 0x7F0F007B
+ public const int Base_Theme_MaterialComponents_Light_Dialog = 2131689595;
+
+ // aapt resource value: 0x7F0F007C
+ public const int Base_Theme_MaterialComponents_Light_DialogWhenLarge = 2131689596;
+
+ // aapt resource value: 0x7F0F007D
+ public const int Base_Theme_MaterialComponents_Light_Dialog_Alert = 2131689597;
+
+ // aapt resource value: 0x7F0F007E
+ public const int Base_Theme_MaterialComponents_Light_Dialog_Bridge = 2131689598;
+
+ // aapt resource value: 0x7F0F007F
+ public const int Base_Theme_MaterialComponents_Light_Dialog_FixedSize = 2131689599;
+
+ // aapt resource value: 0x7F0F0080
+ public const int Base_Theme_MaterialComponents_Light_Dialog_MinWidth = 2131689600;
+
+ // aapt resource value: 0x7F0F0081
+ public const int Base_V14_ThemeOverlay_Material3_BottomSheetDialog = 2131689601;
+
+ // aapt resource value: 0x7F0F0082
+ public const int Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131689602;
+
+ // aapt resource value: 0x7F0F0083
+ public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog = 2131689603;
+
+ // aapt resource value: 0x7F0F0084
+ public const int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert = 2131689604;
+
+ // aapt resource value: 0x7F0F0085
+ public const int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131689605;
+
+ // aapt resource value: 0x7F0F0086
+ public const int Base_V14_Theme_Material3_Dark = 2131689606;
+
+ // aapt resource value: 0x7F0F0087
+ public const int Base_V14_Theme_Material3_Dark_BottomSheetDialog = 2131689607;
+
+ // aapt resource value: 0x7F0F0088
+ public const int Base_V14_Theme_Material3_Dark_Dialog = 2131689608;
+
+ // aapt resource value: 0x7F0F0089
+ public const int Base_V14_Theme_Material3_Light = 2131689609;
+
+ // aapt resource value: 0x7F0F008A
+ public const int Base_V14_Theme_Material3_Light_BottomSheetDialog = 2131689610;
+
+ // aapt resource value: 0x7F0F008B
+ public const int Base_V14_Theme_Material3_Light_Dialog = 2131689611;
+
+ // aapt resource value: 0x7F0F008C
+ public const int Base_V14_Theme_MaterialComponents = 2131689612;
+
+ // aapt resource value: 0x7F0F008D
+ public const int Base_V14_Theme_MaterialComponents_Bridge = 2131689613;
+
+ // aapt resource value: 0x7F0F008E
+ public const int Base_V14_Theme_MaterialComponents_Dialog = 2131689614;
+
+ // aapt resource value: 0x7F0F008F
+ public const int Base_V14_Theme_MaterialComponents_Dialog_Bridge = 2131689615;
+
+ // aapt resource value: 0x7F0F0090
+ public const int Base_V14_Theme_MaterialComponents_Light = 2131689616;
+
+ // aapt resource value: 0x7F0F0091
+ public const int Base_V14_Theme_MaterialComponents_Light_Bridge = 2131689617;
+
+ // aapt resource value: 0x7F0F0092
+ public const int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131689618;
+
+ // aapt resource value: 0x7F0F0093
+ public const int Base_V14_Theme_MaterialComponents_Light_Dialog = 2131689619;
+
+ // aapt resource value: 0x7F0F0094
+ public const int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge = 2131689620;
+
+ // aapt resource value: 0x7F0F0095
+ public const int Base_V21_ThemeOverlay_AppCompat_Dialog = 2131689621;
+
+ // aapt resource value: 0x7F0F0096
+ public const int Base_V21_ThemeOverlay_Material3_BottomSheetDialog = 2131689622;
+
+ // aapt resource value: 0x7F0F0097
+ public const int Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131689623;
+
+ // aapt resource value: 0x7F0F0098
+ public const int Base_V21_Theme_AppCompat = 2131689624;
+
+ // aapt resource value: 0x7F0F0099
+ public const int Base_V21_Theme_AppCompat_Dialog = 2131689625;
+
+ // aapt resource value: 0x7F0F009A
+ public const int Base_V21_Theme_AppCompat_Light = 2131689626;
+
+ // aapt resource value: 0x7F0F009B
+ public const int Base_V21_Theme_AppCompat_Light_Dialog = 2131689627;
+
+ // aapt resource value: 0x7F0F009C
+ public const int Base_V21_Theme_MaterialComponents = 2131689628;
+
+ // aapt resource value: 0x7F0F009D
+ public const int Base_V21_Theme_MaterialComponents_Dialog = 2131689629;
+
+ // aapt resource value: 0x7F0F009E
+ public const int Base_V21_Theme_MaterialComponents_Light = 2131689630;
+
+ // aapt resource value: 0x7F0F009F
+ public const int Base_V21_Theme_MaterialComponents_Light_Dialog = 2131689631;
+
+ // aapt resource value: 0x7F0F00A0
+ public const int Base_V22_Theme_AppCompat = 2131689632;
+
+ // aapt resource value: 0x7F0F00A1
+ public const int Base_V22_Theme_AppCompat_Light = 2131689633;
+
+ // aapt resource value: 0x7F0F00A2
+ public const int Base_V23_Theme_AppCompat = 2131689634;
+
+ // aapt resource value: 0x7F0F00A3
+ public const int Base_V23_Theme_AppCompat_Light = 2131689635;
+
+ // aapt resource value: 0x7F0F00A4
+ public const int Base_V24_Theme_Material3_Dark = 2131689636;
+
+ // aapt resource value: 0x7F0F00A5
+ public const int Base_V24_Theme_Material3_Dark_Dialog = 2131689637;
+
+ // aapt resource value: 0x7F0F00A6
+ public const int Base_V24_Theme_Material3_Light = 2131689638;
+
+ // aapt resource value: 0x7F0F00A7
+ public const int Base_V24_Theme_Material3_Light_Dialog = 2131689639;
+
+ // aapt resource value: 0x7F0F00A8
+ public const int Base_V26_Theme_AppCompat = 2131689640;
+
+ // aapt resource value: 0x7F0F00A9
+ public const int Base_V26_Theme_AppCompat_Light = 2131689641;
+
+ // aapt resource value: 0x7F0F00AA
+ public const int Base_V26_Widget_AppCompat_Toolbar = 2131689642;
+
+ // aapt resource value: 0x7F0F00AB
+ public const int Base_V28_Theme_AppCompat = 2131689643;
+
+ // aapt resource value: 0x7F0F00AC
+ public const int Base_V28_Theme_AppCompat_Light = 2131689644;
+
+ // aapt resource value: 0x7F0F00AD
+ public const int Base_V7_ThemeOverlay_AppCompat_Dialog = 2131689645;
+
+ // aapt resource value: 0x7F0F00AE
+ public const int Base_V7_Theme_AppCompat = 2131689646;
+
+ // aapt resource value: 0x7F0F00AF
+ public const int Base_V7_Theme_AppCompat_Dialog = 2131689647;
+
+ // aapt resource value: 0x7F0F00B0
+ public const int Base_V7_Theme_AppCompat_Light = 2131689648;
+
+ // aapt resource value: 0x7F0F00B1
+ public const int Base_V7_Theme_AppCompat_Light_Dialog = 2131689649;
+
+ // aapt resource value: 0x7F0F00B2
+ public const int Base_V7_Widget_AppCompat_AutoCompleteTextView = 2131689650;
+
+ // aapt resource value: 0x7F0F00B3
+ public const int Base_V7_Widget_AppCompat_EditText = 2131689651;
+
+ // aapt resource value: 0x7F0F00B4
+ public const int Base_V7_Widget_AppCompat_Toolbar = 2131689652;
+
+ // aapt resource value: 0x7F0F00B5
+ public const int Base_Widget_AppCompat_ActionBar = 2131689653;
+
+ // aapt resource value: 0x7F0F00B6
+ public const int Base_Widget_AppCompat_ActionBar_Solid = 2131689654;
+
+ // aapt resource value: 0x7F0F00B7
+ public const int Base_Widget_AppCompat_ActionBar_TabBar = 2131689655;
+
+ // aapt resource value: 0x7F0F00B8
+ public const int Base_Widget_AppCompat_ActionBar_TabText = 2131689656;
+
+ // aapt resource value: 0x7F0F00B9
+ public const int Base_Widget_AppCompat_ActionBar_TabView = 2131689657;
+
+ // aapt resource value: 0x7F0F00BA
+ public const int Base_Widget_AppCompat_ActionButton = 2131689658;
+
+ // aapt resource value: 0x7F0F00BB
+ public const int Base_Widget_AppCompat_ActionButton_CloseMode = 2131689659;
+
+ // aapt resource value: 0x7F0F00BC
+ public const int Base_Widget_AppCompat_ActionButton_Overflow = 2131689660;
+
+ // aapt resource value: 0x7F0F00BD
+ public const int Base_Widget_AppCompat_ActionMode = 2131689661;
+
+ // aapt resource value: 0x7F0F00BE
+ public const int Base_Widget_AppCompat_ActivityChooserView = 2131689662;
+
+ // aapt resource value: 0x7F0F00BF
+ public const int Base_Widget_AppCompat_AutoCompleteTextView = 2131689663;
+
+ // aapt resource value: 0x7F0F00C0
+ public const int Base_Widget_AppCompat_Button = 2131689664;
+
+ // aapt resource value: 0x7F0F00C1
+ public const int Base_Widget_AppCompat_ButtonBar = 2131689665;
+
+ // aapt resource value: 0x7F0F00C2
+ public const int Base_Widget_AppCompat_ButtonBar_AlertDialog = 2131689666;
+
+ // aapt resource value: 0x7F0F00C3
+ public const int Base_Widget_AppCompat_Button_Borderless = 2131689667;
+
+ // aapt resource value: 0x7F0F00C4
+ public const int Base_Widget_AppCompat_Button_Borderless_Colored = 2131689668;
+
+ // aapt resource value: 0x7F0F00C5
+ public const int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131689669;
+
+ // aapt resource value: 0x7F0F00C6
+ public const int Base_Widget_AppCompat_Button_Colored = 2131689670;
+
+ // aapt resource value: 0x7F0F00C7
+ public const int Base_Widget_AppCompat_Button_Small = 2131689671;
+
+ // aapt resource value: 0x7F0F00C8
+ public const int Base_Widget_AppCompat_CompoundButton_CheckBox = 2131689672;
+
+ // aapt resource value: 0x7F0F00C9
+ public const int Base_Widget_AppCompat_CompoundButton_RadioButton = 2131689673;
+
+ // aapt resource value: 0x7F0F00CA
+ public const int Base_Widget_AppCompat_CompoundButton_Switch = 2131689674;
+
+ // aapt resource value: 0x7F0F00CB
+ public const int Base_Widget_AppCompat_DrawerArrowToggle = 2131689675;
+
+ // aapt resource value: 0x7F0F00CC
+ public const int Base_Widget_AppCompat_DrawerArrowToggle_Common = 2131689676;
+
+ // aapt resource value: 0x7F0F00CD
+ public const int Base_Widget_AppCompat_DropDownItem_Spinner = 2131689677;
+
+ // aapt resource value: 0x7F0F00CE
+ public const int Base_Widget_AppCompat_EditText = 2131689678;
+
+ // aapt resource value: 0x7F0F00CF
+ public const int Base_Widget_AppCompat_ImageButton = 2131689679;
+
+ // aapt resource value: 0x7F0F00D0
+ public const int Base_Widget_AppCompat_Light_ActionBar = 2131689680;
+
+ // aapt resource value: 0x7F0F00D1
+ public const int Base_Widget_AppCompat_Light_ActionBar_Solid = 2131689681;
+
+ // aapt resource value: 0x7F0F00D2
+ public const int Base_Widget_AppCompat_Light_ActionBar_TabBar = 2131689682;
+
+ // aapt resource value: 0x7F0F00D3
+ public const int Base_Widget_AppCompat_Light_ActionBar_TabText = 2131689683;
+
+ // aapt resource value: 0x7F0F00D4
+ public const int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131689684;
+
+ // aapt resource value: 0x7F0F00D5
+ public const int Base_Widget_AppCompat_Light_ActionBar_TabView = 2131689685;
+
+ // aapt resource value: 0x7F0F00D6
+ public const int Base_Widget_AppCompat_Light_PopupMenu = 2131689686;
+
+ // aapt resource value: 0x7F0F00D7
+ public const int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 2131689687;
+
+ // aapt resource value: 0x7F0F00D8
+ public const int Base_Widget_AppCompat_ListMenuView = 2131689688;
+
+ // aapt resource value: 0x7F0F00D9
+ public const int Base_Widget_AppCompat_ListPopupWindow = 2131689689;
+
+ // aapt resource value: 0x7F0F00DA
+ public const int Base_Widget_AppCompat_ListView = 2131689690;
+
+ // aapt resource value: 0x7F0F00DB
+ public const int Base_Widget_AppCompat_ListView_DropDown = 2131689691;
+
+ // aapt resource value: 0x7F0F00DC
+ public const int Base_Widget_AppCompat_ListView_Menu = 2131689692;
+
+ // aapt resource value: 0x7F0F00DD
+ public const int Base_Widget_AppCompat_PopupMenu = 2131689693;
+
+ // aapt resource value: 0x7F0F00DE
+ public const int Base_Widget_AppCompat_PopupMenu_Overflow = 2131689694;
+
+ // aapt resource value: 0x7F0F00DF
+ public const int Base_Widget_AppCompat_PopupWindow = 2131689695;
+
+ // aapt resource value: 0x7F0F00E0
+ public const int Base_Widget_AppCompat_ProgressBar = 2131689696;
+
+ // aapt resource value: 0x7F0F00E1
+ public const int Base_Widget_AppCompat_ProgressBar_Horizontal = 2131689697;
+
+ // aapt resource value: 0x7F0F00E2
+ public const int Base_Widget_AppCompat_RatingBar = 2131689698;
+
+ // aapt resource value: 0x7F0F00E3
+ public const int Base_Widget_AppCompat_RatingBar_Indicator = 2131689699;
+
+ // aapt resource value: 0x7F0F00E4
+ public const int Base_Widget_AppCompat_RatingBar_Small = 2131689700;
+
+ // aapt resource value: 0x7F0F00E5
+ public const int Base_Widget_AppCompat_SearchView = 2131689701;
+
+ // aapt resource value: 0x7F0F00E6
+ public const int Base_Widget_AppCompat_SearchView_ActionBar = 2131689702;
+
+ // aapt resource value: 0x7F0F00E7
+ public const int Base_Widget_AppCompat_SeekBar = 2131689703;
+
+ // aapt resource value: 0x7F0F00E8
+ public const int Base_Widget_AppCompat_SeekBar_Discrete = 2131689704;
+
+ // aapt resource value: 0x7F0F00E9
+ public const int Base_Widget_AppCompat_Spinner = 2131689705;
+
+ // aapt resource value: 0x7F0F00EA
+ public const int Base_Widget_AppCompat_Spinner_Underlined = 2131689706;
+
+ // aapt resource value: 0x7F0F00EB
+ public const int Base_Widget_AppCompat_TextView = 2131689707;
+
+ // aapt resource value: 0x7F0F00EC
+ public const int Base_Widget_AppCompat_TextView_SpinnerItem = 2131689708;
+
+ // aapt resource value: 0x7F0F00ED
+ public const int Base_Widget_AppCompat_Toolbar = 2131689709;
+
+ // aapt resource value: 0x7F0F00EE
+ public const int Base_Widget_AppCompat_Toolbar_Button_Navigation = 2131689710;
+
+ // aapt resource value: 0x7F0F00EF
+ public const int Base_Widget_Design_TabLayout = 2131689711;
+
+ // aapt resource value: 0x7F0F00F0
+ public const int Base_Widget_Material3_ActionBar_Solid = 2131689712;
+
+ // aapt resource value: 0x7F0F00F1
+ public const int Base_Widget_Material3_ActionMode = 2131689713;
+
+ // aapt resource value: 0x7F0F00F2
+ public const int Base_Widget_Material3_CardView = 2131689714;
+
+ // aapt resource value: 0x7F0F00F3
+ public const int Base_Widget_Material3_Chip = 2131689715;
+
+ // aapt resource value: 0x7F0F00F4
+ public const int Base_Widget_Material3_CollapsingToolbar = 2131689716;
+
+ // aapt resource value: 0x7F0F00F5
+ public const int Base_Widget_Material3_CompoundButton_CheckBox = 2131689717;
+
+ // aapt resource value: 0x7F0F00F6
+ public const int Base_Widget_Material3_CompoundButton_RadioButton = 2131689718;
+
+ // aapt resource value: 0x7F0F00F7
+ public const int Base_Widget_Material3_CompoundButton_Switch = 2131689719;
+
+ // aapt resource value: 0x7F0F00F8
+ public const int Base_Widget_Material3_ExtendedFloatingActionButton = 2131689720;
+
+ // aapt resource value: 0x7F0F00F9
+ public const int Base_Widget_Material3_ExtendedFloatingActionButton_Icon = 2131689721;
+
+ // aapt resource value: 0x7F0F00FA
+ public const int Base_Widget_Material3_FloatingActionButton = 2131689722;
+
+ // aapt resource value: 0x7F0F00FB
+ public const int Base_Widget_Material3_FloatingActionButton_Large = 2131689723;
+
+ // aapt resource value: 0x7F0F00FC
+ public const int Base_Widget_Material3_Light_ActionBar_Solid = 2131689724;
+
+ // aapt resource value: 0x7F0F00FD
+ public const int Base_Widget_Material3_MaterialCalendar_NavigationButton = 2131689725;
+
+ // aapt resource value: 0x7F0F00FE
+ public const int Base_Widget_Material3_Snackbar = 2131689726;
+
+ // aapt resource value: 0x7F0F00FF
+ public const int Base_Widget_Material3_TabLayout = 2131689727;
+
+ // aapt resource value: 0x7F0F0100
+ public const int Base_Widget_Material3_TabLayout_OnSurface = 2131689728;
+
+ // aapt resource value: 0x7F0F0101
+ public const int Base_Widget_Material3_TabLayout_Secondary = 2131689729;
+
+ // aapt resource value: 0x7F0F0102
+ public const int Base_Widget_MaterialComponents_AutoCompleteTextView = 2131689730;
+
+ // aapt resource value: 0x7F0F0103
+ public const int Base_Widget_MaterialComponents_CheckedTextView = 2131689731;
+
+ // aapt resource value: 0x7F0F0104
+ public const int Base_Widget_MaterialComponents_Chip = 2131689732;
+
+ // aapt resource value: 0x7F0F0105
+ public const int Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = 2131689733;
+
+ // aapt resource value: 0x7F0F0106
+ public const int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton = 2131689734;
+
+ // aapt resource value: 0x7F0F0107
+ public const int Base_Widget_MaterialComponents_PopupMenu = 2131689735;
+
+ // aapt resource value: 0x7F0F0108
+ public const int Base_Widget_MaterialComponents_PopupMenu_ContextMenu = 2131689736;
+
+ // aapt resource value: 0x7F0F0109
+ public const int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131689737;
+
+ // aapt resource value: 0x7F0F010A
+ public const int Base_Widget_MaterialComponents_PopupMenu_Overflow = 2131689738;
+
+ // aapt resource value: 0x7F0F010B
+ public const int Base_Widget_MaterialComponents_Slider = 2131689739;
+
+ // aapt resource value: 0x7F0F010C
+ public const int Base_Widget_MaterialComponents_Snackbar = 2131689740;
+
+ // aapt resource value: 0x7F0F010D
+ public const int Base_Widget_MaterialComponents_TextInputEditText = 2131689741;
+
+ // aapt resource value: 0x7F0F010E
+ public const int Base_Widget_MaterialComponents_TextInputLayout = 2131689742;
+
+ // aapt resource value: 0x7F0F010F
+ public const int Base_Widget_MaterialComponents_TextView = 2131689743;
+
+ // aapt resource value: 0x7F0F0110
+ public const int CardView = 2131689744;
+
+ // aapt resource value: 0x7F0F0111
+ public const int CardView_Dark = 2131689745;
+
+ // aapt resource value: 0x7F0F0112
+ public const int CardView_Light = 2131689746;
+
+ // aapt resource value: 0x7F0F042D
+ public const int collectionViewTheme = 2131690541;
+
+ // aapt resource value: 0x7F0F0113
+ public const int EmptyTheme = 2131689747;
+
+ // aapt resource value: 0x7F0F0114
+ public const int MainTheme = 2131689748;
+
+ // aapt resource value: 0x7F0F0115
+ public const int MainTheme_Base = 2131689749;
+
+ // aapt resource value: 0x7F0F0116
+ public const int MainTheme_NoActionBar = 2131689750;
+
+ // aapt resource value: 0x7F0F0117
+ public const int MaterialAlertDialog_Material3 = 2131689751;
+
+ // aapt resource value: 0x7F0F0118
+ public const int MaterialAlertDialog_Material3_Body_Text = 2131689752;
+
+ // aapt resource value: 0x7F0F0119
+ public const int MaterialAlertDialog_Material3_Body_Text_CenterStacked = 2131689753;
+
+ // aapt resource value: 0x7F0F011A
+ public const int MaterialAlertDialog_Material3_Title_Icon = 2131689754;
+
+ // aapt resource value: 0x7F0F011B
+ public const int MaterialAlertDialog_Material3_Title_Icon_CenterStacked = 2131689755;
+
+ // aapt resource value: 0x7F0F011C
+ public const int MaterialAlertDialog_Material3_Title_Panel = 2131689756;
+
+ // aapt resource value: 0x7F0F011D
+ public const int MaterialAlertDialog_Material3_Title_Panel_CenterStacked = 2131689757;
+
+ // aapt resource value: 0x7F0F011E
+ public const int MaterialAlertDialog_Material3_Title_Text = 2131689758;
+
+ // aapt resource value: 0x7F0F011F
+ public const int MaterialAlertDialog_Material3_Title_Text_CenterStacked = 2131689759;
+
+ // aapt resource value: 0x7F0F0120
+ public const int MaterialAlertDialog_MaterialComponents = 2131689760;
+
+ // aapt resource value: 0x7F0F0121
+ public const int MaterialAlertDialog_MaterialComponents_Body_Text = 2131689761;
+
+ // aapt resource value: 0x7F0F0122
+ public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar = 2131689762;
+
+ // aapt resource value: 0x7F0F0123
+ public const int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner = 2131689763;
+
+ // aapt resource value: 0x7F0F0124
+ public const int MaterialAlertDialog_MaterialComponents_Title_Icon = 2131689764;
+
+ // aapt resource value: 0x7F0F0125
+ public const int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked = 2131689765;
+
+ // aapt resource value: 0x7F0F0126
+ public const int MaterialAlertDialog_MaterialComponents_Title_Panel = 2131689766;
+
+ // aapt resource value: 0x7F0F0127
+ public const int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked = 2131689767;
+
+ // aapt resource value: 0x7F0F0128
+ public const int MaterialAlertDialog_MaterialComponents_Title_Text = 2131689768;
+
+ // aapt resource value: 0x7F0F0129
+ public const int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked = 2131689769;
+
+ // aapt resource value: 0x7F0F012A
+ public const int MauiCheckBox = 2131689770;
+
+ // aapt resource value: 0x7F0F012B
+ public const int MauiMaterialButton = 2131689771;
+
+ // aapt resource value: 0x7F0F012C
+ public const int Maui_MainTheme = 2131689772;
+
+ // aapt resource value: 0x7F0F012D
+ public const int Maui_MainTheme_NoActionBar = 2131689773;
+
+ // aapt resource value: 0x7F0F012E
+ public const int Maui_SplashTheme = 2131689774;
+
+ // aapt resource value: 0x7F0F012F
+ public const int Platform_AppCompat = 2131689775;
+
+ // aapt resource value: 0x7F0F0130
+ public const int Platform_AppCompat_Light = 2131689776;
+
+ // aapt resource value: 0x7F0F0131
+ public const int Platform_MaterialComponents = 2131689777;
+
+ // aapt resource value: 0x7F0F0132
+ public const int Platform_MaterialComponents_Dialog = 2131689778;
+
+ // aapt resource value: 0x7F0F0133
+ public const int Platform_MaterialComponents_Light = 2131689779;
+
+ // aapt resource value: 0x7F0F0134
+ public const int Platform_MaterialComponents_Light_Dialog = 2131689780;
+
+ // aapt resource value: 0x7F0F0135
+ public const int Platform_ThemeOverlay_AppCompat = 2131689781;
+
+ // aapt resource value: 0x7F0F0136
+ public const int Platform_ThemeOverlay_AppCompat_Dark = 2131689782;
+
+ // aapt resource value: 0x7F0F0137
+ public const int Platform_ThemeOverlay_AppCompat_Light = 2131689783;
+
+ // aapt resource value: 0x7F0F0138
+ public const int Platform_V21_AppCompat = 2131689784;
+
+ // aapt resource value: 0x7F0F0139
+ public const int Platform_V21_AppCompat_Light = 2131689785;
+
+ // aapt resource value: 0x7F0F013A
+ public const int Platform_V25_AppCompat = 2131689786;
+
+ // aapt resource value: 0x7F0F013B
+ public const int Platform_V25_AppCompat_Light = 2131689787;
+
+ // aapt resource value: 0x7F0F013C
+ public const int Platform_Widget_AppCompat_Spinner = 2131689788;
+
+ // aapt resource value: 0x7F0F013D
+ public const int RtlOverlay_DialogWindowTitle_AppCompat = 2131689789;
+
+ // aapt resource value: 0x7F0F013E
+ public const int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 2131689790;
+
+ // aapt resource value: 0x7F0F013F
+ public const int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 2131689791;
+
+ // aapt resource value: 0x7F0F0140
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem = 2131689792;
+
+ // aapt resource value: 0x7F0F0141
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 2131689793;
+
+ // aapt resource value: 0x7F0F0142
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut = 2131689794;
+
+ // aapt resource value: 0x7F0F0143
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow = 2131689795;
+
+ // aapt resource value: 0x7F0F0144
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 2131689796;
+
+ // aapt resource value: 0x7F0F0145
+ public const int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title = 2131689797;
+
+ // aapt resource value: 0x7F0F0146
+ public const int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 2131689798;
+
+ // aapt resource value: 0x7F0F0147
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown = 2131689799;
+
+ // aapt resource value: 0x7F0F0148
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 2131689800;
+
+ // aapt resource value: 0x7F0F0149
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 2131689801;
+
+ // aapt resource value: 0x7F0F014A
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 2131689802;
+
+ // aapt resource value: 0x7F0F014B
+ public const int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 2131689803;
+
+ // aapt resource value: 0x7F0F014C
+ public const int RtlUnderlay_Widget_AppCompat_ActionButton = 2131689804;
+
+ // aapt resource value: 0x7F0F014D
+ public const int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 2131689805;
+
+ // aapt resource value: 0x7F0F042E
+ public const int scrollViewScrollBars = 2131690542;
+
+ // aapt resource value: 0x7F0F042F
+ public const int scrollViewTheme = 2131690543;
+
+ // aapt resource value: 0x7F0F014E
+ public const int ShapeAppearanceOverlay = 2131689806;
+
+ // aapt resource value: 0x7F0F014F
+ public const int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize = 2131689807;
+
+ // aapt resource value: 0x7F0F0150
+ public const int ShapeAppearanceOverlay_BottomRightCut = 2131689808;
+
+ // aapt resource value: 0x7F0F0151
+ public const int ShapeAppearanceOverlay_Cut = 2131689809;
+
+ // aapt resource value: 0x7F0F0152
+ public const int ShapeAppearanceOverlay_DifferentCornerSize = 2131689810;
+
+ // aapt resource value: 0x7F0F0153
+ public const int ShapeAppearanceOverlay_Material3_Button = 2131689811;
+
+ // aapt resource value: 0x7F0F0154
+ public const int ShapeAppearanceOverlay_Material3_Chip = 2131689812;
+
+ // aapt resource value: 0x7F0F0155
+ public const int ShapeAppearanceOverlay_Material3_FloatingActionButton = 2131689813;
+
+ // aapt resource value: 0x7F0F0156
+ public const int ShapeAppearanceOverlay_Material3_NavigationView_Item = 2131689814;
+
+ // aapt resource value: 0x7F0F0157
+ public const int ShapeAppearanceOverlay_Material3_TextField_Filled = 2131689815;
+
+ // aapt resource value: 0x7F0F0158
+ public const int ShapeAppearanceOverlay_MaterialAlertDialog_Material3 = 2131689816;
+
+ // aapt resource value: 0x7F0F0159
+ public const int ShapeAppearanceOverlay_MaterialComponents_BottomSheet = 2131689817;
+
+ // aapt resource value: 0x7F0F015A
+ public const int ShapeAppearanceOverlay_MaterialComponents_Chip = 2131689818;
+
+ // aapt resource value: 0x7F0F015B
+ public const int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton = 2131689819;
+
+ // aapt resource value: 0x7F0F015C
+ public const int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton = 2131689820;
+
+ // aapt resource value: 0x7F0F015D
+ public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131689821;
+
+ // aapt resource value: 0x7F0F015E
+ public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen = 2131689822;
+
+ // aapt resource value: 0x7F0F015F
+ public const int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year = 2131689823;
+
+ // aapt resource value: 0x7F0F0160
+ public const int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox = 2131689824;
+
+ // aapt resource value: 0x7F0F0161
+ public const int ShapeAppearanceOverlay_TopLeftCut = 2131689825;
+
+ // aapt resource value: 0x7F0F0162
+ public const int ShapeAppearanceOverlay_TopRightDifferentCornerSize = 2131689826;
+
+ // aapt resource value: 0x7F0F0163
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge = 2131689827;
+
+ // aapt resource value: 0x7F0F0164
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top = 2131689828;
+
+ // aapt resource value: 0x7F0F0165
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall = 2131689829;
+
+ // aapt resource value: 0x7F0F0166
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top = 2131689830;
+
+ // aapt resource value: 0x7F0F0167
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_Full = 2131689831;
+
+ // aapt resource value: 0x7F0F0168
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_Large = 2131689832;
+
+ // aapt resource value: 0x7F0F0169
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_Large_End = 2131689833;
+
+ // aapt resource value: 0x7F0F016A
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_Large_Top = 2131689834;
+
+ // aapt resource value: 0x7F0F016B
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_Medium = 2131689835;
+
+ // aapt resource value: 0x7F0F016C
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_None = 2131689836;
+
+ // aapt resource value: 0x7F0F016D
+ public const int ShapeAppearance_M3_Sys_Shape_Corner_Small = 2131689837;
+
+ // aapt resource value: 0x7F0F016E
+ public const int ShapeAppearance_Material3_Corner_ExtraLarge = 2131689838;
+
+ // aapt resource value: 0x7F0F016F
+ public const int ShapeAppearance_Material3_Corner_ExtraSmall = 2131689839;
+
+ // aapt resource value: 0x7F0F0170
+ public const int ShapeAppearance_Material3_Corner_Full = 2131689840;
+
+ // aapt resource value: 0x7F0F0171
+ public const int ShapeAppearance_Material3_Corner_Large = 2131689841;
+
+ // aapt resource value: 0x7F0F0172
+ public const int ShapeAppearance_Material3_Corner_Medium = 2131689842;
+
+ // aapt resource value: 0x7F0F0173
+ public const int ShapeAppearance_Material3_Corner_None = 2131689843;
+
+ // aapt resource value: 0x7F0F0174
+ public const int ShapeAppearance_Material3_Corner_Small = 2131689844;
+
+ // aapt resource value: 0x7F0F0175
+ public const int ShapeAppearance_Material3_LargeComponent = 2131689845;
+
+ // aapt resource value: 0x7F0F0176
+ public const int ShapeAppearance_Material3_MediumComponent = 2131689846;
+
+ // aapt resource value: 0x7F0F0177
+ public const int ShapeAppearance_Material3_NavigationBarView_ActiveIndicator = 2131689847;
+
+ // aapt resource value: 0x7F0F0178
+ public const int ShapeAppearance_Material3_SmallComponent = 2131689848;
+
+ // aapt resource value: 0x7F0F0179
+ public const int ShapeAppearance_Material3_Tooltip = 2131689849;
+
+ // aapt resource value: 0x7F0F017A
+ public const int ShapeAppearance_MaterialComponents = 2131689850;
+
+ // aapt resource value: 0x7F0F017B
+ public const int ShapeAppearance_MaterialComponents_LargeComponent = 2131689851;
+
+ // aapt resource value: 0x7F0F017C
+ public const int ShapeAppearance_MaterialComponents_MediumComponent = 2131689852;
+
+ // aapt resource value: 0x7F0F017D
+ public const int ShapeAppearance_MaterialComponents_SmallComponent = 2131689853;
+
+ // aapt resource value: 0x7F0F017E
+ public const int ShapeAppearance_MaterialComponents_Test = 2131689854;
+
+ // aapt resource value: 0x7F0F017F
+ public const int ShapeAppearance_MaterialComponents_Tooltip = 2131689855;
+
+ // aapt resource value: 0x7F0F0180
+ public const int TestStyleWithLineHeight = 2131689856;
+
+ // aapt resource value: 0x7F0F0181
+ public const int TestStyleWithLineHeightAppearance = 2131689857;
+
+ // aapt resource value: 0x7F0F0183
+ public const int TestStyleWithoutLineHeight = 2131689859;
+
+ // aapt resource value: 0x7F0F0182
+ public const int TestStyleWithThemeLineHeightAttribute = 2131689858;
+
+ // aapt resource value: 0x7F0F0184
+ public const int TestThemeWithLineHeight = 2131689860;
+
+ // aapt resource value: 0x7F0F0185
+ public const int TestThemeWithLineHeightDisabled = 2131689861;
+
+ // aapt resource value: 0x7F0F0186
+ public const int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day = 2131689862;
+
+ // aapt resource value: 0x7F0F0187
+ public const int Test_Theme_MaterialComponents_MaterialCalendar = 2131689863;
+
+ // aapt resource value: 0x7F0F0188
+ public const int Test_Widget_MaterialComponents_MaterialCalendar = 2131689864;
+
+ // aapt resource value: 0x7F0F0189
+ public const int Test_Widget_MaterialComponents_MaterialCalendar_Day = 2131689865;
+
+ // aapt resource value: 0x7F0F018A
+ public const int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131689866;
+
+ // aapt resource value: 0x7F0F018B
+ public const int TextAppearance_AppCompat = 2131689867;
+
+ // aapt resource value: 0x7F0F018C
+ public const int TextAppearance_AppCompat_Body1 = 2131689868;
+
+ // aapt resource value: 0x7F0F018D
+ public const int TextAppearance_AppCompat_Body2 = 2131689869;
+
+ // aapt resource value: 0x7F0F018E
+ public const int TextAppearance_AppCompat_Button = 2131689870;
+
+ // aapt resource value: 0x7F0F018F
+ public const int TextAppearance_AppCompat_Caption = 2131689871;
+
+ // aapt resource value: 0x7F0F0190
+ public const int TextAppearance_AppCompat_Display1 = 2131689872;
+
+ // aapt resource value: 0x7F0F0191
+ public const int TextAppearance_AppCompat_Display2 = 2131689873;
+
+ // aapt resource value: 0x7F0F0192
+ public const int TextAppearance_AppCompat_Display3 = 2131689874;
+
+ // aapt resource value: 0x7F0F0193
+ public const int TextAppearance_AppCompat_Display4 = 2131689875;
+
+ // aapt resource value: 0x7F0F0194
+ public const int TextAppearance_AppCompat_Headline = 2131689876;
+
+ // aapt resource value: 0x7F0F0195
+ public const int TextAppearance_AppCompat_Inverse = 2131689877;
+
+ // aapt resource value: 0x7F0F0196
+ public const int TextAppearance_AppCompat_Large = 2131689878;
+
+ // aapt resource value: 0x7F0F0197
+ public const int TextAppearance_AppCompat_Large_Inverse = 2131689879;
+
+ // aapt resource value: 0x7F0F0198
+ public const int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 2131689880;
+
+ // aapt resource value: 0x7F0F0199
+ public const int TextAppearance_AppCompat_Light_SearchResult_Title = 2131689881;
+
+ // aapt resource value: 0x7F0F019A
+ public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 2131689882;
+
+ // aapt resource value: 0x7F0F019B
+ public const int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 2131689883;
+
+ // aapt resource value: 0x7F0F019C
+ public const int TextAppearance_AppCompat_Medium = 2131689884;
+
+ // aapt resource value: 0x7F0F019D
+ public const int TextAppearance_AppCompat_Medium_Inverse = 2131689885;
+
+ // aapt resource value: 0x7F0F019E
+ public const int TextAppearance_AppCompat_Menu = 2131689886;
+
+ // aapt resource value: 0x7F0F019F
+ public const int TextAppearance_AppCompat_SearchResult_Subtitle = 2131689887;
+
+ // aapt resource value: 0x7F0F01A0
+ public const int TextAppearance_AppCompat_SearchResult_Title = 2131689888;
+
+ // aapt resource value: 0x7F0F01A1
+ public const int TextAppearance_AppCompat_Small = 2131689889;
+
+ // aapt resource value: 0x7F0F01A2
+ public const int TextAppearance_AppCompat_Small_Inverse = 2131689890;
+
+ // aapt resource value: 0x7F0F01A3
+ public const int TextAppearance_AppCompat_Subhead = 2131689891;
+
+ // aapt resource value: 0x7F0F01A4
+ public const int TextAppearance_AppCompat_Subhead_Inverse = 2131689892;
+
+ // aapt resource value: 0x7F0F01A5
+ public const int TextAppearance_AppCompat_Title = 2131689893;
+
+ // aapt resource value: 0x7F0F01A6
+ public const int TextAppearance_AppCompat_Title_Inverse = 2131689894;
+
+ // aapt resource value: 0x7F0F01A7
+ public const int TextAppearance_AppCompat_Tooltip = 2131689895;
+
+ // aapt resource value: 0x7F0F01A8
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Menu = 2131689896;
+
+ // aapt resource value: 0x7F0F01A9
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 2131689897;
+
+ // aapt resource value: 0x7F0F01AA
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 2131689898;
+
+ // aapt resource value: 0x7F0F01AB
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Title = 2131689899;
+
+ // aapt resource value: 0x7F0F01AC
+ public const int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 2131689900;
+
+ // aapt resource value: 0x7F0F01AD
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 2131689901;
+
+ // aapt resource value: 0x7F0F01AE
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 2131689902;
+
+ // aapt resource value: 0x7F0F01AF
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Title = 2131689903;
+
+ // aapt resource value: 0x7F0F01B0
+ public const int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 2131689904;
+
+ // aapt resource value: 0x7F0F01B1
+ public const int TextAppearance_AppCompat_Widget_Button = 2131689905;
+
+ // aapt resource value: 0x7F0F01B2
+ public const int TextAppearance_AppCompat_Widget_Button_Borderless_Colored = 2131689906;
+
+ // aapt resource value: 0x7F0F01B3
+ public const int TextAppearance_AppCompat_Widget_Button_Colored = 2131689907;
+
+ // aapt resource value: 0x7F0F01B4
+ public const int TextAppearance_AppCompat_Widget_Button_Inverse = 2131689908;
+
+ // aapt resource value: 0x7F0F01B5
+ public const int TextAppearance_AppCompat_Widget_DropDownItem = 2131689909;
+
+ // aapt resource value: 0x7F0F01B6
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Header = 2131689910;
+
+ // aapt resource value: 0x7F0F01B7
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Large = 2131689911;
+
+ // aapt resource value: 0x7F0F01B8
+ public const int TextAppearance_AppCompat_Widget_PopupMenu_Small = 2131689912;
+
+ // aapt resource value: 0x7F0F01B9
+ public const int TextAppearance_AppCompat_Widget_Switch = 2131689913;
+
+ // aapt resource value: 0x7F0F01BA
+ public const int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 2131689914;
+
+ // aapt resource value: 0x7F0F01BB
+ public const int TextAppearance_Compat_Notification = 2131689915;
+
+ // aapt resource value: 0x7F0F01BC
+ public const int TextAppearance_Compat_Notification_Info = 2131689916;
+
+ // aapt resource value: 0x7F0F01BD
+ public const int TextAppearance_Compat_Notification_Info_Media = 2131689917;
+
+ // aapt resource value: 0x7F0F01BE
+ public const int TextAppearance_Compat_Notification_Line2 = 2131689918;
+
+ // aapt resource value: 0x7F0F01BF
+ public const int TextAppearance_Compat_Notification_Line2_Media = 2131689919;
+
+ // aapt resource value: 0x7F0F01C0
+ public const int TextAppearance_Compat_Notification_Media = 2131689920;
+
+ // aapt resource value: 0x7F0F01C1
+ public const int TextAppearance_Compat_Notification_Time = 2131689921;
+
+ // aapt resource value: 0x7F0F01C2
+ public const int TextAppearance_Compat_Notification_Time_Media = 2131689922;
+
+ // aapt resource value: 0x7F0F01C3
+ public const int TextAppearance_Compat_Notification_Title = 2131689923;
+
+ // aapt resource value: 0x7F0F01C4
+ public const int TextAppearance_Compat_Notification_Title_Media = 2131689924;
+
+ // aapt resource value: 0x7F0F01C5
+ public const int TextAppearance_Design_CollapsingToolbar_Expanded = 2131689925;
+
+ // aapt resource value: 0x7F0F01C6
+ public const int TextAppearance_Design_Counter = 2131689926;
+
+ // aapt resource value: 0x7F0F01C7
+ public const int TextAppearance_Design_Counter_Overflow = 2131689927;
+
+ // aapt resource value: 0x7F0F01C8
+ public const int TextAppearance_Design_Error = 2131689928;
+
+ // aapt resource value: 0x7F0F01C9
+ public const int TextAppearance_Design_HelperText = 2131689929;
+
+ // aapt resource value: 0x7F0F01CA
+ public const int TextAppearance_Design_Hint = 2131689930;
+
+ // aapt resource value: 0x7F0F01CB
+ public const int TextAppearance_Design_Placeholder = 2131689931;
+
+ // aapt resource value: 0x7F0F01CC
+ public const int TextAppearance_Design_Prefix = 2131689932;
+
+ // aapt resource value: 0x7F0F01CD
+ public const int TextAppearance_Design_Snackbar_Message = 2131689933;
+
+ // aapt resource value: 0x7F0F01CE
+ public const int TextAppearance_Design_Suffix = 2131689934;
+
+ // aapt resource value: 0x7F0F01CF
+ public const int TextAppearance_Design_Tab = 2131689935;
+
+ // aapt resource value: 0x7F0F01D0
+ public const int TextAppearance_M3_Sys_Typescale_BodyLarge = 2131689936;
+
+ // aapt resource value: 0x7F0F01D1
+ public const int TextAppearance_M3_Sys_Typescale_BodyMedium = 2131689937;
+
+ // aapt resource value: 0x7F0F01D2
+ public const int TextAppearance_M3_Sys_Typescale_BodySmall = 2131689938;
+
+ // aapt resource value: 0x7F0F01D3
+ public const int TextAppearance_M3_Sys_Typescale_DisplayLarge = 2131689939;
+
+ // aapt resource value: 0x7F0F01D4
+ public const int TextAppearance_M3_Sys_Typescale_DisplayMedium = 2131689940;
+
+ // aapt resource value: 0x7F0F01D5
+ public const int TextAppearance_M3_Sys_Typescale_DisplaySmall = 2131689941;
+
+ // aapt resource value: 0x7F0F01D6
+ public const int TextAppearance_M3_Sys_Typescale_HeadlineLarge = 2131689942;
+
+ // aapt resource value: 0x7F0F01D7
+ public const int TextAppearance_M3_Sys_Typescale_HeadlineMedium = 2131689943;
+
+ // aapt resource value: 0x7F0F01D8
+ public const int TextAppearance_M3_Sys_Typescale_HeadlineSmall = 2131689944;
+
+ // aapt resource value: 0x7F0F01D9
+ public const int TextAppearance_M3_Sys_Typescale_LabelLarge = 2131689945;
+
+ // aapt resource value: 0x7F0F01DA
+ public const int TextAppearance_M3_Sys_Typescale_LabelMedium = 2131689946;
+
+ // aapt resource value: 0x7F0F01DB
+ public const int TextAppearance_M3_Sys_Typescale_LabelSmall = 2131689947;
+
+ // aapt resource value: 0x7F0F01DC
+ public const int TextAppearance_M3_Sys_Typescale_TitleLarge = 2131689948;
+
+ // aapt resource value: 0x7F0F01DD
+ public const int TextAppearance_M3_Sys_Typescale_TitleMedium = 2131689949;
+
+ // aapt resource value: 0x7F0F01DE
+ public const int TextAppearance_M3_Sys_Typescale_TitleSmall = 2131689950;
+
+ // aapt resource value: 0x7F0F01DF
+ public const int TextAppearance_Material3_ActionBar_Subtitle = 2131689951;
+
+ // aapt resource value: 0x7F0F01E0
+ public const int TextAppearance_Material3_ActionBar_Title = 2131689952;
+
+ // aapt resource value: 0x7F0F01E1
+ public const int TextAppearance_Material3_BodyLarge = 2131689953;
+
+ // aapt resource value: 0x7F0F01E2
+ public const int TextAppearance_Material3_BodyMedium = 2131689954;
+
+ // aapt resource value: 0x7F0F01E3
+ public const int TextAppearance_Material3_BodySmall = 2131689955;
+
+ // aapt resource value: 0x7F0F01E4
+ public const int TextAppearance_Material3_DisplayLarge = 2131689956;
+
+ // aapt resource value: 0x7F0F01E5
+ public const int TextAppearance_Material3_DisplayMedium = 2131689957;
+
+ // aapt resource value: 0x7F0F01E6
+ public const int TextAppearance_Material3_DisplaySmall = 2131689958;
+
+ // aapt resource value: 0x7F0F01E7
+ public const int TextAppearance_Material3_HeadlineLarge = 2131689959;
+
+ // aapt resource value: 0x7F0F01E8
+ public const int TextAppearance_Material3_HeadlineMedium = 2131689960;
+
+ // aapt resource value: 0x7F0F01E9
+ public const int TextAppearance_Material3_HeadlineSmall = 2131689961;
+
+ // aapt resource value: 0x7F0F01EA
+ public const int TextAppearance_Material3_LabelLarge = 2131689962;
+
+ // aapt resource value: 0x7F0F01EB
+ public const int TextAppearance_Material3_LabelMedium = 2131689963;
+
+ // aapt resource value: 0x7F0F01EC
+ public const int TextAppearance_Material3_LabelSmall = 2131689964;
+
+ // aapt resource value: 0x7F0F01ED
+ public const int TextAppearance_Material3_MaterialTimePicker_Title = 2131689965;
+
+ // aapt resource value: 0x7F0F01EE
+ public const int TextAppearance_Material3_TitleLarge = 2131689966;
+
+ // aapt resource value: 0x7F0F01EF
+ public const int TextAppearance_Material3_TitleMedium = 2131689967;
+
+ // aapt resource value: 0x7F0F01F0
+ public const int TextAppearance_Material3_TitleSmall = 2131689968;
+
+ // aapt resource value: 0x7F0F01F1
+ public const int TextAppearance_MaterialComponents_Badge = 2131689969;
+
+ // aapt resource value: 0x7F0F01F2
+ public const int TextAppearance_MaterialComponents_Body1 = 2131689970;
+
+ // aapt resource value: 0x7F0F01F3
+ public const int TextAppearance_MaterialComponents_Body2 = 2131689971;
+
+ // aapt resource value: 0x7F0F01F4
+ public const int TextAppearance_MaterialComponents_Button = 2131689972;
+
+ // aapt resource value: 0x7F0F01F5
+ public const int TextAppearance_MaterialComponents_Caption = 2131689973;
+
+ // aapt resource value: 0x7F0F01F6
+ public const int TextAppearance_MaterialComponents_Chip = 2131689974;
+
+ // aapt resource value: 0x7F0F01F7
+ public const int TextAppearance_MaterialComponents_Headline1 = 2131689975;
+
+ // aapt resource value: 0x7F0F01F8
+ public const int TextAppearance_MaterialComponents_Headline2 = 2131689976;
+
+ // aapt resource value: 0x7F0F01F9
+ public const int TextAppearance_MaterialComponents_Headline3 = 2131689977;
+
+ // aapt resource value: 0x7F0F01FA
+ public const int TextAppearance_MaterialComponents_Headline4 = 2131689978;
+
+ // aapt resource value: 0x7F0F01FB
+ public const int TextAppearance_MaterialComponents_Headline5 = 2131689979;
+
+ // aapt resource value: 0x7F0F01FC
+ public const int TextAppearance_MaterialComponents_Headline6 = 2131689980;
+
+ // aapt resource value: 0x7F0F01FD
+ public const int TextAppearance_MaterialComponents_Overline = 2131689981;
+
+ // aapt resource value: 0x7F0F01FE
+ public const int TextAppearance_MaterialComponents_Subtitle1 = 2131689982;
+
+ // aapt resource value: 0x7F0F01FF
+ public const int TextAppearance_MaterialComponents_Subtitle2 = 2131689983;
+
+ // aapt resource value: 0x7F0F0200
+ public const int TextAppearance_MaterialComponents_TimePicker_Title = 2131689984;
+
+ // aapt resource value: 0x7F0F0201
+ public const int TextAppearance_MaterialComponents_Tooltip = 2131689985;
+
+ // aapt resource value: 0x7F0F0202
+ public const int TextAppearance_Test_NoTextSize = 2131689986;
+
+ // aapt resource value: 0x7F0F0203
+ public const int TextAppearance_Test_UsesDp = 2131689987;
+
+ // aapt resource value: 0x7F0F0204
+ public const int TextAppearance_Test_UsesSP = 2131689988;
+
+ // aapt resource value: 0x7F0F0205
+ public const int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 2131689989;
+
+ // aapt resource value: 0x7F0F0206
+ public const int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 2131689990;
+
+ // aapt resource value: 0x7F0F0207
+ public const int TextAppearance_Widget_AppCompat_Toolbar_Title = 2131689991;
+
+ // aapt resource value: 0x7F0F0208
+ public const int ThemeOverlayColorAccentRed = 2131689992;
+
+ // aapt resource value: 0x7F0F0209
+ public const int ThemeOverlay_AppCompat = 2131689993;
+
+ // aapt resource value: 0x7F0F020A
+ public const int ThemeOverlay_AppCompat_ActionBar = 2131689994;
+
+ // aapt resource value: 0x7F0F020B
+ public const int ThemeOverlay_AppCompat_Dark = 2131689995;
+
+ // aapt resource value: 0x7F0F020C
+ public const int ThemeOverlay_AppCompat_Dark_ActionBar = 2131689996;
+
+ // aapt resource value: 0x7F0F020D
+ public const int ThemeOverlay_AppCompat_DayNight = 2131689997;
+
+ // aapt resource value: 0x7F0F020E
+ public const int ThemeOverlay_AppCompat_DayNight_ActionBar = 2131689998;
+
+ // aapt resource value: 0x7F0F020F
+ public const int ThemeOverlay_AppCompat_Dialog = 2131689999;
+
+ // aapt resource value: 0x7F0F0210
+ public const int ThemeOverlay_AppCompat_Dialog_Alert = 2131690000;
+
+ // aapt resource value: 0x7F0F0211
+ public const int ThemeOverlay_AppCompat_Light = 2131690001;
+
+ // aapt resource value: 0x7F0F0212
+ public const int ThemeOverlay_Design_TextInputEditText = 2131690002;
+
+ // aapt resource value: 0x7F0F0213
+ public const int ThemeOverlay_Material3 = 2131690003;
+
+ // aapt resource value: 0x7F0F0214
+ public const int ThemeOverlay_Material3_ActionBar = 2131690004;
+
+ // aapt resource value: 0x7F0F0215
+ public const int ThemeOverlay_Material3_AutoCompleteTextView = 2131690005;
+
+ // aapt resource value: 0x7F0F0216
+ public const int ThemeOverlay_Material3_AutoCompleteTextView_FilledBox = 2131690006;
+
+ // aapt resource value: 0x7F0F0217
+ public const int ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense = 2131690007;
+
+ // aapt resource value: 0x7F0F0218
+ public const int ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox = 2131690008;
+
+ // aapt resource value: 0x7F0F0219
+ public const int ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense = 2131690009;
+
+ // aapt resource value: 0x7F0F021A
+ public const int ThemeOverlay_Material3_BottomAppBar = 2131690010;
+
+ // aapt resource value: 0x7F0F021B
+ public const int ThemeOverlay_Material3_BottomSheetDialog = 2131690011;
+
+ // aapt resource value: 0x7F0F021C
+ public const int ThemeOverlay_Material3_Button = 2131690012;
+
+ // aapt resource value: 0x7F0F021D
+ public const int ThemeOverlay_Material3_Button_ElevatedButton = 2131690013;
+
+ // aapt resource value: 0x7F0F021E
+ public const int ThemeOverlay_Material3_Button_TextButton = 2131690014;
+
+ // aapt resource value: 0x7F0F021F
+ public const int ThemeOverlay_Material3_Button_TextButton_Snackbar = 2131690015;
+
+ // aapt resource value: 0x7F0F0220
+ public const int ThemeOverlay_Material3_Button_TonalButton = 2131690016;
+
+ // aapt resource value: 0x7F0F0221
+ public const int ThemeOverlay_Material3_Chip = 2131690017;
+
+ // aapt resource value: 0x7F0F0222
+ public const int ThemeOverlay_Material3_Chip_Assist = 2131690018;
+
+ // aapt resource value: 0x7F0F0223
+ public const int ThemeOverlay_Material3_Dark = 2131690019;
+
+ // aapt resource value: 0x7F0F0224
+ public const int ThemeOverlay_Material3_Dark_ActionBar = 2131690020;
+
+ // aapt resource value: 0x7F0F0225
+ public const int ThemeOverlay_Material3_DayNight_BottomSheetDialog = 2131690021;
+
+ // aapt resource value: 0x7F0F0226
+ public const int ThemeOverlay_Material3_Dialog = 2131690022;
+
+ // aapt resource value: 0x7F0F0227
+ public const int ThemeOverlay_Material3_Dialog_Alert = 2131690023;
+
+ // aapt resource value: 0x7F0F0228
+ public const int ThemeOverlay_Material3_Dialog_Alert_Framework = 2131690024;
+
+ // aapt resource value: 0x7F0F0229
+ public const int ThemeOverlay_Material3_DynamicColors_Dark = 2131690025;
+
+ // aapt resource value: 0x7F0F022A
+ public const int ThemeOverlay_Material3_DynamicColors_DayNight = 2131690026;
+
+ // aapt resource value: 0x7F0F022B
+ public const int ThemeOverlay_Material3_DynamicColors_Light = 2131690027;
+
+ // aapt resource value: 0x7F0F022C
+ public const int ThemeOverlay_Material3_FloatingActionButton_Primary = 2131690028;
+
+ // aapt resource value: 0x7F0F022D
+ public const int ThemeOverlay_Material3_FloatingActionButton_Secondary = 2131690029;
+
+ // aapt resource value: 0x7F0F022E
+ public const int ThemeOverlay_Material3_FloatingActionButton_Surface = 2131690030;
+
+ // aapt resource value: 0x7F0F022F
+ public const int ThemeOverlay_Material3_FloatingActionButton_Tertiary = 2131690031;
+
+ // aapt resource value: 0x7F0F0230
+ public const int ThemeOverlay_Material3_HarmonizedColors = 2131690032;
+
+ // aapt resource value: 0x7F0F0231
+ public const int ThemeOverlay_Material3_HarmonizedColors_Empty = 2131690033;
+
+ // aapt resource value: 0x7F0F0232
+ public const int ThemeOverlay_Material3_Light = 2131690034;
+
+ // aapt resource value: 0x7F0F0233
+ public const int ThemeOverlay_Material3_Light_Dialog_Alert_Framework = 2131690035;
+
+ // aapt resource value: 0x7F0F0234
+ public const int ThemeOverlay_Material3_MaterialAlertDialog = 2131690036;
+
+ // aapt resource value: 0x7F0F0235
+ public const int ThemeOverlay_Material3_MaterialAlertDialog_Centered = 2131690037;
+
+ // aapt resource value: 0x7F0F0236
+ public const int ThemeOverlay_Material3_MaterialCalendar = 2131690038;
+
+ // aapt resource value: 0x7F0F0237
+ public const int ThemeOverlay_Material3_MaterialCalendar_Fullscreen = 2131690039;
+
+ // aapt resource value: 0x7F0F0238
+ public const int ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton = 2131690040;
+
+ // aapt resource value: 0x7F0F0239
+ public const int ThemeOverlay_Material3_MaterialTimePicker = 2131690041;
+
+ // aapt resource value: 0x7F0F023A
+ public const int ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText = 2131690042;
+
+ // aapt resource value: 0x7F0F023B
+ public const int ThemeOverlay_Material3_NavigationView = 2131690043;
+
+ // aapt resource value: 0x7F0F023C
+ public const int ThemeOverlay_Material3_Snackbar = 2131690044;
+
+ // aapt resource value: 0x7F0F023D
+ public const int ThemeOverlay_Material3_TextInputEditText = 2131690045;
+
+ // aapt resource value: 0x7F0F023E
+ public const int ThemeOverlay_Material3_TextInputEditText_FilledBox = 2131690046;
+
+ // aapt resource value: 0x7F0F023F
+ public const int ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense = 2131690047;
+
+ // aapt resource value: 0x7F0F0240
+ public const int ThemeOverlay_Material3_TextInputEditText_OutlinedBox = 2131690048;
+
+ // aapt resource value: 0x7F0F0241
+ public const int ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense = 2131690049;
+
+ // aapt resource value: 0x7F0F0242
+ public const int ThemeOverlay_Material3_Toolbar_Surface = 2131690050;
+
+ // aapt resource value: 0x7F0F0243
+ public const int ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon = 2131690051;
+
+ // aapt resource value: 0x7F0F0244
+ public const int ThemeOverlay_MaterialComponents = 2131690052;
+
+ // aapt resource value: 0x7F0F0245
+ public const int ThemeOverlay_MaterialComponents_ActionBar = 2131690053;
+
+ // aapt resource value: 0x7F0F0246
+ public const int ThemeOverlay_MaterialComponents_ActionBar_Primary = 2131690054;
+
+ // aapt resource value: 0x7F0F0247
+ public const int ThemeOverlay_MaterialComponents_ActionBar_Surface = 2131690055;
+
+ // aapt resource value: 0x7F0F0248
+ public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView = 2131690056;
+
+ // aapt resource value: 0x7F0F0249
+ public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox = 2131690057;
+
+ // aapt resource value: 0x7F0F024A
+ public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131690058;
+
+ // aapt resource value: 0x7F0F024B
+ public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131690059;
+
+ // aapt resource value: 0x7F0F024C
+ public const int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131690060;
+
+ // aapt resource value: 0x7F0F024D
+ public const int ThemeOverlay_MaterialComponents_BottomAppBar_Primary = 2131690061;
+
+ // aapt resource value: 0x7F0F024E
+ public const int ThemeOverlay_MaterialComponents_BottomAppBar_Surface = 2131690062;
+
+ // aapt resource value: 0x7F0F024F
+ public const int ThemeOverlay_MaterialComponents_BottomSheetDialog = 2131690063;
+
+ // aapt resource value: 0x7F0F0250
+ public const int ThemeOverlay_MaterialComponents_Dark = 2131690064;
+
+ // aapt resource value: 0x7F0F0251
+ public const int ThemeOverlay_MaterialComponents_Dark_ActionBar = 2131690065;
+
+ // aapt resource value: 0x7F0F0252
+ public const int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog = 2131690066;
+
+ // aapt resource value: 0x7F0F0253
+ public const int ThemeOverlay_MaterialComponents_Dialog = 2131690067;
+
+ // aapt resource value: 0x7F0F0254
+ public const int ThemeOverlay_MaterialComponents_Dialog_Alert = 2131690068;
+
+ // aapt resource value: 0x7F0F0255
+ public const int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework = 2131690069;
+
+ // aapt resource value: 0x7F0F0256
+ public const int ThemeOverlay_MaterialComponents_Light = 2131690070;
+
+ // aapt resource value: 0x7F0F0257
+ public const int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework = 2131690071;
+
+ // aapt resource value: 0x7F0F0258
+ public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog = 2131690072;
+
+ // aapt resource value: 0x7F0F0259
+ public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered = 2131690073;
+
+ // aapt resource value: 0x7F0F025A
+ public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date = 2131690074;
+
+ // aapt resource value: 0x7F0F025B
+ public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar = 2131690075;
+
+ // aapt resource value: 0x7F0F025C
+ public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text = 2131690076;
+
+ // aapt resource value: 0x7F0F025D
+ public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day = 2131690077;
+
+ // aapt resource value: 0x7F0F025E
+ public const int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner = 2131690078;
+
+ // aapt resource value: 0x7F0F025F
+ public const int ThemeOverlay_MaterialComponents_MaterialCalendar = 2131690079;
+
+ // aapt resource value: 0x7F0F0260
+ public const int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen = 2131690080;
+
+ // aapt resource value: 0x7F0F0261
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText = 2131690081;
+
+ // aapt resource value: 0x7F0F0262
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox = 2131690082;
+
+ // aapt resource value: 0x7F0F0263
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131690083;
+
+ // aapt resource value: 0x7F0F0264
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox = 2131690084;
+
+ // aapt resource value: 0x7F0F0265
+ public const int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131690085;
+
+ // aapt resource value: 0x7F0F0266
+ public const int ThemeOverlay_MaterialComponents_TimePicker = 2131690086;
+
+ // aapt resource value: 0x7F0F0267
+ public const int ThemeOverlay_MaterialComponents_TimePicker_Display = 2131690087;
+
+ // aapt resource value: 0x7F0F0268
+ public const int ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText = 2131690088;
+
+ // aapt resource value: 0x7F0F0269
+ public const int ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary = 2131690089;
+
+ // aapt resource value: 0x7F0F026A
+ public const int ThemeOverlay_MaterialComponents_Toolbar_Primary = 2131690090;
+
+ // aapt resource value: 0x7F0F026B
+ public const int ThemeOverlay_MaterialComponents_Toolbar_Surface = 2131690091;
+
+ // aapt resource value: 0x7F0F026C
+ public const int Theme_AppCompat = 2131690092;
+
+ // aapt resource value: 0x7F0F026D
+ public const int Theme_AppCompat_CompactMenu = 2131690093;
+
+ // aapt resource value: 0x7F0F026E
+ public const int Theme_AppCompat_DayNight = 2131690094;
+
+ // aapt resource value: 0x7F0F026F
+ public const int Theme_AppCompat_DayNight_DarkActionBar = 2131690095;
+
+ // aapt resource value: 0x7F0F0270
+ public const int Theme_AppCompat_DayNight_Dialog = 2131690096;
+
+ // aapt resource value: 0x7F0F0271
+ public const int Theme_AppCompat_DayNight_DialogWhenLarge = 2131690097;
+
+ // aapt resource value: 0x7F0F0272
+ public const int Theme_AppCompat_DayNight_Dialog_Alert = 2131690098;
+
+ // aapt resource value: 0x7F0F0273
+ public const int Theme_AppCompat_DayNight_Dialog_MinWidth = 2131690099;
+
+ // aapt resource value: 0x7F0F0274
+ public const int Theme_AppCompat_DayNight_NoActionBar = 2131690100;
+
+ // aapt resource value: 0x7F0F0275
+ public const int Theme_AppCompat_Dialog = 2131690101;
+
+ // aapt resource value: 0x7F0F0276
+ public const int Theme_AppCompat_DialogWhenLarge = 2131690102;
+
+ // aapt resource value: 0x7F0F0277
+ public const int Theme_AppCompat_Dialog_Alert = 2131690103;
+
+ // aapt resource value: 0x7F0F0278
+ public const int Theme_AppCompat_Dialog_MinWidth = 2131690104;
+
+ // aapt resource value: 0x7F0F0279
+ public const int Theme_AppCompat_Empty = 2131690105;
+
+ // aapt resource value: 0x7F0F027A
+ public const int Theme_AppCompat_Light = 2131690106;
+
+ // aapt resource value: 0x7F0F027B
+ public const int Theme_AppCompat_Light_DarkActionBar = 2131690107;
+
+ // aapt resource value: 0x7F0F027C
+ public const int Theme_AppCompat_Light_Dialog = 2131690108;
+
+ // aapt resource value: 0x7F0F027D
+ public const int Theme_AppCompat_Light_DialogWhenLarge = 2131690109;
+
+ // aapt resource value: 0x7F0F027E
+ public const int Theme_AppCompat_Light_Dialog_Alert = 2131690110;
+
+ // aapt resource value: 0x7F0F027F
+ public const int Theme_AppCompat_Light_Dialog_MinWidth = 2131690111;
+
+ // aapt resource value: 0x7F0F0280
+ public const int Theme_AppCompat_Light_NoActionBar = 2131690112;
+
+ // aapt resource value: 0x7F0F0281
+ public const int Theme_AppCompat_NoActionBar = 2131690113;
+
+ // aapt resource value: 0x7F0F0282
+ public const int Theme_Design = 2131690114;
+
+ // aapt resource value: 0x7F0F0283
+ public const int Theme_Design_BottomSheetDialog = 2131690115;
+
+ // aapt resource value: 0x7F0F0284
+ public const int Theme_Design_Light = 2131690116;
+
+ // aapt resource value: 0x7F0F0285
+ public const int Theme_Design_Light_BottomSheetDialog = 2131690117;
+
+ // aapt resource value: 0x7F0F0286
+ public const int Theme_Design_Light_NoActionBar = 2131690118;
+
+ // aapt resource value: 0x7F0F0287
+ public const int Theme_Design_NoActionBar = 2131690119;
+
+ // aapt resource value: 0x7F0F0288
+ public const int Theme_Material3_Dark = 2131690120;
+
+ // aapt resource value: 0x7F0F0289
+ public const int Theme_Material3_Dark_BottomSheetDialog = 2131690121;
+
+ // aapt resource value: 0x7F0F028A
+ public const int Theme_Material3_Dark_Dialog = 2131690122;
+
+ // aapt resource value: 0x7F0F028B
+ public const int Theme_Material3_Dark_DialogWhenLarge = 2131690123;
+
+ // aapt resource value: 0x7F0F028C
+ public const int Theme_Material3_Dark_Dialog_Alert = 2131690124;
+
+ // aapt resource value: 0x7F0F028D
+ public const int Theme_Material3_Dark_Dialog_MinWidth = 2131690125;
+
+ // aapt resource value: 0x7F0F028E
+ public const int Theme_Material3_Dark_NoActionBar = 2131690126;
+
+ // aapt resource value: 0x7F0F028F
+ public const int Theme_Material3_DayNight = 2131690127;
+
+ // aapt resource value: 0x7F0F0290
+ public const int Theme_Material3_DayNight_BottomSheetDialog = 2131690128;
+
+ // aapt resource value: 0x7F0F0291
+ public const int Theme_Material3_DayNight_Dialog = 2131690129;
+
+ // aapt resource value: 0x7F0F0292
+ public const int Theme_Material3_DayNight_DialogWhenLarge = 2131690130;
+
+ // aapt resource value: 0x7F0F0293
+ public const int Theme_Material3_DayNight_Dialog_Alert = 2131690131;
+
+ // aapt resource value: 0x7F0F0294
+ public const int Theme_Material3_DayNight_Dialog_MinWidth = 2131690132;
+
+ // aapt resource value: 0x7F0F0295
+ public const int Theme_Material3_DayNight_NoActionBar = 2131690133;
+
+ // aapt resource value: 0x7F0F0296
+ public const int Theme_Material3_DynamicColors_Dark = 2131690134;
+
+ // aapt resource value: 0x7F0F0297
+ public const int Theme_Material3_DynamicColors_DayNight = 2131690135;
+
+ // aapt resource value: 0x7F0F0298
+ public const int Theme_Material3_DynamicColors_Light = 2131690136;
+
+ // aapt resource value: 0x7F0F0299
+ public const int Theme_Material3_Light = 2131690137;
+
+ // aapt resource value: 0x7F0F029A
+ public const int Theme_Material3_Light_BottomSheetDialog = 2131690138;
+
+ // aapt resource value: 0x7F0F029B
+ public const int Theme_Material3_Light_Dialog = 2131690139;
+
+ // aapt resource value: 0x7F0F029C
+ public const int Theme_Material3_Light_DialogWhenLarge = 2131690140;
+
+ // aapt resource value: 0x7F0F029D
+ public const int Theme_Material3_Light_Dialog_Alert = 2131690141;
+
+ // aapt resource value: 0x7F0F029E
+ public const int Theme_Material3_Light_Dialog_MinWidth = 2131690142;
+
+ // aapt resource value: 0x7F0F029F
+ public const int Theme_Material3_Light_NoActionBar = 2131690143;
+
+ // aapt resource value: 0x7F0F02A0
+ public const int Theme_MaterialComponents = 2131690144;
+
+ // aapt resource value: 0x7F0F02A1
+ public const int Theme_MaterialComponents_BottomSheetDialog = 2131690145;
+
+ // aapt resource value: 0x7F0F02A2
+ public const int Theme_MaterialComponents_Bridge = 2131690146;
+
+ // aapt resource value: 0x7F0F02A3
+ public const int Theme_MaterialComponents_CompactMenu = 2131690147;
+
+ // aapt resource value: 0x7F0F02A4
+ public const int Theme_MaterialComponents_DayNight = 2131690148;
+
+ // aapt resource value: 0x7F0F02A5
+ public const int Theme_MaterialComponents_DayNight_BottomSheetDialog = 2131690149;
+
+ // aapt resource value: 0x7F0F02A6
+ public const int Theme_MaterialComponents_DayNight_Bridge = 2131690150;
+
+ // aapt resource value: 0x7F0F02A7
+ public const int Theme_MaterialComponents_DayNight_DarkActionBar = 2131690151;
+
+ // aapt resource value: 0x7F0F02A8
+ public const int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge = 2131690152;
+
+ // aapt resource value: 0x7F0F02A9
+ public const int Theme_MaterialComponents_DayNight_Dialog = 2131690153;
+
+ // aapt resource value: 0x7F0F02AA
+ public const int Theme_MaterialComponents_DayNight_DialogWhenLarge = 2131690154;
+
+ // aapt resource value: 0x7F0F02AB
+ public const int Theme_MaterialComponents_DayNight_Dialog_Alert = 2131690155;
+
+ // aapt resource value: 0x7F0F02AC
+ public const int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge = 2131690156;
+
+ // aapt resource value: 0x7F0F02AD
+ public const int Theme_MaterialComponents_DayNight_Dialog_Bridge = 2131690157;
+
+ // aapt resource value: 0x7F0F02AE
+ public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize = 2131690158;
+
+ // aapt resource value: 0x7F0F02AF
+ public const int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge = 2131690159;
+
+ // aapt resource value: 0x7F0F02B0
+ public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth = 2131690160;
+
+ // aapt resource value: 0x7F0F02B1
+ public const int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge = 2131690161;
+
+ // aapt resource value: 0x7F0F02B2
+ public const int Theme_MaterialComponents_DayNight_NoActionBar = 2131690162;
+
+ // aapt resource value: 0x7F0F02B3
+ public const int Theme_MaterialComponents_DayNight_NoActionBar_Bridge = 2131690163;
+
+ // aapt resource value: 0x7F0F02B4
+ public const int Theme_MaterialComponents_Dialog = 2131690164;
+
+ // aapt resource value: 0x7F0F02B5
+ public const int Theme_MaterialComponents_DialogWhenLarge = 2131690165;
+
+ // aapt resource value: 0x7F0F02B6
+ public const int Theme_MaterialComponents_Dialog_Alert = 2131690166;
+
+ // aapt resource value: 0x7F0F02B7
+ public const int Theme_MaterialComponents_Dialog_Alert_Bridge = 2131690167;
+
+ // aapt resource value: 0x7F0F02B8
+ public const int Theme_MaterialComponents_Dialog_Bridge = 2131690168;
+
+ // aapt resource value: 0x7F0F02B9
+ public const int Theme_MaterialComponents_Dialog_FixedSize = 2131690169;
+
+ // aapt resource value: 0x7F0F02BA
+ public const int Theme_MaterialComponents_Dialog_FixedSize_Bridge = 2131690170;
+
+ // aapt resource value: 0x7F0F02BB
+ public const int Theme_MaterialComponents_Dialog_MinWidth = 2131690171;
+
+ // aapt resource value: 0x7F0F02BC
+ public const int Theme_MaterialComponents_Dialog_MinWidth_Bridge = 2131690172;
+
+ // aapt resource value: 0x7F0F02BD
+ public const int Theme_MaterialComponents_Light = 2131690173;
+
+ // aapt resource value: 0x7F0F02BE
+ public const int Theme_MaterialComponents_Light_BarSize = 2131690174;
+
+ // aapt resource value: 0x7F0F02BF
+ public const int Theme_MaterialComponents_Light_BottomSheetDialog = 2131690175;
+
+ // aapt resource value: 0x7F0F02C0
+ public const int Theme_MaterialComponents_Light_Bridge = 2131690176;
+
+ // aapt resource value: 0x7F0F02C1
+ public const int Theme_MaterialComponents_Light_DarkActionBar = 2131690177;
+
+ // aapt resource value: 0x7F0F02C2
+ public const int Theme_MaterialComponents_Light_DarkActionBar_Bridge = 2131690178;
+
+ // aapt resource value: 0x7F0F02C3
+ public const int Theme_MaterialComponents_Light_Dialog = 2131690179;
+
+ // aapt resource value: 0x7F0F02C4
+ public const int Theme_MaterialComponents_Light_DialogWhenLarge = 2131690180;
+
+ // aapt resource value: 0x7F0F02C5
+ public const int Theme_MaterialComponents_Light_Dialog_Alert = 2131690181;
+
+ // aapt resource value: 0x7F0F02C6
+ public const int Theme_MaterialComponents_Light_Dialog_Alert_Bridge = 2131690182;
+
+ // aapt resource value: 0x7F0F02C7
+ public const int Theme_MaterialComponents_Light_Dialog_Bridge = 2131690183;
+
+ // aapt resource value: 0x7F0F02C8
+ public const int Theme_MaterialComponents_Light_Dialog_FixedSize = 2131690184;
+
+ // aapt resource value: 0x7F0F02C9
+ public const int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge = 2131690185;
+
+ // aapt resource value: 0x7F0F02CA
+ public const int Theme_MaterialComponents_Light_Dialog_MinWidth = 2131690186;
+
+ // aapt resource value: 0x7F0F02CB
+ public const int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge = 2131690187;
+
+ // aapt resource value: 0x7F0F02CC
+ public const int Theme_MaterialComponents_Light_LargeTouch = 2131690188;
+
+ // aapt resource value: 0x7F0F02CD
+ public const int Theme_MaterialComponents_Light_NoActionBar = 2131690189;
+
+ // aapt resource value: 0x7F0F02CE
+ public const int Theme_MaterialComponents_Light_NoActionBar_Bridge = 2131690190;
+
+ // aapt resource value: 0x7F0F02CF
+ public const int Theme_MaterialComponents_NoActionBar = 2131690191;
+
+ // aapt resource value: 0x7F0F02D0
+ public const int Theme_MaterialComponents_NoActionBar_Bridge = 2131690192;
+
+ // aapt resource value: 0x7F0F02D1
+ public const int Widget_AppCompat_ActionBar = 2131690193;
+
+ // aapt resource value: 0x7F0F02D2
+ public const int Widget_AppCompat_ActionBar_Solid = 2131690194;
+
+ // aapt resource value: 0x7F0F02D3
+ public const int Widget_AppCompat_ActionBar_TabBar = 2131690195;
+
+ // aapt resource value: 0x7F0F02D4
+ public const int Widget_AppCompat_ActionBar_TabText = 2131690196;
+
+ // aapt resource value: 0x7F0F02D5
+ public const int Widget_AppCompat_ActionBar_TabView = 2131690197;
+
+ // aapt resource value: 0x7F0F02D6
+ public const int Widget_AppCompat_ActionButton = 2131690198;
+
+ // aapt resource value: 0x7F0F02D7
+ public const int Widget_AppCompat_ActionButton_CloseMode = 2131690199;
+
+ // aapt resource value: 0x7F0F02D8
+ public const int Widget_AppCompat_ActionButton_Overflow = 2131690200;
+
+ // aapt resource value: 0x7F0F02D9
+ public const int Widget_AppCompat_ActionMode = 2131690201;
+
+ // aapt resource value: 0x7F0F02DA
+ public const int Widget_AppCompat_ActivityChooserView = 2131690202;
+
+ // aapt resource value: 0x7F0F02DB
+ public const int Widget_AppCompat_AutoCompleteTextView = 2131690203;
+
+ // aapt resource value: 0x7F0F02DC
+ public const int Widget_AppCompat_Button = 2131690204;
+
+ // aapt resource value: 0x7F0F02DD
+ public const int Widget_AppCompat_ButtonBar = 2131690205;
+
+ // aapt resource value: 0x7F0F02DE
+ public const int Widget_AppCompat_ButtonBar_AlertDialog = 2131690206;
+
+ // aapt resource value: 0x7F0F02DF
+ public const int Widget_AppCompat_Button_Borderless = 2131690207;
+
+ // aapt resource value: 0x7F0F02E0
+ public const int Widget_AppCompat_Button_Borderless_Colored = 2131690208;
+
+ // aapt resource value: 0x7F0F02E1
+ public const int Widget_AppCompat_Button_ButtonBar_AlertDialog = 2131690209;
+
+ // aapt resource value: 0x7F0F02E2
+ public const int Widget_AppCompat_Button_Colored = 2131690210;
+
+ // aapt resource value: 0x7F0F02E3
+ public const int Widget_AppCompat_Button_Small = 2131690211;
+
+ // aapt resource value: 0x7F0F02E4
+ public const int Widget_AppCompat_CompoundButton_CheckBox = 2131690212;
+
+ // aapt resource value: 0x7F0F02E5
+ public const int Widget_AppCompat_CompoundButton_RadioButton = 2131690213;
+
+ // aapt resource value: 0x7F0F02E6
+ public const int Widget_AppCompat_CompoundButton_Switch = 2131690214;
+
+ // aapt resource value: 0x7F0F02E7
+ public const int Widget_AppCompat_DrawerArrowToggle = 2131690215;
+
+ // aapt resource value: 0x7F0F02E8
+ public const int Widget_AppCompat_DropDownItem_Spinner = 2131690216;
+
+ // aapt resource value: 0x7F0F02E9
+ public const int Widget_AppCompat_EditText = 2131690217;
+
+ // aapt resource value: 0x7F0F02EA
+ public const int Widget_AppCompat_ImageButton = 2131690218;
+
+ // aapt resource value: 0x7F0F02EB
+ public const int Widget_AppCompat_Light_ActionBar = 2131690219;
+
+ // aapt resource value: 0x7F0F02EC
+ public const int Widget_AppCompat_Light_ActionBar_Solid = 2131690220;
+
+ // aapt resource value: 0x7F0F02ED
+ public const int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 2131690221;
+
+ // aapt resource value: 0x7F0F02EE
+ public const int Widget_AppCompat_Light_ActionBar_TabBar = 2131690222;
+
+ // aapt resource value: 0x7F0F02EF
+ public const int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 2131690223;
+
+ // aapt resource value: 0x7F0F02F0
+ public const int Widget_AppCompat_Light_ActionBar_TabText = 2131690224;
+
+ // aapt resource value: 0x7F0F02F1
+ public const int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 2131690225;
+
+ // aapt resource value: 0x7F0F02F2
+ public const int Widget_AppCompat_Light_ActionBar_TabView = 2131690226;
+
+ // aapt resource value: 0x7F0F02F3
+ public const int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 2131690227;
+
+ // aapt resource value: 0x7F0F02F4
+ public const int Widget_AppCompat_Light_ActionButton = 2131690228;
+
+ // aapt resource value: 0x7F0F02F5
+ public const int Widget_AppCompat_Light_ActionButton_CloseMode = 2131690229;
+
+ // aapt resource value: 0x7F0F02F6
+ public const int Widget_AppCompat_Light_ActionButton_Overflow = 2131690230;
+
+ // aapt resource value: 0x7F0F02F7
+ public const int Widget_AppCompat_Light_ActionMode_Inverse = 2131690231;
+
+ // aapt resource value: 0x7F0F02F8
+ public const int Widget_AppCompat_Light_ActivityChooserView = 2131690232;
+
+ // aapt resource value: 0x7F0F02F9
+ public const int Widget_AppCompat_Light_AutoCompleteTextView = 2131690233;
+
+ // aapt resource value: 0x7F0F02FA
+ public const int Widget_AppCompat_Light_DropDownItem_Spinner = 2131690234;
+
+ // aapt resource value: 0x7F0F02FB
+ public const int Widget_AppCompat_Light_ListPopupWindow = 2131690235;
+
+ // aapt resource value: 0x7F0F02FC
+ public const int Widget_AppCompat_Light_ListView_DropDown = 2131690236;
+
+ // aapt resource value: 0x7F0F02FD
+ public const int Widget_AppCompat_Light_PopupMenu = 2131690237;
+
+ // aapt resource value: 0x7F0F02FE
+ public const int Widget_AppCompat_Light_PopupMenu_Overflow = 2131690238;
+
+ // aapt resource value: 0x7F0F02FF
+ public const int Widget_AppCompat_Light_SearchView = 2131690239;
+
+ // aapt resource value: 0x7F0F0300
+ public const int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 2131690240;
+
+ // aapt resource value: 0x7F0F0301
+ public const int Widget_AppCompat_ListMenuView = 2131690241;
+
+ // aapt resource value: 0x7F0F0302
+ public const int Widget_AppCompat_ListPopupWindow = 2131690242;
+
+ // aapt resource value: 0x7F0F0303
+ public const int Widget_AppCompat_ListView = 2131690243;
+
+ // aapt resource value: 0x7F0F0304
+ public const int Widget_AppCompat_ListView_DropDown = 2131690244;
+
+ // aapt resource value: 0x7F0F0305
+ public const int Widget_AppCompat_ListView_Menu = 2131690245;
+
+ // aapt resource value: 0x7F0F0306
+ public const int Widget_AppCompat_PopupMenu = 2131690246;
+
+ // aapt resource value: 0x7F0F0307
+ public const int Widget_AppCompat_PopupMenu_Overflow = 2131690247;
+
+ // aapt resource value: 0x7F0F0308
+ public const int Widget_AppCompat_PopupWindow = 2131690248;
+
+ // aapt resource value: 0x7F0F0309
+ public const int Widget_AppCompat_ProgressBar = 2131690249;
+
+ // aapt resource value: 0x7F0F030A
+ public const int Widget_AppCompat_ProgressBar_Horizontal = 2131690250;
+
+ // aapt resource value: 0x7F0F030B
+ public const int Widget_AppCompat_RatingBar = 2131690251;
+
+ // aapt resource value: 0x7F0F030C
+ public const int Widget_AppCompat_RatingBar_Indicator = 2131690252;
+
+ // aapt resource value: 0x7F0F030D
+ public const int Widget_AppCompat_RatingBar_Small = 2131690253;
+
+ // aapt resource value: 0x7F0F030E
+ public const int Widget_AppCompat_SearchView = 2131690254;
+
+ // aapt resource value: 0x7F0F030F
+ public const int Widget_AppCompat_SearchView_ActionBar = 2131690255;
+
+ // aapt resource value: 0x7F0F0310
+ public const int Widget_AppCompat_SeekBar = 2131690256;
+
+ // aapt resource value: 0x7F0F0311
+ public const int Widget_AppCompat_SeekBar_Discrete = 2131690257;
+
+ // aapt resource value: 0x7F0F0312
+ public const int Widget_AppCompat_Spinner = 2131690258;
+
+ // aapt resource value: 0x7F0F0313
+ public const int Widget_AppCompat_Spinner_DropDown = 2131690259;
+
+ // aapt resource value: 0x7F0F0314
+ public const int Widget_AppCompat_Spinner_DropDown_ActionBar = 2131690260;
+
+ // aapt resource value: 0x7F0F0315
+ public const int Widget_AppCompat_Spinner_Underlined = 2131690261;
+
+ // aapt resource value: 0x7F0F0316
+ public const int Widget_AppCompat_TextView = 2131690262;
+
+ // aapt resource value: 0x7F0F0317
+ public const int Widget_AppCompat_TextView_SpinnerItem = 2131690263;
+
+ // aapt resource value: 0x7F0F0318
+ public const int Widget_AppCompat_Toolbar = 2131690264;
+
+ // aapt resource value: 0x7F0F0319
+ public const int Widget_AppCompat_Toolbar_Button_Navigation = 2131690265;
+
+ // aapt resource value: 0x7F0F031A
+ public const int Widget_Compat_NotificationActionContainer = 2131690266;
+
+ // aapt resource value: 0x7F0F031B
+ public const int Widget_Compat_NotificationActionText = 2131690267;
+
+ // aapt resource value: 0x7F0F031C
+ public const int Widget_Design_AppBarLayout = 2131690268;
+
+ // aapt resource value: 0x7F0F031D
+ public const int Widget_Design_BottomNavigationView = 2131690269;
+
+ // aapt resource value: 0x7F0F031E
+ public const int Widget_Design_BottomSheet_Modal = 2131690270;
+
+ // aapt resource value: 0x7F0F031F
+ public const int Widget_Design_CollapsingToolbar = 2131690271;
+
+ // aapt resource value: 0x7F0F0320
+ public const int Widget_Design_FloatingActionButton = 2131690272;
+
+ // aapt resource value: 0x7F0F0321
+ public const int Widget_Design_NavigationView = 2131690273;
+
+ // aapt resource value: 0x7F0F0322
+ public const int Widget_Design_ScrimInsetsFrameLayout = 2131690274;
+
+ // aapt resource value: 0x7F0F0323
+ public const int Widget_Design_Snackbar = 2131690275;
+
+ // aapt resource value: 0x7F0F0324
+ public const int Widget_Design_TabLayout = 2131690276;
+
+ // aapt resource value: 0x7F0F0325
+ public const int Widget_Design_TextInputEditText = 2131690277;
+
+ // aapt resource value: 0x7F0F0326
+ public const int Widget_Design_TextInputLayout = 2131690278;
+
+ // aapt resource value: 0x7F0F0327
+ public const int Widget_Material3_ActionBar_Solid = 2131690279;
+
+ // aapt resource value: 0x7F0F0328
+ public const int Widget_Material3_ActionMode = 2131690280;
+
+ // aapt resource value: 0x7F0F0329
+ public const int Widget_Material3_AppBarLayout = 2131690281;
+
+ // aapt resource value: 0x7F0F032A
+ public const int Widget_Material3_AutoCompleteTextView_FilledBox = 2131690282;
+
+ // aapt resource value: 0x7F0F032B
+ public const int Widget_Material3_AutoCompleteTextView_FilledBox_Dense = 2131690283;
+
+ // aapt resource value: 0x7F0F032C
+ public const int Widget_Material3_AutoCompleteTextView_OutlinedBox = 2131690284;
+
+ // aapt resource value: 0x7F0F032D
+ public const int Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense = 2131690285;
+
+ // aapt resource value: 0x7F0F032E
+ public const int Widget_Material3_Badge = 2131690286;
+
+ // aapt resource value: 0x7F0F032F
+ public const int Widget_Material3_BottomAppBar = 2131690287;
+
+ // aapt resource value: 0x7F0F0330
+ public const int Widget_Material3_BottomNavigationView = 2131690288;
+
+ // aapt resource value: 0x7F0F0331
+ public const int Widget_Material3_BottomNavigationView_ActiveIndicator = 2131690289;
+
+ // aapt resource value: 0x7F0F0332
+ public const int Widget_Material3_BottomSheet = 2131690290;
+
+ // aapt resource value: 0x7F0F0333
+ public const int Widget_Material3_BottomSheet_Modal = 2131690291;
+
+ // aapt resource value: 0x7F0F0334
+ public const int Widget_Material3_Button = 2131690292;
+
+ // aapt resource value: 0x7F0F0335
+ public const int Widget_Material3_Button_ElevatedButton = 2131690293;
+
+ // aapt resource value: 0x7F0F0336
+ public const int Widget_Material3_Button_ElevatedButton_Icon = 2131690294;
+
+ // aapt resource value: 0x7F0F0337
+ public const int Widget_Material3_Button_Icon = 2131690295;
+
+ // aapt resource value: 0x7F0F0338
+ public const int Widget_Material3_Button_IconButton = 2131690296;
+
+ // aapt resource value: 0x7F0F0339
+ public const int Widget_Material3_Button_OutlinedButton = 2131690297;
+
+ // aapt resource value: 0x7F0F033A
+ public const int Widget_Material3_Button_OutlinedButton_Icon = 2131690298;
+
+ // aapt resource value: 0x7F0F033B
+ public const int Widget_Material3_Button_TextButton = 2131690299;
+
+ // aapt resource value: 0x7F0F033C
+ public const int Widget_Material3_Button_TextButton_Dialog = 2131690300;
+
+ // aapt resource value: 0x7F0F033D
+ public const int Widget_Material3_Button_TextButton_Dialog_Flush = 2131690301;
+
+ // aapt resource value: 0x7F0F033E
+ public const int Widget_Material3_Button_TextButton_Dialog_Icon = 2131690302;
+
+ // aapt resource value: 0x7F0F033F
+ public const int Widget_Material3_Button_TextButton_Icon = 2131690303;
+
+ // aapt resource value: 0x7F0F0340
+ public const int Widget_Material3_Button_TextButton_Snackbar = 2131690304;
+
+ // aapt resource value: 0x7F0F0341
+ public const int Widget_Material3_Button_TonalButton = 2131690305;
+
+ // aapt resource value: 0x7F0F0342
+ public const int Widget_Material3_Button_TonalButton_Icon = 2131690306;
+
+ // aapt resource value: 0x7F0F0343
+ public const int Widget_Material3_Button_UnelevatedButton = 2131690307;
+
+ // aapt resource value: 0x7F0F0344
+ public const int Widget_Material3_CardView_Elevated = 2131690308;
+
+ // aapt resource value: 0x7F0F0345
+ public const int Widget_Material3_CardView_Filled = 2131690309;
+
+ // aapt resource value: 0x7F0F0346
+ public const int Widget_Material3_CardView_Outlined = 2131690310;
+
+ // aapt resource value: 0x7F0F0347
+ public const int Widget_Material3_CheckedTextView = 2131690311;
+
+ // aapt resource value: 0x7F0F0348
+ public const int Widget_Material3_ChipGroup = 2131690312;
+
+ // aapt resource value: 0x7F0F0349
+ public const int Widget_Material3_Chip_Assist = 2131690313;
+
+ // aapt resource value: 0x7F0F034A
+ public const int Widget_Material3_Chip_Assist_Elevated = 2131690314;
+
+ // aapt resource value: 0x7F0F034B
+ public const int Widget_Material3_Chip_Filter = 2131690315;
+
+ // aapt resource value: 0x7F0F034C
+ public const int Widget_Material3_Chip_Filter_Elevated = 2131690316;
+
+ // aapt resource value: 0x7F0F034D
+ public const int Widget_Material3_Chip_Input = 2131690317;
+
+ // aapt resource value: 0x7F0F034E
+ public const int Widget_Material3_Chip_Input_Elevated = 2131690318;
+
+ // aapt resource value: 0x7F0F034F
+ public const int Widget_Material3_Chip_Input_Icon = 2131690319;
+
+ // aapt resource value: 0x7F0F0350
+ public const int Widget_Material3_Chip_Input_Icon_Elevated = 2131690320;
+
+ // aapt resource value: 0x7F0F0351
+ public const int Widget_Material3_Chip_Suggestion = 2131690321;
+
+ // aapt resource value: 0x7F0F0352
+ public const int Widget_Material3_Chip_Suggestion_Elevated = 2131690322;
+
+ // aapt resource value: 0x7F0F0353
+ public const int Widget_Material3_CircularProgressIndicator = 2131690323;
+
+ // aapt resource value: 0x7F0F0354
+ public const int Widget_Material3_CircularProgressIndicator_ExtraSmall = 2131690324;
+
+ // aapt resource value: 0x7F0F0355
+ public const int Widget_Material3_CircularProgressIndicator_Medium = 2131690325;
+
+ // aapt resource value: 0x7F0F0356
+ public const int Widget_Material3_CircularProgressIndicator_Small = 2131690326;
+
+ // aapt resource value: 0x7F0F0357
+ public const int Widget_Material3_CollapsingToolbar = 2131690327;
+
+ // aapt resource value: 0x7F0F0358
+ public const int Widget_Material3_CollapsingToolbar_Large = 2131690328;
+
+ // aapt resource value: 0x7F0F0359
+ public const int Widget_Material3_CollapsingToolbar_Medium = 2131690329;
+
+ // aapt resource value: 0x7F0F035A
+ public const int Widget_Material3_CompoundButton_CheckBox = 2131690330;
+
+ // aapt resource value: 0x7F0F035B
+ public const int Widget_Material3_CompoundButton_RadioButton = 2131690331;
+
+ // aapt resource value: 0x7F0F035C
+ public const int Widget_Material3_CompoundButton_Switch = 2131690332;
+
+ // aapt resource value: 0x7F0F035D
+ public const int Widget_Material3_DrawerLayout = 2131690333;
+
+ // aapt resource value: 0x7F0F035E
+ public const int Widget_Material3_ExtendedFloatingActionButton_Icon_Primary = 2131690334;
+
+ // aapt resource value: 0x7F0F035F
+ public const int Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary = 2131690335;
+
+ // aapt resource value: 0x7F0F0360
+ public const int Widget_Material3_ExtendedFloatingActionButton_Icon_Surface = 2131690336;
+
+ // aapt resource value: 0x7F0F0361
+ public const int Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary = 2131690337;
+
+ // aapt resource value: 0x7F0F0362
+ public const int Widget_Material3_ExtendedFloatingActionButton_Primary = 2131690338;
+
+ // aapt resource value: 0x7F0F0363
+ public const int Widget_Material3_ExtendedFloatingActionButton_Secondary = 2131690339;
+
+ // aapt resource value: 0x7F0F0364
+ public const int Widget_Material3_ExtendedFloatingActionButton_Surface = 2131690340;
+
+ // aapt resource value: 0x7F0F0365
+ public const int Widget_Material3_ExtendedFloatingActionButton_Tertiary = 2131690341;
+
+ // aapt resource value: 0x7F0F0366
+ public const int Widget_Material3_FloatingActionButton_Large_Primary = 2131690342;
+
+ // aapt resource value: 0x7F0F0367
+ public const int Widget_Material3_FloatingActionButton_Large_Secondary = 2131690343;
+
+ // aapt resource value: 0x7F0F0368
+ public const int Widget_Material3_FloatingActionButton_Large_Surface = 2131690344;
+
+ // aapt resource value: 0x7F0F0369
+ public const int Widget_Material3_FloatingActionButton_Large_Tertiary = 2131690345;
+
+ // aapt resource value: 0x7F0F036A
+ public const int Widget_Material3_FloatingActionButton_Primary = 2131690346;
+
+ // aapt resource value: 0x7F0F036B
+ public const int Widget_Material3_FloatingActionButton_Secondary = 2131690347;
+
+ // aapt resource value: 0x7F0F036C
+ public const int Widget_Material3_FloatingActionButton_Surface = 2131690348;
+
+ // aapt resource value: 0x7F0F036D
+ public const int Widget_Material3_FloatingActionButton_Tertiary = 2131690349;
+
+ // aapt resource value: 0x7F0F036E
+ public const int Widget_Material3_Light_ActionBar_Solid = 2131690350;
+
+ // aapt resource value: 0x7F0F036F
+ public const int Widget_Material3_LinearProgressIndicator = 2131690351;
+
+ // aapt resource value: 0x7F0F0370
+ public const int Widget_Material3_MaterialCalendar = 2131690352;
+
+ // aapt resource value: 0x7F0F0371
+ public const int Widget_Material3_MaterialCalendar_Day = 2131690353;
+
+ // aapt resource value: 0x7F0F0372
+ public const int Widget_Material3_MaterialCalendar_DayOfWeekLabel = 2131690354;
+
+ // aapt resource value: 0x7F0F0373
+ public const int Widget_Material3_MaterialCalendar_DayTextView = 2131690355;
+
+ // aapt resource value: 0x7F0F0374
+ public const int Widget_Material3_MaterialCalendar_Day_Invalid = 2131690356;
+
+ // aapt resource value: 0x7F0F0375
+ public const int Widget_Material3_MaterialCalendar_Day_Selected = 2131690357;
+
+ // aapt resource value: 0x7F0F0376
+ public const int Widget_Material3_MaterialCalendar_Day_Today = 2131690358;
+
+ // aapt resource value: 0x7F0F0377
+ public const int Widget_Material3_MaterialCalendar_Fullscreen = 2131690359;
+
+ // aapt resource value: 0x7F0F0378
+ public const int Widget_Material3_MaterialCalendar_HeaderCancelButton = 2131690360;
+
+ // aapt resource value: 0x7F0F0379
+ public const int Widget_Material3_MaterialCalendar_HeaderDivider = 2131690361;
+
+ // aapt resource value: 0x7F0F037A
+ public const int Widget_Material3_MaterialCalendar_HeaderLayout = 2131690362;
+
+ // aapt resource value: 0x7F0F037B
+ public const int Widget_Material3_MaterialCalendar_HeaderSelection = 2131690363;
+
+ // aapt resource value: 0x7F0F037C
+ public const int Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen = 2131690364;
+
+ // aapt resource value: 0x7F0F037D
+ public const int Widget_Material3_MaterialCalendar_HeaderTitle = 2131690365;
+
+ // aapt resource value: 0x7F0F037E
+ public const int Widget_Material3_MaterialCalendar_HeaderToggleButton = 2131690366;
+
+ // aapt resource value: 0x7F0F037F
+ public const int Widget_Material3_MaterialCalendar_Item = 2131690367;
+
+ // aapt resource value: 0x7F0F0380
+ public const int Widget_Material3_MaterialCalendar_MonthNavigationButton = 2131690368;
+
+ // aapt resource value: 0x7F0F0381
+ public const int Widget_Material3_MaterialCalendar_MonthTextView = 2131690369;
+
+ // aapt resource value: 0x7F0F0382
+ public const int Widget_Material3_MaterialCalendar_Year = 2131690370;
+
+ // aapt resource value: 0x7F0F0383
+ public const int Widget_Material3_MaterialCalendar_YearNavigationButton = 2131690371;
+
+ // aapt resource value: 0x7F0F0384
+ public const int Widget_Material3_MaterialCalendar_Year_Selected = 2131690372;
+
+ // aapt resource value: 0x7F0F0385
+ public const int Widget_Material3_MaterialCalendar_Year_Today = 2131690373;
+
+ // aapt resource value: 0x7F0F0386
+ public const int Widget_Material3_MaterialDivider = 2131690374;
+
+ // aapt resource value: 0x7F0F0387
+ public const int Widget_Material3_MaterialDivider_Heavy = 2131690375;
+
+ // aapt resource value: 0x7F0F0388
+ public const int Widget_Material3_MaterialTimePicker = 2131690376;
+
+ // aapt resource value: 0x7F0F0389
+ public const int Widget_Material3_MaterialTimePicker_Button = 2131690377;
+
+ // aapt resource value: 0x7F0F038A
+ public const int Widget_Material3_MaterialTimePicker_Clock = 2131690378;
+
+ // aapt resource value: 0x7F0F038B
+ public const int Widget_Material3_MaterialTimePicker_Display = 2131690379;
+
+ // aapt resource value: 0x7F0F038C
+ public const int Widget_Material3_MaterialTimePicker_Display_Divider = 2131690380;
+
+ // aapt resource value: 0x7F0F038D
+ public const int Widget_Material3_MaterialTimePicker_Display_HelperText = 2131690381;
+
+ // aapt resource value: 0x7F0F038E
+ public const int Widget_Material3_MaterialTimePicker_Display_TextInputEditText = 2131690382;
+
+ // aapt resource value: 0x7F0F038F
+ public const int Widget_Material3_MaterialTimePicker_Display_TextInputLayout = 2131690383;
+
+ // aapt resource value: 0x7F0F0390
+ public const int Widget_Material3_MaterialTimePicker_ImageButton = 2131690384;
+
+ // aapt resource value: 0x7F0F0391
+ public const int Widget_Material3_NavigationRailView = 2131690385;
+
+ // aapt resource value: 0x7F0F0392
+ public const int Widget_Material3_NavigationRailView_ActiveIndicator = 2131690386;
+
+ // aapt resource value: 0x7F0F0393
+ public const int Widget_Material3_NavigationView = 2131690387;
+
+ // aapt resource value: 0x7F0F0394
+ public const int Widget_Material3_PopupMenu = 2131690388;
+
+ // aapt resource value: 0x7F0F0395
+ public const int Widget_Material3_PopupMenu_ContextMenu = 2131690389;
+
+ // aapt resource value: 0x7F0F0396
+ public const int Widget_Material3_PopupMenu_ListPopupWindow = 2131690390;
+
+ // aapt resource value: 0x7F0F0397
+ public const int Widget_Material3_PopupMenu_Overflow = 2131690391;
+
+ // aapt resource value: 0x7F0F0398
+ public const int Widget_Material3_Slider = 2131690392;
+
+ // aapt resource value: 0x7F0F0399
+ public const int Widget_Material3_Snackbar = 2131690393;
+
+ // aapt resource value: 0x7F0F039A
+ public const int Widget_Material3_Snackbar_FullWidth = 2131690394;
+
+ // aapt resource value: 0x7F0F039B
+ public const int Widget_Material3_Snackbar_TextView = 2131690395;
+
+ // aapt resource value: 0x7F0F039C
+ public const int Widget_Material3_TabLayout = 2131690396;
+
+ // aapt resource value: 0x7F0F039D
+ public const int Widget_Material3_TabLayout_OnSurface = 2131690397;
+
+ // aapt resource value: 0x7F0F039E
+ public const int Widget_Material3_TabLayout_Secondary = 2131690398;
+
+ // aapt resource value: 0x7F0F039F
+ public const int Widget_Material3_TextInputEditText_FilledBox = 2131690399;
+
+ // aapt resource value: 0x7F0F03A0
+ public const int Widget_Material3_TextInputEditText_FilledBox_Dense = 2131690400;
+
+ // aapt resource value: 0x7F0F03A1
+ public const int Widget_Material3_TextInputEditText_OutlinedBox = 2131690401;
+
+ // aapt resource value: 0x7F0F03A2
+ public const int Widget_Material3_TextInputEditText_OutlinedBox_Dense = 2131690402;
+
+ // aapt resource value: 0x7F0F03A3
+ public const int Widget_Material3_TextInputLayout_FilledBox = 2131690403;
+
+ // aapt resource value: 0x7F0F03A4
+ public const int Widget_Material3_TextInputLayout_FilledBox_Dense = 2131690404;
+
+ // aapt resource value: 0x7F0F03A5
+ public const int Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = 2131690405;
+
+ // aapt resource value: 0x7F0F03A6
+ public const int Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu = 2131690406;
+
+ // aapt resource value: 0x7F0F03A7
+ public const int Widget_Material3_TextInputLayout_OutlinedBox = 2131690407;
+
+ // aapt resource value: 0x7F0F03A8
+ public const int Widget_Material3_TextInputLayout_OutlinedBox_Dense = 2131690408;
+
+ // aapt resource value: 0x7F0F03A9
+ public const int Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = 2131690409;
+
+ // aapt resource value: 0x7F0F03AA
+ public const int Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu = 2131690410;
+
+ // aapt resource value: 0x7F0F03AB
+ public const int Widget_Material3_Toolbar = 2131690411;
+
+ // aapt resource value: 0x7F0F03AC
+ public const int Widget_Material3_Toolbar_OnSurface = 2131690412;
+
+ // aapt resource value: 0x7F0F03AD
+ public const int Widget_Material3_Toolbar_Surface = 2131690413;
+
+ // aapt resource value: 0x7F0F03AE
+ public const int Widget_Material3_Tooltip = 2131690414;
+
+ // aapt resource value: 0x7F0F03AF
+ public const int Widget_MaterialComponents_ActionBar_Primary = 2131690415;
+
+ // aapt resource value: 0x7F0F03B0
+ public const int Widget_MaterialComponents_ActionBar_PrimarySurface = 2131690416;
+
+ // aapt resource value: 0x7F0F03B1
+ public const int Widget_MaterialComponents_ActionBar_Solid = 2131690417;
+
+ // aapt resource value: 0x7F0F03B2
+ public const int Widget_MaterialComponents_ActionBar_Surface = 2131690418;
+
+ // aapt resource value: 0x7F0F03B3
+ public const int Widget_MaterialComponents_ActionMode = 2131690419;
+
+ // aapt resource value: 0x7F0F03B4
+ public const int Widget_MaterialComponents_AppBarLayout_Primary = 2131690420;
+
+ // aapt resource value: 0x7F0F03B5
+ public const int Widget_MaterialComponents_AppBarLayout_PrimarySurface = 2131690421;
+
+ // aapt resource value: 0x7F0F03B6
+ public const int Widget_MaterialComponents_AppBarLayout_Surface = 2131690422;
+
+ // aapt resource value: 0x7F0F03B7
+ public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox = 2131690423;
+
+ // aapt resource value: 0x7F0F03B8
+ public const int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense = 2131690424;
+
+ // aapt resource value: 0x7F0F03B9
+ public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox = 2131690425;
+
+ // aapt resource value: 0x7F0F03BA
+ public const int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense = 2131690426;
+
+ // aapt resource value: 0x7F0F03BB
+ public const int Widget_MaterialComponents_Badge = 2131690427;
+
+ // aapt resource value: 0x7F0F03BC
+ public const int Widget_MaterialComponents_BottomAppBar = 2131690428;
+
+ // aapt resource value: 0x7F0F03BD
+ public const int Widget_MaterialComponents_BottomAppBar_Colored = 2131690429;
+
+ // aapt resource value: 0x7F0F03BE
+ public const int Widget_MaterialComponents_BottomAppBar_PrimarySurface = 2131690430;
+
+ // aapt resource value: 0x7F0F03BF
+ public const int Widget_MaterialComponents_BottomNavigationView = 2131690431;
+
+ // aapt resource value: 0x7F0F03C0
+ public const int Widget_MaterialComponents_BottomNavigationView_Colored = 2131690432;
+
+ // aapt resource value: 0x7F0F03C1
+ public const int Widget_MaterialComponents_BottomNavigationView_PrimarySurface = 2131690433;
+
+ // aapt resource value: 0x7F0F03C2
+ public const int Widget_MaterialComponents_BottomSheet = 2131690434;
+
+ // aapt resource value: 0x7F0F03C3
+ public const int Widget_MaterialComponents_BottomSheet_Modal = 2131690435;
+
+ // aapt resource value: 0x7F0F03C4
+ public const int Widget_MaterialComponents_Button = 2131690436;
+
+ // aapt resource value: 0x7F0F03C5
+ public const int Widget_MaterialComponents_Button_Icon = 2131690437;
+
+ // aapt resource value: 0x7F0F03C6
+ public const int Widget_MaterialComponents_Button_OutlinedButton = 2131690438;
+
+ // aapt resource value: 0x7F0F03C7
+ public const int Widget_MaterialComponents_Button_OutlinedButton_Icon = 2131690439;
+
+ // aapt resource value: 0x7F0F03C8
+ public const int Widget_MaterialComponents_Button_TextButton = 2131690440;
+
+ // aapt resource value: 0x7F0F03C9
+ public const int Widget_MaterialComponents_Button_TextButton_Dialog = 2131690441;
+
+ // aapt resource value: 0x7F0F03CA
+ public const int Widget_MaterialComponents_Button_TextButton_Dialog_Flush = 2131690442;
+
+ // aapt resource value: 0x7F0F03CB
+ public const int Widget_MaterialComponents_Button_TextButton_Dialog_Icon = 2131690443;
+
+ // aapt resource value: 0x7F0F03CC
+ public const int Widget_MaterialComponents_Button_TextButton_Icon = 2131690444;
+
+ // aapt resource value: 0x7F0F03CD
+ public const int Widget_MaterialComponents_Button_TextButton_Snackbar = 2131690445;
+
+ // aapt resource value: 0x7F0F03CE
+ public const int Widget_MaterialComponents_Button_UnelevatedButton = 2131690446;
+
+ // aapt resource value: 0x7F0F03CF
+ public const int Widget_MaterialComponents_Button_UnelevatedButton_Icon = 2131690447;
+
+ // aapt resource value: 0x7F0F03D0
+ public const int Widget_MaterialComponents_CardView = 2131690448;
+
+ // aapt resource value: 0x7F0F03D1
+ public const int Widget_MaterialComponents_CheckedTextView = 2131690449;
+
+ // aapt resource value: 0x7F0F03D2
+ public const int Widget_MaterialComponents_ChipGroup = 2131690450;
+
+ // aapt resource value: 0x7F0F03D3
+ public const int Widget_MaterialComponents_Chip_Action = 2131690451;
+
+ // aapt resource value: 0x7F0F03D4
+ public const int Widget_MaterialComponents_Chip_Choice = 2131690452;
+
+ // aapt resource value: 0x7F0F03D5
+ public const int Widget_MaterialComponents_Chip_Entry = 2131690453;
+
+ // aapt resource value: 0x7F0F03D6
+ public const int Widget_MaterialComponents_Chip_Filter = 2131690454;
+
+ // aapt resource value: 0x7F0F03D7
+ public const int Widget_MaterialComponents_CircularProgressIndicator = 2131690455;
+
+ // aapt resource value: 0x7F0F03D8
+ public const int Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall = 2131690456;
+
+ // aapt resource value: 0x7F0F03D9
+ public const int Widget_MaterialComponents_CircularProgressIndicator_Medium = 2131690457;
+
+ // aapt resource value: 0x7F0F03DA
+ public const int Widget_MaterialComponents_CircularProgressIndicator_Small = 2131690458;
+
+ // aapt resource value: 0x7F0F03DB
+ public const int Widget_MaterialComponents_CollapsingToolbar = 2131690459;
+
+ // aapt resource value: 0x7F0F03DC
+ public const int Widget_MaterialComponents_CompoundButton_CheckBox = 2131690460;
+
+ // aapt resource value: 0x7F0F03DD
+ public const int Widget_MaterialComponents_CompoundButton_RadioButton = 2131690461;
+
+ // aapt resource value: 0x7F0F03DE
+ public const int Widget_MaterialComponents_CompoundButton_Switch = 2131690462;
+
+ // aapt resource value: 0x7F0F03DF
+ public const int Widget_MaterialComponents_ExtendedFloatingActionButton = 2131690463;
+
+ // aapt resource value: 0x7F0F03E0
+ public const int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon = 2131690464;
+
+ // aapt resource value: 0x7F0F03E1
+ public const int Widget_MaterialComponents_FloatingActionButton = 2131690465;
+
+ // aapt resource value: 0x7F0F03E2
+ public const int Widget_MaterialComponents_Light_ActionBar_Solid = 2131690466;
+
+ // aapt resource value: 0x7F0F03E3
+ public const int Widget_MaterialComponents_LinearProgressIndicator = 2131690467;
+
+ // aapt resource value: 0x7F0F03E4
+ public const int Widget_MaterialComponents_MaterialButtonToggleGroup = 2131690468;
+
+ // aapt resource value: 0x7F0F03E5
+ public const int Widget_MaterialComponents_MaterialCalendar = 2131690469;
+
+ // aapt resource value: 0x7F0F03E6
+ public const int Widget_MaterialComponents_MaterialCalendar_Day = 2131690470;
+
+ // aapt resource value: 0x7F0F03E7
+ public const int Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel = 2131690471;
+
+ // aapt resource value: 0x7F0F03E8
+ public const int Widget_MaterialComponents_MaterialCalendar_DayTextView = 2131690472;
+
+ // aapt resource value: 0x7F0F03E9
+ public const int Widget_MaterialComponents_MaterialCalendar_Day_Invalid = 2131690473;
+
+ // aapt resource value: 0x7F0F03EA
+ public const int Widget_MaterialComponents_MaterialCalendar_Day_Selected = 2131690474;
+
+ // aapt resource value: 0x7F0F03EB
+ public const int Widget_MaterialComponents_MaterialCalendar_Day_Today = 2131690475;
+
+ // aapt resource value: 0x7F0F03EC
+ public const int Widget_MaterialComponents_MaterialCalendar_Fullscreen = 2131690476;
+
+ // aapt resource value: 0x7F0F03ED
+ public const int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton = 2131690477;
+
+ // aapt resource value: 0x7F0F03EE
+ public const int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton = 2131690478;
+
+ // aapt resource value: 0x7F0F03EF
+ public const int Widget_MaterialComponents_MaterialCalendar_HeaderDivider = 2131690479;
+
+ // aapt resource value: 0x7F0F03F0
+ public const int Widget_MaterialComponents_MaterialCalendar_HeaderLayout = 2131690480;
+
+ // aapt resource value: 0x7F0F03F1
+ public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection = 2131690481;
+
+ // aapt resource value: 0x7F0F03F2
+ public const int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen = 2131690482;
+
+ // aapt resource value: 0x7F0F03F3
+ public const int Widget_MaterialComponents_MaterialCalendar_HeaderTitle = 2131690483;
+
+ // aapt resource value: 0x7F0F03F4
+ public const int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton = 2131690484;
+
+ // aapt resource value: 0x7F0F03F5
+ public const int Widget_MaterialComponents_MaterialCalendar_Item = 2131690485;
+
+ // aapt resource value: 0x7F0F03F6
+ public const int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton = 2131690486;
+
+ // aapt resource value: 0x7F0F03F7
+ public const int Widget_MaterialComponents_MaterialCalendar_MonthTextView = 2131690487;
+
+ // aapt resource value: 0x7F0F03F8
+ public const int Widget_MaterialComponents_MaterialCalendar_Year = 2131690488;
+
+ // aapt resource value: 0x7F0F03F9
+ public const int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton = 2131690489;
+
+ // aapt resource value: 0x7F0F03FA
+ public const int Widget_MaterialComponents_MaterialCalendar_Year_Selected = 2131690490;
+
+ // aapt resource value: 0x7F0F03FB
+ public const int Widget_MaterialComponents_MaterialCalendar_Year_Today = 2131690491;
+
+ // aapt resource value: 0x7F0F03FC
+ public const int Widget_MaterialComponents_MaterialDivider = 2131690492;
+
+ // aapt resource value: 0x7F0F03FD
+ public const int Widget_MaterialComponents_NavigationRailView = 2131690493;
+
+ // aapt resource value: 0x7F0F03FE
+ public const int Widget_MaterialComponents_NavigationRailView_Colored = 2131690494;
+
+ // aapt resource value: 0x7F0F03FF
+ public const int Widget_MaterialComponents_NavigationRailView_Colored_Compact = 2131690495;
+
+ // aapt resource value: 0x7F0F0400
+ public const int Widget_MaterialComponents_NavigationRailView_Compact = 2131690496;
+
+ // aapt resource value: 0x7F0F0401
+ public const int Widget_MaterialComponents_NavigationRailView_PrimarySurface = 2131690497;
+
+ // aapt resource value: 0x7F0F0402
+ public const int Widget_MaterialComponents_NavigationView = 2131690498;
+
+ // aapt resource value: 0x7F0F0403
+ public const int Widget_MaterialComponents_PopupMenu = 2131690499;
+
+ // aapt resource value: 0x7F0F0404
+ public const int Widget_MaterialComponents_PopupMenu_ContextMenu = 2131690500;
+
+ // aapt resource value: 0x7F0F0405
+ public const int Widget_MaterialComponents_PopupMenu_ListPopupWindow = 2131690501;
+
+ // aapt resource value: 0x7F0F0406
+ public const int Widget_MaterialComponents_PopupMenu_Overflow = 2131690502;
+
+ // aapt resource value: 0x7F0F0407
+ public const int Widget_MaterialComponents_ProgressIndicator = 2131690503;
+
+ // aapt resource value: 0x7F0F0408
+ public const int Widget_MaterialComponents_ShapeableImageView = 2131690504;
+
+ // aapt resource value: 0x7F0F0409
+ public const int Widget_MaterialComponents_Slider = 2131690505;
+
+ // aapt resource value: 0x7F0F040A
+ public const int Widget_MaterialComponents_Snackbar = 2131690506;
+
+ // aapt resource value: 0x7F0F040B
+ public const int Widget_MaterialComponents_Snackbar_FullWidth = 2131690507;
+
+ // aapt resource value: 0x7F0F040C
+ public const int Widget_MaterialComponents_Snackbar_TextView = 2131690508;
+
+ // aapt resource value: 0x7F0F040D
+ public const int Widget_MaterialComponents_TabLayout = 2131690509;
+
+ // aapt resource value: 0x7F0F040E
+ public const int Widget_MaterialComponents_TabLayout_Colored = 2131690510;
+
+ // aapt resource value: 0x7F0F040F
+ public const int Widget_MaterialComponents_TabLayout_PrimarySurface = 2131690511;
+
+ // aapt resource value: 0x7F0F0410
+ public const int Widget_MaterialComponents_TextInputEditText_FilledBox = 2131690512;
+
+ // aapt resource value: 0x7F0F0411
+ public const int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense = 2131690513;
+
+ // aapt resource value: 0x7F0F0412
+ public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox = 2131690514;
+
+ // aapt resource value: 0x7F0F0413
+ public const int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense = 2131690515;
+
+ // aapt resource value: 0x7F0F0414
+ public const int Widget_MaterialComponents_TextInputLayout_FilledBox = 2131690516;
+
+ // aapt resource value: 0x7F0F0415
+ public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense = 2131690517;
+
+ // aapt resource value: 0x7F0F0416
+ public const int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu = 2131690518;
+
+ // aapt resource value: 0x7F0F0417
+ public const int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu = 2131690519;
+
+ // aapt resource value: 0x7F0F0418
+ public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox = 2131690520;
+
+ // aapt resource value: 0x7F0F0419
+ public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense = 2131690521;
+
+ // aapt resource value: 0x7F0F041A
+ public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu = 2131690522;
+
+ // aapt resource value: 0x7F0F041B
+ public const int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu = 2131690523;
+
+ // aapt resource value: 0x7F0F041C
+ public const int Widget_MaterialComponents_TextView = 2131690524;
+
+ // aapt resource value: 0x7F0F041D
+ public const int Widget_MaterialComponents_TimePicker = 2131690525;
+
+ // aapt resource value: 0x7F0F041E
+ public const int Widget_MaterialComponents_TimePicker_Button = 2131690526;
+
+ // aapt resource value: 0x7F0F041F
+ public const int Widget_MaterialComponents_TimePicker_Clock = 2131690527;
+
+ // aapt resource value: 0x7F0F0420
+ public const int Widget_MaterialComponents_TimePicker_Display = 2131690528;
+
+ // aapt resource value: 0x7F0F0421
+ public const int Widget_MaterialComponents_TimePicker_Display_Divider = 2131690529;
+
+ // aapt resource value: 0x7F0F0422
+ public const int Widget_MaterialComponents_TimePicker_Display_HelperText = 2131690530;
+
+ // aapt resource value: 0x7F0F0423
+ public const int Widget_MaterialComponents_TimePicker_Display_TextInputEditText = 2131690531;
+
+ // aapt resource value: 0x7F0F0424
+ public const int Widget_MaterialComponents_TimePicker_Display_TextInputLayout = 2131690532;
+
+ // aapt resource value: 0x7F0F0425
+ public const int Widget_MaterialComponents_TimePicker_ImageButton = 2131690533;
+
+ // aapt resource value: 0x7F0F0426
+ public const int Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance = 2131690534;
+
+ // aapt resource value: 0x7F0F0427
+ public const int Widget_MaterialComponents_Toolbar = 2131690535;
+
+ // aapt resource value: 0x7F0F0428
+ public const int Widget_MaterialComponents_Toolbar_Primary = 2131690536;
+
+ // aapt resource value: 0x7F0F0429
+ public const int Widget_MaterialComponents_Toolbar_PrimarySurface = 2131690537;
+
+ // aapt resource value: 0x7F0F042A
+ public const int Widget_MaterialComponents_Toolbar_Surface = 2131690538;
+
+ // aapt resource value: 0x7F0F042B
+ public const int Widget_MaterialComponents_Tooltip = 2131690539;
+
+ // aapt resource value: 0x7F0F042C
+ public const int Widget_Support_CoordinatorLayout = 2131690540;
+
+ static Style()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Style()
+ {
+ }
+ }
+
+ public partial class Styleable
+ {
+
+ // aapt resource value: { 0x7F030045,0x7F03004C,0x7F03004D,0x7F030113,0x7F030114,0x7F030115,0x7F030116,0x7F030117,0x7F030118,0x7F03013E,0x7F030153,0x7F030154,0x7F030173,0x7F0301E0,0x7F0301E7,0x7F0301ED,0x7F0301EE,0x7F0301F2,0x7F030203,0x7F030218,0x7F030293,0x7F0302FA,0x7F030331,0x7F030339,0x7F03033A,0x7F0303A8,0x7F0303AC,0x7F03042C,0x7F030439 }
+ public static int[] ActionBar = new int[] {
+ 2130903109,
+ 2130903116,
+ 2130903117,
+ 2130903315,
+ 2130903316,
+ 2130903317,
+ 2130903318,
+ 2130903319,
+ 2130903320,
+ 2130903358,
+ 2130903379,
+ 2130903380,
+ 2130903411,
+ 2130903520,
+ 2130903527,
+ 2130903533,
+ 2130903534,
+ 2130903538,
+ 2130903555,
+ 2130903576,
+ 2130903699,
+ 2130903802,
+ 2130903857,
+ 2130903865,
+ 2130903866,
+ 2130903976,
+ 2130903980,
+ 2130904108,
+ 2130904121};
+
+ // aapt resource value: { 0x10100B3 }
+ public static int[] ActionBarLayout = new int[] {
+ 16842931};
+
+ // aapt resource value: 0
+ public const int ActionBarLayout_android_layout_gravity = 0;
+
+ // aapt resource value: 0
+ public const int ActionBar_background = 0;
+
+ // aapt resource value: 1
+ public const int ActionBar_backgroundSplit = 1;
+
+ // aapt resource value: 2
+ public const int ActionBar_backgroundStacked = 2;
+
+ // aapt resource value: 3
+ public const int ActionBar_contentInsetEnd = 3;
+
+ // aapt resource value: 4
+ public const int ActionBar_contentInsetEndWithActions = 4;
+
+ // aapt resource value: 5
+ public const int ActionBar_contentInsetLeft = 5;
+
+ // aapt resource value: 6
+ public const int ActionBar_contentInsetRight = 6;
+
+ // aapt resource value: 7
+ public const int ActionBar_contentInsetStart = 7;
+
+ // aapt resource value: 8
+ public const int ActionBar_contentInsetStartWithNavigation = 8;
+
+ // aapt resource value: 9
+ public const int ActionBar_customNavigationLayout = 9;
+
+ // aapt resource value: 10
+ public const int ActionBar_displayOptions = 10;
+
+ // aapt resource value: 11
+ public const int ActionBar_divider = 11;
+
+ // aapt resource value: 12
+ public const int ActionBar_elevation = 12;
+
+ // aapt resource value: 13
+ public const int ActionBar_height = 13;
+
+ // aapt resource value: 14
+ public const int ActionBar_hideOnContentScroll = 14;
+
+ // aapt resource value: 15
+ public const int ActionBar_homeAsUpIndicator = 15;
+
+ // aapt resource value: 16
+ public const int ActionBar_homeLayout = 16;
+
+ // aapt resource value: 17
+ public const int ActionBar_icon = 17;
+
+ // aapt resource value: 18
+ public const int ActionBar_indeterminateProgressStyle = 18;
+
+ // aapt resource value: 19
+ public const int ActionBar_itemPadding = 19;
+
+ // aapt resource value: 20
+ public const int ActionBar_logo = 20;
+
+ // aapt resource value: 21
+ public const int ActionBar_navigationMode = 21;
+
+ // aapt resource value: 22
+ public const int ActionBar_popupTheme = 22;
+
+ // aapt resource value: 23
+ public const int ActionBar_progressBarPadding = 23;
+
+ // aapt resource value: 24
+ public const int ActionBar_progressBarStyle = 24;
+
+ // aapt resource value: 25
+ public const int ActionBar_subtitle = 25;
+
+ // aapt resource value: 26
+ public const int ActionBar_subtitleTextStyle = 26;
+
+ // aapt resource value: 27
+ public const int ActionBar_title = 27;
+
+ // aapt resource value: 28
+ public const int ActionBar_titleTextStyle = 28;
+
+ // aapt resource value: { 0x101013F }
+ public static int[] ActionMenuItemView = new int[] {
+ 16843071};
+
+ // aapt resource value: 0
+ public const int ActionMenuItemView_android_minWidth = 0;
+
+ // aapt resource value: { }
+ public static int[] ActionMenuView = new int[0];
+
+ // aapt resource value: { 0x7F030045,0x7F03004C,0x7F0300D4,0x7F0301E0,0x7F0303AC,0x7F030439 }
+ public static int[] ActionMode = new int[] {
+ 2130903109,
+ 2130903116,
+ 2130903252,
+ 2130903520,
+ 2130903980,
+ 2130904121};
+
+ // aapt resource value: 0
+ public const int ActionMode_background = 0;
+
+ // aapt resource value: 1
+ public const int ActionMode_backgroundSplit = 1;
+
+ // aapt resource value: 2
+ public const int ActionMode_closeItemLayout = 2;
+
+ // aapt resource value: 3
+ public const int ActionMode_height = 3;
+
+ // aapt resource value: 4
+ public const int ActionMode_subtitleTextStyle = 4;
+
+ // aapt resource value: 5
+ public const int ActionMode_titleTextStyle = 5;
+
+ // aapt resource value: { 0x7F03018B,0x7F030209 }
+ public static int[] ActivityChooserView = new int[] {
+ 2130903435,
+ 2130903561};
+
+ // aapt resource value: 0
+ public const int ActivityChooserView_expandActivityOverflowButtonDrawable = 0;
+
+ // aapt resource value: 1
+ public const int ActivityChooserView_initialActivityCount = 1;
+
+ // aapt resource value: { 0x7F030027,0x7F030029 }
+ public static int[] ActivityFilter = new int[] {
+ 2130903079,
+ 2130903081};
+
+ // aapt resource value: 0
+ public const int ActivityFilter_activityAction = 0;
+
+ // aapt resource value: 1
+ public const int ActivityFilter_activityName = 1;
+
+ // aapt resource value: { 0x1010003,0x7F030002,0x7F030142,0x7F030143,0x7F0303D3 }
+ public static int[] ActivityNavigator = new int[] {
+ 16842755,
+ 2130903042,
+ 2130903362,
+ 2130903363,
+ 2130904019};
+
+ // aapt resource value: 1
+ public const int ActivityNavigator_action = 1;
+
+ // aapt resource value: 0
+ public const int ActivityNavigator_android_name = 0;
+
+ // aapt resource value: 2
+ public const int ActivityNavigator_data = 2;
+
+ // aapt resource value: 3
+ public const int ActivityNavigator_dataPattern = 3;
+
+ // aapt resource value: 4
+ public const int ActivityNavigator_targetPackage = 4;
+
+ // aapt resource value: { 0x7F030032 }
+ public static int[] ActivityRule = new int[] {
+ 2130903090};
+
+ // aapt resource value: 0
+ public const int ActivityRule_alwaysExpand = 0;
+
+ // aapt resource value: { 0x10100F2,0x7F030083,0x7F030084,0x7F030288,0x7F030289,0x7F0302F5,0x7F030374,0x7F030378 }
+ public static int[] AlertDialog = new int[] {
+ 16842994,
+ 2130903171,
+ 2130903172,
+ 2130903688,
+ 2130903689,
+ 2130903797,
+ 2130903924,
+ 2130903928};
+
+ // aapt resource value: 0
+ public const int AlertDialog_android_layout = 0;
+
+ // aapt resource value: 1
+ public const int AlertDialog_buttonIconDimen = 1;
+
+ // aapt resource value: 2
+ public const int AlertDialog_buttonPanelSideLayout = 2;
+
+ // aapt resource value: 3
+ public const int AlertDialog_listItemLayout = 3;
+
+ // aapt resource value: 4
+ public const int AlertDialog_listLayout = 4;
+
+ // aapt resource value: 5
+ public const int AlertDialog_multiChoiceItemLayout = 5;
+
+ // aapt resource value: 6
+ public const int AlertDialog_showTitle = 6;
+
+ // aapt resource value: 7
+ public const int AlertDialog_singleChoiceItemLayout = 7;
+
+ // aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D }
+ public static int[] AnimatedStateListDrawableCompat = new int[] {
+ 16843036,
+ 16843156,
+ 16843157,
+ 16843158,
+ 16843532,
+ 16843533};
+
+ // aapt resource value: 3
+ public const int AnimatedStateListDrawableCompat_android_constantSize = 3;
+
+ // aapt resource value: 0
+ public const int AnimatedStateListDrawableCompat_android_dither = 0;
+
+ // aapt resource value: 4
+ public const int AnimatedStateListDrawableCompat_android_enterFadeDuration = 4;
+
+ // aapt resource value: 5
+ public const int AnimatedStateListDrawableCompat_android_exitFadeDuration = 5;
+
+ // aapt resource value: 2
+ public const int AnimatedStateListDrawableCompat_android_variablePadding = 2;
+
+ // aapt resource value: 1
+ public const int AnimatedStateListDrawableCompat_android_visible = 1;
+
+ // aapt resource value: { 0x10100D0,0x1010199 }
+ public static int[] AnimatedStateListDrawableItem = new int[] {
+ 16842960,
+ 16843161};
+
+ // aapt resource value: 1
+ public const int AnimatedStateListDrawableItem_android_drawable = 1;
+
+ // aapt resource value: 0
+ public const int AnimatedStateListDrawableItem_android_id = 0;
+
+ // aapt resource value: { 0x1010199,0x1010449,0x101044A,0x101044B }
+ public static int[] AnimatedStateListDrawableTransition = new int[] {
+ 16843161,
+ 16843849,
+ 16843850,
+ 16843851};
+
+ // aapt resource value: 0
+ public const int AnimatedStateListDrawableTransition_android_drawable = 0;
+
+ // aapt resource value: 2
+ public const int AnimatedStateListDrawableTransition_android_fromId = 2;
+
+ // aapt resource value: 3
+ public const int AnimatedStateListDrawableTransition_android_reversible = 3;
+
+ // aapt resource value: 1
+ public const int AnimatedStateListDrawableTransition_android_toId = 1;
+
+ // aapt resource value: { 0x10100D4,0x101048F,0x1010540,0x7F030173,0x7F03018C,0x7F03027E,0x7F03027F,0x7F03039E }
+ public static int[] AppBarLayout = new int[] {
+ 16842964,
+ 16843919,
+ 16844096,
+ 2130903411,
+ 2130903436,
+ 2130903678,
+ 2130903679,
+ 2130903966};
+
+ // aapt resource value: { 0x7F030398,0x7F030399,0x7F03039B,0x7F03039C }
+ public static int[] AppBarLayoutStates = new int[] {
+ 2130903960,
+ 2130903961,
+ 2130903963,
+ 2130903964};
+
+ // aapt resource value: 0
+ public const int AppBarLayoutStates_state_collapsed = 0;
+
+ // aapt resource value: 1
+ public const int AppBarLayoutStates_state_collapsible = 1;
+
+ // aapt resource value: 2
+ public const int AppBarLayoutStates_state_liftable = 2;
+
+ // aapt resource value: 3
+ public const int AppBarLayoutStates_state_lifted = 3;
+
+ // aapt resource value: 0
+ public const int AppBarLayout_android_background = 0;
+
+ // aapt resource value: 2
+ public const int AppBarLayout_android_keyboardNavigationCluster = 2;
+
+ // aapt resource value: 1
+ public const int AppBarLayout_android_touchscreenBlocksFocus = 1;
+
+ // aapt resource value: 3
+ public const int AppBarLayout_elevation = 3;
+
+ // aapt resource value: 4
+ public const int AppBarLayout_expanded = 4;
+
+ // aapt resource value: { 0x7F03027A,0x7F03027B,0x7F03027C }
+ public static int[] AppBarLayout_Layout = new int[] {
+ 2130903674,
+ 2130903675,
+ 2130903676};
+
+ // aapt resource value: 0
+ public const int AppBarLayout_Layout_layout_scrollEffect = 0;
+
+ // aapt resource value: 1
+ public const int AppBarLayout_Layout_layout_scrollFlags = 1;
+
+ // aapt resource value: 2
+ public const int AppBarLayout_Layout_layout_scrollInterpolator = 2;
+
+ // aapt resource value: 5
+ public const int AppBarLayout_liftOnScroll = 5;
+
+ // aapt resource value: 6
+ public const int AppBarLayout_liftOnScrollTargetViewId = 6;
+
+ // aapt resource value: 7
+ public const int AppBarLayout_statusBarForeground = 7;
+
+ // aapt resource value: { }
+ public static int[] AppCompatEmojiHelper = new int[0];
+
+ // aapt resource value: { 0x1010119,0x7F03038E,0x7F03042A,0x7F03042B }
+ public static int[] AppCompatImageView = new int[] {
+ 16843033,
+ 2130903950,
+ 2130904106,
+ 2130904107};
+
+ // aapt resource value: 0
+ public const int AppCompatImageView_android_src = 0;
+
+ // aapt resource value: 1
+ public const int AppCompatImageView_srcCompat = 1;
+
+ // aapt resource value: 2
+ public const int AppCompatImageView_tint = 2;
+
+ // aapt resource value: 3
+ public const int AppCompatImageView_tintMode = 3;
+
+ // aapt resource value: { 0x1010142,0x7F030426,0x7F030427,0x7F030428 }
+ public static int[] AppCompatSeekBar = new int[] {
+ 16843074,
+ 2130904102,
+ 2130904103,
+ 2130904104};
+
+ // aapt resource value: 0
+ public const int AppCompatSeekBar_android_thumb = 0;
+
+ // aapt resource value: 1
+ public const int AppCompatSeekBar_tickMark = 1;
+
+ // aapt resource value: 2
+ public const int AppCompatSeekBar_tickMarkTint = 2;
+
+ // aapt resource value: 3
+ public const int AppCompatSeekBar_tickMarkTintMode = 3;
+
+ // aapt resource value: { 0x1010034,0x101016D,0x101016E,0x101016F,0x1010170,0x1010392,0x1010393 }
+ public static int[] AppCompatTextHelper = new int[] {
+ 16842804,
+ 16843117,
+ 16843118,
+ 16843119,
+ 16843120,
+ 16843666,
+ 16843667};
+
+ // aapt resource value: 2
+ public const int AppCompatTextHelper_android_drawableBottom = 2;
+
+ // aapt resource value: 6
+ public const int AppCompatTextHelper_android_drawableEnd = 6;
+
+ // aapt resource value: 3
+ public const int AppCompatTextHelper_android_drawableLeft = 3;
+
+ // aapt resource value: 4
+ public const int AppCompatTextHelper_android_drawableRight = 4;
+
+ // aapt resource value: 5
+ public const int AppCompatTextHelper_android_drawableStart = 5;
+
+ // aapt resource value: 1
+ public const int AppCompatTextHelper_android_drawableTop = 1;
+
+ // aapt resource value: 0
+ public const int AppCompatTextHelper_android_textAppearance = 0;
+
+ // aapt resource value: { 0x1010034,0x7F03003F,0x7F030040,0x7F030041,0x7F030042,0x7F030043,0x7F030160,0x7F030161,0x7F030162,0x7F030163,0x7F030165,0x7F030166,0x7F030167,0x7F030168,0x7F030177,0x7F0301AB,0x7F0301CA,0x7F0301D3,0x7F030232,0x7F030281,0x7F0303D7,0x7F03040E }
+ public static int[] AppCompatTextView = new int[] {
+ 16842804,
+ 2130903103,
+ 2130903104,
+ 2130903105,
+ 2130903106,
+ 2130903107,
+ 2130903392,
+ 2130903393,
+ 2130903394,
+ 2130903395,
+ 2130903397,
+ 2130903398,
+ 2130903399,
+ 2130903400,
+ 2130903415,
+ 2130903467,
+ 2130903498,
+ 2130903507,
+ 2130903602,
+ 2130903681,
+ 2130904023,
+ 2130904078};
+
+ // aapt resource value: 0
+ public const int AppCompatTextView_android_textAppearance = 0;
+
+ // aapt resource value: 1
+ public const int AppCompatTextView_autoSizeMaxTextSize = 1;
+
+ // aapt resource value: 2
+ public const int AppCompatTextView_autoSizeMinTextSize = 2;
+
+ // aapt resource value: 3
+ public const int AppCompatTextView_autoSizePresetSizes = 3;
+
+ // aapt resource value: 4
+ public const int AppCompatTextView_autoSizeStepGranularity = 4;
+
+ // aapt resource value: 5
+ public const int AppCompatTextView_autoSizeTextType = 5;
+
+ // aapt resource value: 6
+ public const int AppCompatTextView_drawableBottomCompat = 6;
+
+ // aapt resource value: 7
+ public const int AppCompatTextView_drawableEndCompat = 7;
+
+ // aapt resource value: 8
+ public const int AppCompatTextView_drawableLeftCompat = 8;
+
+ // aapt resource value: 9
+ public const int AppCompatTextView_drawableRightCompat = 9;
+
+ // aapt resource value: 10
+ public const int AppCompatTextView_drawableStartCompat = 10;
+
+ // aapt resource value: 11
+ public const int AppCompatTextView_drawableTint = 11;
+
+ // aapt resource value: 12
+ public const int AppCompatTextView_drawableTintMode = 12;
+
+ // aapt resource value: 13
+ public const int AppCompatTextView_drawableTopCompat = 13;
+
+ // aapt resource value: 14
+ public const int AppCompatTextView_emojiCompatEnabled = 14;
+
+ // aapt resource value: 15
+ public const int AppCompatTextView_firstBaselineToTopHeight = 15;
+
+ // aapt resource value: 16
+ public const int AppCompatTextView_fontFamily = 16;
+
+ // aapt resource value: 17
+ public const int AppCompatTextView_fontVariationSettings = 17;
+
+ // aapt resource value: 18
+ public const int AppCompatTextView_lastBaselineToBottomHeight = 18;
+
+ // aapt resource value: 19
+ public const int AppCompatTextView_lineHeight = 19;
+
+ // aapt resource value: 20
+ public const int AppCompatTextView_textAllCaps = 20;
+
+ // aapt resource value: 21
+ public const int AppCompatTextView_textLocale = 21;
+
+ // aapt resource value: { 0x1010057,0x10100AE,0x7F030003,0x7F030004,0x7F030005,0x7F030006,0x7F030007,0x7F030008,0x7F030009,0x7F03000A,0x7F03000B,0x7F03000C,0x7F03000D,0x7F03000E,0x7F03000F,0x7F030011,0x7F030012,0x7F030013,0x7F030014,0x7F030015,0x7F030016,0x7F030017,0x7F030018,0x7F030019,0x7F03001A,0x7F03001B,0x7F03001C,0x7F03001D,0x7F03001E,0x7F03001F,0x7F030020,0x7F030021,0x7F030022,0x7F030023,0x7F030028,0x7F03002A,0x7F03002B,0x7F03002C,0x7F03002D,0x7F03003E,0x7F030069,0x7F03007C,0x7F03007D,0x7F03007E,0x7F03007F,0x7F030080,0x7F030085,0x7F030086,0x7F0300A0,0x7F0300AA,0x7F0300E2,0x7F0300E3,0x7F0300E4,0x7F0300E6,0x7F0300E7,0x7F0300E8,0x7F0300E9,0x7F0300FA,0x7F0300FC,0x7F030106,0x7F030122,0x7F030150,0x7F030151,0x7F030152,0x7F030156,0x7F03015B,0x7F03016C,0x7F03016D,0x7F030170,0x7F030171,0x7F030172,0x7F0301ED,0x7F0301FD,0x7F030284,0x7F030285,0x7F030286,0x7F030287,0x7F03028A,0x7F03028B,0x7F03028C,0x7F03028D,0x7F03028E,0x7F03028F,0x7F030290,0x7F030291,0x7F030292,0x7F030314,0x7F030315,0x7F030316,0x7F030330,0x7F030332,0x7F030341,0x7F030343,0x7F030344,0x7F030345,0x7F03035E,0x7F030361,0x7F030362,0x7F030363,0x7F030382,0x7F030383,0x7F0303B4,0x7F0303EE,0x7F0303F0,0x7F0303F1,0x7F0303F2,0x7F0303F4,0x7F0303F5,0x7F0303F6,0x7F0303F7,0x7F030402,0x7F030403,0x7F03043B,0x7F03043C,0x7F03043E,0x7F03043F,0x7F030460,0x7F03046E,0x7F03046F,0x7F030470,0x7F030471,0x7F030472,0x7F030473,0x7F030474,0x7F030475,0x7F030476,0x7F030477 }
+ public static int[] AppCompatTheme = new int[] {
+ 16842839,
+ 16842926,
+ 2130903043,
+ 2130903044,
+ 2130903045,
+ 2130903046,
+ 2130903047,
+ 2130903048,
+ 2130903049,
+ 2130903050,
+ 2130903051,
+ 2130903052,
+ 2130903053,
+ 2130903054,
+ 2130903055,
+ 2130903057,
+ 2130903058,
+ 2130903059,
+ 2130903060,
+ 2130903061,
+ 2130903062,
+ 2130903063,
+ 2130903064,
+ 2130903065,
+ 2130903066,
+ 2130903067,
+ 2130903068,
+ 2130903069,
+ 2130903070,
+ 2130903071,
+ 2130903072,
+ 2130903073,
+ 2130903074,
+ 2130903075,
+ 2130903080,
+ 2130903082,
+ 2130903083,
+ 2130903084,
+ 2130903085,
+ 2130903102,
+ 2130903145,
+ 2130903164,
+ 2130903165,
+ 2130903166,
+ 2130903167,
+ 2130903168,
+ 2130903173,
+ 2130903174,
+ 2130903200,
+ 2130903210,
+ 2130903266,
+ 2130903267,
+ 2130903268,
+ 2130903270,
+ 2130903271,
+ 2130903272,
+ 2130903273,
+ 2130903290,
+ 2130903292,
+ 2130903302,
+ 2130903330,
+ 2130903376,
+ 2130903377,
+ 2130903378,
+ 2130903382,
+ 2130903387,
+ 2130903404,
+ 2130903405,
+ 2130903408,
+ 2130903409,
+ 2130903410,
+ 2130903533,
+ 2130903549,
+ 2130903684,
+ 2130903685,
+ 2130903686,
+ 2130903687,
+ 2130903690,
+ 2130903691,
+ 2130903692,
+ 2130903693,
+ 2130903694,
+ 2130903695,
+ 2130903696,
+ 2130903697,
+ 2130903698,
+ 2130903828,
+ 2130903829,
+ 2130903830,
+ 2130903856,
+ 2130903858,
+ 2130903873,
+ 2130903875,
+ 2130903876,
+ 2130903877,
+ 2130903902,
+ 2130903905,
+ 2130903906,
+ 2130903907,
+ 2130903938,
+ 2130903939,
+ 2130903988,
+ 2130904046,
+ 2130904048,
+ 2130904049,
+ 2130904050,
+ 2130904052,
+ 2130904053,
+ 2130904054,
+ 2130904055,
+ 2130904066,
+ 2130904067,
+ 2130904123,
+ 2130904124,
+ 2130904126,
+ 2130904127,
+ 2130904160,
+ 2130904174,
+ 2130904175,
+ 2130904176,
+ 2130904177,
+ 2130904178,
+ 2130904179,
+ 2130904180,
+ 2130904181,
+ 2130904182,
+ 2130904183};
+
+ // aapt resource value: 2
+ public const int AppCompatTheme_actionBarDivider = 2;
+
+ // aapt resource value: 3
+ public const int AppCompatTheme_actionBarItemBackground = 3;
+
+ // aapt resource value: 4
+ public const int AppCompatTheme_actionBarPopupTheme = 4;
+
+ // aapt resource value: 5
+ public const int AppCompatTheme_actionBarSize = 5;
+
+ // aapt resource value: 6
+ public const int AppCompatTheme_actionBarSplitStyle = 6;
+
+ // aapt resource value: 7
+ public const int AppCompatTheme_actionBarStyle = 7;
+
+ // aapt resource value: 8
+ public const int AppCompatTheme_actionBarTabBarStyle = 8;
+
+ // aapt resource value: 9
+ public const int AppCompatTheme_actionBarTabStyle = 9;
+
+ // aapt resource value: 10
+ public const int AppCompatTheme_actionBarTabTextStyle = 10;
+
+ // aapt resource value: 11
+ public const int AppCompatTheme_actionBarTheme = 11;
+
+ // aapt resource value: 12
+ public const int AppCompatTheme_actionBarWidgetTheme = 12;
+
+ // aapt resource value: 13
+ public const int AppCompatTheme_actionButtonStyle = 13;
+
+ // aapt resource value: 14
+ public const int AppCompatTheme_actionDropDownStyle = 14;
+
+ // aapt resource value: 15
+ public const int AppCompatTheme_actionMenuTextAppearance = 15;
+
+ // aapt resource value: 16
+ public const int AppCompatTheme_actionMenuTextColor = 16;
+
+ // aapt resource value: 17
+ public const int AppCompatTheme_actionModeBackground = 17;
+
+ // aapt resource value: 18
+ public const int AppCompatTheme_actionModeCloseButtonStyle = 18;
+
+ // aapt resource value: 19
+ public const int AppCompatTheme_actionModeCloseContentDescription = 19;
+
+ // aapt resource value: 20
+ public const int AppCompatTheme_actionModeCloseDrawable = 20;
+
+ // aapt resource value: 21
+ public const int AppCompatTheme_actionModeCopyDrawable = 21;
+
+ // aapt resource value: 22
+ public const int AppCompatTheme_actionModeCutDrawable = 22;
+
+ // aapt resource value: 23
+ public const int AppCompatTheme_actionModeFindDrawable = 23;
+
+ // aapt resource value: 24
+ public const int AppCompatTheme_actionModePasteDrawable = 24;
+
+ // aapt resource value: 25
+ public const int AppCompatTheme_actionModePopupWindowStyle = 25;
+
+ // aapt resource value: 26
+ public const int AppCompatTheme_actionModeSelectAllDrawable = 26;
+
+ // aapt resource value: 27
+ public const int AppCompatTheme_actionModeShareDrawable = 27;
+
+ // aapt resource value: 28
+ public const int AppCompatTheme_actionModeSplitBackground = 28;
+
+ // aapt resource value: 29
+ public const int AppCompatTheme_actionModeStyle = 29;
+
+ // aapt resource value: 30
+ public const int AppCompatTheme_actionModeTheme = 30;
+
+ // aapt resource value: 31
+ public const int AppCompatTheme_actionModeWebSearchDrawable = 31;
+
+ // aapt resource value: 32
+ public const int AppCompatTheme_actionOverflowButtonStyle = 32;
+
+ // aapt resource value: 33
+ public const int AppCompatTheme_actionOverflowMenuStyle = 33;
+
+ // aapt resource value: 34
+ public const int AppCompatTheme_activityChooserViewStyle = 34;
+
+ // aapt resource value: 35
+ public const int AppCompatTheme_alertDialogButtonGroupStyle = 35;
+
+ // aapt resource value: 36
+ public const int AppCompatTheme_alertDialogCenterButtons = 36;
+
+ // aapt resource value: 37
+ public const int AppCompatTheme_alertDialogStyle = 37;
+
+ // aapt resource value: 38
+ public const int AppCompatTheme_alertDialogTheme = 38;
+
+ // aapt resource value: 1
+ public const int AppCompatTheme_android_windowAnimationStyle = 1;
+
+ // aapt resource value: 0
+ public const int AppCompatTheme_android_windowIsFloating = 0;
+
+ // aapt resource value: 39
+ public const int AppCompatTheme_autoCompleteTextViewStyle = 39;
+
+ // aapt resource value: 40
+ public const int AppCompatTheme_borderlessButtonStyle = 40;
+
+ // aapt resource value: 41
+ public const int AppCompatTheme_buttonBarButtonStyle = 41;
+
+ // aapt resource value: 42
+ public const int AppCompatTheme_buttonBarNegativeButtonStyle = 42;
+
+ // aapt resource value: 43
+ public const int AppCompatTheme_buttonBarNeutralButtonStyle = 43;
+
+ // aapt resource value: 44
+ public const int AppCompatTheme_buttonBarPositiveButtonStyle = 44;
+
+ // aapt resource value: 45
+ public const int AppCompatTheme_buttonBarStyle = 45;
+
+ // aapt resource value: 46
+ public const int AppCompatTheme_buttonStyle = 46;
+
+ // aapt resource value: 47
+ public const int AppCompatTheme_buttonStyleSmall = 47;
+
+ // aapt resource value: 48
+ public const int AppCompatTheme_checkboxStyle = 48;
+
+ // aapt resource value: 49
+ public const int AppCompatTheme_checkedTextViewStyle = 49;
+
+ // aapt resource value: 50
+ public const int AppCompatTheme_colorAccent = 50;
+
+ // aapt resource value: 51
+ public const int AppCompatTheme_colorBackgroundFloating = 51;
+
+ // aapt resource value: 52
+ public const int AppCompatTheme_colorButtonNormal = 52;
+
+ // aapt resource value: 53
+ public const int AppCompatTheme_colorControlActivated = 53;
+
+ // aapt resource value: 54
+ public const int AppCompatTheme_colorControlHighlight = 54;
+
+ // aapt resource value: 55
+ public const int AppCompatTheme_colorControlNormal = 55;
+
+ // aapt resource value: 56
+ public const int AppCompatTheme_colorError = 56;
+
+ // aapt resource value: 57
+ public const int AppCompatTheme_colorPrimary = 57;
+
+ // aapt resource value: 58
+ public const int AppCompatTheme_colorPrimaryDark = 58;
+
+ // aapt resource value: 59
+ public const int AppCompatTheme_colorSwitchThumbNormal = 59;
+
+ // aapt resource value: 60
+ public const int AppCompatTheme_controlBackground = 60;
+
+ // aapt resource value: 61
+ public const int AppCompatTheme_dialogCornerRadius = 61;
+
+ // aapt resource value: 62
+ public const int AppCompatTheme_dialogPreferredPadding = 62;
+
+ // aapt resource value: 63
+ public const int AppCompatTheme_dialogTheme = 63;
+
+ // aapt resource value: 64
+ public const int AppCompatTheme_dividerHorizontal = 64;
+
+ // aapt resource value: 65
+ public const int AppCompatTheme_dividerVertical = 65;
+
+ // aapt resource value: 67
+ public const int AppCompatTheme_dropdownListPreferredItemHeight = 67;
+
+ // aapt resource value: 66
+ public const int AppCompatTheme_dropDownListViewStyle = 66;
+
+ // aapt resource value: 68
+ public const int AppCompatTheme_editTextBackground = 68;
+
+ // aapt resource value: 69
+ public const int AppCompatTheme_editTextColor = 69;
+
+ // aapt resource value: 70
+ public const int AppCompatTheme_editTextStyle = 70;
+
+ // aapt resource value: 71
+ public const int AppCompatTheme_homeAsUpIndicator = 71;
+
+ // aapt resource value: 72
+ public const int AppCompatTheme_imageButtonStyle = 72;
+
+ // aapt resource value: 73
+ public const int AppCompatTheme_listChoiceBackgroundIndicator = 73;
+
+ // aapt resource value: 74
+ public const int AppCompatTheme_listChoiceIndicatorMultipleAnimated = 74;
+
+ // aapt resource value: 75
+ public const int AppCompatTheme_listChoiceIndicatorSingleAnimated = 75;
+
+ // aapt resource value: 76
+ public const int AppCompatTheme_listDividerAlertDialog = 76;
+
+ // aapt resource value: 77
+ public const int AppCompatTheme_listMenuViewStyle = 77;
+
+ // aapt resource value: 78
+ public const int AppCompatTheme_listPopupWindowStyle = 78;
+
+ // aapt resource value: 79
+ public const int AppCompatTheme_listPreferredItemHeight = 79;
+
+ // aapt resource value: 80
+ public const int AppCompatTheme_listPreferredItemHeightLarge = 80;
+
+ // aapt resource value: 81
+ public const int AppCompatTheme_listPreferredItemHeightSmall = 81;
+
+ // aapt resource value: 82
+ public const int AppCompatTheme_listPreferredItemPaddingEnd = 82;
+
+ // aapt resource value: 83
+ public const int AppCompatTheme_listPreferredItemPaddingLeft = 83;
+
+ // aapt resource value: 84
+ public const int AppCompatTheme_listPreferredItemPaddingRight = 84;
+
+ // aapt resource value: 85
+ public const int AppCompatTheme_listPreferredItemPaddingStart = 85;
+
+ // aapt resource value: 86
+ public const int AppCompatTheme_panelBackground = 86;
+
+ // aapt resource value: 87
+ public const int AppCompatTheme_panelMenuListTheme = 87;
+
+ // aapt resource value: 88
+ public const int AppCompatTheme_panelMenuListWidth = 88;
+
+ // aapt resource value: 89
+ public const int AppCompatTheme_popupMenuStyle = 89;
+
+ // aapt resource value: 90
+ public const int AppCompatTheme_popupWindowStyle = 90;
+
+ // aapt resource value: 91
+ public const int AppCompatTheme_radioButtonStyle = 91;
+
+ // aapt resource value: 92
+ public const int AppCompatTheme_ratingBarStyle = 92;
+
+ // aapt resource value: 93
+ public const int AppCompatTheme_ratingBarStyleIndicator = 93;
+
+ // aapt resource value: 94
+ public const int AppCompatTheme_ratingBarStyleSmall = 94;
+
+ // aapt resource value: 95
+ public const int AppCompatTheme_searchViewStyle = 95;
+
+ // aapt resource value: 96
+ public const int AppCompatTheme_seekBarStyle = 96;
+
+ // aapt resource value: 97
+ public const int AppCompatTheme_selectableItemBackground = 97;
+
+ // aapt resource value: 98
+ public const int AppCompatTheme_selectableItemBackgroundBorderless = 98;
+
+ // aapt resource value: 99
+ public const int AppCompatTheme_spinnerDropDownItemStyle = 99;
+
+ // aapt resource value: 100
+ public const int AppCompatTheme_spinnerStyle = 100;
+
+ // aapt resource value: 101
+ public const int AppCompatTheme_switchStyle = 101;
+
+ // aapt resource value: 102
+ public const int AppCompatTheme_textAppearanceLargePopupMenu = 102;
+
+ // aapt resource value: 103
+ public const int AppCompatTheme_textAppearanceListItem = 103;
+
+ // aapt resource value: 104
+ public const int AppCompatTheme_textAppearanceListItemSecondary = 104;
+
+ // aapt resource value: 105
+ public const int AppCompatTheme_textAppearanceListItemSmall = 105;
+
+ // aapt resource value: 106
+ public const int AppCompatTheme_textAppearancePopupMenuHeader = 106;
+
+ // aapt resource value: 107
+ public const int AppCompatTheme_textAppearanceSearchResultSubtitle = 107;
+
+ // aapt resource value: 108
+ public const int AppCompatTheme_textAppearanceSearchResultTitle = 108;
+
+ // aapt resource value: 109
+ public const int AppCompatTheme_textAppearanceSmallPopupMenu = 109;
+
+ // aapt resource value: 110
+ public const int AppCompatTheme_textColorAlertDialogListItem = 110;
+
+ // aapt resource value: 111
+ public const int AppCompatTheme_textColorSearchUrl = 111;
+
+ // aapt resource value: 112
+ public const int AppCompatTheme_toolbarNavigationButtonStyle = 112;
+
+ // aapt resource value: 113
+ public const int AppCompatTheme_toolbarStyle = 113;
+
+ // aapt resource value: 114
+ public const int AppCompatTheme_tooltipForegroundColor = 114;
+
+ // aapt resource value: 115
+ public const int AppCompatTheme_tooltipFrameBackground = 115;
+
+ // aapt resource value: 116
+ public const int AppCompatTheme_viewInflaterClass = 116;
+
+ // aapt resource value: 117
+ public const int AppCompatTheme_windowActionBar = 117;
+
+ // aapt resource value: 118
+ public const int AppCompatTheme_windowActionBarOverlay = 118;
+
+ // aapt resource value: 119
+ public const int AppCompatTheme_windowActionModeOverlay = 119;
+
+ // aapt resource value: 120
+ public const int AppCompatTheme_windowFixedHeightMajor = 120;
+
+ // aapt resource value: 121
+ public const int AppCompatTheme_windowFixedHeightMinor = 121;
+
+ // aapt resource value: 122
+ public const int AppCompatTheme_windowFixedWidthMajor = 122;
+
+ // aapt resource value: 123
+ public const int AppCompatTheme_windowFixedWidthMinor = 123;
+
+ // aapt resource value: 124
+ public const int AppCompatTheme_windowMinWidthMajor = 124;
+
+ // aapt resource value: 125
+ public const int AppCompatTheme_windowMinWidthMinor = 125;
+
+ // aapt resource value: 126
+ public const int AppCompatTheme_windowNoTitle = 126;
+
+ // aapt resource value: { 0x7F030046,0x7F030050,0x7F030051,0x7F030053,0x7F030054,0x7F030055,0x7F0301EF,0x7F0301F0,0x7F0302C2,0x7F030301,0x7F03045E,0x7F03045F }
+ public static int[] Badge = new int[] {
+ 2130903110,
+ 2130903120,
+ 2130903121,
+ 2130903123,
+ 2130903124,
+ 2130903125,
+ 2130903535,
+ 2130903536,
+ 2130903746,
+ 2130903809,
+ 2130904158,
+ 2130904159};
+
+ // aapt resource value: 0
+ public const int Badge_backgroundColor = 0;
+
+ // aapt resource value: 1
+ public const int Badge_badgeGravity = 1;
+
+ // aapt resource value: 2
+ public const int Badge_badgeRadius = 2;
+
+ // aapt resource value: 3
+ public const int Badge_badgeTextColor = 3;
+
+ // aapt resource value: 4
+ public const int Badge_badgeWidePadding = 4;
+
+ // aapt resource value: 5
+ public const int Badge_badgeWithTextRadius = 5;
+
+ // aapt resource value: 6
+ public const int Badge_horizontalOffset = 6;
+
+ // aapt resource value: 7
+ public const int Badge_horizontalOffsetWithText = 7;
+
+ // aapt resource value: 8
+ public const int Badge_maxCharacterCount = 8;
+
+ // aapt resource value: 9
+ public const int Badge_number = 9;
+
+ // aapt resource value: 10
+ public const int Badge_verticalOffset = 10;
+
+ // aapt resource value: 11
+ public const int Badge_verticalOffsetWithText = 11;
+
+ // aapt resource value: { 0x1010139,0x7F0301E5,0x7F030204,0x7F0302CE,0x7F03036D,0x7F03036F,0x7F030447,0x7F03044A,0x7F03044C }
+ public static int[] BaseProgressIndicator = new int[] {
+ 16843065,
+ 2130903525,
+ 2130903556,
+ 2130903758,
+ 2130903917,
+ 2130903919,
+ 2130904135,
+ 2130904138,
+ 2130904140};
+
+ // aapt resource value: 0
+ public const int BaseProgressIndicator_android_indeterminate = 0;
+
+ // aapt resource value: 1
+ public const int BaseProgressIndicator_hideAnimationBehavior = 1;
+
+ // aapt resource value: 2
+ public const int BaseProgressIndicator_indicatorColor = 2;
+
+ // aapt resource value: 3
+ public const int BaseProgressIndicator_minHideDelay = 3;
+
+ // aapt resource value: 4
+ public const int BaseProgressIndicator_showAnimationBehavior = 4;
+
+ // aapt resource value: 5
+ public const int BaseProgressIndicator_showDelay = 5;
+
+ // aapt resource value: 6
+ public const int BaseProgressIndicator_trackColor = 6;
+
+ // aapt resource value: 7
+ public const int BaseProgressIndicator_trackCornerRadius = 7;
+
+ // aapt resource value: 8
+ public const int BaseProgressIndicator_trackThickness = 8;
+
+ // aapt resource value: { 0x7F03004E,0x7F030173,0x7F03019D,0x7F03019E,0x7F03019F,0x7F0301A0,0x7F0301A1,0x7F0301E8,0x7F0302F9,0x7F03030D,0x7F03030F,0x7F030310 }
+ public static int[] BottomAppBar = new int[] {
+ 2130903118,
+ 2130903411,
+ 2130903453,
+ 2130903454,
+ 2130903455,
+ 2130903456,
+ 2130903457,
+ 2130903528,
+ 2130903801,
+ 2130903821,
+ 2130903823,
+ 2130903824};
+
+ // aapt resource value: 0
+ public const int BottomAppBar_backgroundTint = 0;
+
+ // aapt resource value: 1
+ public const int BottomAppBar_elevation = 1;
+
+ // aapt resource value: 2
+ public const int BottomAppBar_fabAlignmentMode = 2;
+
+ // aapt resource value: 3
+ public const int BottomAppBar_fabAnimationMode = 3;
+
+ // aapt resource value: 4
+ public const int BottomAppBar_fabCradleMargin = 4;
+
+ // aapt resource value: 5
+ public const int BottomAppBar_fabCradleRoundedCornerRadius = 5;
+
+ // aapt resource value: 6
+ public const int BottomAppBar_fabCradleVerticalOffset = 6;
+
+ // aapt resource value: 7
+ public const int BottomAppBar_hideOnScroll = 7;
+
+ // aapt resource value: 8
+ public const int BottomAppBar_navigationIconTint = 8;
+
+ // aapt resource value: 9
+ public const int BottomAppBar_paddingBottomSystemWindowInsets = 9;
+
+ // aapt resource value: 10
+ public const int BottomAppBar_paddingLeftSystemWindowInsets = 10;
+
+ // aapt resource value: 11
+ public const int BottomAppBar_paddingRightSystemWindowInsets = 11;
+
+ // aapt resource value: { 0x1010140,0x7F030212 }
+ public static int[] BottomNavigationView = new int[] {
+ 16843072,
+ 2130903570};
+
+ // aapt resource value: 0
+ public const int BottomNavigationView_android_minHeight = 0;
+
+ // aapt resource value: 1
+ public const int BottomNavigationView_itemHorizontalTranslationEnabled = 1;
+
+ // aapt resource value: { 0x101011F,0x1010120,0x1010440,0x7F03004E,0x7F03005C,0x7F03005D,0x7F03005E,0x7F03005F,0x7F030060,0x7F030062,0x7F030063,0x7F030064,0x7F0301D9,0x7F030298,0x7F030299,0x7F03029A,0x7F03030D,0x7F03030F,0x7F030310,0x7F030313,0x7F030367,0x7F03036A }
+ public static int[] BottomSheetBehavior_Layout = new int[] {
+ 16843039,
+ 16843040,
+ 16843840,
+ 2130903118,
+ 2130903132,
+ 2130903133,
+ 2130903134,
+ 2130903135,
+ 2130903136,
+ 2130903138,
+ 2130903139,
+ 2130903140,
+ 2130903513,
+ 2130903704,
+ 2130903705,
+ 2130903706,
+ 2130903821,
+ 2130903823,
+ 2130903824,
+ 2130903827,
+ 2130903911,
+ 2130903914};
+
+ // aapt resource value: 2
+ public const int BottomSheetBehavior_Layout_android_elevation = 2;
+
+ // aapt resource value: 1
+ public const int BottomSheetBehavior_Layout_android_maxHeight = 1;
+
+ // aapt resource value: 0
+ public const int BottomSheetBehavior_Layout_android_maxWidth = 0;
+
+ // aapt resource value: 3
+ public const int BottomSheetBehavior_Layout_backgroundTint = 3;
+
+ // aapt resource value: 4
+ public const int BottomSheetBehavior_Layout_behavior_draggable = 4;
+
+ // aapt resource value: 5
+ public const int BottomSheetBehavior_Layout_behavior_expandedOffset = 5;
+
+ // aapt resource value: 6
+ public const int BottomSheetBehavior_Layout_behavior_fitToContents = 6;
+
+ // aapt resource value: 7
+ public const int BottomSheetBehavior_Layout_behavior_halfExpandedRatio = 7;
+
+ // aapt resource value: 8
+ public const int BottomSheetBehavior_Layout_behavior_hideable = 8;
+
+ // aapt resource value: 9
+ public const int BottomSheetBehavior_Layout_behavior_peekHeight = 9;
+
+ // aapt resource value: 10
+ public const int BottomSheetBehavior_Layout_behavior_saveFlags = 10;
+
+ // aapt resource value: 11
+ public const int BottomSheetBehavior_Layout_behavior_skipCollapsed = 11;
+
+ // aapt resource value: 12
+ public const int BottomSheetBehavior_Layout_gestureInsetBottomIgnored = 12;
+
+ // aapt resource value: 13
+ public const int BottomSheetBehavior_Layout_marginLeftSystemWindowInsets = 13;
+
+ // aapt resource value: 14
+ public const int BottomSheetBehavior_Layout_marginRightSystemWindowInsets = 14;
+
+ // aapt resource value: 15
+ public const int BottomSheetBehavior_Layout_marginTopSystemWindowInsets = 15;
+
+ // aapt resource value: 16
+ public const int BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets = 16;
+
+ // aapt resource value: 17
+ public const int BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets = 17;
+
+ // aapt resource value: 18
+ public const int BottomSheetBehavior_Layout_paddingRightSystemWindowInsets = 18;
+
+ // aapt resource value: 19
+ public const int BottomSheetBehavior_Layout_paddingTopSystemWindowInsets = 19;
+
+ // aapt resource value: 20
+ public const int BottomSheetBehavior_Layout_shapeAppearance = 20;
+
+ // aapt resource value: 21
+ public const int BottomSheetBehavior_Layout_shapeAppearanceOverlay = 21;
+
+ // aapt resource value: { 0x7F03002E }
+ public static int[] ButtonBarLayout = new int[] {
+ 2130903086};
+
+ // aapt resource value: 0
+ public const int ButtonBarLayout_allowStacking = 0;
+
+ // aapt resource value: { 0x7F030340,0x7F03036C }
+ public static int[] Capability = new int[] {
+ 2130903872,
+ 2130903916};
+
+ // aapt resource value: 0
+ public const int Capability_queryPatterns = 0;
+
+ // aapt resource value: 1
+ public const int Capability_shortcutMatchRequired = 1;
+
+ // aapt resource value: { 0x101013F,0x1010140,0x7F030089,0x7F03008A,0x7F03008B,0x7F03008D,0x7F03008E,0x7F03008F,0x7F030119,0x7F03011A,0x7F03011C,0x7F03011D,0x7F03011F }
+ public static int[] CardView = new int[] {
+ 16843071,
+ 16843072,
+ 2130903177,
+ 2130903178,
+ 2130903179,
+ 2130903181,
+ 2130903182,
+ 2130903183,
+ 2130903321,
+ 2130903322,
+ 2130903324,
+ 2130903325,
+ 2130903327};
+
+ // aapt resource value: 1
+ public const int CardView_android_minHeight = 1;
+
+ // aapt resource value: 0
+ public const int CardView_android_minWidth = 0;
+
+ // aapt resource value: 2
+ public const int CardView_cardBackgroundColor = 2;
+
+ // aapt resource value: 3
+ public const int CardView_cardCornerRadius = 3;
+
+ // aapt resource value: 4
+ public const int CardView_cardElevation = 4;
+
+ // aapt resource value: 5
+ public const int CardView_cardMaxElevation = 5;
+
+ // aapt resource value: 6
+ public const int CardView_cardPreventCornerOverlap = 6;
+
+ // aapt resource value: 7
+ public const int CardView_cardUseCompatPadding = 7;
+
+ // aapt resource value: 8
+ public const int CardView_contentPadding = 8;
+
+ // aapt resource value: 9
+ public const int CardView_contentPaddingBottom = 9;
+
+ // aapt resource value: 10
+ public const int CardView_contentPaddingLeft = 10;
+
+ // aapt resource value: 11
+ public const int CardView_contentPaddingRight = 11;
+
+ // aapt resource value: 12
+ public const int CardView_contentPaddingTop = 12;
+
+ // aapt resource value: { 0x7F030091,0x7F030092,0x7F030093,0x7F030094,0x7F030095,0x7F030096,0x7F030097,0x7F030098,0x7F030099,0x7F03009A }
+ public static int[] Carousel = new int[] {
+ 2130903185,
+ 2130903186,
+ 2130903187,
+ 2130903188,
+ 2130903189,
+ 2130903190,
+ 2130903191,
+ 2130903192,
+ 2130903193,
+ 2130903194};
+
+ // aapt resource value: 0
+ public const int Carousel_carousel_backwardTransition = 0;
+
+ // aapt resource value: 1
+ public const int Carousel_carousel_emptyViewsBehavior = 1;
+
+ // aapt resource value: 2
+ public const int Carousel_carousel_firstView = 2;
+
+ // aapt resource value: 3
+ public const int Carousel_carousel_forwardTransition = 3;
+
+ // aapt resource value: 4
+ public const int Carousel_carousel_infinite = 4;
+
+ // aapt resource value: 5
+ public const int Carousel_carousel_nextState = 5;
+
+ // aapt resource value: 6
+ public const int Carousel_carousel_previousState = 6;
+
+ // aapt resource value: 7
+ public const int Carousel_carousel_touchUpMode = 7;
+
+ // aapt resource value: 8
+ public const int Carousel_carousel_touchUp_dampeningFactor = 8;
+
+ // aapt resource value: 9
+ public const int Carousel_carousel_touchUp_velocityThreshold = 9;
+
+ // aapt resource value: { 0x1010108,0x7F03009D,0x7F03009E,0x7F03009F }
+ public static int[] CheckedTextView = new int[] {
+ 16843016,
+ 2130903197,
+ 2130903198,
+ 2130903199};
+
+ // aapt resource value: 0
+ public const int CheckedTextView_android_checkMark = 0;
+
+ // aapt resource value: 1
+ public const int CheckedTextView_checkMarkCompat = 1;
+
+ // aapt resource value: 2
+ public const int CheckedTextView_checkMarkTint = 2;
+
+ // aapt resource value: 3
+ public const int CheckedTextView_checkMarkTintMode = 3;
+
+ // aapt resource value: { 0x1010034,0x1010095,0x1010098,0x10100AB,0x101011F,0x101014F,0x10101E5,0x7F0300A3,0x7F0300A4,0x7F0300A8,0x7F0300A9,0x7F0300AB,0x7F0300AC,0x7F0300AD,0x7F0300AF,0x7F0300B0,0x7F0300B1,0x7F0300B2,0x7F0300B3,0x7F0300B4,0x7F0300B5,0x7F0300BA,0x7F0300BB,0x7F0300BC,0x7F0300BE,0x7F0300CD,0x7F0300CE,0x7F0300CF,0x7F0300D0,0x7F0300D1,0x7F0300D2,0x7F0300D3,0x7F030181,0x7F0301E6,0x7F0301F3,0x7F0301F7,0x7F030351,0x7F030367,0x7F03036A,0x7F030371,0x7F030404,0x7F030413 }
+ public static int[] Chip = new int[] {
+ 16842804,
+ 16842901,
+ 16842904,
+ 16842923,
+ 16843039,
+ 16843087,
+ 16843237,
+ 2130903203,
+ 2130903204,
+ 2130903208,
+ 2130903209,
+ 2130903211,
+ 2130903212,
+ 2130903213,
+ 2130903215,
+ 2130903216,
+ 2130903217,
+ 2130903218,
+ 2130903219,
+ 2130903220,
+ 2130903221,
+ 2130903226,
+ 2130903227,
+ 2130903228,
+ 2130903230,
+ 2130903245,
+ 2130903246,
+ 2130903247,
+ 2130903248,
+ 2130903249,
+ 2130903250,
+ 2130903251,
+ 2130903425,
+ 2130903526,
+ 2130903539,
+ 2130903543,
+ 2130903889,
+ 2130903911,
+ 2130903914,
+ 2130903921,
+ 2130904068,
+ 2130904083};
+
+ // aapt resource value: { 0x7F0300A2,0x7F0300B6,0x7F0300B7,0x7F0300B8,0x7F030364,0x7F030379,0x7F03037A }
+ public static int[] ChipGroup = new int[] {
+ 2130903202,
+ 2130903222,
+ 2130903223,
+ 2130903224,
+ 2130903908,
+ 2130903929,
+ 2130903930};
+
+ // aapt resource value: 0
+ public const int ChipGroup_checkedChip = 0;
+
+ // aapt resource value: 1
+ public const int ChipGroup_chipSpacing = 1;
+
+ // aapt resource value: 2
+ public const int ChipGroup_chipSpacingHorizontal = 2;
+
+ // aapt resource value: 3
+ public const int ChipGroup_chipSpacingVertical = 3;
+
+ // aapt resource value: 4
+ public const int ChipGroup_selectionRequired = 4;
+
+ // aapt resource value: 5
+ public const int ChipGroup_singleLine = 5;
+
+ // aapt resource value: 6
+ public const int ChipGroup_singleSelection = 6;
+
+ // aapt resource value: 6
+ public const int Chip_android_checkable = 6;
+
+ // aapt resource value: 3
+ public const int Chip_android_ellipsize = 3;
+
+ // aapt resource value: 4
+ public const int Chip_android_maxWidth = 4;
+
+ // aapt resource value: 5
+ public const int Chip_android_text = 5;
+
+ // aapt resource value: 0
+ public const int Chip_android_textAppearance = 0;
+
+ // aapt resource value: 2
+ public const int Chip_android_textColor = 2;
+
+ // aapt resource value: 1
+ public const int Chip_android_textSize = 1;
+
+ // aapt resource value: 7
+ public const int Chip_checkedIcon = 7;
+
+ // aapt resource value: 8
+ public const int Chip_checkedIconEnabled = 8;
+
+ // aapt resource value: 9
+ public const int Chip_checkedIconTint = 9;
+
+ // aapt resource value: 10
+ public const int Chip_checkedIconVisible = 10;
+
+ // aapt resource value: 11
+ public const int Chip_chipBackgroundColor = 11;
+
+ // aapt resource value: 12
+ public const int Chip_chipCornerRadius = 12;
+
+ // aapt resource value: 13
+ public const int Chip_chipEndPadding = 13;
+
+ // aapt resource value: 14
+ public const int Chip_chipIcon = 14;
+
+ // aapt resource value: 15
+ public const int Chip_chipIconEnabled = 15;
+
+ // aapt resource value: 16
+ public const int Chip_chipIconSize = 16;
+
+ // aapt resource value: 17
+ public const int Chip_chipIconTint = 17;
+
+ // aapt resource value: 18
+ public const int Chip_chipIconVisible = 18;
+
+ // aapt resource value: 19
+ public const int Chip_chipMinHeight = 19;
+
+ // aapt resource value: 20
+ public const int Chip_chipMinTouchTargetSize = 20;
+
+ // aapt resource value: 21
+ public const int Chip_chipStartPadding = 21;
+
+ // aapt resource value: 22
+ public const int Chip_chipStrokeColor = 22;
+
+ // aapt resource value: 23
+ public const int Chip_chipStrokeWidth = 23;
+
+ // aapt resource value: 24
+ public const int Chip_chipSurfaceColor = 24;
+
+ // aapt resource value: 25
+ public const int Chip_closeIcon = 25;
+
+ // aapt resource value: 26
+ public const int Chip_closeIconEnabled = 26;
+
+ // aapt resource value: 27
+ public const int Chip_closeIconEndPadding = 27;
+
+ // aapt resource value: 28
+ public const int Chip_closeIconSize = 28;
+
+ // aapt resource value: 29
+ public const int Chip_closeIconStartPadding = 29;
+
+ // aapt resource value: 30
+ public const int Chip_closeIconTint = 30;
+
+ // aapt resource value: 31
+ public const int Chip_closeIconVisible = 31;
+
+ // aapt resource value: 32
+ public const int Chip_ensureMinTouchTargetSize = 32;
+
+ // aapt resource value: 33
+ public const int Chip_hideMotionSpec = 33;
+
+ // aapt resource value: 34
+ public const int Chip_iconEndPadding = 34;
+
+ // aapt resource value: 35
+ public const int Chip_iconStartPadding = 35;
+
+ // aapt resource value: 36
+ public const int Chip_rippleColor = 36;
+
+ // aapt resource value: 37
+ public const int Chip_shapeAppearance = 37;
+
+ // aapt resource value: 38
+ public const int Chip_shapeAppearanceOverlay = 38;
+
+ // aapt resource value: 39
+ public const int Chip_showMotionSpec = 39;
+
+ // aapt resource value: 40
+ public const int Chip_textEndPadding = 40;
+
+ // aapt resource value: 41
+ public const int Chip_textStartPadding = 41;
+
+ // aapt resource value: { 0x7F030205,0x7F030207,0x7F030208 }
+ public static int[] CircularProgressIndicator = new int[] {
+ 2130903557,
+ 2130903559,
+ 2130903560};
+
+ // aapt resource value: 0
+ public const int CircularProgressIndicator_indicatorDirectionCircular = 0;
+
+ // aapt resource value: 1
+ public const int CircularProgressIndicator_indicatorInset = 1;
+
+ // aapt resource value: 2
+ public const int CircularProgressIndicator_indicatorSize = 2;
+
+ // aapt resource value: { 0x7F0300C9,0x7F0300CC }
+ public static int[] ClockFaceView = new int[] {
+ 2130903241,
+ 2130903244};
+
+ // aapt resource value: 0
+ public const int ClockFaceView_clockFaceBackgroundColor = 0;
+
+ // aapt resource value: 1
+ public const int ClockFaceView_clockNumberTextColor = 1;
+
+ // aapt resource value: { 0x7F0300CA,0x7F0302B7,0x7F030365 }
+ public static int[] ClockHandView = new int[] {
+ 2130903242,
+ 2130903735,
+ 2130903909};
+
+ // aapt resource value: 0
+ public const int ClockHandView_clockHandColor = 0;
+
+ // aapt resource value: 1
+ public const int ClockHandView_materialCircleRadius = 1;
+
+ // aapt resource value: 2
+ public const int ClockHandView_selectorSize = 2;
+
+ // aapt resource value: { 0x7F0300D8,0x7F0300D9,0x7F0300DA,0x7F030120,0x7F03018E,0x7F03018F,0x7F030190,0x7F030191,0x7F030192,0x7F030193,0x7F030194,0x7F030195,0x7F03019C,0x7F0301D5,0x7F0302C5,0x7F030358,0x7F03035A,0x7F03039F,0x7F03042C,0x7F03042E,0x7F03042F,0x7F030436,0x7F03043A }
+ public static int[] CollapsingToolbarLayout = new int[] {
+ 2130903256,
+ 2130903257,
+ 2130903258,
+ 2130903328,
+ 2130903438,
+ 2130903439,
+ 2130903440,
+ 2130903441,
+ 2130903442,
+ 2130903443,
+ 2130903444,
+ 2130903445,
+ 2130903452,
+ 2130903509,
+ 2130903749,
+ 2130903896,
+ 2130903898,
+ 2130903967,
+ 2130904108,
+ 2130904110,
+ 2130904111,
+ 2130904118,
+ 2130904122};
+
+ // aapt resource value: 0
+ public const int CollapsingToolbarLayout_collapsedTitleGravity = 0;
+
+ // aapt resource value: 1
+ public const int CollapsingToolbarLayout_collapsedTitleTextAppearance = 1;
+
+ // aapt resource value: 2
+ public const int CollapsingToolbarLayout_collapsedTitleTextColor = 2;
+
+ // aapt resource value: 3
+ public const int CollapsingToolbarLayout_contentScrim = 3;
+
+ // aapt resource value: 4
+ public const int CollapsingToolbarLayout_expandedTitleGravity = 4;
+
+ // aapt resource value: 5
+ public const int CollapsingToolbarLayout_expandedTitleMargin = 5;
+
+ // aapt resource value: 6
+ public const int CollapsingToolbarLayout_expandedTitleMarginBottom = 6;
+
+ // aapt resource value: 7
+ public const int CollapsingToolbarLayout_expandedTitleMarginEnd = 7;
+
+ // aapt resource value: 8
+ public const int CollapsingToolbarLayout_expandedTitleMarginStart = 8;
+
+ // aapt resource value: 9
+ public const int CollapsingToolbarLayout_expandedTitleMarginTop = 9;
+
+ // aapt resource value: 10
+ public const int CollapsingToolbarLayout_expandedTitleTextAppearance = 10;
+
+ // aapt resource value: 11
+ public const int CollapsingToolbarLayout_expandedTitleTextColor = 11;
+
+ // aapt resource value: 12
+ public const int CollapsingToolbarLayout_extraMultilineHeightEnabled = 12;
+
+ // aapt resource value: 13
+ public const int CollapsingToolbarLayout_forceApplySystemWindowInsetTop = 13;
+
+ // aapt resource value: { 0x7F03023C,0x7F03023D }
+ public static int[] CollapsingToolbarLayout_Layout = new int[] {
+ 2130903612,
+ 2130903613};
+
+ // aapt resource value: 0
+ public const int CollapsingToolbarLayout_Layout_layout_collapseMode = 0;
+
+ // aapt resource value: 1
+ public const int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier = 1;
+
+ // aapt resource value: 14
+ public const int CollapsingToolbarLayout_maxLines = 14;
+
+ // aapt resource value: 15
+ public const int CollapsingToolbarLayout_scrimAnimationDuration = 15;
+
+ // aapt resource value: 16
+ public const int CollapsingToolbarLayout_scrimVisibleHeightTrigger = 16;
+
+ // aapt resource value: 17
+ public const int CollapsingToolbarLayout_statusBarScrim = 17;
+
+ // aapt resource value: 18
+ public const int CollapsingToolbarLayout_title = 18;
+
+ // aapt resource value: 19
+ public const int CollapsingToolbarLayout_titleCollapseMode = 19;
+
+ // aapt resource value: 20
+ public const int CollapsingToolbarLayout_titleEnabled = 20;
+
+ // aapt resource value: 21
+ public const int CollapsingToolbarLayout_titlePositionInterpolator = 21;
+
+ // aapt resource value: 22
+ public const int CollapsingToolbarLayout_toolbarId = 22;
+
+ // aapt resource value: { 0x10101A5,0x101031F,0x1010647,0x7F03002F,0x7F03022E }
+ public static int[] ColorStateListItem = new int[] {
+ 16843173,
+ 16843551,
+ 16844359,
+ 2130903087,
+ 2130903598};
+
+ // aapt resource value: 3
+ public const int ColorStateListItem_alpha = 3;
+
+ // aapt resource value: 1
+ public const int ColorStateListItem_android_alpha = 1;
+
+ // aapt resource value: 0
+ public const int ColorStateListItem_android_color = 0;
+
+ // aapt resource value: 2
+ public const int ColorStateListItem_android_lStar = 2;
+
+ // aapt resource value: 4
+ public const int ColorStateListItem_lStar = 4;
+
+ // aapt resource value: { 0x1010107,0x7F030081,0x7F030087,0x7F030088 }
+ public static int[] CompoundButton = new int[] {
+ 16843015,
+ 2130903169,
+ 2130903175,
+ 2130903176};
+
+ // aapt resource value: 0
+ public const int CompoundButton_android_button = 0;
+
+ // aapt resource value: 1
+ public const int CompoundButton_buttonCompat = 1;
+
+ // aapt resource value: 2
+ public const int CompoundButton_buttonTint = 2;
+
+ // aapt resource value: 3
+ public const int CompoundButton_buttonTintMode = 3;
+
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030033,0x7F030034,0x7F030057,0x7F030058,0x7F030059,0x7F03009C,0x7F03010E,0x7F03010F,0x7F03015F,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301BC,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F0301C0,0x7F0301C1,0x7F0301C2,0x7F0301C4,0x7F0301C5,0x7F0301C6,0x7F0301C7,0x7F0301C8,0x7F0301DC,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025A,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030264,0x7F030265,0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B,0x7F03026D,0x7F03026E,0x7F03026F,0x7F030270,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030275,0x7F030278,0x7F03027D,0x7F0302EF,0x7F0302F0,0x7F03031C,0x7F030323,0x7F030329,0x7F03033B,0x7F03033C,0x7F03033D,0x7F03044F,0x7F030451,0x7F030453,0x7F030465 }
+ public static int[] Constraint = new int[] {
+ 16842948,
+ 16842960,
+ 16842972,
+ 16842996,
+ 16842997,
+ 16842999,
+ 16843000,
+ 16843001,
+ 16843002,
+ 16843039,
+ 16843040,
+ 16843071,
+ 16843072,
+ 16843551,
+ 16843552,
+ 16843553,
+ 16843554,
+ 16843555,
+ 16843556,
+ 16843557,
+ 16843558,
+ 16843559,
+ 16843560,
+ 16843701,
+ 16843702,
+ 16843770,
+ 16843840,
+ 2130903091,
+ 2130903092,
+ 2130903127,
+ 2130903128,
+ 2130903129,
+ 2130903196,
+ 2130903310,
+ 2130903311,
+ 2130903391,
+ 2130903478,
+ 2130903479,
+ 2130903480,
+ 2130903481,
+ 2130903482,
+ 2130903483,
+ 2130903484,
+ 2130903485,
+ 2130903486,
+ 2130903487,
+ 2130903488,
+ 2130903489,
+ 2130903490,
+ 2130903492,
+ 2130903493,
+ 2130903494,
+ 2130903495,
+ 2130903496,
+ 2130903516,
+ 2130903614,
+ 2130903615,
+ 2130903616,
+ 2130903617,
+ 2130903618,
+ 2130903619,
+ 2130903620,
+ 2130903621,
+ 2130903622,
+ 2130903623,
+ 2130903624,
+ 2130903625,
+ 2130903626,
+ 2130903627,
+ 2130903628,
+ 2130903629,
+ 2130903630,
+ 2130903631,
+ 2130903632,
+ 2130903633,
+ 2130903634,
+ 2130903635,
+ 2130903636,
+ 2130903637,
+ 2130903638,
+ 2130903639,
+ 2130903640,
+ 2130903641,
+ 2130903642,
+ 2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
+ 2130903647,
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903652,
+ 2130903653,
+ 2130903654,
+ 2130903655,
+ 2130903656,
+ 2130903657,
+ 2130903658,
+ 2130903659,
+ 2130903661,
+ 2130903662,
+ 2130903663,
+ 2130903664,
+ 2130903665,
+ 2130903666,
+ 2130903667,
+ 2130903668,
+ 2130903669,
+ 2130903672,
+ 2130903677,
+ 2130903791,
+ 2130903792,
+ 2130903836,
+ 2130903843,
+ 2130903849,
+ 2130903867,
+ 2130903868,
+ 2130903869,
+ 2130904143,
+ 2130904145,
+ 2130904147,
+ 2130904165};
+
+ // aapt resource value: { 0x10100C4,0x10100D5,0x10100D6,0x10100D7,0x10100D8,0x10100D9,0x10100DC,0x10100F4,0x10100F5,0x10100F6,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10103B3,0x10103B4,0x10103B5,0x10103B6,0x1010440,0x101053B,0x101053C,0x7F030057,0x7F030058,0x7F030059,0x7F03009C,0x7F0300C1,0x7F0300C2,0x7F0300C3,0x7F0300C4,0x7F0300C5,0x7F03010B,0x7F03010E,0x7F03010F,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301BC,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F0301C0,0x7F0301C1,0x7F0301C2,0x7F0301C4,0x7F0301C5,0x7F0301C6,0x7F0301C7,0x7F0301C8,0x7F0301DC,0x7F030236,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025A,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030264,0x7F030265,0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B,0x7F03026D,0x7F03026E,0x7F03026F,0x7F030270,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030275,0x7F030278,0x7F030279,0x7F03027D }
+ public static int[] ConstraintLayout_Layout = new int[] {
+ 16842948,
+ 16842965,
+ 16842966,
+ 16842967,
+ 16842968,
+ 16842969,
+ 16842972,
+ 16842996,
+ 16842997,
+ 16842998,
+ 16842999,
+ 16843000,
+ 16843001,
+ 16843002,
+ 16843039,
+ 16843040,
+ 16843071,
+ 16843072,
+ 16843699,
+ 16843700,
+ 16843701,
+ 16843702,
+ 16843840,
+ 16844091,
+ 16844092,
+ 2130903127,
+ 2130903128,
+ 2130903129,
+ 2130903196,
+ 2130903233,
+ 2130903234,
+ 2130903235,
+ 2130903236,
+ 2130903237,
+ 2130903307,
+ 2130903310,
+ 2130903311,
+ 2130903478,
+ 2130903479,
+ 2130903480,
+ 2130903481,
+ 2130903482,
+ 2130903483,
+ 2130903484,
+ 2130903485,
+ 2130903486,
+ 2130903487,
+ 2130903488,
+ 2130903489,
+ 2130903490,
+ 2130903492,
+ 2130903493,
+ 2130903494,
+ 2130903495,
+ 2130903496,
+ 2130903516,
+ 2130903606,
+ 2130903614,
+ 2130903615,
+ 2130903616,
+ 2130903617,
+ 2130903618,
+ 2130903619,
+ 2130903620,
+ 2130903621,
+ 2130903622,
+ 2130903623,
+ 2130903624,
+ 2130903625,
+ 2130903626,
+ 2130903627,
+ 2130903628,
+ 2130903629,
+ 2130903630,
+ 2130903631,
+ 2130903632,
+ 2130903633,
+ 2130903634,
+ 2130903635,
+ 2130903636,
+ 2130903637,
+ 2130903638,
+ 2130903639,
+ 2130903640,
+ 2130903641,
+ 2130903642,
+ 2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
+ 2130903647,
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903652,
+ 2130903653,
+ 2130903654,
+ 2130903655,
+ 2130903656,
+ 2130903657,
+ 2130903658,
+ 2130903659,
+ 2130903661,
+ 2130903662,
+ 2130903663,
+ 2130903664,
+ 2130903665,
+ 2130903666,
+ 2130903667,
+ 2130903668,
+ 2130903669,
+ 2130903672,
+ 2130903673,
+ 2130903677};
+
+ // aapt resource value: 22
+ public const int ConstraintLayout_Layout_android_elevation = 22;
+
+ // aapt resource value: 8
+ public const int ConstraintLayout_Layout_android_layout_height = 8;
+
+ // aapt resource value: 9
+ public const int ConstraintLayout_Layout_android_layout_margin = 9;
+
+ // aapt resource value: 13
+ public const int ConstraintLayout_Layout_android_layout_marginBottom = 13;
+
+ // aapt resource value: 21
+ public const int ConstraintLayout_Layout_android_layout_marginEnd = 21;
+
+ // aapt resource value: 23
+ public const int ConstraintLayout_Layout_android_layout_marginHorizontal = 23;
+
+ // aapt resource value: 10
+ public const int ConstraintLayout_Layout_android_layout_marginLeft = 10;
+
+ // aapt resource value: 12
+ public const int ConstraintLayout_Layout_android_layout_marginRight = 12;
+
+ // aapt resource value: 20
+ public const int ConstraintLayout_Layout_android_layout_marginStart = 20;
+
+ // aapt resource value: 11
+ public const int ConstraintLayout_Layout_android_layout_marginTop = 11;
+
+ // aapt resource value: 24
+ public const int ConstraintLayout_Layout_android_layout_marginVertical = 24;
+
+ // aapt resource value: 7
+ public const int ConstraintLayout_Layout_android_layout_width = 7;
+
+ // aapt resource value: 15
+ public const int ConstraintLayout_Layout_android_maxHeight = 15;
+
+ // aapt resource value: 14
+ public const int ConstraintLayout_Layout_android_maxWidth = 14;
+
+ // aapt resource value: 17
+ public const int ConstraintLayout_Layout_android_minHeight = 17;
+
+ // aapt resource value: 16
+ public const int ConstraintLayout_Layout_android_minWidth = 16;
+
+ // aapt resource value: 0
+ public const int ConstraintLayout_Layout_android_orientation = 0;
+
+ // aapt resource value: 1
+ public const int ConstraintLayout_Layout_android_padding = 1;
+
+ // aapt resource value: 5
+ public const int ConstraintLayout_Layout_android_paddingBottom = 5;
+
+ // aapt resource value: 19
+ public const int ConstraintLayout_Layout_android_paddingEnd = 19;
+
+ // aapt resource value: 2
+ public const int ConstraintLayout_Layout_android_paddingLeft = 2;
+
+ // aapt resource value: 4
+ public const int ConstraintLayout_Layout_android_paddingRight = 4;
+
+ // aapt resource value: 18
+ public const int ConstraintLayout_Layout_android_paddingStart = 18;
+
+ // aapt resource value: 3
+ public const int ConstraintLayout_Layout_android_paddingTop = 3;
+
+ // aapt resource value: 6
+ public const int ConstraintLayout_Layout_android_visibility = 6;
+
+ // aapt resource value: 25
+ public const int ConstraintLayout_Layout_barrierAllowsGoneWidgets = 25;
+
+ // aapt resource value: 26
+ public const int ConstraintLayout_Layout_barrierDirection = 26;
+
+ // aapt resource value: 27
+ public const int ConstraintLayout_Layout_barrierMargin = 27;
+
+ // aapt resource value: 28
+ public const int ConstraintLayout_Layout_chainUseRtl = 28;
+
+ // aapt resource value: 29
+ public const int ConstraintLayout_Layout_circularflow_angles = 29;
+
+ // aapt resource value: 30
+ public const int ConstraintLayout_Layout_circularflow_defaultAngle = 30;
+
+ // aapt resource value: 31
+ public const int ConstraintLayout_Layout_circularflow_defaultRadius = 31;
+
+ // aapt resource value: 32
+ public const int ConstraintLayout_Layout_circularflow_radiusInDP = 32;
+
+ // aapt resource value: 33
+ public const int ConstraintLayout_Layout_circularflow_viewCenter = 33;
+
+ // aapt resource value: 34
+ public const int ConstraintLayout_Layout_constraintSet = 34;
+
+ // aapt resource value: 35
+ public const int ConstraintLayout_Layout_constraint_referenced_ids = 35;
+
+ // aapt resource value: 36
+ public const int ConstraintLayout_Layout_constraint_referenced_tags = 36;
+
+ // aapt resource value: 37
+ public const int ConstraintLayout_Layout_flow_firstHorizontalBias = 37;
+
+ // aapt resource value: 38
+ public const int ConstraintLayout_Layout_flow_firstHorizontalStyle = 38;
+
+ // aapt resource value: 39
+ public const int ConstraintLayout_Layout_flow_firstVerticalBias = 39;
+
+ // aapt resource value: 40
+ public const int ConstraintLayout_Layout_flow_firstVerticalStyle = 40;
+
+ // aapt resource value: 41
+ public const int ConstraintLayout_Layout_flow_horizontalAlign = 41;
+
+ // aapt resource value: 42
+ public const int ConstraintLayout_Layout_flow_horizontalBias = 42;
+
+ // aapt resource value: 43
+ public const int ConstraintLayout_Layout_flow_horizontalGap = 43;
+
+ // aapt resource value: 44
+ public const int ConstraintLayout_Layout_flow_horizontalStyle = 44;
+
+ // aapt resource value: 45
+ public const int ConstraintLayout_Layout_flow_lastHorizontalBias = 45;
+
+ // aapt resource value: 46
+ public const int ConstraintLayout_Layout_flow_lastHorizontalStyle = 46;
+
+ // aapt resource value: 47
+ public const int ConstraintLayout_Layout_flow_lastVerticalBias = 47;
+
+ // aapt resource value: 48
+ public const int ConstraintLayout_Layout_flow_lastVerticalStyle = 48;
+
+ // aapt resource value: 49
+ public const int ConstraintLayout_Layout_flow_maxElementsWrap = 49;
+
+ // aapt resource value: 50
+ public const int ConstraintLayout_Layout_flow_verticalAlign = 50;
+
+ // aapt resource value: 51
+ public const int ConstraintLayout_Layout_flow_verticalBias = 51;
+
+ // aapt resource value: 52
+ public const int ConstraintLayout_Layout_flow_verticalGap = 52;
+
+ // aapt resource value: 53
+ public const int ConstraintLayout_Layout_flow_verticalStyle = 53;
+
+ // aapt resource value: 54
+ public const int ConstraintLayout_Layout_flow_wrapMode = 54;
+
+ // aapt resource value: 55
+ public const int ConstraintLayout_Layout_guidelineUseRtl = 55;
+
+ // aapt resource value: 56
+ public const int ConstraintLayout_Layout_layoutDescription = 56;
+
+ // aapt resource value: 57
+ public const int ConstraintLayout_Layout_layout_constrainedHeight = 57;
+
+ // aapt resource value: 58
+ public const int ConstraintLayout_Layout_layout_constrainedWidth = 58;
+
+ // aapt resource value: 59
+ public const int ConstraintLayout_Layout_layout_constraintBaseline_creator = 59;
+
+ // aapt resource value: 60
+ public const int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf = 60;
+
+ // aapt resource value: 61
+ public const int ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf = 61;
+
+ // aapt resource value: 62
+ public const int ConstraintLayout_Layout_layout_constraintBaseline_toTopOf = 62;
+
+ // aapt resource value: 63
+ public const int ConstraintLayout_Layout_layout_constraintBottom_creator = 63;
+
+ // aapt resource value: 64
+ public const int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf = 64;
+
+ // aapt resource value: 65
+ public const int ConstraintLayout_Layout_layout_constraintBottom_toTopOf = 65;
+
+ // aapt resource value: 66
+ public const int ConstraintLayout_Layout_layout_constraintCircle = 66;
+
+ // aapt resource value: 67
+ public const int ConstraintLayout_Layout_layout_constraintCircleAngle = 67;
+
+ // aapt resource value: 68
+ public const int ConstraintLayout_Layout_layout_constraintCircleRadius = 68;
+
+ // aapt resource value: 69
+ public const int ConstraintLayout_Layout_layout_constraintDimensionRatio = 69;
+
+ // aapt resource value: 70
+ public const int ConstraintLayout_Layout_layout_constraintEnd_toEndOf = 70;
+
+ // aapt resource value: 71
+ public const int ConstraintLayout_Layout_layout_constraintEnd_toStartOf = 71;
+
+ // aapt resource value: 72
+ public const int ConstraintLayout_Layout_layout_constraintGuide_begin = 72;
+
+ // aapt resource value: 73
+ public const int ConstraintLayout_Layout_layout_constraintGuide_end = 73;
+
+ // aapt resource value: 74
+ public const int ConstraintLayout_Layout_layout_constraintGuide_percent = 74;
+
+ // aapt resource value: 75
+ public const int ConstraintLayout_Layout_layout_constraintHeight = 75;
+
+ // aapt resource value: 76
+ public const int ConstraintLayout_Layout_layout_constraintHeight_default = 76;
+
+ // aapt resource value: 77
+ public const int ConstraintLayout_Layout_layout_constraintHeight_max = 77;
+
+ // aapt resource value: 78
+ public const int ConstraintLayout_Layout_layout_constraintHeight_min = 78;
+
+ // aapt resource value: 79
+ public const int ConstraintLayout_Layout_layout_constraintHeight_percent = 79;
+
+ // aapt resource value: 80
+ public const int ConstraintLayout_Layout_layout_constraintHorizontal_bias = 80;
+
+ // aapt resource value: 81
+ public const int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle = 81;
+
+ // aapt resource value: 82
+ public const int ConstraintLayout_Layout_layout_constraintHorizontal_weight = 82;
+
+ // aapt resource value: 83
+ public const int ConstraintLayout_Layout_layout_constraintLeft_creator = 83;
+
+ // aapt resource value: 84
+ public const int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf = 84;
+
+ // aapt resource value: 85
+ public const int ConstraintLayout_Layout_layout_constraintLeft_toRightOf = 85;
+
+ // aapt resource value: 86
+ public const int ConstraintLayout_Layout_layout_constraintRight_creator = 86;
+
+ // aapt resource value: 87
+ public const int ConstraintLayout_Layout_layout_constraintRight_toLeftOf = 87;
+
+ // aapt resource value: 88
+ public const int ConstraintLayout_Layout_layout_constraintRight_toRightOf = 88;
+
+ // aapt resource value: 89
+ public const int ConstraintLayout_Layout_layout_constraintStart_toEndOf = 89;
+
+ // aapt resource value: 90
+ public const int ConstraintLayout_Layout_layout_constraintStart_toStartOf = 90;
+
+ // aapt resource value: 91
+ public const int ConstraintLayout_Layout_layout_constraintTag = 91;
+
+ // aapt resource value: 92
+ public const int ConstraintLayout_Layout_layout_constraintTop_creator = 92;
+
+ // aapt resource value: 93
+ public const int ConstraintLayout_Layout_layout_constraintTop_toBottomOf = 93;
+
+ // aapt resource value: 94
+ public const int ConstraintLayout_Layout_layout_constraintTop_toTopOf = 94;
+
+ // aapt resource value: 95
+ public const int ConstraintLayout_Layout_layout_constraintVertical_bias = 95;
+
+ // aapt resource value: 96
+ public const int ConstraintLayout_Layout_layout_constraintVertical_chainStyle = 96;
+
+ // aapt resource value: 97
+ public const int ConstraintLayout_Layout_layout_constraintVertical_weight = 97;
+
+ // aapt resource value: 98
+ public const int ConstraintLayout_Layout_layout_constraintWidth = 98;
+
+ // aapt resource value: 99
+ public const int ConstraintLayout_Layout_layout_constraintWidth_default = 99;
+
+ // aapt resource value: 100
+ public const int ConstraintLayout_Layout_layout_constraintWidth_max = 100;
+
+ // aapt resource value: 101
+ public const int ConstraintLayout_Layout_layout_constraintWidth_min = 101;
+
+ // aapt resource value: 102
+ public const int ConstraintLayout_Layout_layout_constraintWidth_percent = 102;
+
+ // aapt resource value: 103
+ public const int ConstraintLayout_Layout_layout_editor_absoluteX = 103;
+
+ // aapt resource value: 104
+ public const int ConstraintLayout_Layout_layout_editor_absoluteY = 104;
+
+ // aapt resource value: 105
+ public const int ConstraintLayout_Layout_layout_goneMarginBaseline = 105;
+
+ // aapt resource value: 106
+ public const int ConstraintLayout_Layout_layout_goneMarginBottom = 106;
+
+ // aapt resource value: 107
+ public const int ConstraintLayout_Layout_layout_goneMarginEnd = 107;
+
+ // aapt resource value: 108
+ public const int ConstraintLayout_Layout_layout_goneMarginLeft = 108;
+
+ // aapt resource value: 109
+ public const int ConstraintLayout_Layout_layout_goneMarginRight = 109;
+
+ // aapt resource value: 110
+ public const int ConstraintLayout_Layout_layout_goneMarginStart = 110;
+
+ // aapt resource value: 111
+ public const int ConstraintLayout_Layout_layout_goneMarginTop = 111;
+
+ // aapt resource value: 112
+ public const int ConstraintLayout_Layout_layout_marginBaseline = 112;
+
+ // aapt resource value: 113
+ public const int ConstraintLayout_Layout_layout_optimizationLevel = 113;
+
+ // aapt resource value: 114
+ public const int ConstraintLayout_Layout_layout_wrapBehaviorInParent = 114;
+
+ // aapt resource value: { 0x7F030111,0x7F030328 }
+ public static int[] ConstraintLayout_placeholder = new int[] {
+ 2130903313,
+ 2130903848};
+
+ // aapt resource value: 0
+ public const int ConstraintLayout_placeholder_content = 0;
+
+ // aapt resource value: 1
+ public const int ConstraintLayout_placeholder_placeholder_emptyVisibility = 1;
+
+ // aapt resource value: { 0x7F030346,0x7F030347,0x7F030348,0x7F030349 }
+ public static int[] ConstraintLayout_ReactiveGuide = new int[] {
+ 2130903878,
+ 2130903879,
+ 2130903880,
+ 2130903881};
+
+ // aapt resource value: 0
+ public const int ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange = 0;
+
+ // aapt resource value: 1
+ public const int ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets = 1;
+
+ // aapt resource value: 2
+ public const int ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet = 2;
+
+ // aapt resource value: 3
+ public const int ConstraintLayout_ReactiveGuide_reactiveGuide_valueId = 3;
+
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030033,0x7F030034,0x7F030057,0x7F030058,0x7F030059,0x7F03009C,0x7F03010E,0x7F03015F,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301BC,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F0301C0,0x7F0301C1,0x7F0301C2,0x7F0301C4,0x7F0301C5,0x7F0301C6,0x7F0301C7,0x7F0301C8,0x7F0301DC,0x7F03023E,0x7F03023F,0x7F030240,0x7F030244,0x7F030248,0x7F030249,0x7F03024A,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F03025B,0x7F030260,0x7F030261,0x7F030264,0x7F030265,0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B,0x7F03026D,0x7F03026E,0x7F03026F,0x7F030270,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030275,0x7F030278,0x7F03027D,0x7F0302EF,0x7F0302F0,0x7F0302F1,0x7F03031C,0x7F030323,0x7F030329,0x7F03033B,0x7F03033C,0x7F03033D,0x7F03044F,0x7F030451,0x7F030453,0x7F030465 }
+ public static int[] ConstraintOverride = new int[] {
+ 16842948,
+ 16842960,
+ 16842972,
+ 16842996,
+ 16842997,
+ 16842999,
+ 16843000,
+ 16843001,
+ 16843002,
+ 16843039,
+ 16843040,
+ 16843071,
+ 16843072,
+ 16843551,
+ 16843552,
+ 16843553,
+ 16843554,
+ 16843555,
+ 16843556,
+ 16843557,
+ 16843558,
+ 16843559,
+ 16843560,
+ 16843701,
+ 16843702,
+ 16843770,
+ 16843840,
+ 2130903091,
+ 2130903092,
+ 2130903127,
+ 2130903128,
+ 2130903129,
+ 2130903196,
+ 2130903310,
+ 2130903391,
+ 2130903478,
+ 2130903479,
+ 2130903480,
+ 2130903481,
+ 2130903482,
+ 2130903483,
+ 2130903484,
+ 2130903485,
+ 2130903486,
+ 2130903487,
+ 2130903488,
+ 2130903489,
+ 2130903490,
+ 2130903492,
+ 2130903493,
+ 2130903494,
+ 2130903495,
+ 2130903496,
+ 2130903516,
+ 2130903614,
+ 2130903615,
+ 2130903616,
+ 2130903620,
+ 2130903624,
+ 2130903625,
+ 2130903626,
+ 2130903629,
+ 2130903630,
+ 2130903631,
+ 2130903632,
+ 2130903633,
+ 2130903634,
+ 2130903635,
+ 2130903636,
+ 2130903637,
+ 2130903638,
+ 2130903639,
+ 2130903640,
+ 2130903643,
+ 2130903648,
+ 2130903649,
+ 2130903652,
+ 2130903653,
+ 2130903654,
+ 2130903655,
+ 2130903656,
+ 2130903657,
+ 2130903658,
+ 2130903659,
+ 2130903661,
+ 2130903662,
+ 2130903663,
+ 2130903664,
+ 2130903665,
+ 2130903666,
+ 2130903667,
+ 2130903668,
+ 2130903669,
+ 2130903672,
+ 2130903677,
+ 2130903791,
+ 2130903792,
+ 2130903793,
+ 2130903836,
+ 2130903843,
+ 2130903849,
+ 2130903867,
+ 2130903868,
+ 2130903869,
+ 2130904143,
+ 2130904145,
+ 2130904147,
+ 2130904165};
+
+ // aapt resource value: 13
+ public const int ConstraintOverride_android_alpha = 13;
+
+ // aapt resource value: 26
+ public const int ConstraintOverride_android_elevation = 26;
+
+ // aapt resource value: 1
+ public const int ConstraintOverride_android_id = 1;
+
+ // aapt resource value: 4
+ public const int ConstraintOverride_android_layout_height = 4;
+
+ // aapt resource value: 8
+ public const int ConstraintOverride_android_layout_marginBottom = 8;
+
+ // aapt resource value: 24
+ public const int ConstraintOverride_android_layout_marginEnd = 24;
+
+ // aapt resource value: 5
+ public const int ConstraintOverride_android_layout_marginLeft = 5;
+
+ // aapt resource value: 7
+ public const int ConstraintOverride_android_layout_marginRight = 7;
+
+ // aapt resource value: 23
+ public const int ConstraintOverride_android_layout_marginStart = 23;
+
+ // aapt resource value: 6
+ public const int ConstraintOverride_android_layout_marginTop = 6;
+
+ // aapt resource value: 3
+ public const int ConstraintOverride_android_layout_width = 3;
+
+ // aapt resource value: 10
+ public const int ConstraintOverride_android_maxHeight = 10;
+
+ // aapt resource value: 9
+ public const int ConstraintOverride_android_maxWidth = 9;
+
+ // aapt resource value: 12
+ public const int ConstraintOverride_android_minHeight = 12;
+
+ // aapt resource value: 11
+ public const int ConstraintOverride_android_minWidth = 11;
+
+ // aapt resource value: 0
+ public const int ConstraintOverride_android_orientation = 0;
+
+ // aapt resource value: 20
+ public const int ConstraintOverride_android_rotation = 20;
+
+ // aapt resource value: 21
+ public const int ConstraintOverride_android_rotationX = 21;
+
+ // aapt resource value: 22
+ public const int ConstraintOverride_android_rotationY = 22;
+
+ // aapt resource value: 18
+ public const int ConstraintOverride_android_scaleX = 18;
+
+ // aapt resource value: 19
+ public const int ConstraintOverride_android_scaleY = 19;
+
+ // aapt resource value: 14
+ public const int ConstraintOverride_android_transformPivotX = 14;
+
+ // aapt resource value: 15
+ public const int ConstraintOverride_android_transformPivotY = 15;
+
+ // aapt resource value: 16
+ public const int ConstraintOverride_android_translationX = 16;
+
+ // aapt resource value: 17
+ public const int ConstraintOverride_android_translationY = 17;
+
+ // aapt resource value: 25
+ public const int ConstraintOverride_android_translationZ = 25;
+
+ // aapt resource value: 2
+ public const int ConstraintOverride_android_visibility = 2;
+
+ // aapt resource value: 27
+ public const int ConstraintOverride_animateCircleAngleTo = 27;
+
+ // aapt resource value: 28
+ public const int ConstraintOverride_animateRelativeTo = 28;
+
+ // aapt resource value: 29
+ public const int ConstraintOverride_barrierAllowsGoneWidgets = 29;
+
+ // aapt resource value: 30
+ public const int ConstraintOverride_barrierDirection = 30;
+
+ // aapt resource value: 31
+ public const int ConstraintOverride_barrierMargin = 31;
+
+ // aapt resource value: 32
+ public const int ConstraintOverride_chainUseRtl = 32;
+
+ // aapt resource value: 33
+ public const int ConstraintOverride_constraint_referenced_ids = 33;
+
+ // aapt resource value: 34
+ public const int ConstraintOverride_drawPath = 34;
+
+ // aapt resource value: 35
+ public const int ConstraintOverride_flow_firstHorizontalBias = 35;
+
+ // aapt resource value: 36
+ public const int ConstraintOverride_flow_firstHorizontalStyle = 36;
+
+ // aapt resource value: 37
+ public const int ConstraintOverride_flow_firstVerticalBias = 37;
+
+ // aapt resource value: 38
+ public const int ConstraintOverride_flow_firstVerticalStyle = 38;
+
+ // aapt resource value: 39
+ public const int ConstraintOverride_flow_horizontalAlign = 39;
+
+ // aapt resource value: 40
+ public const int ConstraintOverride_flow_horizontalBias = 40;
+
+ // aapt resource value: 41
+ public const int ConstraintOverride_flow_horizontalGap = 41;
+
+ // aapt resource value: 42
+ public const int ConstraintOverride_flow_horizontalStyle = 42;
+
+ // aapt resource value: 43
+ public const int ConstraintOverride_flow_lastHorizontalBias = 43;
+
+ // aapt resource value: 44
+ public const int ConstraintOverride_flow_lastHorizontalStyle = 44;
+
+ // aapt resource value: 45
+ public const int ConstraintOverride_flow_lastVerticalBias = 45;
+
+ // aapt resource value: 46
+ public const int ConstraintOverride_flow_lastVerticalStyle = 46;
+
+ // aapt resource value: 47
+ public const int ConstraintOverride_flow_maxElementsWrap = 47;
+
+ // aapt resource value: 48
+ public const int ConstraintOverride_flow_verticalAlign = 48;
+
+ // aapt resource value: 49
+ public const int ConstraintOverride_flow_verticalBias = 49;
+
+ // aapt resource value: 50
+ public const int ConstraintOverride_flow_verticalGap = 50;
+
+ // aapt resource value: 51
+ public const int ConstraintOverride_flow_verticalStyle = 51;
+
+ // aapt resource value: 52
+ public const int ConstraintOverride_flow_wrapMode = 52;
+
+ // aapt resource value: 53
+ public const int ConstraintOverride_guidelineUseRtl = 53;
+
+ // aapt resource value: 54
+ public const int ConstraintOverride_layout_constrainedHeight = 54;
+
+ // aapt resource value: 55
+ public const int ConstraintOverride_layout_constrainedWidth = 55;
+
+ // aapt resource value: 56
+ public const int ConstraintOverride_layout_constraintBaseline_creator = 56;
+
+ // aapt resource value: 57
+ public const int ConstraintOverride_layout_constraintBottom_creator = 57;
+
+ // aapt resource value: 58
+ public const int ConstraintOverride_layout_constraintCircleAngle = 58;
+
+ // aapt resource value: 59
+ public const int ConstraintOverride_layout_constraintCircleRadius = 59;
+
+ // aapt resource value: 60
+ public const int ConstraintOverride_layout_constraintDimensionRatio = 60;
+
+ // aapt resource value: 61
+ public const int ConstraintOverride_layout_constraintGuide_begin = 61;
+
+ // aapt resource value: 62
+ public const int ConstraintOverride_layout_constraintGuide_end = 62;
+
+ // aapt resource value: 63
+ public const int ConstraintOverride_layout_constraintGuide_percent = 63;
+
+ // aapt resource value: 64
+ public const int ConstraintOverride_layout_constraintHeight = 64;
+
+ // aapt resource value: 65
+ public const int ConstraintOverride_layout_constraintHeight_default = 65;
+
+ // aapt resource value: 66
+ public const int ConstraintOverride_layout_constraintHeight_max = 66;
+
+ // aapt resource value: 67
+ public const int ConstraintOverride_layout_constraintHeight_min = 67;
+
+ // aapt resource value: 68
+ public const int ConstraintOverride_layout_constraintHeight_percent = 68;
+
+ // aapt resource value: 69
+ public const int ConstraintOverride_layout_constraintHorizontal_bias = 69;
+
+ // aapt resource value: 70
+ public const int ConstraintOverride_layout_constraintHorizontal_chainStyle = 70;
+
+ // aapt resource value: 71
+ public const int ConstraintOverride_layout_constraintHorizontal_weight = 71;
+
+ // aapt resource value: 72
+ public const int ConstraintOverride_layout_constraintLeft_creator = 72;
+
+ // aapt resource value: 73
+ public const int ConstraintOverride_layout_constraintRight_creator = 73;
+
+ // aapt resource value: 74
+ public const int ConstraintOverride_layout_constraintTag = 74;
+
+ // aapt resource value: 75
+ public const int ConstraintOverride_layout_constraintTop_creator = 75;
+
+ // aapt resource value: 76
+ public const int ConstraintOverride_layout_constraintVertical_bias = 76;
+
+ // aapt resource value: 77
+ public const int ConstraintOverride_layout_constraintVertical_chainStyle = 77;
+
+ // aapt resource value: 78
+ public const int ConstraintOverride_layout_constraintVertical_weight = 78;
+
+ // aapt resource value: 79
+ public const int ConstraintOverride_layout_constraintWidth = 79;
+
+ // aapt resource value: 80
+ public const int ConstraintOverride_layout_constraintWidth_default = 80;
+
+ // aapt resource value: 81
+ public const int ConstraintOverride_layout_constraintWidth_max = 81;
+
+ // aapt resource value: 82
+ public const int ConstraintOverride_layout_constraintWidth_min = 82;
+
+ // aapt resource value: 83
+ public const int ConstraintOverride_layout_constraintWidth_percent = 83;
+
+ // aapt resource value: 84
+ public const int ConstraintOverride_layout_editor_absoluteX = 84;
+
+ // aapt resource value: 85
+ public const int ConstraintOverride_layout_editor_absoluteY = 85;
+
+ // aapt resource value: 86
+ public const int ConstraintOverride_layout_goneMarginBaseline = 86;
+
+ // aapt resource value: 87
+ public const int ConstraintOverride_layout_goneMarginBottom = 87;
+
+ // aapt resource value: 88
+ public const int ConstraintOverride_layout_goneMarginEnd = 88;
+
+ // aapt resource value: 89
+ public const int ConstraintOverride_layout_goneMarginLeft = 89;
+
+ // aapt resource value: 90
+ public const int ConstraintOverride_layout_goneMarginRight = 90;
+
+ // aapt resource value: 91
+ public const int ConstraintOverride_layout_goneMarginStart = 91;
+
+ // aapt resource value: 92
+ public const int ConstraintOverride_layout_goneMarginTop = 92;
+
+ // aapt resource value: 93
+ public const int ConstraintOverride_layout_marginBaseline = 93;
+
+ // aapt resource value: 94
+ public const int ConstraintOverride_layout_wrapBehaviorInParent = 94;
+
+ // aapt resource value: 95
+ public const int ConstraintOverride_motionProgress = 95;
+
+ // aapt resource value: 96
+ public const int ConstraintOverride_motionStagger = 96;
+
+ // aapt resource value: 97
+ public const int ConstraintOverride_motionTarget = 97;
+
+ // aapt resource value: 98
+ public const int ConstraintOverride_pathMotionArc = 98;
+
+ // aapt resource value: 99
+ public const int ConstraintOverride_pivotAnchor = 99;
+
+ // aapt resource value: 100
+ public const int ConstraintOverride_polarRelativeTo = 100;
+
+ // aapt resource value: 101
+ public const int ConstraintOverride_quantizeMotionInterpolator = 101;
+
+ // aapt resource value: 102
+ public const int ConstraintOverride_quantizeMotionPhase = 102;
+
+ // aapt resource value: 103
+ public const int ConstraintOverride_quantizeMotionSteps = 103;
+
+ // aapt resource value: 104
+ public const int ConstraintOverride_transformPivotTarget = 104;
+
+ // aapt resource value: 105
+ public const int ConstraintOverride_transitionEasing = 105;
+
+ // aapt resource value: 106
+ public const int ConstraintOverride_transitionPathRotate = 106;
+
+ // aapt resource value: 107
+ public const int ConstraintOverride_visibilityMode = 107;
+
+ // aapt resource value: { 0x10100C4,0x10100D0,0x10100DC,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x101011F,0x1010120,0x101013F,0x1010140,0x10101B5,0x10101B6,0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103B5,0x10103B6,0x10103FA,0x1010440,0x7F030033,0x7F030034,0x7F030057,0x7F030058,0x7F030059,0x7F03009C,0x7F03010A,0x7F03010E,0x7F03010F,0x7F03014E,0x7F03015F,0x7F0301B6,0x7F0301B7,0x7F0301B8,0x7F0301B9,0x7F0301BA,0x7F0301BB,0x7F0301BC,0x7F0301BD,0x7F0301BE,0x7F0301BF,0x7F0301C0,0x7F0301C1,0x7F0301C2,0x7F0301C4,0x7F0301C5,0x7F0301C6,0x7F0301C7,0x7F0301C8,0x7F0301DC,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025A,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030260,0x7F030261,0x7F030262,0x7F030263,0x7F030264,0x7F030265,0x7F030266,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B,0x7F03026D,0x7F03026E,0x7F03026F,0x7F030270,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030275,0x7F030278,0x7F03027D,0x7F0302EF,0x7F0302F0,0x7F03031C,0x7F030323,0x7F030329,0x7F03033D,0x7F030451,0x7F030453 }
+ public static int[] ConstraintSet = new int[] {
+ 16842948,
+ 16842960,
+ 16842972,
+ 16842996,
+ 16842997,
+ 16842999,
+ 16843000,
+ 16843001,
+ 16843002,
+ 16843039,
+ 16843040,
+ 16843071,
+ 16843072,
+ 16843189,
+ 16843190,
+ 16843551,
+ 16843552,
+ 16843553,
+ 16843554,
+ 16843555,
+ 16843556,
+ 16843557,
+ 16843558,
+ 16843559,
+ 16843560,
+ 16843701,
+ 16843702,
+ 16843770,
+ 16843840,
+ 2130903091,
+ 2130903092,
+ 2130903127,
+ 2130903128,
+ 2130903129,
+ 2130903196,
+ 2130903306,
+ 2130903310,
+ 2130903311,
+ 2130903374,
+ 2130903391,
+ 2130903478,
+ 2130903479,
+ 2130903480,
+ 2130903481,
+ 2130903482,
+ 2130903483,
+ 2130903484,
+ 2130903485,
+ 2130903486,
+ 2130903487,
+ 2130903488,
+ 2130903489,
+ 2130903490,
+ 2130903492,
+ 2130903493,
+ 2130903494,
+ 2130903495,
+ 2130903496,
+ 2130903516,
+ 2130903614,
+ 2130903615,
+ 2130903616,
+ 2130903617,
+ 2130903618,
+ 2130903619,
+ 2130903620,
+ 2130903621,
+ 2130903622,
+ 2130903623,
+ 2130903624,
+ 2130903625,
+ 2130903626,
+ 2130903627,
+ 2130903628,
+ 2130903629,
+ 2130903630,
+ 2130903631,
+ 2130903633,
+ 2130903634,
+ 2130903635,
+ 2130903636,
+ 2130903637,
+ 2130903638,
+ 2130903639,
+ 2130903640,
+ 2130903641,
+ 2130903642,
+ 2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
+ 2130903647,
+ 2130903648,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903652,
+ 2130903653,
+ 2130903654,
+ 2130903656,
+ 2130903657,
+ 2130903658,
+ 2130903659,
+ 2130903661,
+ 2130903662,
+ 2130903663,
+ 2130903664,
+ 2130903665,
+ 2130903666,
+ 2130903667,
+ 2130903668,
+ 2130903669,
+ 2130903672,
+ 2130903677,
+ 2130903791,
+ 2130903792,
+ 2130903836,
+ 2130903843,
+ 2130903849,
+ 2130903869,
+ 2130904145,
+ 2130904147};
+
+ // aapt resource value: 15
+ public const int ConstraintSet_android_alpha = 15;
+
+ // aapt resource value: 28
+ public const int ConstraintSet_android_elevation = 28;
+
+ // aapt resource value: 1
+ public const int ConstraintSet_android_id = 1;
+
+ // aapt resource value: 4
+ public const int ConstraintSet_android_layout_height = 4;
+
+ // aapt resource value: 8
+ public const int ConstraintSet_android_layout_marginBottom = 8;
+
+ // aapt resource value: 26
+ public const int ConstraintSet_android_layout_marginEnd = 26;
+
+ // aapt resource value: 5
+ public const int ConstraintSet_android_layout_marginLeft = 5;
+
+ // aapt resource value: 7
+ public const int ConstraintSet_android_layout_marginRight = 7;
+
+ // aapt resource value: 25
+ public const int ConstraintSet_android_layout_marginStart = 25;
+
+ // aapt resource value: 6
+ public const int ConstraintSet_android_layout_marginTop = 6;
+
+ // aapt resource value: 3
+ public const int ConstraintSet_android_layout_width = 3;
+
+ // aapt resource value: 10
+ public const int ConstraintSet_android_maxHeight = 10;
+
+ // aapt resource value: 9
+ public const int ConstraintSet_android_maxWidth = 9;
+
+ // aapt resource value: 12
+ public const int ConstraintSet_android_minHeight = 12;
+
+ // aapt resource value: 11
+ public const int ConstraintSet_android_minWidth = 11;
+
+ // aapt resource value: 0
+ public const int ConstraintSet_android_orientation = 0;
+
+ // aapt resource value: 13
+ public const int ConstraintSet_android_pivotX = 13;
+
+ // aapt resource value: 14
+ public const int ConstraintSet_android_pivotY = 14;
+
+ // aapt resource value: 22
+ public const int ConstraintSet_android_rotation = 22;
+
+ // aapt resource value: 23
+ public const int ConstraintSet_android_rotationX = 23;
+
+ // aapt resource value: 24
+ public const int ConstraintSet_android_rotationY = 24;
+
+ // aapt resource value: 20
+ public const int ConstraintSet_android_scaleX = 20;
+
+ // aapt resource value: 21
+ public const int ConstraintSet_android_scaleY = 21;
+
+ // aapt resource value: 16
+ public const int ConstraintSet_android_transformPivotX = 16;
+
+ // aapt resource value: 17
+ public const int ConstraintSet_android_transformPivotY = 17;
+
+ // aapt resource value: 18
+ public const int ConstraintSet_android_translationX = 18;
+
+ // aapt resource value: 19
+ public const int ConstraintSet_android_translationY = 19;
+
+ // aapt resource value: 27
+ public const int ConstraintSet_android_translationZ = 27;
+
+ // aapt resource value: 2
+ public const int ConstraintSet_android_visibility = 2;
+
+ // aapt resource value: 29
+ public const int ConstraintSet_animateCircleAngleTo = 29;
+
+ // aapt resource value: 30
+ public const int ConstraintSet_animateRelativeTo = 30;
+
+ // aapt resource value: 31
+ public const int ConstraintSet_barrierAllowsGoneWidgets = 31;
+
+ // aapt resource value: 32
+ public const int ConstraintSet_barrierDirection = 32;
+
+ // aapt resource value: 33
+ public const int ConstraintSet_barrierMargin = 33;
+
+ // aapt resource value: 34
+ public const int ConstraintSet_chainUseRtl = 34;
+
+ // aapt resource value: 35
+ public const int ConstraintSet_constraintRotate = 35;
+
+ // aapt resource value: 36
+ public const int ConstraintSet_constraint_referenced_ids = 36;
+
+ // aapt resource value: 37
+ public const int ConstraintSet_constraint_referenced_tags = 37;
+
+ // aapt resource value: 38
+ public const int ConstraintSet_deriveConstraintsFrom = 38;
+
+ // aapt resource value: 39
+ public const int ConstraintSet_drawPath = 39;
+
+ // aapt resource value: 40
+ public const int ConstraintSet_flow_firstHorizontalBias = 40;
+
+ // aapt resource value: 41
+ public const int ConstraintSet_flow_firstHorizontalStyle = 41;
+
+ // aapt resource value: 42
+ public const int ConstraintSet_flow_firstVerticalBias = 42;
+
+ // aapt resource value: 43
+ public const int ConstraintSet_flow_firstVerticalStyle = 43;
+
+ // aapt resource value: 44
+ public const int ConstraintSet_flow_horizontalAlign = 44;
+
+ // aapt resource value: 45
+ public const int ConstraintSet_flow_horizontalBias = 45;
+
+ // aapt resource value: 46
+ public const int ConstraintSet_flow_horizontalGap = 46;
+
+ // aapt resource value: 47
+ public const int ConstraintSet_flow_horizontalStyle = 47;
+
+ // aapt resource value: 48
+ public const int ConstraintSet_flow_lastHorizontalBias = 48;
+
+ // aapt resource value: 49
+ public const int ConstraintSet_flow_lastHorizontalStyle = 49;
+
+ // aapt resource value: 50
+ public const int ConstraintSet_flow_lastVerticalBias = 50;
+
+ // aapt resource value: 51
+ public const int ConstraintSet_flow_lastVerticalStyle = 51;
+
+ // aapt resource value: 52
+ public const int ConstraintSet_flow_maxElementsWrap = 52;
+
+ // aapt resource value: 53
+ public const int ConstraintSet_flow_verticalAlign = 53;
+
+ // aapt resource value: 54
+ public const int ConstraintSet_flow_verticalBias = 54;
+
+ // aapt resource value: 55
+ public const int ConstraintSet_flow_verticalGap = 55;
+
+ // aapt resource value: 56
+ public const int ConstraintSet_flow_verticalStyle = 56;
+
+ // aapt resource value: 57
+ public const int ConstraintSet_flow_wrapMode = 57;
+
+ // aapt resource value: 58
+ public const int ConstraintSet_guidelineUseRtl = 58;
+
+ // aapt resource value: 59
+ public const int ConstraintSet_layout_constrainedHeight = 59;
+
+ // aapt resource value: 60
+ public const int ConstraintSet_layout_constrainedWidth = 60;
+
+ // aapt resource value: 61
+ public const int ConstraintSet_layout_constraintBaseline_creator = 61;
+
+ // aapt resource value: 62
+ public const int ConstraintSet_layout_constraintBaseline_toBaselineOf = 62;
+
+ // aapt resource value: 63
+ public const int ConstraintSet_layout_constraintBaseline_toBottomOf = 63;
+
+ // aapt resource value: 64
+ public const int ConstraintSet_layout_constraintBaseline_toTopOf = 64;
+
+ // aapt resource value: 65
+ public const int ConstraintSet_layout_constraintBottom_creator = 65;
+
+ // aapt resource value: 66
+ public const int ConstraintSet_layout_constraintBottom_toBottomOf = 66;
+
+ // aapt resource value: 67
+ public const int ConstraintSet_layout_constraintBottom_toTopOf = 67;
+
+ // aapt resource value: 68
+ public const int ConstraintSet_layout_constraintCircle = 68;
+
+ // aapt resource value: 69
+ public const int ConstraintSet_layout_constraintCircleAngle = 69;
+
+ // aapt resource value: 70
+ public const int ConstraintSet_layout_constraintCircleRadius = 70;
+
+ // aapt resource value: 71
+ public const int ConstraintSet_layout_constraintDimensionRatio = 71;
+
+ // aapt resource value: 72
+ public const int ConstraintSet_layout_constraintEnd_toEndOf = 72;
+
+ // aapt resource value: 73
+ public const int ConstraintSet_layout_constraintEnd_toStartOf = 73;
+
+ // aapt resource value: 74
+ public const int ConstraintSet_layout_constraintGuide_begin = 74;
+
+ // aapt resource value: 75
+ public const int ConstraintSet_layout_constraintGuide_end = 75;
+
+ // aapt resource value: 76
+ public const int ConstraintSet_layout_constraintGuide_percent = 76;
+
+ // aapt resource value: 77
+ public const int ConstraintSet_layout_constraintHeight_default = 77;
+
+ // aapt resource value: 78
+ public const int ConstraintSet_layout_constraintHeight_max = 78;
+
+ // aapt resource value: 79
+ public const int ConstraintSet_layout_constraintHeight_min = 79;
+
+ // aapt resource value: 80
+ public const int ConstraintSet_layout_constraintHeight_percent = 80;
+
+ // aapt resource value: 81
+ public const int ConstraintSet_layout_constraintHorizontal_bias = 81;
+
+ // aapt resource value: 82
+ public const int ConstraintSet_layout_constraintHorizontal_chainStyle = 82;
+
+ // aapt resource value: 83
+ public const int ConstraintSet_layout_constraintHorizontal_weight = 83;
+
+ // aapt resource value: 84
+ public const int ConstraintSet_layout_constraintLeft_creator = 84;
+
+ // aapt resource value: 85
+ public const int ConstraintSet_layout_constraintLeft_toLeftOf = 85;
+
+ // aapt resource value: 86
+ public const int ConstraintSet_layout_constraintLeft_toRightOf = 86;
+
+ // aapt resource value: 87
+ public const int ConstraintSet_layout_constraintRight_creator = 87;
+
+ // aapt resource value: 88
+ public const int ConstraintSet_layout_constraintRight_toLeftOf = 88;
+
+ // aapt resource value: 89
+ public const int ConstraintSet_layout_constraintRight_toRightOf = 89;
+
+ // aapt resource value: 90
+ public const int ConstraintSet_layout_constraintStart_toEndOf = 90;
+
+ // aapt resource value: 91
+ public const int ConstraintSet_layout_constraintStart_toStartOf = 91;
+
+ // aapt resource value: 92
+ public const int ConstraintSet_layout_constraintTag = 92;
+
+ // aapt resource value: 93
+ public const int ConstraintSet_layout_constraintTop_creator = 93;
+
+ // aapt resource value: 94
+ public const int ConstraintSet_layout_constraintTop_toBottomOf = 94;
+
+ // aapt resource value: 95
+ public const int ConstraintSet_layout_constraintTop_toTopOf = 95;
+
+ // aapt resource value: 96
+ public const int ConstraintSet_layout_constraintVertical_bias = 96;
+
+ // aapt resource value: 97
+ public const int ConstraintSet_layout_constraintVertical_chainStyle = 97;
+
+ // aapt resource value: 98
+ public const int ConstraintSet_layout_constraintVertical_weight = 98;
+
+ // aapt resource value: 99
+ public const int ConstraintSet_layout_constraintWidth_default = 99;
+
+ // aapt resource value: 100
+ public const int ConstraintSet_layout_constraintWidth_max = 100;
+
+ // aapt resource value: 101
+ public const int ConstraintSet_layout_constraintWidth_min = 101;
+
+ // aapt resource value: 102
+ public const int ConstraintSet_layout_constraintWidth_percent = 102;
+
+ // aapt resource value: 103
+ public const int ConstraintSet_layout_editor_absoluteX = 103;
+
+ // aapt resource value: 104
+ public const int ConstraintSet_layout_editor_absoluteY = 104;
+
+ // aapt resource value: 105
+ public const int ConstraintSet_layout_goneMarginBaseline = 105;
+
+ // aapt resource value: 106
+ public const int ConstraintSet_layout_goneMarginBottom = 106;
+
+ // aapt resource value: 107
+ public const int ConstraintSet_layout_goneMarginEnd = 107;
+
+ // aapt resource value: 108
+ public const int ConstraintSet_layout_goneMarginLeft = 108;
+
+ // aapt resource value: 109
+ public const int ConstraintSet_layout_goneMarginRight = 109;
+
+ // aapt resource value: 110
+ public const int ConstraintSet_layout_goneMarginStart = 110;
+
+ // aapt resource value: 111
+ public const int ConstraintSet_layout_goneMarginTop = 111;
+
+ // aapt resource value: 112
+ public const int ConstraintSet_layout_marginBaseline = 112;
+
+ // aapt resource value: 113
+ public const int ConstraintSet_layout_wrapBehaviorInParent = 113;
+
+ // aapt resource value: 114
+ public const int ConstraintSet_motionProgress = 114;
+
+ // aapt resource value: 115
+ public const int ConstraintSet_motionStagger = 115;
+
+ // aapt resource value: 116
+ public const int ConstraintSet_pathMotionArc = 116;
+
+ // aapt resource value: 117
+ public const int ConstraintSet_pivotAnchor = 117;
+
+ // aapt resource value: 118
+ public const int ConstraintSet_polarRelativeTo = 118;
+
+ // aapt resource value: 119
+ public const int ConstraintSet_quantizeMotionSteps = 119;
+
+ // aapt resource value: 120
+ public const int ConstraintSet_transitionEasing = 120;
+
+ // aapt resource value: 121
+ public const int ConstraintSet_transitionPathRotate = 121;
+
+ // aapt resource value: 13
+ public const int Constraint_android_alpha = 13;
+
+ // aapt resource value: 26
+ public const int Constraint_android_elevation = 26;
+
+ // aapt resource value: 1
+ public const int Constraint_android_id = 1;
+
+ // aapt resource value: 4
+ public const int Constraint_android_layout_height = 4;
+
+ // aapt resource value: 8
+ public const int Constraint_android_layout_marginBottom = 8;
+
+ // aapt resource value: 24
+ public const int Constraint_android_layout_marginEnd = 24;
+
+ // aapt resource value: 5
+ public const int Constraint_android_layout_marginLeft = 5;
+
+ // aapt resource value: 7
+ public const int Constraint_android_layout_marginRight = 7;
+
+ // aapt resource value: 23
+ public const int Constraint_android_layout_marginStart = 23;
+
+ // aapt resource value: 6
+ public const int Constraint_android_layout_marginTop = 6;
+
+ // aapt resource value: 3
+ public const int Constraint_android_layout_width = 3;
+
+ // aapt resource value: 10
+ public const int Constraint_android_maxHeight = 10;
+
+ // aapt resource value: 9
+ public const int Constraint_android_maxWidth = 9;
+
+ // aapt resource value: 12
+ public const int Constraint_android_minHeight = 12;
+
+ // aapt resource value: 11
+ public const int Constraint_android_minWidth = 11;
+
+ // aapt resource value: 0
+ public const int Constraint_android_orientation = 0;
+
+ // aapt resource value: 20
+ public const int Constraint_android_rotation = 20;
+
+ // aapt resource value: 21
+ public const int Constraint_android_rotationX = 21;
+
+ // aapt resource value: 22
+ public const int Constraint_android_rotationY = 22;
+
+ // aapt resource value: 18
+ public const int Constraint_android_scaleX = 18;
+
+ // aapt resource value: 19
+ public const int Constraint_android_scaleY = 19;
+
+ // aapt resource value: 14
+ public const int Constraint_android_transformPivotX = 14;
+
+ // aapt resource value: 15
+ public const int Constraint_android_transformPivotY = 15;
+
+ // aapt resource value: 16
+ public const int Constraint_android_translationX = 16;
+
+ // aapt resource value: 17
+ public const int Constraint_android_translationY = 17;
+
+ // aapt resource value: 25
+ public const int Constraint_android_translationZ = 25;
+
+ // aapt resource value: 2
+ public const int Constraint_android_visibility = 2;
+
+ // aapt resource value: 27
+ public const int Constraint_animateCircleAngleTo = 27;
+
+ // aapt resource value: 28
+ public const int Constraint_animateRelativeTo = 28;
+
+ // aapt resource value: 29
+ public const int Constraint_barrierAllowsGoneWidgets = 29;
+
+ // aapt resource value: 30
+ public const int Constraint_barrierDirection = 30;
+
+ // aapt resource value: 31
+ public const int Constraint_barrierMargin = 31;
+
+ // aapt resource value: 32
+ public const int Constraint_chainUseRtl = 32;
+
+ // aapt resource value: 33
+ public const int Constraint_constraint_referenced_ids = 33;
+
+ // aapt resource value: 34
+ public const int Constraint_constraint_referenced_tags = 34;
+
+ // aapt resource value: 35
+ public const int Constraint_drawPath = 35;
+
+ // aapt resource value: 36
+ public const int Constraint_flow_firstHorizontalBias = 36;
+
+ // aapt resource value: 37
+ public const int Constraint_flow_firstHorizontalStyle = 37;
+
+ // aapt resource value: 38
+ public const int Constraint_flow_firstVerticalBias = 38;
+
+ // aapt resource value: 39
+ public const int Constraint_flow_firstVerticalStyle = 39;
+
+ // aapt resource value: 40
+ public const int Constraint_flow_horizontalAlign = 40;
+
+ // aapt resource value: 41
+ public const int Constraint_flow_horizontalBias = 41;
+
+ // aapt resource value: 42
+ public const int Constraint_flow_horizontalGap = 42;
+
+ // aapt resource value: 43
+ public const int Constraint_flow_horizontalStyle = 43;
+
+ // aapt resource value: 44
+ public const int Constraint_flow_lastHorizontalBias = 44;
+
+ // aapt resource value: 45
+ public const int Constraint_flow_lastHorizontalStyle = 45;
+
+ // aapt resource value: 46
+ public const int Constraint_flow_lastVerticalBias = 46;
+
+ // aapt resource value: 47
+ public const int Constraint_flow_lastVerticalStyle = 47;
+
+ // aapt resource value: 48
+ public const int Constraint_flow_maxElementsWrap = 48;
+
+ // aapt resource value: 49
+ public const int Constraint_flow_verticalAlign = 49;
+
+ // aapt resource value: 50
+ public const int Constraint_flow_verticalBias = 50;
+
+ // aapt resource value: 51
+ public const int Constraint_flow_verticalGap = 51;
+
+ // aapt resource value: 52
+ public const int Constraint_flow_verticalStyle = 52;
+
+ // aapt resource value: 53
+ public const int Constraint_flow_wrapMode = 53;
+
+ // aapt resource value: 54
+ public const int Constraint_guidelineUseRtl = 54;
+
+ // aapt resource value: 55
+ public const int Constraint_layout_constrainedHeight = 55;
+
+ // aapt resource value: 56
+ public const int Constraint_layout_constrainedWidth = 56;
+
+ // aapt resource value: 57
+ public const int Constraint_layout_constraintBaseline_creator = 57;
+
+ // aapt resource value: 58
+ public const int Constraint_layout_constraintBaseline_toBaselineOf = 58;
+
+ // aapt resource value: 59
+ public const int Constraint_layout_constraintBaseline_toBottomOf = 59;
+
+ // aapt resource value: 60
+ public const int Constraint_layout_constraintBaseline_toTopOf = 60;
+
+ // aapt resource value: 61
+ public const int Constraint_layout_constraintBottom_creator = 61;
+
+ // aapt resource value: 62
+ public const int Constraint_layout_constraintBottom_toBottomOf = 62;
+
+ // aapt resource value: 63
+ public const int Constraint_layout_constraintBottom_toTopOf = 63;
+
+ // aapt resource value: 64
+ public const int Constraint_layout_constraintCircle = 64;
+
+ // aapt resource value: 65
+ public const int Constraint_layout_constraintCircleAngle = 65;
+
+ // aapt resource value: 66
+ public const int Constraint_layout_constraintCircleRadius = 66;
+
+ // aapt resource value: 67
+ public const int Constraint_layout_constraintDimensionRatio = 67;
+
+ // aapt resource value: 68
+ public const int Constraint_layout_constraintEnd_toEndOf = 68;
+
+ // aapt resource value: 69
+ public const int Constraint_layout_constraintEnd_toStartOf = 69;
+
+ // aapt resource value: 70
+ public const int Constraint_layout_constraintGuide_begin = 70;
+
+ // aapt resource value: 71
+ public const int Constraint_layout_constraintGuide_end = 71;
+
+ // aapt resource value: 72
+ public const int Constraint_layout_constraintGuide_percent = 72;
+
+ // aapt resource value: 73
+ public const int Constraint_layout_constraintHeight = 73;
+
+ // aapt resource value: 74
+ public const int Constraint_layout_constraintHeight_default = 74;
+
+ // aapt resource value: 75
+ public const int Constraint_layout_constraintHeight_max = 75;
+
+ // aapt resource value: 76
+ public const int Constraint_layout_constraintHeight_min = 76;
+
+ // aapt resource value: 77
+ public const int Constraint_layout_constraintHeight_percent = 77;
+
+ // aapt resource value: 78
+ public const int Constraint_layout_constraintHorizontal_bias = 78;
+
+ // aapt resource value: 79
+ public const int Constraint_layout_constraintHorizontal_chainStyle = 79;
+
+ // aapt resource value: 80
+ public const int Constraint_layout_constraintHorizontal_weight = 80;
+
+ // aapt resource value: 81
+ public const int Constraint_layout_constraintLeft_creator = 81;
+
+ // aapt resource value: 82
+ public const int Constraint_layout_constraintLeft_toLeftOf = 82;
+
+ // aapt resource value: 83
+ public const int Constraint_layout_constraintLeft_toRightOf = 83;
+
+ // aapt resource value: 84
+ public const int Constraint_layout_constraintRight_creator = 84;
+
+ // aapt resource value: 85
+ public const int Constraint_layout_constraintRight_toLeftOf = 85;
+
+ // aapt resource value: 86
+ public const int Constraint_layout_constraintRight_toRightOf = 86;
+
+ // aapt resource value: 87
+ public const int Constraint_layout_constraintStart_toEndOf = 87;
+
+ // aapt resource value: 88
+ public const int Constraint_layout_constraintStart_toStartOf = 88;
+
+ // aapt resource value: 89
+ public const int Constraint_layout_constraintTag = 89;
+
+ // aapt resource value: 90
+ public const int Constraint_layout_constraintTop_creator = 90;
+
+ // aapt resource value: 91
+ public const int Constraint_layout_constraintTop_toBottomOf = 91;
+
+ // aapt resource value: 92
+ public const int Constraint_layout_constraintTop_toTopOf = 92;
+
+ // aapt resource value: 93
+ public const int Constraint_layout_constraintVertical_bias = 93;
+
+ // aapt resource value: 94
+ public const int Constraint_layout_constraintVertical_chainStyle = 94;
+
+ // aapt resource value: 95
+ public const int Constraint_layout_constraintVertical_weight = 95;
+
+ // aapt resource value: 96
+ public const int Constraint_layout_constraintWidth = 96;
+
+ // aapt resource value: 97
+ public const int Constraint_layout_constraintWidth_default = 97;
+
+ // aapt resource value: 98
+ public const int Constraint_layout_constraintWidth_max = 98;
+
+ // aapt resource value: 99
+ public const int Constraint_layout_constraintWidth_min = 99;
+
+ // aapt resource value: 100
+ public const int Constraint_layout_constraintWidth_percent = 100;
+
+ // aapt resource value: 101
+ public const int Constraint_layout_editor_absoluteX = 101;
+
+ // aapt resource value: 102
+ public const int Constraint_layout_editor_absoluteY = 102;
+
+ // aapt resource value: 103
+ public const int Constraint_layout_goneMarginBaseline = 103;
+
+ // aapt resource value: 104
+ public const int Constraint_layout_goneMarginBottom = 104;
+
+ // aapt resource value: 105
+ public const int Constraint_layout_goneMarginEnd = 105;
+
+ // aapt resource value: 106
+ public const int Constraint_layout_goneMarginLeft = 106;
+
+ // aapt resource value: 107
+ public const int Constraint_layout_goneMarginRight = 107;
+
+ // aapt resource value: 108
+ public const int Constraint_layout_goneMarginStart = 108;
+
+ // aapt resource value: 109
+ public const int Constraint_layout_goneMarginTop = 109;
+
+ // aapt resource value: 110
+ public const int Constraint_layout_marginBaseline = 110;
+
+ // aapt resource value: 111
+ public const int Constraint_layout_wrapBehaviorInParent = 111;
+
+ // aapt resource value: 112
+ public const int Constraint_motionProgress = 112;
+
+ // aapt resource value: 113
+ public const int Constraint_motionStagger = 113;
+
+ // aapt resource value: 114
+ public const int Constraint_pathMotionArc = 114;
+
+ // aapt resource value: 115
+ public const int Constraint_pivotAnchor = 115;
+
+ // aapt resource value: 116
+ public const int Constraint_polarRelativeTo = 116;
+
+ // aapt resource value: 117
+ public const int Constraint_quantizeMotionInterpolator = 117;
+
+ // aapt resource value: 118
+ public const int Constraint_quantizeMotionPhase = 118;
+
+ // aapt resource value: 119
+ public const int Constraint_quantizeMotionSteps = 119;
+
+ // aapt resource value: 120
+ public const int Constraint_transformPivotTarget = 120;
+
+ // aapt resource value: 121
+ public const int Constraint_transitionEasing = 121;
+
+ // aapt resource value: 122
+ public const int Constraint_transitionPathRotate = 122;
+
+ // aapt resource value: 123
+ public const int Constraint_visibilityMode = 123;
+
+ // aapt resource value: { 0x7F03022D,0x7F03039D }
+ public static int[] CoordinatorLayout = new int[] {
+ 2130903597,
+ 2130903965};
+
+ // aapt resource value: 0
+ public const int CoordinatorLayout_keylines = 0;
+
+ // aapt resource value: { 0x10100B3,0x7F030239,0x7F03023A,0x7F03023B,0x7F03026C,0x7F030276,0x7F030277 }
+ public static int[] CoordinatorLayout_Layout = new int[] {
+ 16842931,
+ 2130903609,
+ 2130903610,
+ 2130903611,
+ 2130903660,
+ 2130903670,
+ 2130903671};
+
+ // aapt resource value: 0
+ public const int CoordinatorLayout_Layout_android_layout_gravity = 0;
+
+ // aapt resource value: 1
+ public const int CoordinatorLayout_Layout_layout_anchor = 1;
+
+ // aapt resource value: 2
+ public const int CoordinatorLayout_Layout_layout_anchorGravity = 2;
+
+ // aapt resource value: 3
+ public const int CoordinatorLayout_Layout_layout_behavior = 3;
+
+ // aapt resource value: 4
+ public const int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
+
+ // aapt resource value: 5
+ public const int CoordinatorLayout_Layout_layout_insetEdge = 5;
+
+ // aapt resource value: 6
+ public const int CoordinatorLayout_Layout_layout_keyline = 6;
+
+ // aapt resource value: 1
+ public const int CoordinatorLayout_statusBarBackground = 1;
+
+ // aapt resource value: { 0x7F03003C,0x7F030138,0x7F030139,0x7F03013A,0x7F03013B,0x7F03013C,0x7F03013D,0x7F03013F,0x7F030140,0x7F030141,0x7F0302CB }
+ public static int[] CustomAttribute = new int[] {
+ 2130903100,
+ 2130903352,
+ 2130903353,
+ 2130903354,
+ 2130903355,
+ 2130903356,
+ 2130903357,
+ 2130903359,
+ 2130903360,
+ 2130903361,
+ 2130903755};
+
+ // aapt resource value: 0
+ public const int CustomAttribute_attributeName = 0;
+
+ // aapt resource value: 1
+ public const int CustomAttribute_customBoolean = 1;
+
+ // aapt resource value: 2
+ public const int CustomAttribute_customColorDrawableValue = 2;
+
+ // aapt resource value: 3
+ public const int CustomAttribute_customColorValue = 3;
+
+ // aapt resource value: 4
+ public const int CustomAttribute_customDimension = 4;
+
+ // aapt resource value: 5
+ public const int CustomAttribute_customFloatValue = 5;
+
+ // aapt resource value: 6
+ public const int CustomAttribute_customIntegerValue = 6;
+
+ // aapt resource value: 7
+ public const int CustomAttribute_customPixelDimension = 7;
+
+ // aapt resource value: 8
+ public const int CustomAttribute_customReference = 8;
+
+ // aapt resource value: 9
+ public const int CustomAttribute_customStringValue = 9;
+
+ // aapt resource value: 10
+ public const int CustomAttribute_methodName = 10;
+
+ // aapt resource value: { 0x1010003 }
+ public static int[] DialogFragmentNavigator = new int[] {
+ 16842755};
+
+ // aapt resource value: 0
+ public const int DialogFragmentNavigator_android_name = 0;
+
+ // aapt resource value: { 0x7F03003A,0x7F03003B,0x7F030056,0x7F0300E1,0x7F030164,0x7F0301D8,0x7F030381,0x7F03041A }
+ public static int[] DrawerArrowToggle = new int[] {
+ 2130903098,
+ 2130903099,
+ 2130903126,
+ 2130903265,
+ 2130903396,
+ 2130903512,
+ 2130903937,
+ 2130904090};
+
+ // aapt resource value: 0
+ public const int DrawerArrowToggle_arrowHeadLength = 0;
+
+ // aapt resource value: 1
+ public const int DrawerArrowToggle_arrowShaftLength = 1;
+
+ // aapt resource value: 2
+ public const int DrawerArrowToggle_barLength = 2;
+
+ // aapt resource value: 3
+ public const int DrawerArrowToggle_color = 3;
+
+ // aapt resource value: 4
+ public const int DrawerArrowToggle_drawableSize = 4;
+
+ // aapt resource value: 5
+ public const int DrawerArrowToggle_gapBetweenBars = 5;
+
+ // aapt resource value: 6
+ public const int DrawerArrowToggle_spinBars = 6;
+
+ // aapt resource value: 7
+ public const int DrawerArrowToggle_thickness = 7;
+
+ // aapt resource value: { 0x7F030173 }
+ public static int[] DrawerLayout = new int[] {
+ 2130903411};
+
+ // aapt resource value: 0
+ public const int DrawerLayout_elevation = 0;
+
+ // aapt resource value: { 0x7F0300D7,0x7F030173,0x7F030196,0x7F0301E6,0x7F030371,0x7F030375 }
+ public static int[] ExtendedFloatingActionButton = new int[] {
+ 2130903255,
+ 2130903411,
+ 2130903446,
+ 2130903526,
+ 2130903921,
+ 2130903925};
+
+ // aapt resource value: { 0x7F03005A,0x7F03005B }
+ public static int[] ExtendedFloatingActionButton_Behavior_Layout = new int[] {
+ 2130903130,
+ 2130903131};
+
+ // aapt resource value: 0
+ public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
+
+ // aapt resource value: 1
+ public const int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink = 1;
+
+ // aapt resource value: 0
+ public const int ExtendedFloatingActionButton_collapsedSize = 0;
+
+ // aapt resource value: 1
+ public const int ExtendedFloatingActionButton_elevation = 1;
+
+ // aapt resource value: 2
+ public const int ExtendedFloatingActionButton_extendMotionSpec = 2;
+
+ // aapt resource value: 3
+ public const int ExtendedFloatingActionButton_hideMotionSpec = 3;
+
+ // aapt resource value: 4
+ public const int ExtendedFloatingActionButton_showMotionSpec = 4;
+
+ // aapt resource value: 5
+ public const int ExtendedFloatingActionButton_shrinkMotionSpec = 5;
+
+ // aapt resource value: { 0x101000E,0x7F03004E,0x7F03004F,0x7F030068,0x7F030173,0x7F030181,0x7F0301A2,0x7F0301A3,0x7F0301E6,0x7F0301F1,0x7F0302C4,0x7F030337,0x7F030351,0x7F030367,0x7F03036A,0x7F030371,0x7F03045B }
+ public static int[] FloatingActionButton = new int[] {
+ 16842766,
+ 2130903118,
+ 2130903119,
+ 2130903144,
+ 2130903411,
+ 2130903425,
+ 2130903458,
+ 2130903459,
+ 2130903526,
+ 2130903537,
+ 2130903748,
+ 2130903863,
+ 2130903889,
+ 2130903911,
+ 2130903914,
+ 2130903921,
+ 2130904155};
+
+ // aapt resource value: 0
+ public const int FloatingActionButton_android_enabled = 0;
+
+ // aapt resource value: 1
+ public const int FloatingActionButton_backgroundTint = 1;
+
+ // aapt resource value: 2
+ public const int FloatingActionButton_backgroundTintMode = 2;
+
+ // aapt resource value: { 0x7F03005A }
+ public static int[] FloatingActionButton_Behavior_Layout = new int[] {
+ 2130903130};
+
+ // aapt resource value: 0
+ public const int FloatingActionButton_Behavior_Layout_behavior_autoHide = 0;
+
+ // aapt resource value: 3
+ public const int FloatingActionButton_borderWidth = 3;
+
+ // aapt resource value: 4
+ public const int FloatingActionButton_elevation = 4;
+
+ // aapt resource value: 5
+ public const int FloatingActionButton_ensureMinTouchTargetSize = 5;
+
+ // aapt resource value: 6
+ public const int FloatingActionButton_fabCustomSize = 6;
+
+ // aapt resource value: 7
+ public const int FloatingActionButton_fabSize = 7;
+
+ // aapt resource value: 8
+ public const int FloatingActionButton_hideMotionSpec = 8;
+
+ // aapt resource value: 9
+ public const int FloatingActionButton_hoveredFocusedTranslationZ = 9;
+
+ // aapt resource value: 10
+ public const int FloatingActionButton_maxImageSize = 10;
+
+ // aapt resource value: 11
+ public const int FloatingActionButton_pressedTranslationZ = 11;
+
+ // aapt resource value: 12
+ public const int FloatingActionButton_rippleColor = 12;
+
+ // aapt resource value: 13
+ public const int FloatingActionButton_shapeAppearance = 13;
+
+ // aapt resource value: 14
+ public const int FloatingActionButton_shapeAppearanceOverlay = 14;
+
+ // aapt resource value: 15
+ public const int FloatingActionButton_showMotionSpec = 15;
+
+ // aapt resource value: 16
+ public const int FloatingActionButton_useCompatPadding = 16;
+
+ // aapt resource value: { 0x7F030223,0x7F030282 }
+ public static int[] FlowLayout = new int[] {
+ 2130903587,
+ 2130903682};
+
+ // aapt resource value: 0
+ public const int FlowLayout_itemSpacing = 0;
+
+ // aapt resource value: 1
+ public const int FlowLayout_lineSpacing = 1;
+
+ // aapt resource value: { 0x7F0301CB,0x7F0301CC,0x7F0301CD,0x7F0301CE,0x7F0301CF,0x7F0301D0,0x7F0301D1 }
+ public static int[] FontFamily = new int[] {
+ 2130903499,
+ 2130903500,
+ 2130903501,
+ 2130903502,
+ 2130903503,
+ 2130903504,
+ 2130903505};
+
+ // aapt resource value: { 0x1010532,0x1010533,0x101053F,0x101056F,0x1010570,0x7F0301C9,0x7F0301D2,0x7F0301D3,0x7F0301D4,0x7F030458 }
+ public static int[] FontFamilyFont = new int[] {
+ 16844082,
+ 16844083,
+ 16844095,
+ 16844143,
+ 16844144,
+ 2130903497,
+ 2130903506,
+ 2130903507,
+ 2130903508,
+ 2130904152};
+
+ // aapt resource value: 0
+ public const int FontFamilyFont_android_font = 0;
+
+ // aapt resource value: 2
+ public const int FontFamilyFont_android_fontStyle = 2;
+
+ // aapt resource value: 4
+ public const int FontFamilyFont_android_fontVariationSettings = 4;
+
+ // aapt resource value: 1
+ public const int FontFamilyFont_android_fontWeight = 1;
+
+ // aapt resource value: 3
+ public const int FontFamilyFont_android_ttcIndex = 3;
+
+ // aapt resource value: 5
+ public const int FontFamilyFont_font = 5;
+
+ // aapt resource value: 6
+ public const int FontFamilyFont_fontStyle = 6;
+
+ // aapt resource value: 7
+ public const int FontFamilyFont_fontVariationSettings = 7;
+
+ // aapt resource value: 8
+ public const int FontFamilyFont_fontWeight = 8;
+
+ // aapt resource value: 9
+ public const int FontFamilyFont_ttcIndex = 9;
+
+ // aapt resource value: 0
+ public const int FontFamily_fontProviderAuthority = 0;
+
+ // aapt resource value: 1
+ public const int FontFamily_fontProviderCerts = 1;
+
+ // aapt resource value: 2
+ public const int FontFamily_fontProviderFetchStrategy = 2;
+
+ // aapt resource value: 3
+ public const int FontFamily_fontProviderFetchTimeout = 3;
+
+ // aapt resource value: 4
+ public const int FontFamily_fontProviderPackage = 4;
+
+ // aapt resource value: 5
+ public const int FontFamily_fontProviderQuery = 5;
+
+ // aapt resource value: 6
+ public const int FontFamily_fontProviderSystemFontFamily = 6;
+
+ // aapt resource value: { 0x1010109,0x1010200,0x7F0301D6 }
+ public static int[] ForegroundLinearLayout = new int[] {
+ 16843017,
+ 16843264,
+ 2130903510};
+
+ // aapt resource value: 0
+ public const int ForegroundLinearLayout_android_foreground = 0;
+
+ // aapt resource value: 1
+ public const int ForegroundLinearLayout_android_foregroundGravity = 1;
+
+ // aapt resource value: 2
+ public const int ForegroundLinearLayout_foregroundInsidePadding = 2;
+
+ // aapt resource value: { 0x1010003,0x10100D0,0x10100D1 }
+ public static int[] Fragment = new int[] {
+ 16842755,
+ 16842960,
+ 16842961};
+
+ // aapt resource value: { 0x1010003,0x10100D1 }
+ public static int[] FragmentContainerView = new int[] {
+ 16842755,
+ 16842961};
+
+ // aapt resource value: 0
+ public const int FragmentContainerView_android_name = 0;
+
+ // aapt resource value: 1
+ public const int FragmentContainerView_android_tag = 1;
+
+ // aapt resource value: { 0x1010003 }
+ public static int[] FragmentNavigator = new int[] {
+ 16842755};
+
+ // aapt resource value: 0
+ public const int FragmentNavigator_android_name = 0;
+
+ // aapt resource value: 1
+ public const int Fragment_android_id = 1;
+
+ // aapt resource value: 0
+ public const int Fragment_android_name = 0;
+
+ // aapt resource value: 2
+ public const int Fragment_android_tag = 2;
+
+ // aapt resource value: { 0x101019D,0x101019E,0x10101A1,0x10101A2,0x10101A3,0x10101A4,0x1010201,0x101020B,0x1010510,0x1010511,0x1010512,0x1010513 }
+ public static int[] GradientColor = new int[] {
+ 16843165,
+ 16843166,
+ 16843169,
+ 16843170,
+ 16843171,
+ 16843172,
+ 16843265,
+ 16843275,
+ 16844048,
+ 16844049,
+ 16844050,
+ 16844051};
+
+ // aapt resource value: { 0x10101A5,0x1010514 }
+ public static int[] GradientColorItem = new int[] {
+ 16843173,
+ 16844052};
+
+ // aapt resource value: 0
+ public const int GradientColorItem_android_color = 0;
+
+ // aapt resource value: 1
+ public const int GradientColorItem_android_offset = 1;
+
+ // aapt resource value: 7
+ public const int GradientColor_android_centerColor = 7;
+
+ // aapt resource value: 3
+ public const int GradientColor_android_centerX = 3;
+
+ // aapt resource value: 4
+ public const int GradientColor_android_centerY = 4;
+
+ // aapt resource value: 1
+ public const int GradientColor_android_endColor = 1;
+
+ // aapt resource value: 10
+ public const int GradientColor_android_endX = 10;
+
+ // aapt resource value: 11
+ public const int GradientColor_android_endY = 11;
+
+ // aapt resource value: 5
+ public const int GradientColor_android_gradientRadius = 5;
+
+ // aapt resource value: 0
+ public const int GradientColor_android_startColor = 0;
+
+ // aapt resource value: 8
+ public const int GradientColor_android_startX = 8;
+
+ // aapt resource value: 9
+ public const int GradientColor_android_startY = 9;
+
+ // aapt resource value: 6
+ public const int GradientColor_android_tileMode = 6;
+
+ // aapt resource value: 2
+ public const int GradientColor_android_type = 2;
+
+ // aapt resource value: { 0x7F030031,0x7F030065,0x7F03007B,0x7F030121,0x7F030135,0x7F0301FE,0x7F0301FF,0x7F030200,0x7F030201,0x7F03030B,0x7F030353,0x7F030354,0x7F030356,0x7F030467 }
+ public static int[] ImageFilterView = new int[] {
+ 2130903089,
+ 2130903141,
+ 2130903163,
+ 2130903329,
+ 2130903349,
+ 2130903550,
+ 2130903551,
+ 2130903552,
+ 2130903553,
+ 2130903819,
+ 2130903891,
+ 2130903892,
+ 2130903894,
+ 2130904167};
+
+ // aapt resource value: 0
+ public const int ImageFilterView_altSrc = 0;
+
+ // aapt resource value: 1
+ public const int ImageFilterView_blendSrc = 1;
+
+ // aapt resource value: 2
+ public const int ImageFilterView_brightness = 2;
+
+ // aapt resource value: 3
+ public const int ImageFilterView_contrast = 3;
+
+ // aapt resource value: 4
+ public const int ImageFilterView_crossfade = 4;
+
+ // aapt resource value: 5
+ public const int ImageFilterView_imagePanX = 5;
+
+ // aapt resource value: 6
+ public const int ImageFilterView_imagePanY = 6;
+
+ // aapt resource value: 7
+ public const int ImageFilterView_imageRotate = 7;
+
+ // aapt resource value: 8
+ public const int ImageFilterView_imageZoom = 8;
+
+ // aapt resource value: 9
+ public const int ImageFilterView_overlay = 9;
+
+ // aapt resource value: 10
+ public const int ImageFilterView_round = 10;
+
+ // aapt resource value: 11
+ public const int ImageFilterView_roundPercent = 11;
+
+ // aapt resource value: 12
+ public const int ImageFilterView_saturation = 12;
+
+ // aapt resource value: 13
+ public const int ImageFilterView_warmth = 13;
+
+ // aapt resource value: { 0x7F03010B }
+ public static int[] include = new int[] {
+ 2130903307};
+
+ // aapt resource value: 0
+ public const int include_constraintSet = 0;
+
+ // aapt resource value: { 0x7F030298,0x7F030299,0x7F03029A,0x7F03030D,0x7F03030F,0x7F030310,0x7F030313 }
+ public static int[] Insets = new int[] {
+ 2130903704,
+ 2130903705,
+ 2130903706,
+ 2130903821,
+ 2130903823,
+ 2130903824,
+ 2130903827};
+
+ // aapt resource value: 0
+ public const int Insets_marginLeftSystemWindowInsets = 0;
+
+ // aapt resource value: 1
+ public const int Insets_marginRightSystemWindowInsets = 1;
+
+ // aapt resource value: 2
+ public const int Insets_marginTopSystemWindowInsets = 2;
+
+ // aapt resource value: 3
+ public const int Insets_paddingBottomSystemWindowInsets = 3;
+
+ // aapt resource value: 4
+ public const int Insets_paddingLeftSystemWindowInsets = 4;
+
+ // aapt resource value: 5
+ public const int Insets_paddingRightSystemWindowInsets = 5;
+
+ // aapt resource value: 6
+ public const int Insets_paddingTopSystemWindowInsets = 6;
+
+ // aapt resource value: { 0x7F0300E0 }
+ public static int[] ItemsViewRendererTheme = new int[] {
+ 2130903264};
+
+ // aapt resource value: 0
+ public const int ItemsViewRendererTheme_collectionViewStyle = 0;
+
+ // aapt resource value: { 0x101031F,0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030137,0x7F0301D7,0x7F0302EF,0x7F0302F1,0x7F03044F,0x7F030451,0x7F030453 }
+ public static int[] KeyAttribute = new int[] {
+ 16843551,
+ 16843552,
+ 16843553,
+ 16843554,
+ 16843555,
+ 16843556,
+ 16843557,
+ 16843558,
+ 16843559,
+ 16843560,
+ 16843770,
+ 16843840,
+ 2130903351,
+ 2130903511,
+ 2130903791,
+ 2130903793,
+ 2130904143,
+ 2130904145,
+ 2130904147};
+
+ // aapt resource value: 0
+ public const int KeyAttribute_android_alpha = 0;
+
+ // aapt resource value: 11
+ public const int KeyAttribute_android_elevation = 11;
+
+ // aapt resource value: 7
+ public const int KeyAttribute_android_rotation = 7;
+
+ // aapt resource value: 8
+ public const int KeyAttribute_android_rotationX = 8;
+
+ // aapt resource value: 9
+ public const int KeyAttribute_android_rotationY = 9;
+
+ // aapt resource value: 5
+ public const int KeyAttribute_android_scaleX = 5;
+
+ // aapt resource value: 6
+ public const int KeyAttribute_android_scaleY = 6;
+
+ // aapt resource value: 1
+ public const int KeyAttribute_android_transformPivotX = 1;
+
+ // aapt resource value: 2
+ public const int KeyAttribute_android_transformPivotY = 2;
+
+ // aapt resource value: 3
+ public const int KeyAttribute_android_translationX = 3;
+
+ // aapt resource value: 4
+ public const int KeyAttribute_android_translationY = 4;
+
+ // aapt resource value: 10
+ public const int KeyAttribute_android_translationZ = 10;
+
+ // aapt resource value: 12
+ public const int KeyAttribute_curveFit = 12;
+
+ // aapt resource value: 13
+ public const int KeyAttribute_framePosition = 13;
+
+ // aapt resource value: 14
+ public const int KeyAttribute_motionProgress = 14;
+
+ // aapt resource value: 15
+ public const int KeyAttribute_motionTarget = 15;
+
+ // aapt resource value: 16
+ public const int KeyAttribute_transformPivotTarget = 16;
+
+ // aapt resource value: 17
+ public const int KeyAttribute_transitionEasing = 17;
+
+ // aapt resource value: 18
+ public const int KeyAttribute_transitionPathRotate = 18;
+
+ // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030137,0x7F0301D7,0x7F0302EF,0x7F0302F1,0x7F030451,0x7F030453,0x7F030469,0x7F03046A,0x7F03046B,0x7F03046C,0x7F03046D }
+ public static int[] KeyCycle = new int[] {
+ 16843551,
+ 16843554,
+ 16843555,
+ 16843556,
+ 16843557,
+ 16843558,
+ 16843559,
+ 16843560,
+ 16843770,
+ 16843840,
+ 2130903351,
+ 2130903511,
+ 2130903791,
+ 2130903793,
+ 2130904145,
+ 2130904147,
+ 2130904169,
+ 2130904170,
+ 2130904171,
+ 2130904172,
+ 2130904173};
+
+ // aapt resource value: 0
+ public const int KeyCycle_android_alpha = 0;
+
+ // aapt resource value: 9
+ public const int KeyCycle_android_elevation = 9;
+
+ // aapt resource value: 5
+ public const int KeyCycle_android_rotation = 5;
+
+ // aapt resource value: 6
+ public const int KeyCycle_android_rotationX = 6;
+
+ // aapt resource value: 7
+ public const int KeyCycle_android_rotationY = 7;
+
+ // aapt resource value: 3
+ public const int KeyCycle_android_scaleX = 3;
+
+ // aapt resource value: 4
+ public const int KeyCycle_android_scaleY = 4;
+
+ // aapt resource value: 1
+ public const int KeyCycle_android_translationX = 1;
+
+ // aapt resource value: 2
+ public const int KeyCycle_android_translationY = 2;
+
+ // aapt resource value: 8
+ public const int KeyCycle_android_translationZ = 8;
+
+ // aapt resource value: 10
+ public const int KeyCycle_curveFit = 10;
+
+ // aapt resource value: 11
+ public const int KeyCycle_framePosition = 11;
+
+ // aapt resource value: 12
+ public const int KeyCycle_motionProgress = 12;
+
+ // aapt resource value: 13
+ public const int KeyCycle_motionTarget = 13;
+
+ // aapt resource value: 14
+ public const int KeyCycle_transitionEasing = 14;
+
+ // aapt resource value: 15
+ public const int KeyCycle_transitionPathRotate = 15;
+
+ // aapt resource value: 16
+ public const int KeyCycle_waveOffset = 16;
+
+ // aapt resource value: 17
+ public const int KeyCycle_wavePeriod = 17;
+
+ // aapt resource value: 18
+ public const int KeyCycle_wavePhase = 18;
+
+ // aapt resource value: 19
+ public const int KeyCycle_waveShape = 19;
+
+ // aapt resource value: 20
+ public const int KeyCycle_waveVariesBy = 20;
+
+ // aapt resource value: { }
+ public static int[] KeyFrame = new int[0];
+
+ // aapt resource value: { }
+ public static int[] KeyFramesAcceleration = new int[0];
+
+ // aapt resource value: { }
+ public static int[] KeyFramesVelocity = new int[0];
+
+ // aapt resource value: { 0x7F030137,0x7F03015F,0x7F0301D7,0x7F03022B,0x7F0302F1,0x7F03031C,0x7F03031E,0x7F03031F,0x7F030320,0x7F030321,0x7F03037B,0x7F030451 }
+ public static int[] KeyPosition = new int[] {
+ 2130903351,
+ 2130903391,
+ 2130903511,
+ 2130903595,
+ 2130903793,
+ 2130903836,
+ 2130903838,
+ 2130903839,
+ 2130903840,
+ 2130903841,
+ 2130903931,
+ 2130904145};
+
+ // aapt resource value: 0
+ public const int KeyPosition_curveFit = 0;
+
+ // aapt resource value: 1
+ public const int KeyPosition_drawPath = 1;
+
+ // aapt resource value: 2
+ public const int KeyPosition_framePosition = 2;
+
+ // aapt resource value: 3
+ public const int KeyPosition_keyPositionType = 3;
+
+ // aapt resource value: 4
+ public const int KeyPosition_motionTarget = 4;
+
+ // aapt resource value: 5
+ public const int KeyPosition_pathMotionArc = 5;
+
+ // aapt resource value: 6
+ public const int KeyPosition_percentHeight = 6;
+
+ // aapt resource value: 7
+ public const int KeyPosition_percentWidth = 7;
+
+ // aapt resource value: 8
+ public const int KeyPosition_percentX = 8;
+
+ // aapt resource value: 9
+ public const int KeyPosition_percentY = 9;
+
+ // aapt resource value: 10
+ public const int KeyPosition_sizePercent = 10;
+
+ // aapt resource value: 11
+ public const int KeyPosition_transitionEasing = 11;
+
+ // aapt resource value: { 0x101031F,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F030137,0x7F0301D7,0x7F0302EF,0x7F0302F1,0x7F030451,0x7F030453,0x7F030468,0x7F030469,0x7F03046A,0x7F03046B,0x7F03046C }
+ public static int[] KeyTimeCycle = new int[] {
+ 16843551,
+ 16843554,
+ 16843555,
+ 16843556,
+ 16843557,
+ 16843558,
+ 16843559,
+ 16843560,
+ 16843770,
+ 16843840,
+ 2130903351,
+ 2130903511,
+ 2130903791,
+ 2130903793,
+ 2130904145,
+ 2130904147,
+ 2130904168,
+ 2130904169,
+ 2130904170,
+ 2130904171,
+ 2130904172};
+
+ // aapt resource value: 0
+ public const int KeyTimeCycle_android_alpha = 0;
+
+ // aapt resource value: 9
+ public const int KeyTimeCycle_android_elevation = 9;
+
+ // aapt resource value: 5
+ public const int KeyTimeCycle_android_rotation = 5;
+
+ // aapt resource value: 6
+ public const int KeyTimeCycle_android_rotationX = 6;
+
+ // aapt resource value: 7
+ public const int KeyTimeCycle_android_rotationY = 7;
+
+ // aapt resource value: 3
+ public const int KeyTimeCycle_android_scaleX = 3;
+
+ // aapt resource value: 4
+ public const int KeyTimeCycle_android_scaleY = 4;
+
+ // aapt resource value: 1
+ public const int KeyTimeCycle_android_translationX = 1;
+
+ // aapt resource value: 2
+ public const int KeyTimeCycle_android_translationY = 2;
+
+ // aapt resource value: 8
+ public const int KeyTimeCycle_android_translationZ = 8;
+
+ // aapt resource value: 10
+ public const int KeyTimeCycle_curveFit = 10;
+
+ // aapt resource value: 11
+ public const int KeyTimeCycle_framePosition = 11;
+
+ // aapt resource value: 12
+ public const int KeyTimeCycle_motionProgress = 12;
+
+ // aapt resource value: 13
+ public const int KeyTimeCycle_motionTarget = 13;
+
+ // aapt resource value: 14
+ public const int KeyTimeCycle_transitionEasing = 14;
+
+ // aapt resource value: 15
+ public const int KeyTimeCycle_transitionPathRotate = 15;
+
+ // aapt resource value: 16
+ public const int KeyTimeCycle_waveDecay = 16;
+
+ // aapt resource value: 17
+ public const int KeyTimeCycle_waveOffset = 17;
+
+ // aapt resource value: 18
+ public const int KeyTimeCycle_wavePeriod = 18;
+
+ // aapt resource value: 19
+ public const int KeyTimeCycle_wavePhase = 19;
+
+ // aapt resource value: 20
+ public const int KeyTimeCycle_waveShape = 20;
+
+ // aapt resource value: { 0x7F0301D7,0x7F0302F1,0x7F0302F2,0x7F0302F3,0x7F030303,0x7F030305,0x7F030306,0x7F030455,0x7F030456,0x7F030457,0x7F030462,0x7F030463,0x7F030464 }
+ public static int[] KeyTrigger = new int[] {
+ 2130903511,
+ 2130903793,
+ 2130903794,
+ 2130903795,
+ 2130903811,
+ 2130903813,
+ 2130903814,
+ 2130904149,
+ 2130904150,
+ 2130904151,
+ 2130904162,
+ 2130904163,
+ 2130904164};
+
+ // aapt resource value: 0
+ public const int KeyTrigger_framePosition = 0;
+
+ // aapt resource value: 1
+ public const int KeyTrigger_motionTarget = 1;
+
+ // aapt resource value: 2
+ public const int KeyTrigger_motion_postLayoutCollision = 2;
+
+ // aapt resource value: 3
+ public const int KeyTrigger_motion_triggerOnCollision = 3;
+
+ // aapt resource value: 4
+ public const int KeyTrigger_onCross = 4;
+
+ // aapt resource value: 5
+ public const int KeyTrigger_onNegativeCross = 5;
+
+ // aapt resource value: 6
+ public const int KeyTrigger_onPositiveCross = 6;
+
+ // aapt resource value: 7
+ public const int KeyTrigger_triggerId = 7;
+
+ // aapt resource value: 8
+ public const int KeyTrigger_triggerReceiver = 8;
+
+ // aapt resource value: 9
+ public const int KeyTrigger_triggerSlack = 9;
+
+ // aapt resource value: 10
+ public const int KeyTrigger_viewTransitionOnCross = 10;
+
+ // aapt resource value: 11
+ public const int KeyTrigger_viewTransitionOnNegativeCross = 11;
+
+ // aapt resource value: 12
+ public const int KeyTrigger_viewTransitionOnPositiveCross = 12;
+
+ // aapt resource value: { 0x10100C4,0x10100F4,0x10100F5,0x10100F7,0x10100F8,0x10100F9,0x10100FA,0x10103B5,0x10103B6,0x7F030057,0x7F030058,0x7F030059,0x7F03009C,0x7F03010E,0x7F03010F,0x7F0301DC,0x7F03023E,0x7F03023F,0x7F030240,0x7F030241,0x7F030242,0x7F030243,0x7F030244,0x7F030245,0x7F030246,0x7F030247,0x7F030248,0x7F030249,0x7F03024A,0x7F03024B,0x7F03024C,0x7F03024D,0x7F03024E,0x7F03024F,0x7F030250,0x7F030251,0x7F030252,0x7F030253,0x7F030254,0x7F030255,0x7F030256,0x7F030257,0x7F030258,0x7F030259,0x7F03025A,0x7F03025B,0x7F03025C,0x7F03025D,0x7F03025E,0x7F03025F,0x7F030261,0x7F030262,0x7F030263,0x7F030264,0x7F030265,0x7F030266,0x7F030267,0x7F030268,0x7F030269,0x7F03026A,0x7F03026B,0x7F03026D,0x7F03026E,0x7F03026F,0x7F030270,0x7F030271,0x7F030272,0x7F030273,0x7F030274,0x7F030275,0x7F030278,0x7F03027D,0x7F0302C3,0x7F0302C7,0x7F0302CD,0x7F0302D1 }
+ public static int[] Layout = new int[] {
+ 16842948,
+ 16842996,
+ 16842997,
+ 16842999,
+ 16843000,
+ 16843001,
+ 16843002,
+ 16843701,
+ 16843702,
+ 2130903127,
+ 2130903128,
+ 2130903129,
+ 2130903196,
+ 2130903310,
+ 2130903311,
+ 2130903516,
+ 2130903614,
+ 2130903615,
+ 2130903616,
+ 2130903617,
+ 2130903618,
+ 2130903619,
+ 2130903620,
+ 2130903621,
+ 2130903622,
+ 2130903623,
+ 2130903624,
+ 2130903625,
+ 2130903626,
+ 2130903627,
+ 2130903628,
+ 2130903629,
+ 2130903630,
+ 2130903631,
+ 2130903632,
+ 2130903633,
+ 2130903634,
+ 2130903635,
+ 2130903636,
+ 2130903637,
+ 2130903638,
+ 2130903639,
+ 2130903640,
+ 2130903641,
+ 2130903642,
+ 2130903643,
+ 2130903644,
+ 2130903645,
+ 2130903646,
+ 2130903647,
+ 2130903649,
+ 2130903650,
+ 2130903651,
+ 2130903652,
+ 2130903653,
+ 2130903654,
+ 2130903655,
+ 2130903656,
+ 2130903657,
+ 2130903658,
+ 2130903659,
+ 2130903661,
+ 2130903662,
+ 2130903663,
+ 2130903664,
+ 2130903665,
+ 2130903666,
+ 2130903667,
+ 2130903668,
+ 2130903669,
+ 2130903672,
+ 2130903677,
+ 2130903747,
+ 2130903751,
+ 2130903757,
+ 2130903761};
+
+ // aapt resource value: 2
+ public const int Layout_android_layout_height = 2;
+
+ // aapt resource value: 6
+ public const int Layout_android_layout_marginBottom = 6;
+
+ // aapt resource value: 8
+ public const int Layout_android_layout_marginEnd = 8;
+
+ // aapt resource value: 3
+ public const int Layout_android_layout_marginLeft = 3;
+
+ // aapt resource value: 5
+ public const int Layout_android_layout_marginRight = 5;
+
+ // aapt resource value: 7
+ public const int Layout_android_layout_marginStart = 7;
+
+ // aapt resource value: 4
+ public const int Layout_android_layout_marginTop = 4;
+
+ // aapt resource value: 1
+ public const int Layout_android_layout_width = 1;
+
+ // aapt resource value: 0
+ public const int Layout_android_orientation = 0;
+
+ // aapt resource value: 9
+ public const int Layout_barrierAllowsGoneWidgets = 9;
+
+ // aapt resource value: 10
+ public const int Layout_barrierDirection = 10;
+
+ // aapt resource value: 11
+ public const int Layout_barrierMargin = 11;
+
+ // aapt resource value: 12
+ public const int Layout_chainUseRtl = 12;
+
+ // aapt resource value: 13
+ public const int Layout_constraint_referenced_ids = 13;
+
+ // aapt resource value: 14
+ public const int Layout_constraint_referenced_tags = 14;
+
+ // aapt resource value: 15
+ public const int Layout_guidelineUseRtl = 15;
+
+ // aapt resource value: 16
+ public const int Layout_layout_constrainedHeight = 16;
+
+ // aapt resource value: 17
+ public const int Layout_layout_constrainedWidth = 17;
+
+ // aapt resource value: 18
+ public const int Layout_layout_constraintBaseline_creator = 18;
+
+ // aapt resource value: 19
+ public const int Layout_layout_constraintBaseline_toBaselineOf = 19;
+
+ // aapt resource value: 20
+ public const int Layout_layout_constraintBaseline_toBottomOf = 20;
+
+ // aapt resource value: 21
+ public const int Layout_layout_constraintBaseline_toTopOf = 21;
+
+ // aapt resource value: 22
+ public const int Layout_layout_constraintBottom_creator = 22;
+
+ // aapt resource value: 23
+ public const int Layout_layout_constraintBottom_toBottomOf = 23;
+
+ // aapt resource value: 24
+ public const int Layout_layout_constraintBottom_toTopOf = 24;
+
+ // aapt resource value: 25
+ public const int Layout_layout_constraintCircle = 25;
+
+ // aapt resource value: 26
+ public const int Layout_layout_constraintCircleAngle = 26;
+
+ // aapt resource value: 27
+ public const int Layout_layout_constraintCircleRadius = 27;
+
+ // aapt resource value: 28
+ public const int Layout_layout_constraintDimensionRatio = 28;
+
+ // aapt resource value: 29
+ public const int Layout_layout_constraintEnd_toEndOf = 29;
+
+ // aapt resource value: 30
+ public const int Layout_layout_constraintEnd_toStartOf = 30;
+
+ // aapt resource value: 31
+ public const int Layout_layout_constraintGuide_begin = 31;
+
+ // aapt resource value: 32
+ public const int Layout_layout_constraintGuide_end = 32;
+
+ // aapt resource value: 33
+ public const int Layout_layout_constraintGuide_percent = 33;
+
+ // aapt resource value: 34
+ public const int Layout_layout_constraintHeight = 34;
+
+ // aapt resource value: 35
+ public const int Layout_layout_constraintHeight_default = 35;
+
+ // aapt resource value: 36
+ public const int Layout_layout_constraintHeight_max = 36;
+
+ // aapt resource value: 37
+ public const int Layout_layout_constraintHeight_min = 37;
+
+ // aapt resource value: 38
+ public const int Layout_layout_constraintHeight_percent = 38;
+
+ // aapt resource value: 39
+ public const int Layout_layout_constraintHorizontal_bias = 39;
+
+ // aapt resource value: 40
+ public const int Layout_layout_constraintHorizontal_chainStyle = 40;
+
+ // aapt resource value: 41
+ public const int Layout_layout_constraintHorizontal_weight = 41;
+
+ // aapt resource value: 42
+ public const int Layout_layout_constraintLeft_creator = 42;
+
+ // aapt resource value: 43
+ public const int Layout_layout_constraintLeft_toLeftOf = 43;
+
+ // aapt resource value: 44
+ public const int Layout_layout_constraintLeft_toRightOf = 44;
+
+ // aapt resource value: 45
+ public const int Layout_layout_constraintRight_creator = 45;
+
+ // aapt resource value: 46
+ public const int Layout_layout_constraintRight_toLeftOf = 46;
+
+ // aapt resource value: 47
+ public const int Layout_layout_constraintRight_toRightOf = 47;
+
+ // aapt resource value: 48
+ public const int Layout_layout_constraintStart_toEndOf = 48;
+
+ // aapt resource value: 49
+ public const int Layout_layout_constraintStart_toStartOf = 49;
+
+ // aapt resource value: 50
+ public const int Layout_layout_constraintTop_creator = 50;
+
+ // aapt resource value: 51
+ public const int Layout_layout_constraintTop_toBottomOf = 51;
+
+ // aapt resource value: 52
+ public const int Layout_layout_constraintTop_toTopOf = 52;
+
+ // aapt resource value: 53
+ public const int Layout_layout_constraintVertical_bias = 53;
+
+ // aapt resource value: 54
+ public const int Layout_layout_constraintVertical_chainStyle = 54;
+
+ // aapt resource value: 55
+ public const int Layout_layout_constraintVertical_weight = 55;
+
+ // aapt resource value: 56
+ public const int Layout_layout_constraintWidth = 56;
+
+ // aapt resource value: 57
+ public const int Layout_layout_constraintWidth_default = 57;
+
+ // aapt resource value: 58
+ public const int Layout_layout_constraintWidth_max = 58;
+
+ // aapt resource value: 59
+ public const int Layout_layout_constraintWidth_min = 59;
+
+ // aapt resource value: 60
+ public const int Layout_layout_constraintWidth_percent = 60;
+
+ // aapt resource value: 61
+ public const int Layout_layout_editor_absoluteX = 61;
+
+ // aapt resource value: 62
+ public const int Layout_layout_editor_absoluteY = 62;
+
+ // aapt resource value: 63
+ public const int Layout_layout_goneMarginBaseline = 63;
+
+ // aapt resource value: 64
+ public const int Layout_layout_goneMarginBottom = 64;
+
+ // aapt resource value: 65
+ public const int Layout_layout_goneMarginEnd = 65;
+
+ // aapt resource value: 66
+ public const int Layout_layout_goneMarginLeft = 66;
+
+ // aapt resource value: 67
+ public const int Layout_layout_goneMarginRight = 67;
+
+ // aapt resource value: 68
+ public const int Layout_layout_goneMarginStart = 68;
+
+ // aapt resource value: 69
+ public const int Layout_layout_goneMarginTop = 69;
+
+ // aapt resource value: 70
+ public const int Layout_layout_marginBaseline = 70;
+
+ // aapt resource value: 71
+ public const int Layout_layout_wrapBehaviorInParent = 71;
+
+ // aapt resource value: 72
+ public const int Layout_maxHeight = 72;
+
+ // aapt resource value: 73
+ public const int Layout_maxWidth = 73;
+
+ // aapt resource value: 74
+ public const int Layout_minHeight = 74;
+
+ // aapt resource value: 75
+ public const int Layout_minWidth = 75;
+
+ // aapt resource value: { 0x10100AF,0x10100C4,0x1010126,0x1010127,0x1010128,0x7F030154,0x7F030159,0x7F0302C8,0x7F030370 }
+ public static int[] LinearLayoutCompat = new int[] {
+ 16842927,
+ 16842948,
+ 16843046,
+ 16843047,
+ 16843048,
+ 2130903380,
+ 2130903385,
+ 2130903752,
+ 2130903920};
+
+ // aapt resource value: 2
+ public const int LinearLayoutCompat_android_baselineAligned = 2;
+
+ // aapt resource value: 3
+ public const int LinearLayoutCompat_android_baselineAlignedChildIndex = 3;
+
+ // aapt resource value: 0
+ public const int LinearLayoutCompat_android_gravity = 0;
+
+ // aapt resource value: 1
+ public const int LinearLayoutCompat_android_orientation = 1;
+
+ // aapt resource value: 4
+ public const int LinearLayoutCompat_android_weightSum = 4;
+
+ // aapt resource value: 5
+ public const int LinearLayoutCompat_divider = 5;
+
+ // aapt resource value: 6
+ public const int LinearLayoutCompat_dividerPadding = 6;
+
+ // aapt resource value: { 0x10100B3,0x10100F4,0x10100F5,0x1010181 }
+ public static int[] LinearLayoutCompat_Layout = new int[] {
+ 16842931,
+ 16842996,
+ 16842997,
+ 16843137};
+
+ // aapt resource value: 0
+ public const int LinearLayoutCompat_Layout_android_layout_gravity = 0;
+
+ // aapt resource value: 2
+ public const int LinearLayoutCompat_Layout_android_layout_height = 2;
+
+ // aapt resource value: 3
+ public const int LinearLayoutCompat_Layout_android_layout_weight = 3;
+
+ // aapt resource value: 1
+ public const int LinearLayoutCompat_Layout_android_layout_width = 1;
+
+ // aapt resource value: 7
+ public const int LinearLayoutCompat_measureWithLargestChild = 7;
+
+ // aapt resource value: 8
+ public const int LinearLayoutCompat_showDividers = 8;
+
+ // aapt resource value: { 0x7F030202,0x7F030206 }
+ public static int[] LinearProgressIndicator = new int[] {
+ 2130903554,
+ 2130903558};
+
+ // aapt resource value: 0
+ public const int LinearProgressIndicator_indeterminateAnimationType = 0;
+
+ // aapt resource value: 1
+ public const int LinearProgressIndicator_indicatorDirectionLinear = 1;
+
+ // aapt resource value: { 0x10102AC,0x10102AD }
+ public static int[] ListPopupWindow = new int[] {
+ 16843436,
+ 16843437};
+
+ // aapt resource value: 0
+ public const int ListPopupWindow_android_dropDownHorizontalOffset = 0;
+
+ // aapt resource value: 1
+ public const int ListPopupWindow_android_dropDownVerticalOffset = 1;
+
+ // aapt resource value: { 0x7F030047,0x7F030048,0x7F030049,0x7F03004A }
+ public static int[] MaterialAlertDialog = new int[] {
+ 2130903111,
+ 2130903112,
+ 2130903113,
+ 2130903114};
+
+ // aapt resource value: { 0x7F03029B,0x7F03029C,0x7F03029D,0x7F03029E,0x7F03029F,0x7F0302A0 }
+ public static int[] MaterialAlertDialogTheme = new int[] {
+ 2130903707,
+ 2130903708,
+ 2130903709,
+ 2130903710,
+ 2130903711,
+ 2130903712};
+
+ // aapt resource value: 0
+ public const int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle = 0;
+
+ // aapt resource value: 1
+ public const int MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility = 1;
+
+ // aapt resource value: 2
+ public const int MaterialAlertDialogTheme_materialAlertDialogTheme = 2;
+
+ // aapt resource value: 3
+ public const int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle = 3;
+
+ // aapt resource value: 4
+ public const int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle = 4;
+
+ // aapt resource value: 5
+ public const int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle = 5;
+
+ // aapt resource value: 0
+ public const int MaterialAlertDialog_backgroundInsetBottom = 0;
+
+ // aapt resource value: 1
+ public const int MaterialAlertDialog_backgroundInsetEnd = 1;
+
+ // aapt resource value: 2
+ public const int MaterialAlertDialog_backgroundInsetStart = 2;
+
+ // aapt resource value: 3
+ public const int MaterialAlertDialog_backgroundInsetTop = 3;
+
+ // aapt resource value: { 0x1010220,0x7F030376,0x7F030377 }
+ public static int[] MaterialAutoCompleteTextView = new int[] {
+ 16843296,
+ 2130903926,
+ 2130903927};
+
+ // aapt resource value: 0
+ public const int MaterialAutoCompleteTextView_android_inputType = 0;
+
+ // aapt resource value: 1
+ public const int MaterialAutoCompleteTextView_simpleItemLayout = 1;
+
+ // aapt resource value: 2
+ public const int MaterialAutoCompleteTextView_simpleItems = 2;
+
+ // aapt resource value: { 0x10100D4,0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x10101E5,0x7F03004E,0x7F03004F,0x7F030129,0x7F030173,0x7F0301F2,0x7F0301F4,0x7F0301F5,0x7F0301F6,0x7F0301F8,0x7F0301F9,0x7F030351,0x7F030367,0x7F03036A,0x7F0303A0,0x7F0303A1 }
+ public static int[] MaterialButton = new int[] {
+ 16842964,
+ 16843191,
+ 16843192,
+ 16843193,
+ 16843194,
+ 16843237,
+ 2130903118,
+ 2130903119,
+ 2130903337,
+ 2130903411,
+ 2130903538,
+ 2130903540,
+ 2130903541,
+ 2130903542,
+ 2130903544,
+ 2130903545,
+ 2130903889,
+ 2130903911,
+ 2130903914,
+ 2130903968,
+ 2130903969};
+
+ // aapt resource value: { 0x7F0300A1,0x7F030364,0x7F03037A }
+ public static int[] MaterialButtonToggleGroup = new int[] {
+ 2130903201,
+ 2130903908,
+ 2130903930};
+
+ // aapt resource value: 0
+ public const int MaterialButtonToggleGroup_checkedButton = 0;
+
+ // aapt resource value: 1
+ public const int MaterialButtonToggleGroup_selectionRequired = 1;
+
+ // aapt resource value: 2
+ public const int MaterialButtonToggleGroup_singleSelection = 2;
+
+ // aapt resource value: 0
+ public const int MaterialButton_android_background = 0;
+
+ // aapt resource value: 5
+ public const int MaterialButton_android_checkable = 5;
+
+ // aapt resource value: 4
+ public const int MaterialButton_android_insetBottom = 4;
+
+ // aapt resource value: 1
+ public const int MaterialButton_android_insetLeft = 1;
+
+ // aapt resource value: 2
+ public const int MaterialButton_android_insetRight = 2;
+
+ // aapt resource value: 3
+ public const int MaterialButton_android_insetTop = 3;
+
+ // aapt resource value: 6
+ public const int MaterialButton_backgroundTint = 6;
+
+ // aapt resource value: 7
+ public const int MaterialButton_backgroundTintMode = 7;
+
+ // aapt resource value: 8
+ public const int MaterialButton_cornerRadius = 8;
+
+ // aapt resource value: 9
+ public const int MaterialButton_elevation = 9;
+
+ // aapt resource value: 10
+ public const int MaterialButton_icon = 10;
+
+ // aapt resource value: 11
+ public const int MaterialButton_iconGravity = 11;
+
+ // aapt resource value: 12
+ public const int MaterialButton_iconPadding = 12;
+
+ // aapt resource value: 13
+ public const int MaterialButton_iconSize = 13;
+
+ // aapt resource value: 14
+ public const int MaterialButton_iconTint = 14;
+
+ // aapt resource value: 15
+ public const int MaterialButton_iconTintMode = 15;
+
+ // aapt resource value: 16
+ public const int MaterialButton_rippleColor = 16;
+
+ // aapt resource value: 17
+ public const int MaterialButton_shapeAppearance = 17;
+
+ // aapt resource value: 18
+ public const int MaterialButton_shapeAppearanceOverlay = 18;
+
+ // aapt resource value: 19
+ public const int MaterialButton_strokeColor = 19;
+
+ // aapt resource value: 20
+ public const int MaterialButton_strokeWidth = 20;
+
+ // aapt resource value: { 0x101020D,0x7F030144,0x7F030145,0x7F030146,0x7F030147,0x7F0302FF,0x7F030342,0x7F030478,0x7F030479,0x7F03047A }
+ public static int[] MaterialCalendar = new int[] {
+ 16843277,
+ 2130903364,
+ 2130903365,
+ 2130903366,
+ 2130903367,
+ 2130903807,
+ 2130903874,
+ 2130904184,
+ 2130904185,
+ 2130904186};
+
+ // aapt resource value: { 0x10101B7,0x10101B8,0x10101B9,0x10101BA,0x7F030210,0x7F03021C,0x7F03021D,0x7F030224,0x7F030225,0x7F030229 }
+ public static int[] MaterialCalendarItem = new int[] {
+ 16843191,
+ 16843192,
+ 16843193,
+ 16843194,
+ 2130903568,
+ 2130903580,
+ 2130903581,
+ 2130903588,
+ 2130903589,
+ 2130903593};
+
+ // aapt resource value: 3
+ public const int MaterialCalendarItem_android_insetBottom = 3;
+
+ // aapt resource value: 0
+ public const int MaterialCalendarItem_android_insetLeft = 0;
+
+ // aapt resource value: 1
+ public const int MaterialCalendarItem_android_insetRight = 1;
+
+ // aapt resource value: 2
+ public const int MaterialCalendarItem_android_insetTop = 2;
+
+ // aapt resource value: 4
+ public const int MaterialCalendarItem_itemFillColor = 4;
+
+ // aapt resource value: 5
+ public const int MaterialCalendarItem_itemShapeAppearance = 5;
+
+ // aapt resource value: 6
+ public const int MaterialCalendarItem_itemShapeAppearanceOverlay = 6;
+
+ // aapt resource value: 7
+ public const int MaterialCalendarItem_itemStrokeColor = 7;
+
+ // aapt resource value: 8
+ public const int MaterialCalendarItem_itemStrokeWidth = 8;
+
+ // aapt resource value: 9
+ public const int MaterialCalendarItem_itemTextColor = 9;
+
+ // aapt resource value: 0
+ public const int MaterialCalendar_android_windowFullscreen = 0;
+
+ // aapt resource value: 1
+ public const int MaterialCalendar_dayInvalidStyle = 1;
+
+ // aapt resource value: 2
+ public const int MaterialCalendar_daySelectedStyle = 2;
+
+ // aapt resource value: 3
+ public const int MaterialCalendar_dayStyle = 3;
+
+ // aapt resource value: 4
+ public const int MaterialCalendar_dayTodayStyle = 4;
+
+ // aapt resource value: 5
+ public const int MaterialCalendar_nestedScrollable = 5;
+
+ // aapt resource value: 6
+ public const int MaterialCalendar_rangeFillColor = 6;
+
+ // aapt resource value: 7
+ public const int MaterialCalendar_yearSelectedStyle = 7;
+
+ // aapt resource value: 8
+ public const int MaterialCalendar_yearStyle = 8;
+
+ // aapt resource value: 9
+ public const int MaterialCalendar_yearTodayStyle = 9;
+
+ // aapt resource value: { 0x10101E5,0x7F03008C,0x7F0300A3,0x7F0300A5,0x7F0300A6,0x7F0300A7,0x7F0300A8,0x7F030351,0x7F030367,0x7F03036A,0x7F03039A,0x7F0303A0,0x7F0303A1 }
+ public static int[] MaterialCardView = new int[] {
+ 16843237,
+ 2130903180,
+ 2130903203,
+ 2130903205,
+ 2130903206,
+ 2130903207,
+ 2130903208,
+ 2130903889,
+ 2130903911,
+ 2130903914,
+ 2130903962,
+ 2130903968,
+ 2130903969};
+
+ // aapt resource value: 0
+ public const int MaterialCardView_android_checkable = 0;
+
+ // aapt resource value: 1
+ public const int MaterialCardView_cardForegroundColor = 1;
+
+ // aapt resource value: 2
+ public const int MaterialCardView_checkedIcon = 2;
+
+ // aapt resource value: 3
+ public const int MaterialCardView_checkedIconGravity = 3;
+
+ // aapt resource value: 4
+ public const int MaterialCardView_checkedIconMargin = 4;
+
+ // aapt resource value: 5
+ public const int MaterialCardView_checkedIconSize = 5;
+
+ // aapt resource value: 6
+ public const int MaterialCardView_checkedIconTint = 6;
+
+ // aapt resource value: 7
+ public const int MaterialCardView_rippleColor = 7;
+
+ // aapt resource value: 8
+ public const int MaterialCardView_shapeAppearance = 8;
+
+ // aapt resource value: 9
+ public const int MaterialCardView_shapeAppearanceOverlay = 9;
+
+ // aapt resource value: 10
+ public const int MaterialCardView_state_dragged = 10;
+
+ // aapt resource value: 11
+ public const int MaterialCardView_strokeColor = 11;
+
+ // aapt resource value: 12
+ public const int MaterialCardView_strokeWidth = 12;
+
+ // aapt resource value: { 0x7F030087,0x7F03009B,0x7F03045C }
+ public static int[] MaterialCheckBox = new int[] {
+ 2130903175,
+ 2130903195,
+ 2130904156};
+
+ // aapt resource value: 0
+ public const int MaterialCheckBox_buttonTint = 0;
+
+ // aapt resource value: 1
+ public const int MaterialCheckBox_centerIfNoTextEnabled = 1;
+
+ // aapt resource value: 2
+ public const int MaterialCheckBox_useMaterialThemeColors = 2;
+
+ // aapt resource value: { 0x7F030155,0x7F030157,0x7F030158,0x7F03015A,0x7F030233 }
+ public static int[] MaterialDivider = new int[] {
+ 2130903381,
+ 2130903383,
+ 2130903384,
+ 2130903386,
+ 2130903603};
+
+ // aapt resource value: 0
+ public const int MaterialDivider_dividerColor = 0;
+
+ // aapt resource value: 1
+ public const int MaterialDivider_dividerInsetEnd = 1;
+
+ // aapt resource value: 2
+ public const int MaterialDivider_dividerInsetStart = 2;
+
+ // aapt resource value: 3
+ public const int MaterialDivider_dividerThickness = 3;
+
+ // aapt resource value: 4
+ public const int MaterialDivider_lastItemDecorated = 4;
+
+ // aapt resource value: { 0x7F030087,0x7F03045C }
+ public static int[] MaterialRadioButton = new int[] {
+ 2130903175,
+ 2130904156};
+
+ // aapt resource value: 0
+ public const int MaterialRadioButton_buttonTint = 0;
+
+ // aapt resource value: 1
+ public const int MaterialRadioButton_useMaterialThemeColors = 1;
+
+ // aapt resource value: { 0x7F030367,0x7F03036A }
+ public static int[] MaterialShape = new int[] {
+ 2130903911,
+ 2130903914};
+
+ // aapt resource value: 0
+ public const int MaterialShape_shapeAppearance = 0;
+
+ // aapt resource value: 1
+ public const int MaterialShape_shapeAppearanceOverlay = 1;
+
+ // aapt resource value: { 0x10104B6,0x101057F,0x7F030281 }
+ public static int[] MaterialTextAppearance = new int[] {
+ 16843958,
+ 16844159,
+ 2130903681};
+
+ // aapt resource value: 0
+ public const int MaterialTextAppearance_android_letterSpacing = 0;
+
+ // aapt resource value: 1
+ public const int MaterialTextAppearance_android_lineHeight = 1;
+
+ // aapt resource value: 2
+ public const int MaterialTextAppearance_lineHeight = 2;
+
+ // aapt resource value: { 0x1010034,0x101057F,0x7F030281 }
+ public static int[] MaterialTextView = new int[] {
+ 16842804,
+ 16844159,
+ 2130903681};
+
+ // aapt resource value: 1
+ public const int MaterialTextView_android_lineHeight = 1;
+
+ // aapt resource value: 0
+ public const int MaterialTextView_android_textAppearance = 0;
+
+ // aapt resource value: 2
+ public const int MaterialTextView_lineHeight = 2;
+
+ // aapt resource value: { 0x7F0300CB,0x7F03022C }
+ public static int[] MaterialTimePicker = new int[] {
+ 2130903243,
+ 2130903596};
+
+ // aapt resource value: 0
+ public const int MaterialTimePicker_clockIcon = 0;
+
+ // aapt resource value: 1
+ public const int MaterialTimePicker_keyboardIcon = 1;
+
+ // aapt resource value: { 0x7F030294,0x7F030296,0x7F0302F9,0x7F0303A9,0x7F03042D }
+ public static int[] MaterialToolbar = new int[] {
+ 2130903700,
+ 2130903702,
+ 2130903801,
+ 2130903977,
+ 2130904109};
+
+ // aapt resource value: 0
+ public const int MaterialToolbar_logoAdjustViewBounds = 0;
+
+ // aapt resource value: 1
+ public const int MaterialToolbar_logoScaleType = 1;
+
+ // aapt resource value: 2
+ public const int MaterialToolbar_navigationIconTint = 2;
+
+ // aapt resource value: 3
+ public const int MaterialToolbar_subtitleCentered = 3;
+
+ // aapt resource value: 4
+ public const int MaterialToolbar_titleCentered = 4;
+
+ // aapt resource value: { 0x101000E,0x10100D0,0x1010194,0x10101DE,0x10101DF,0x10101E0 }
+ public static int[] MenuGroup = new int[] {
+ 16842766,
+ 16842960,
+ 16843156,
+ 16843230,
+ 16843231,
+ 16843232};
+
+ // aapt resource value: 5
+ public const int MenuGroup_android_checkableBehavior = 5;
+
+ // aapt resource value: 0
+ public const int MenuGroup_android_enabled = 0;
+
+ // aapt resource value: 1
+ public const int MenuGroup_android_id = 1;
+
+ // aapt resource value: 3
+ public const int MenuGroup_android_menuCategory = 3;
+
+ // aapt resource value: 4
+ public const int MenuGroup_android_orderInCategory = 4;
+
+ // aapt resource value: 2
+ public const int MenuGroup_android_visible = 2;
+
+ // aapt resource value: { 0x1010002,0x101000E,0x10100D0,0x1010106,0x1010194,0x10101DE,0x10101DF,0x10101E1,0x10101E2,0x10101E3,0x10101E4,0x10101E5,0x101026F,0x7F030010,0x7F030024,0x7F030026,0x7F030030,0x7F030112,0x7F0301F8,0x7F0301F9,0x7F030302,0x7F03036E,0x7F030441 }
+ public static int[] MenuItem = new int[] {
+ 16842754,
+ 16842766,
+ 16842960,
+ 16843014,
+ 16843156,
+ 16843230,
+ 16843231,
+ 16843233,
+ 16843234,
+ 16843235,
+ 16843236,
+ 16843237,
+ 16843375,
+ 2130903056,
+ 2130903076,
+ 2130903078,
+ 2130903088,
+ 2130903314,
+ 2130903544,
+ 2130903545,
+ 2130903810,
+ 2130903918,
+ 2130904129};
+
+ // aapt resource value: 13
+ public const int MenuItem_actionLayout = 13;
+
+ // aapt resource value: 14
+ public const int MenuItem_actionProviderClass = 14;
+
+ // aapt resource value: 15
+ public const int MenuItem_actionViewClass = 15;
+
+ // aapt resource value: 16
+ public const int MenuItem_alphabeticModifiers = 16;
+
+ // aapt resource value: 9
+ public const int MenuItem_android_alphabeticShortcut = 9;
+
+ // aapt resource value: 11
+ public const int MenuItem_android_checkable = 11;
+
+ // aapt resource value: 3
+ public const int MenuItem_android_checked = 3;
+
+ // aapt resource value: 1
+ public const int MenuItem_android_enabled = 1;
+
+ // aapt resource value: 0
+ public const int MenuItem_android_icon = 0;
+
+ // aapt resource value: 2
+ public const int MenuItem_android_id = 2;
+
+ // aapt resource value: 5
+ public const int MenuItem_android_menuCategory = 5;
+
+ // aapt resource value: 10
+ public const int MenuItem_android_numericShortcut = 10;
+
+ // aapt resource value: 12
+ public const int MenuItem_android_onClick = 12;
+
+ // aapt resource value: 6
+ public const int MenuItem_android_orderInCategory = 6;
+
+ // aapt resource value: 7
+ public const int MenuItem_android_title = 7;
+
+ // aapt resource value: 8
+ public const int MenuItem_android_titleCondensed = 8;
+
+ // aapt resource value: 4
+ public const int MenuItem_android_visible = 4;
+
+ // aapt resource value: 17
+ public const int MenuItem_contentDescription = 17;
+
+ // aapt resource value: 18
+ public const int MenuItem_iconTint = 18;
+
+ // aapt resource value: 19
+ public const int MenuItem_iconTintMode = 19;
+
+ // aapt resource value: 20
+ public const int MenuItem_numericModifiers = 20;
+
+ // aapt resource value: 21
+ public const int MenuItem_showAsAction = 21;
+
+ // aapt resource value: 22
+ public const int MenuItem_tooltipText = 22;
+
+ // aapt resource value: { 0x10100AE,0x101012C,0x101012D,0x101012E,0x101012F,0x1010130,0x1010131,0x7F030336,0x7F0303A2 }
+ public static int[] MenuView = new int[] {
+ 16842926,
+ 16843052,
+ 16843053,
+ 16843054,
+ 16843055,
+ 16843056,
+ 16843057,
+ 2130903862,
+ 2130903970};
+
+ // aapt resource value: 4
+ public const int MenuView_android_headerBackground = 4;
+
+ // aapt resource value: 2
+ public const int MenuView_android_horizontalDivider = 2;
+
+ // aapt resource value: 5
+ public const int MenuView_android_itemBackground = 5;
+
+ // aapt resource value: 6
+ public const int MenuView_android_itemIconDisabledAlpha = 6;
+
+ // aapt resource value: 1
+ public const int MenuView_android_itemTextAppearance = 1;
+
+ // aapt resource value: 3
+ public const int MenuView_android_verticalDivider = 3;
+
+ // aapt resource value: 0
+ public const int MenuView_android_windowAnimationStyle = 0;
+
+ // aapt resource value: 7
+ public const int MenuView_preserveIconSpacing = 7;
+
+ // aapt resource value: 8
+ public const int MenuView_subMenuArrow = 8;
+
+ // aapt resource value: { 0x7F0302D2,0x7F0302D3,0x7F0302D4,0x7F0302D5,0x7F0302D6,0x7F0302D7 }
+ public static int[] MockView = new int[] {
+ 2130903762,
+ 2130903763,
+ 2130903764,
+ 2130903765,
+ 2130903766,
+ 2130903767};
+
+ // aapt resource value: 0
+ public const int MockView_mock_diagonalsColor = 0;
+
+ // aapt resource value: 1
+ public const int MockView_mock_label = 1;
+
+ // aapt resource value: 2
+ public const int MockView_mock_labelBackgroundColor = 2;
+
+ // aapt resource value: 3
+ public const int MockView_mock_labelColor = 3;
+
+ // aapt resource value: 4
+ public const int MockView_mock_showDiagonals = 4;
+
+ // aapt resource value: 5
+ public const int MockView_mock_showLabel = 5;
+
+ // aapt resource value: { 0x7F030033,0x7F030034,0x7F03015F,0x7F0302EE,0x7F0302F0,0x7F03031C,0x7F03033B,0x7F03033C,0x7F03033D,0x7F030451 }
+ public static int[] Motion = new int[] {
+ 2130903091,
+ 2130903092,
+ 2130903391,
+ 2130903790,
+ 2130903792,
+ 2130903836,
+ 2130903867,
+ 2130903868,
+ 2130903869,
+ 2130904145};
+
+ // aapt resource value: { 0x7F0302E4,0x7F0302E5,0x7F0302E6,0x7F0302E7,0x7F0302E8,0x7F0302E9,0x7F0302EA,0x7F0302EB }
+ public static int[] MotionEffect = new int[] {
+ 2130903780,
+ 2130903781,
+ 2130903782,
+ 2130903783,
+ 2130903784,
+ 2130903785,
+ 2130903786,
+ 2130903787};
+
+ // aapt resource value: 0
+ public const int MotionEffect_motionEffect_alpha = 0;
+
+ // aapt resource value: 1
+ public const int MotionEffect_motionEffect_end = 1;
+
+ // aapt resource value: 2
+ public const int MotionEffect_motionEffect_move = 2;
+
+ // aapt resource value: 3
+ public const int MotionEffect_motionEffect_start = 3;
+
+ // aapt resource value: 4
+ public const int MotionEffect_motionEffect_strict = 4;
+
+ // aapt resource value: 5
+ public const int MotionEffect_motionEffect_translationX = 5;
+
+ // aapt resource value: 6
+ public const int MotionEffect_motionEffect_translationY = 6;
+
+ // aapt resource value: 7
+ public const int MotionEffect_motionEffect_viewTransition = 7;
+
+ // aapt resource value: { 0x7F030304,0x7F030307 }
+ public static int[] MotionHelper = new int[] {
+ 2130903812,
+ 2130903815};
+
+ // aapt resource value: 0
+ public const int MotionHelper_onHide = 0;
+
+ // aapt resource value: 1
+ public const int MotionHelper_onShow = 1;
+
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x10100AF,0x101014F,0x1010164,0x10103AC,0x1010535,0x7F030066,0x7F030067,0x7F030357,0x7F0303FD,0x7F0303FE,0x7F0303FF,0x7F030400,0x7F030401,0x7F03040F,0x7F030410,0x7F030411,0x7F030412,0x7F030414,0x7F030415,0x7F030416,0x7F030417 }
+ public static int[] MotionLabel = new int[] {
+ 16842901,
+ 16842902,
+ 16842903,
+ 16842904,
+ 16842927,
+ 16843087,
+ 16843108,
+ 16843692,
+ 16844085,
+ 2130903142,
+ 2130903143,
+ 2130903895,
+ 2130904061,
+ 2130904062,
+ 2130904063,
+ 2130904064,
+ 2130904065,
+ 2130904079,
+ 2130904080,
+ 2130904081,
+ 2130904082,
+ 2130904084,
+ 2130904085,
+ 2130904086,
+ 2130904087};
+
+ // aapt resource value: 8
+ public const int MotionLabel_android_autoSizeTextType = 8;
+
+ // aapt resource value: 7
+ public const int MotionLabel_android_fontFamily = 7;
+
+ // aapt resource value: 4
+ public const int MotionLabel_android_gravity = 4;
+
+ // aapt resource value: 6
+ public const int MotionLabel_android_shadowRadius = 6;
+
+ // aapt resource value: 5
+ public const int MotionLabel_android_text = 5;
+
+ // aapt resource value: 3
+ public const int MotionLabel_android_textColor = 3;
+
+ // aapt resource value: 0
+ public const int MotionLabel_android_textSize = 0;
+
+ // aapt resource value: 2
+ public const int MotionLabel_android_textStyle = 2;
+
+ // aapt resource value: 1
+ public const int MotionLabel_android_typeface = 1;
+
+ // aapt resource value: 9
+ public const int MotionLabel_borderRound = 9;
+
+ // aapt resource value: 10
+ public const int MotionLabel_borderRoundPercent = 10;
+
+ // aapt resource value: 11
+ public const int MotionLabel_scaleFromTextSize = 11;
+
+ // aapt resource value: 12
+ public const int MotionLabel_textBackground = 12;
+
+ // aapt resource value: 13
+ public const int MotionLabel_textBackgroundPanX = 13;
+
+ // aapt resource value: 14
+ public const int MotionLabel_textBackgroundPanY = 14;
+
+ // aapt resource value: 15
+ public const int MotionLabel_textBackgroundRotate = 15;
+
+ // aapt resource value: 16
+ public const int MotionLabel_textBackgroundZoom = 16;
+
+ // aapt resource value: 17
+ public const int MotionLabel_textOutlineColor = 17;
+
+ // aapt resource value: 18
+ public const int MotionLabel_textOutlineThickness = 18;
+
+ // aapt resource value: 19
+ public const int MotionLabel_textPanX = 19;
+
+ // aapt resource value: 20
+ public const int MotionLabel_textPanY = 20;
+
+ // aapt resource value: 21
+ public const int MotionLabel_textureBlurFactor = 21;
+
+ // aapt resource value: 22
+ public const int MotionLabel_textureEffect = 22;
+
+ // aapt resource value: 23
+ public const int MotionLabel_textureHeight = 23;
+
+ // aapt resource value: 24
+ public const int MotionLabel_textureWidth = 24;
+
+ // aapt resource value: { 0x7F030037,0x7F030136,0x7F030236,0x7F0302D8,0x7F0302EF,0x7F030372 }
+ public static int[] MotionLayout = new int[] {
+ 2130903095,
+ 2130903350,
+ 2130903606,
+ 2130903768,
+ 2130903791,
+ 2130903922};
+
+ // aapt resource value: 0
+ public const int MotionLayout_applyMotionScene = 0;
+
+ // aapt resource value: 1
+ public const int MotionLayout_currentState = 1;
+
+ // aapt resource value: 2
+ public const int MotionLayout_layoutDescription = 2;
+
+ // aapt resource value: 3
+ public const int MotionLayout_motionDebug = 3;
+
+ // aapt resource value: 4
+ public const int MotionLayout_motionProgress = 4;
+
+ // aapt resource value: 5
+ public const int MotionLayout_showPaths = 5;
+
+ // aapt resource value: { 0x7F030148,0x7F030237 }
+ public static int[] MotionScene = new int[] {
+ 2130903368,
+ 2130903607};
+
+ // aapt resource value: 0
+ public const int MotionScene_defaultDuration = 0;
+
+ // aapt resource value: 1
+ public const int MotionScene_layoutDuringTransition = 1;
+
+ // aapt resource value: { 0x7F0303D4,0x7F0303D5,0x7F0303D6 }
+ public static int[] MotionTelltales = new int[] {
+ 2130904020,
+ 2130904021,
+ 2130904022};
+
+ // aapt resource value: 0
+ public const int MotionTelltales_telltales_tailColor = 0;
+
+ // aapt resource value: 1
+ public const int MotionTelltales_telltales_tailScale = 1;
+
+ // aapt resource value: 2
+ public const int MotionTelltales_telltales_velocityMode = 2;
+
+ // aapt resource value: 0
+ public const int Motion_animateCircleAngleTo = 0;
+
+ // aapt resource value: 1
+ public const int Motion_animateRelativeTo = 1;
+
+ // aapt resource value: 2
+ public const int Motion_drawPath = 2;
+
+ // aapt resource value: 3
+ public const int Motion_motionPathRotate = 3;
+
+ // aapt resource value: 4
+ public const int Motion_motionStagger = 4;
+
+ // aapt resource value: 5
+ public const int Motion_pathMotionArc = 5;
+
+ // aapt resource value: 6
+ public const int Motion_quantizeMotionInterpolator = 6;
+
+ // aapt resource value: 7
+ public const int Motion_quantizeMotionPhase = 7;
+
+ // aapt resource value: 8
+ public const int Motion_quantizeMotionSteps = 8;
+
+ // aapt resource value: 9
+ public const int Motion_transitionEasing = 9;
+
+ // aapt resource value: { 0x10100D0,0x7F03014F,0x7F030182,0x7F03018A,0x7F030234,0x7F03032A,0x7F03032B,0x7F03032C,0x7F03032D,0x7F03032E,0x7F03034F }
+ public static int[] NavAction = new int[] {
+ 16842960,
+ 2130903375,
+ 2130903426,
+ 2130903434,
+ 2130903604,
+ 2130903850,
+ 2130903851,
+ 2130903852,
+ 2130903853,
+ 2130903854,
+ 2130903887};
+
+ // aapt resource value: 0
+ public const int NavAction_android_id = 0;
+
+ // aapt resource value: 1
+ public const int NavAction_destination = 1;
+
+ // aapt resource value: 2
+ public const int NavAction_enterAnim = 2;
+
+ // aapt resource value: 3
+ public const int NavAction_exitAnim = 3;
+
+ // aapt resource value: 4
+ public const int NavAction_launchSingleTop = 4;
+
+ // aapt resource value: 5
+ public const int NavAction_popEnterAnim = 5;
+
+ // aapt resource value: 6
+ public const int NavAction_popExitAnim = 6;
+
+ // aapt resource value: 7
+ public const int NavAction_popUpTo = 7;
+
+ // aapt resource value: 8
+ public const int NavAction_popUpToInclusive = 8;
+
+ // aapt resource value: 9
+ public const int NavAction_popUpToSaveState = 9;
+
+ // aapt resource value: 10
+ public const int NavAction_restoreState = 10;
+
+ // aapt resource value: { 0x1010003,0x10101ED,0x7F030039,0x7F030300 }
+ public static int[] NavArgument = new int[] {
+ 16842755,
+ 16843245,
+ 2130903097,
+ 2130903808};
+
+ // aapt resource value: 1
+ public const int NavArgument_android_defaultValue = 1;
+
+ // aapt resource value: 0
+ public const int NavArgument_android_name = 0;
+
+ // aapt resource value: 2
+ public const int NavArgument_argType = 2;
+
+ // aapt resource value: 3
+ public const int NavArgument_nullable = 3;
+
+ // aapt resource value: { 0x10104EE,0x7F030002,0x7F0302CC,0x7F03045A }
+ public static int[] NavDeepLink = new int[] {
+ 16844014,
+ 2130903042,
+ 2130903756,
+ 2130904154};
+
+ // aapt resource value: 1
+ public const int NavDeepLink_action = 1;
+
+ // aapt resource value: 0
+ public const int NavDeepLink_android_autoVerify = 0;
+
+ // aapt resource value: 2
+ public const int NavDeepLink_mimeType = 2;
+
+ // aapt resource value: 3
+ public const int NavDeepLink_uri = 3;
+
+ // aapt resource value: { 0x7F030391 }
+ public static int[] NavGraphNavigator = new int[] {
+ 2130903953};
+
+ // aapt resource value: 0
+ public const int NavGraphNavigator_startDestination = 0;
+
+ // aapt resource value: { 0x7F0302F6 }
+ public static int[] NavHost = new int[] {
+ 2130903798};
+
+ // aapt resource value: { 0x7F030149 }
+ public static int[] NavHostFragment = new int[] {
+ 2130903369};
+
+ // aapt resource value: 0
+ public const int NavHostFragment_defaultNavHost = 0;
+
+ // aapt resource value: 0
+ public const int NavHost_navGraph = 0;
+
+ // aapt resource value: { 0x1010155,0x1010159,0x10101A5,0x7F030297,0x7F030367 }
+ public static int[] NavigationBarActiveIndicator = new int[] {
+ 16843093,
+ 16843097,
+ 16843173,
+ 2130903703,
+ 2130903911};
+
+ // aapt resource value: 2
+ public const int NavigationBarActiveIndicator_android_color = 2;
+
+ // aapt resource value: 0
+ public const int NavigationBarActiveIndicator_android_height = 0;
+
+ // aapt resource value: 1
+ public const int NavigationBarActiveIndicator_android_width = 1;
+
+ // aapt resource value: 3
+ public const int NavigationBarActiveIndicator_marginHorizontal = 3;
+
+ // aapt resource value: 4
+ public const int NavigationBarActiveIndicator_shapeAppearance = 4;
+
+ // aapt resource value: { 0x7F03004E,0x7F030173,0x7F03020E,0x7F03020F,0x7F030214,0x7F030215,0x7F030219,0x7F03021A,0x7F03021B,0x7F030227,0x7F030228,0x7F030229,0x7F030231,0x7F0302C9 }
+ public static int[] NavigationBarView = new int[] {
+ 2130903118,
+ 2130903411,
+ 2130903566,
+ 2130903567,
+ 2130903572,
+ 2130903573,
+ 2130903577,
+ 2130903578,
+ 2130903579,
+ 2130903591,
+ 2130903592,
+ 2130903593,
+ 2130903601,
+ 2130903753};
+
+ // aapt resource value: 0
+ public const int NavigationBarView_backgroundTint = 0;
+
+ // aapt resource value: 1
+ public const int NavigationBarView_elevation = 1;
+
+ // aapt resource value: 2
+ public const int NavigationBarView_itemActiveIndicatorStyle = 2;
+
+ // aapt resource value: 3
+ public const int NavigationBarView_itemBackground = 3;
+
+ // aapt resource value: 4
+ public const int NavigationBarView_itemIconSize = 4;
+
+ // aapt resource value: 5
+ public const int NavigationBarView_itemIconTint = 5;
+
+ // aapt resource value: 6
+ public const int NavigationBarView_itemPaddingBottom = 6;
+
+ // aapt resource value: 7
+ public const int NavigationBarView_itemPaddingTop = 7;
+
+ // aapt resource value: 8
+ public const int NavigationBarView_itemRippleColor = 8;
+
+ // aapt resource value: 9
+ public const int NavigationBarView_itemTextAppearanceActive = 9;
+
+ // aapt resource value: 10
+ public const int NavigationBarView_itemTextAppearanceInactive = 10;
+
+ // aapt resource value: 11
+ public const int NavigationBarView_itemTextColor = 11;
+
+ // aapt resource value: 12
+ public const int NavigationBarView_labelVisibilityMode = 12;
+
+ // aapt resource value: 13
+ public const int NavigationBarView_menu = 13;
+
+ // aapt resource value: { 0x7F0301DF,0x7F030217,0x7F0302CA,0x7F03030D,0x7F030313 }
+ public static int[] NavigationRailView = new int[] {
+ 2130903519,
+ 2130903575,
+ 2130903754,
+ 2130903821,
+ 2130903827};
+
+ // aapt resource value: 0
+ public const int NavigationRailView_headerLayout = 0;
+
+ // aapt resource value: 1
+ public const int NavigationRailView_itemMinHeight = 1;
+
+ // aapt resource value: 2
+ public const int NavigationRailView_menuGravity = 2;
+
+ // aapt resource value: 3
+ public const int NavigationRailView_paddingBottomSystemWindowInsets = 3;
+
+ // aapt resource value: 4
+ public const int NavigationRailView_paddingTopSystemWindowInsets = 4;
+
+ // aapt resource value: { 0x10100B3,0x10100D4,0x10100DD,0x101011F,0x7F03006B,0x7F030157,0x7F030158,0x7F03016A,0x7F030173,0x7F0301DF,0x7F03020F,0x7F030211,0x7F030213,0x7F030214,0x7F030215,0x7F030216,0x7F03021B,0x7F03021C,0x7F03021D,0x7F03021E,0x7F03021F,0x7F030220,0x7F030221,0x7F030222,0x7F030226,0x7F030229,0x7F03022A,0x7F0302C9,0x7F030367,0x7F03036A,0x7F0303A3,0x7F0303A4,0x7F0303A5,0x7F0303A6,0x7F030442 }
+ public static int[] NavigationView = new int[] {
+ 16842931,
+ 16842964,
+ 16842973,
+ 16843039,
+ 2130903147,
+ 2130903383,
+ 2130903384,
+ 2130903402,
+ 2130903411,
+ 2130903519,
+ 2130903567,
+ 2130903569,
+ 2130903571,
+ 2130903572,
+ 2130903573,
+ 2130903574,
+ 2130903579,
+ 2130903580,
+ 2130903581,
+ 2130903582,
+ 2130903583,
+ 2130903584,
+ 2130903585,
+ 2130903586,
+ 2130903590,
+ 2130903593,
+ 2130903594,
+ 2130903753,
+ 2130903911,
+ 2130903914,
+ 2130903971,
+ 2130903972,
+ 2130903973,
+ 2130903974,
+ 2130904130};
+
+ // aapt resource value: 1
+ public const int NavigationView_android_background = 1;
+
+ // aapt resource value: 2
+ public const int NavigationView_android_fitsSystemWindows = 2;
+
+ // aapt resource value: 0
+ public const int NavigationView_android_layout_gravity = 0;
+
+ // aapt resource value: 3
+ public const int NavigationView_android_maxWidth = 3;
+
+ // aapt resource value: 4
+ public const int NavigationView_bottomInsetScrimEnabled = 4;
+
+ // aapt resource value: 5
+ public const int NavigationView_dividerInsetEnd = 5;
+
+ // aapt resource value: 6
+ public const int NavigationView_dividerInsetStart = 6;
+
+ // aapt resource value: 7
+ public const int NavigationView_drawerLayoutCornerSize = 7;
+
+ // aapt resource value: 8
+ public const int NavigationView_elevation = 8;
+
+ // aapt resource value: 9
+ public const int NavigationView_headerLayout = 9;
+
+ // aapt resource value: 10
+ public const int NavigationView_itemBackground = 10;
+
+ // aapt resource value: 11
+ public const int NavigationView_itemHorizontalPadding = 11;
+
+ // aapt resource value: 12
+ public const int NavigationView_itemIconPadding = 12;
+
+ // aapt resource value: 13
+ public const int NavigationView_itemIconSize = 13;
+
+ // aapt resource value: 14
+ public const int NavigationView_itemIconTint = 14;
+
+ // aapt resource value: 15
+ public const int NavigationView_itemMaxLines = 15;
+
+ // aapt resource value: 16
+ public const int NavigationView_itemRippleColor = 16;
+
+ // aapt resource value: 17
+ public const int NavigationView_itemShapeAppearance = 17;
+
+ // aapt resource value: 18
+ public const int NavigationView_itemShapeAppearanceOverlay = 18;
+
+ // aapt resource value: 19
+ public const int NavigationView_itemShapeFillColor = 19;
+
+ // aapt resource value: 20
+ public const int NavigationView_itemShapeInsetBottom = 20;
+
+ // aapt resource value: 21
+ public const int NavigationView_itemShapeInsetEnd = 21;
+
+ // aapt resource value: 22
+ public const int NavigationView_itemShapeInsetStart = 22;
+
+ // aapt resource value: 23
+ public const int NavigationView_itemShapeInsetTop = 23;
+
+ // aapt resource value: 24
+ public const int NavigationView_itemTextAppearance = 24;
+
+ // aapt resource value: 25
+ public const int NavigationView_itemTextColor = 25;
+
+ // aapt resource value: 26
+ public const int NavigationView_itemVerticalPadding = 26;
+
+ // aapt resource value: 27
+ public const int NavigationView_menu = 27;
+
+ // aapt resource value: 28
+ public const int NavigationView_shapeAppearance = 28;
+
+ // aapt resource value: 29
+ public const int NavigationView_shapeAppearanceOverlay = 29;
+
+ // aapt resource value: 30
+ public const int NavigationView_subheaderColor = 30;
+
+ // aapt resource value: 31
+ public const int NavigationView_subheaderInsetEnd = 31;
+
+ // aapt resource value: 32
+ public const int NavigationView_subheaderInsetStart = 32;
+
+ // aapt resource value: 33
+ public const int NavigationView_subheaderTextAppearance = 33;
+
+ // aapt resource value: 34
+ public const int NavigationView_topInsetScrimEnabled = 34;
+
+ // aapt resource value: { 0x1010001,0x10100D0,0x7F030355 }
+ public static int[] Navigator = new int[] {
+ 16842753,
+ 16842960,
+ 2130903893};
+
+ // aapt resource value: 1
+ public const int Navigator_android_id = 1;
+
+ // aapt resource value: 0
+ public const int Navigator_android_label = 0;
+
+ // aapt resource value: 2
+ public const int Navigator_route = 2;
+
+ // aapt resource value: { 0x7F0301DB }
+ public static int[] NavInclude = new int[] {
+ 2130903515};
+
+ // aapt resource value: 0
+ public const int NavInclude_graph = 0;
+
+ // aapt resource value: { 0x7F0300C8,0x7F0303D2 }
+ public static int[] OnClick = new int[] {
+ 2130903240,
+ 2130904018};
+
+ // aapt resource value: 0
+ public const int OnClick_clickAction = 0;
+
+ // aapt resource value: 1
+ public const int OnClick_targetId = 1;
+
+ // aapt resource value: { 0x7F03003D,0x7F03015C,0x7F03015D,0x7F03015E,0x7F030280,0x7F0302BF,0x7F0302C6,0x7F0302F4,0x7F0302FD,0x7F030309,0x7F030352,0x7F030389,0x7F03038A,0x7F03038B,0x7F03038C,0x7F03038D,0x7F030443,0x7F030444,0x7F030445 }
+ public static int[] OnSwipe = new int[] {
+ 2130903101,
+ 2130903388,
+ 2130903389,
+ 2130903390,
+ 2130903680,
+ 2130903743,
+ 2130903750,
+ 2130903796,
+ 2130903805,
+ 2130903817,
+ 2130903890,
+ 2130903945,
+ 2130903946,
+ 2130903947,
+ 2130903948,
+ 2130903949,
+ 2130904131,
+ 2130904132,
+ 2130904133};
+
+ // aapt resource value: 0
+ public const int OnSwipe_autoCompleteMode = 0;
+
+ // aapt resource value: 1
+ public const int OnSwipe_dragDirection = 1;
+
+ // aapt resource value: 2
+ public const int OnSwipe_dragScale = 2;
+
+ // aapt resource value: 3
+ public const int OnSwipe_dragThreshold = 3;
+
+ // aapt resource value: 4
+ public const int OnSwipe_limitBoundsTo = 4;
+
+ // aapt resource value: 5
+ public const int OnSwipe_maxAcceleration = 5;
+
+ // aapt resource value: 6
+ public const int OnSwipe_maxVelocity = 6;
+
+ // aapt resource value: 7
+ public const int OnSwipe_moveWhenScrollAtTop = 7;
+
+ // aapt resource value: 8
+ public const int OnSwipe_nestedScrollFlags = 8;
+
+ // aapt resource value: 9
+ public const int OnSwipe_onTouchUp = 9;
+
+ // aapt resource value: 10
+ public const int OnSwipe_rotationCenterId = 10;
+
+ // aapt resource value: 11
+ public const int OnSwipe_springBoundary = 11;
+
+ // aapt resource value: 12
+ public const int OnSwipe_springDamping = 12;
+
+ // aapt resource value: 13
+ public const int OnSwipe_springMass = 13;
+
+ // aapt resource value: 14
+ public const int OnSwipe_springStiffness = 14;
+
+ // aapt resource value: 15
+ public const int OnSwipe_springStopThreshold = 15;
+
+ // aapt resource value: 16
+ public const int OnSwipe_touchAnchorId = 16;
+
+ // aapt resource value: 17
+ public const int OnSwipe_touchAnchorSide = 17;
+
+ // aapt resource value: 18
+ public const int OnSwipe_touchRegionId = 18;
+
+ // aapt resource value: { 0x1010176,0x10102C9,0x7F03030A }
+ public static int[] PopupWindow = new int[] {
+ 16843126,
+ 16843465,
+ 2130903818};
+
+ // aapt resource value: { 0x7F030397 }
+ public static int[] PopupWindowBackgroundState = new int[] {
+ 2130903959};
+
+ // aapt resource value: 0
+ public const int PopupWindowBackgroundState_state_above_anchor = 0;
+
+ // aapt resource value: 1
+ public const int PopupWindow_android_popupAnimationStyle = 1;
+
+ // aapt resource value: 0
+ public const int PopupWindow_android_popupBackground = 0;
+
+ // aapt resource value: 2
+ public const int PopupWindow_overlapAnchor = 2;
+
+ // aapt resource value: { 0x10100DC,0x101031F,0x7F030260,0x7F0302EF,0x7F030465 }
+ public static int[] PropertySet = new int[] {
+ 16842972,
+ 16843551,
+ 2130903648,
+ 2130903791,
+ 2130904165};
+
+ // aapt resource value: 1
+ public const int PropertySet_android_alpha = 1;
+
+ // aapt resource value: 0
+ public const int PropertySet_android_visibility = 0;
+
+ // aapt resource value: 2
+ public const int PropertySet_layout_constraintTag = 2;
+
+ // aapt resource value: 3
+ public const int PropertySet_motionProgress = 3;
+
+ // aapt resource value: 4
+ public const int PropertySet_visibilityMode = 4;
+
+ // aapt resource value: { 0x7F0302B7 }
+ public static int[] RadialViewGroup = new int[] {
+ 2130903735};
+
+ // aapt resource value: 0
+ public const int RadialViewGroup_materialCircleRadius = 0;
+
+ // aapt resource value: { 0x7F0302CF,0x7F03045D }
+ public static int[] RangeSlider = new int[] {
+ 2130903759,
+ 2130904157};
+
+ // aapt resource value: 0
+ public const int RangeSlider_minSeparation = 0;
+
+ // aapt resource value: 1
+ public const int RangeSlider_values = 1;
+
+ // aapt resource value: { 0x7F03030C,0x7F030312 }
+ public static int[] RecycleListView = new int[] {
+ 2130903820,
+ 2130903826};
+
+ // aapt resource value: 0
+ public const int RecycleListView_paddingBottomNoButtons = 0;
+
+ // aapt resource value: 1
+ public const int RecycleListView_paddingTopNoTitle = 1;
+
+ // aapt resource value: { 0x10100C4,0x10100EB,0x10100F1,0x7F0301A4,0x7F0301A5,0x7F0301A6,0x7F0301A7,0x7F0301A8,0x7F030238,0x7F030350,0x7F030380,0x7F03038F }
+ public static int[] RecyclerView = new int[] {
+ 16842948,
+ 16842987,
+ 16842993,
+ 2130903460,
+ 2130903461,
+ 2130903462,
+ 2130903463,
+ 2130903464,
+ 2130903608,
+ 2130903888,
+ 2130903936,
+ 2130903951};
+
+ // aapt resource value: 1
+ public const int RecyclerView_android_clipToPadding = 1;
+
+ // aapt resource value: 2
+ public const int RecyclerView_android_descendantFocusability = 2;
+
+ // aapt resource value: 0
+ public const int RecyclerView_android_orientation = 0;
+
+ // aapt resource value: 3
+ public const int RecyclerView_fastScrollEnabled = 3;
+
+ // aapt resource value: 4
+ public const int RecyclerView_fastScrollHorizontalThumbDrawable = 4;
+
+ // aapt resource value: 5
+ public const int RecyclerView_fastScrollHorizontalTrackDrawable = 5;
+
+ // aapt resource value: 6
+ public const int RecyclerView_fastScrollVerticalThumbDrawable = 6;
+
+ // aapt resource value: 7
+ public const int RecyclerView_fastScrollVerticalTrackDrawable = 7;
+
+ // aapt resource value: 8
+ public const int RecyclerView_layoutManager = 8;
+
+ // aapt resource value: 9
+ public const int RecyclerView_reverseLayout = 9;
+
+ // aapt resource value: 10
+ public const int RecyclerView_spanCount = 10;
+
+ // aapt resource value: 11
+ public const int RecyclerView_stackFromEnd = 11;
+
+ // aapt resource value: { 0x7F03020A }
+ public static int[] ScrimInsetsFrameLayout = new int[] {
+ 2130903562};
+
+ // aapt resource value: 0
+ public const int ScrimInsetsFrameLayout_insetForeground = 0;
+
+ // aapt resource value: { 0x7F030061 }
+ public static int[] ScrollingViewBehavior_Layout = new int[] {
+ 2130903137};
+
+ // aapt resource value: 0
+ public const int ScrollingViewBehavior_Layout_behavior_overlapTop = 0;
+
+ // aapt resource value: { 0x7F03035B }
+ public static int[] ScrollViewRendererTheme = new int[] {
+ 2130903899};
+
+ // aapt resource value: 0
+ public const int ScrollViewRendererTheme_scrollViewStyle = 0;
+
+ // aapt resource value: { 0x10100DA,0x101011F,0x1010220,0x1010264,0x7F0300CD,0x7F030109,0x7F03014A,0x7F0301DA,0x7F0301FA,0x7F030235,0x7F03033E,0x7F03033F,0x7F03035C,0x7F03035D,0x7F0303A7,0x7F0303B0,0x7F030466 }
+ public static int[] SearchView = new int[] {
+ 16842970,
+ 16843039,
+ 16843296,
+ 16843364,
+ 2130903245,
+ 2130903305,
+ 2130903370,
+ 2130903514,
+ 2130903546,
+ 2130903605,
+ 2130903870,
+ 2130903871,
+ 2130903900,
+ 2130903901,
+ 2130903975,
+ 2130903984,
+ 2130904166};
+
+ // aapt resource value: 0
+ public const int SearchView_android_focusable = 0;
+
+ // aapt resource value: 3
+ public const int SearchView_android_imeOptions = 3;
+
+ // aapt resource value: 2
+ public const int SearchView_android_inputType = 2;
+
+ // aapt resource value: 1
+ public const int SearchView_android_maxWidth = 1;
+
+ // aapt resource value: 4
+ public const int SearchView_closeIcon = 4;
+
+ // aapt resource value: 5
+ public const int SearchView_commitIcon = 5;
+
+ // aapt resource value: 6
+ public const int SearchView_defaultQueryHint = 6;
+
+ // aapt resource value: 7
+ public const int SearchView_goIcon = 7;
+
+ // aapt resource value: 8
+ public const int SearchView_iconifiedByDefault = 8;
+
+ // aapt resource value: 9
+ public const int SearchView_layout = 9;
+
+ // aapt resource value: 10
+ public const int SearchView_queryBackground = 10;
+
+ // aapt resource value: 11
+ public const int SearchView_queryHint = 11;
+
+ // aapt resource value: 12
+ public const int SearchView_searchHintIcon = 12;
+
+ // aapt resource value: 13
+ public const int SearchView_searchIcon = 13;
+
+ // aapt resource value: 14
+ public const int SearchView_submitBackground = 14;
+
+ // aapt resource value: 15
+ public const int SearchView_suggestionRowLayout = 15;
+
+ // aapt resource value: 16
+ public const int SearchView_voiceIcon = 16;
+
+ // aapt resource value: { 0x7F030119,0x7F03011A,0x7F03011B,0x7F03011C,0x7F03011D,0x7F03011E,0x7F03011F,0x7F030367,0x7F03036A,0x7F0303A0,0x7F0303A1 }
+ public static int[] ShapeableImageView = new int[] {
+ 2130903321,
+ 2130903322,
+ 2130903323,
+ 2130903324,
+ 2130903325,
+ 2130903326,
+ 2130903327,
+ 2130903911,
+ 2130903914,
+ 2130903968,
+ 2130903969};
+
+ // aapt resource value: 0
+ public const int ShapeableImageView_contentPadding = 0;
+
+ // aapt resource value: 1
+ public const int ShapeableImageView_contentPaddingBottom = 1;
+
+ // aapt resource value: 2
+ public const int ShapeableImageView_contentPaddingEnd = 2;
+
+ // aapt resource value: 3
+ public const int ShapeableImageView_contentPaddingLeft = 3;
+
+ // aapt resource value: 4
+ public const int ShapeableImageView_contentPaddingRight = 4;
+
+ // aapt resource value: 5
+ public const int ShapeableImageView_contentPaddingStart = 5;
+
+ // aapt resource value: 6
+ public const int ShapeableImageView_contentPaddingTop = 6;
+
+ // aapt resource value: 7
+ public const int ShapeableImageView_shapeAppearance = 7;
+
+ // aapt resource value: 8
+ public const int ShapeableImageView_shapeAppearanceOverlay = 8;
+
+ // aapt resource value: 9
+ public const int ShapeableImageView_strokeColor = 9;
+
+ // aapt resource value: 10
+ public const int ShapeableImageView_strokeWidth = 10;
+
+ // aapt resource value: { 0x7F030124,0x7F030125,0x7F030126,0x7F030127,0x7F030128,0x7F03012A,0x7F03012B,0x7F03012C,0x7F03012D,0x7F03012E }
+ public static int[] ShapeAppearance = new int[] {
+ 2130903332,
+ 2130903333,
+ 2130903334,
+ 2130903335,
+ 2130903336,
+ 2130903338,
+ 2130903339,
+ 2130903340,
+ 2130903341,
+ 2130903342};
+
+ // aapt resource value: 0
+ public const int ShapeAppearance_cornerFamily = 0;
+
+ // aapt resource value: 1
+ public const int ShapeAppearance_cornerFamilyBottomLeft = 1;
+
+ // aapt resource value: 2
+ public const int ShapeAppearance_cornerFamilyBottomRight = 2;
+
+ // aapt resource value: 3
+ public const int ShapeAppearance_cornerFamilyTopLeft = 3;
+
+ // aapt resource value: 4
+ public const int ShapeAppearance_cornerFamilyTopRight = 4;
+
+ // aapt resource value: 5
+ public const int ShapeAppearance_cornerSize = 5;
+
+ // aapt resource value: 6
+ public const int ShapeAppearance_cornerSizeBottomLeft = 6;
+
+ // aapt resource value: 7
+ public const int ShapeAppearance_cornerSizeBottomRight = 7;
+
+ // aapt resource value: 8
+ public const int ShapeAppearance_cornerSizeTopLeft = 8;
+
+ // aapt resource value: 9
+ public const int ShapeAppearance_cornerSizeTopRight = 9;
+
+ // aapt resource value: { 0x101000E,0x1010024,0x1010146,0x10102DE,0x10102DF,0x7F0301DD,0x7F0301DE,0x7F03022F,0x7F030230,0x7F03041B,0x7F03041C,0x7F03041D,0x7F03041E,0x7F03041F,0x7F030423,0x7F030424,0x7F030425,0x7F030429,0x7F030447,0x7F030448,0x7F030449,0x7F03044B }
+ public static int[] Slider = new int[] {
+ 16842766,
+ 16842788,
+ 16843078,
+ 16843486,
+ 16843487,
+ 2130903517,
+ 2130903518,
+ 2130903599,
+ 2130903600,
+ 2130904091,
+ 2130904092,
+ 2130904093,
+ 2130904094,
+ 2130904095,
+ 2130904099,
+ 2130904100,
+ 2130904101,
+ 2130904105,
+ 2130904135,
+ 2130904136,
+ 2130904137,
+ 2130904139};
+
+ // aapt resource value: 0
+ public const int Slider_android_enabled = 0;
+
+ // aapt resource value: 2
+ public const int Slider_android_stepSize = 2;
+
+ // aapt resource value: 1
+ public const int Slider_android_value = 1;
+
+ // aapt resource value: 3
+ public const int Slider_android_valueFrom = 3;
+
+ // aapt resource value: 4
+ public const int Slider_android_valueTo = 4;
+
+ // aapt resource value: 5
+ public const int Slider_haloColor = 5;
+
+ // aapt resource value: 6
+ public const int Slider_haloRadius = 6;
+
+ // aapt resource value: 7
+ public const int Slider_labelBehavior = 7;
+
+ // aapt resource value: 8
+ public const int Slider_labelStyle = 8;
+
+ // aapt resource value: 9
+ public const int Slider_thumbColor = 9;
+
+ // aapt resource value: 10
+ public const int Slider_thumbElevation = 10;
+
+ // aapt resource value: 11
+ public const int Slider_thumbRadius = 11;
+
+ // aapt resource value: 12
+ public const int Slider_thumbStrokeColor = 12;
+
+ // aapt resource value: 13
+ public const int Slider_thumbStrokeWidth = 13;
+
+ // aapt resource value: 14
+ public const int Slider_tickColor = 14;
+
+ // aapt resource value: 15
+ public const int Slider_tickColorActive = 15;
+
+ // aapt resource value: 16
+ public const int Slider_tickColorInactive = 16;
+
+ // aapt resource value: 17
+ public const int Slider_tickVisible = 17;
+
+ // aapt resource value: 18
+ public const int Slider_trackColor = 18;
+
+ // aapt resource value: 19
+ public const int Slider_trackColorActive = 19;
+
+ // aapt resource value: 20
+ public const int Slider_trackColorInactive = 20;
+
+ // aapt resource value: 21
+ public const int Slider_trackHeight = 21;
+
+ // aapt resource value: { 0x7F03037D,0x7F03037E,0x7F03037F }
+ public static int[] Snackbar = new int[] {
+ 2130903933,
+ 2130903934,
+ 2130903935};
+
+ // aapt resource value: { 0x101011F,0x7F030025,0x7F030035,0x7F03004B,0x7F03004E,0x7F03004F,0x7F030173,0x7F0302C0 }
+ public static int[] SnackbarLayout = new int[] {
+ 16843039,
+ 2130903077,
+ 2130903093,
+ 2130903115,
+ 2130903118,
+ 2130903119,
+ 2130903411,
+ 2130903744};
+
+ // aapt resource value: 1
+ public const int SnackbarLayout_actionTextColorAlpha = 1;
+
+ // aapt resource value: 0
+ public const int SnackbarLayout_android_maxWidth = 0;
+
+ // aapt resource value: 2
+ public const int SnackbarLayout_animationMode = 2;
+
+ // aapt resource value: 3
+ public const int SnackbarLayout_backgroundOverlayColorAlpha = 3;
+
+ // aapt resource value: 4
+ public const int SnackbarLayout_backgroundTint = 4;
+
+ // aapt resource value: 5
+ public const int SnackbarLayout_backgroundTintMode = 5;
+
+ // aapt resource value: 6
+ public const int SnackbarLayout_elevation = 6;
+
+ // aapt resource value: 7
+ public const int SnackbarLayout_maxActionInlineWidth = 7;
+
+ // aapt resource value: 0
+ public const int Snackbar_snackbarButtonStyle = 0;
+
+ // aapt resource value: 1
+ public const int Snackbar_snackbarStyle = 1;
+
+ // aapt resource value: 2
+ public const int Snackbar_snackbarTextViewStyle = 2;
+
+ // aapt resource value: { 0x10100B2,0x1010176,0x101017B,0x1010262,0x7F030331 }
+ public static int[] Spinner = new int[] {
+ 16842930,
+ 16843126,
+ 16843131,
+ 16843362,
+ 2130903857};
+
+ // aapt resource value: 3
+ public const int Spinner_android_dropDownWidth = 3;
+
+ // aapt resource value: 0
+ public const int Spinner_android_entries = 0;
+
+ // aapt resource value: 1
+ public const int Spinner_android_popupBackground = 1;
+
+ // aapt resource value: 2
+ public const int Spinner_android_prompt = 2;
+
+ // aapt resource value: 4
+ public const int Spinner_popupTheme = 4;
+
+ // aapt resource value: { 0x7F030338,0x7F03035F,0x7F030360 }
+ public static int[] SplitPairFilter = new int[] {
+ 2130903864,
+ 2130903903,
+ 2130903904};
+
+ // aapt resource value: 0
+ public const int SplitPairFilter_primaryActivityName = 0;
+
+ // aapt resource value: 1
+ public const int SplitPairFilter_secondaryActivityAction = 1;
+
+ // aapt resource value: 2
+ public const int SplitPairFilter_secondaryActivityName = 2;
+
+ // aapt resource value: { 0x7F0300C6,0x7F0301A9,0x7F0301AA,0x7F030384,0x7F030385,0x7F030386,0x7F030387 }
+ public static int[] SplitPairRule = new int[] {
+ 2130903238,
+ 2130903465,
+ 2130903466,
+ 2130903940,
+ 2130903941,
+ 2130903942,
+ 2130903943};
+
+ // aapt resource value: 0
+ public const int SplitPairRule_clearTop = 0;
+
+ // aapt resource value: 1
+ public const int SplitPairRule_finishPrimaryWithSecondary = 1;
+
+ // aapt resource value: 2
+ public const int SplitPairRule_finishSecondaryWithPrimary = 2;
+
+ // aapt resource value: 3
+ public const int SplitPairRule_splitLayoutDirection = 3;
+
+ // aapt resource value: 4
+ public const int SplitPairRule_splitMinSmallestWidth = 4;
+
+ // aapt resource value: 5
+ public const int SplitPairRule_splitMinWidth = 5;
+
+ // aapt resource value: 6
+ public const int SplitPairRule_splitRatio = 6;
+
+ // aapt resource value: { 0x7F030324,0x7F030384,0x7F030385,0x7F030386,0x7F030387 }
+ public static int[] SplitPlaceholderRule = new int[] {
+ 2130903844,
+ 2130903940,
+ 2130903941,
+ 2130903942,
+ 2130903943};
+
+ // aapt resource value: 0
+ public const int SplitPlaceholderRule_placeholderActivityName = 0;
+
+ // aapt resource value: 1
+ public const int SplitPlaceholderRule_splitLayoutDirection = 1;
+
+ // aapt resource value: 2
+ public const int SplitPlaceholderRule_splitMinSmallestWidth = 2;
+
+ // aapt resource value: 3
+ public const int SplitPlaceholderRule_splitMinWidth = 3;
+
+ // aapt resource value: 4
+ public const int SplitPlaceholderRule_splitRatio = 4;
+
+ // aapt resource value: { 0x10100D0,0x7F030110 }
+ public static int[] State = new int[] {
+ 16842960,
+ 2130903312};
+
+ // aapt resource value: { 0x101011C,0x1010194,0x1010195,0x1010196,0x101030C,0x101030D }
+ public static int[] StateListDrawable = new int[] {
+ 16843036,
+ 16843156,
+ 16843157,
+ 16843158,
+ 16843532,
+ 16843533};
+
+ // aapt resource value: { 0x1010199 }
+ public static int[] StateListDrawableItem = new int[] {
+ 16843161};
+
+ // aapt resource value: 0
+ public const int StateListDrawableItem_android_drawable = 0;
+
+ // aapt resource value: 3
+ public const int StateListDrawable_android_constantSize = 3;
+
+ // aapt resource value: 0
+ public const int StateListDrawable_android_dither = 0;
+
+ // aapt resource value: 4
+ public const int StateListDrawable_android_enterFadeDuration = 4;
+
+ // aapt resource value: 5
+ public const int StateListDrawable_android_exitFadeDuration = 5;
+
+ // aapt resource value: 2
+ public const int StateListDrawable_android_variablePadding = 2;
+
+ // aapt resource value: 1
+ public const int StateListDrawable_android_visible = 1;
+
+ // aapt resource value: { 0x7F03014B }
+ public static int[] StateSet = new int[] {
+ 2130903371};
+
+ // aapt resource value: 0
+ public const int StateSet_defaultState = 0;
+
+ // aapt resource value: 0
+ public const int State_android_id = 0;
+
+ // aapt resource value: 1
+ public const int State_constraints = 1;
+
+ // aapt resource value: { 0x7F0303B1 }
+ public static int[] SwipeRefreshLayout = new int[] {
+ 2130903985};
+
+ // aapt resource value: 0
+ public const int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor = 0;
+
+ // aapt resource value: { 0x1010124,0x1010125,0x1010142,0x7F030373,0x7F030388,0x7F0303B2,0x7F0303B3,0x7F0303B5,0x7F030420,0x7F030421,0x7F030422,0x7F030446,0x7F03044D,0x7F03044E }
+ public static int[] SwitchCompat = new int[] {
+ 16843044,
+ 16843045,
+ 16843074,
+ 2130903923,
+ 2130903944,
+ 2130903986,
+ 2130903987,
+ 2130903989,
+ 2130904096,
+ 2130904097,
+ 2130904098,
+ 2130904134,
+ 2130904141,
+ 2130904142};
+
+ // aapt resource value: 1
+ public const int SwitchCompat_android_textOff = 1;
+
+ // aapt resource value: 0
+ public const int SwitchCompat_android_textOn = 0;
+
+ // aapt resource value: 2
+ public const int SwitchCompat_android_thumb = 2;
+
+ // aapt resource value: 3
+ public const int SwitchCompat_showText = 3;
+
+ // aapt resource value: 4
+ public const int SwitchCompat_splitTrack = 4;
+
+ // aapt resource value: 5
+ public const int SwitchCompat_switchMinWidth = 5;
+
+ // aapt resource value: 6
+ public const int SwitchCompat_switchPadding = 6;
+
+ // aapt resource value: 7
+ public const int SwitchCompat_switchTextAppearance = 7;
+
+ // aapt resource value: 8
+ public const int SwitchCompat_thumbTextPadding = 8;
+
+ // aapt resource value: 9
+ public const int SwitchCompat_thumbTint = 9;
+
+ // aapt resource value: 10
+ public const int SwitchCompat_thumbTintMode = 10;
+
+ // aapt resource value: 11
+ public const int SwitchCompat_track = 11;
+
+ // aapt resource value: 12
+ public const int SwitchCompat_trackTint = 12;
+
+ // aapt resource value: 13
+ public const int SwitchCompat_trackTintMode = 13;
+
+ // aapt resource value: { 0x7F03045C }
+ public static int[] SwitchMaterial = new int[] {
+ 2130904156};
+
+ // aapt resource value: 0
+ public const int SwitchMaterial_useMaterialThemeColors = 0;
+
+ // aapt resource value: { 0x1010002,0x10100F2,0x101014F }
+ public static int[] TabItem = new int[] {
+ 16842754,
+ 16842994,
+ 16843087};
+
+ // aapt resource value: 0
+ public const int TabItem_android_icon = 0;
+
+ // aapt resource value: 1
+ public const int TabItem_android_layout = 1;
+
+ // aapt resource value: 2
+ public const int TabItem_android_text = 2;
+
+ // aapt resource value: { 0x7F0303B6,0x7F0303B7,0x7F0303B8,0x7F0303B9,0x7F0303BA,0x7F0303BB,0x7F0303BC,0x7F0303BD,0x7F0303BE,0x7F0303BF,0x7F0303C0,0x7F0303C1,0x7F0303C2,0x7F0303C3,0x7F0303C4,0x7F0303C5,0x7F0303C6,0x7F0303C7,0x7F0303C8,0x7F0303C9,0x7F0303CA,0x7F0303CB,0x7F0303CD,0x7F0303CF,0x7F0303D0,0x7F0303D1 }
+ public static int[] TabLayout = new int[] {
+ 2130903990,
+ 2130903991,
+ 2130903992,
+ 2130903993,
+ 2130903994,
+ 2130903995,
+ 2130903996,
+ 2130903997,
+ 2130903998,
+ 2130903999,
+ 2130904000,
+ 2130904001,
+ 2130904002,
+ 2130904003,
+ 2130904004,
+ 2130904005,
+ 2130904006,
+ 2130904007,
+ 2130904008,
+ 2130904009,
+ 2130904010,
+ 2130904011,
+ 2130904013,
+ 2130904015,
+ 2130904016,
+ 2130904017};
+
+ // aapt resource value: 0
+ public const int TabLayout_tabBackground = 0;
+
+ // aapt resource value: 1
+ public const int TabLayout_tabContentStart = 1;
+
+ // aapt resource value: 2
+ public const int TabLayout_tabGravity = 2;
+
+ // aapt resource value: 3
+ public const int TabLayout_tabIconTint = 3;
+
+ // aapt resource value: 4
+ public const int TabLayout_tabIconTintMode = 4;
+
+ // aapt resource value: 5
+ public const int TabLayout_tabIndicator = 5;
+
+ // aapt resource value: 6
+ public const int TabLayout_tabIndicatorAnimationDuration = 6;
+
+ // aapt resource value: 7
+ public const int TabLayout_tabIndicatorAnimationMode = 7;
+
+ // aapt resource value: 8
+ public const int TabLayout_tabIndicatorColor = 8;
+
+ // aapt resource value: 9
+ public const int TabLayout_tabIndicatorFullWidth = 9;
+
+ // aapt resource value: 10
+ public const int TabLayout_tabIndicatorGravity = 10;
+
+ // aapt resource value: 11
+ public const int TabLayout_tabIndicatorHeight = 11;
+
+ // aapt resource value: 12
+ public const int TabLayout_tabInlineLabel = 12;
+
+ // aapt resource value: 13
+ public const int TabLayout_tabMaxWidth = 13;
+
+ // aapt resource value: 14
+ public const int TabLayout_tabMinWidth = 14;
+
+ // aapt resource value: 15
+ public const int TabLayout_tabMode = 15;
+
+ // aapt resource value: 16
+ public const int TabLayout_tabPadding = 16;
+
+ // aapt resource value: 17
+ public const int TabLayout_tabPaddingBottom = 17;
+
+ // aapt resource value: 18
+ public const int TabLayout_tabPaddingEnd = 18;
+
+ // aapt resource value: 19
+ public const int TabLayout_tabPaddingStart = 19;
+
+ // aapt resource value: 20
+ public const int TabLayout_tabPaddingTop = 20;
+
+ // aapt resource value: 21
+ public const int TabLayout_tabRippleColor = 21;
+
+ // aapt resource value: 22
+ public const int TabLayout_tabSelectedTextColor = 22;
+
+ // aapt resource value: 23
+ public const int TabLayout_tabTextAppearance = 23;
+
+ // aapt resource value: 24
+ public const int TabLayout_tabTextColor = 24;
+
+ // aapt resource value: 25
+ public const int TabLayout_tabUnboundedRipple = 25;
+
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x1010098,0x101009A,0x101009B,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x1010585,0x7F0301CA,0x7F0301D3,0x7F0303D7,0x7F03040E }
+ public static int[] TextAppearance = new int[] {
+ 16842901,
+ 16842902,
+ 16842903,
+ 16842904,
+ 16842906,
+ 16842907,
+ 16843105,
+ 16843106,
+ 16843107,
+ 16843108,
+ 16843692,
+ 16844165,
+ 2130903498,
+ 2130903507,
+ 2130904023,
+ 2130904078};
+
+ // aapt resource value: 10
+ public const int TextAppearance_android_fontFamily = 10;
+
+ // aapt resource value: 6
+ public const int TextAppearance_android_shadowColor = 6;
+
+ // aapt resource value: 7
+ public const int TextAppearance_android_shadowDx = 7;
+
+ // aapt resource value: 8
+ public const int TextAppearance_android_shadowDy = 8;
+
+ // aapt resource value: 9
+ public const int TextAppearance_android_shadowRadius = 9;
+
+ // aapt resource value: 3
+ public const int TextAppearance_android_textColor = 3;
+
+ // aapt resource value: 4
+ public const int TextAppearance_android_textColorHint = 4;
+
+ // aapt resource value: 5
+ public const int TextAppearance_android_textColorLink = 5;
+
+ // aapt resource value: 11
+ public const int TextAppearance_android_textFontWeight = 11;
+
+ // aapt resource value: 0
+ public const int TextAppearance_android_textSize = 0;
+
+ // aapt resource value: 2
+ public const int TextAppearance_android_textStyle = 2;
+
+ // aapt resource value: 1
+ public const int TextAppearance_android_typeface = 1;
+
+ // aapt resource value: 12
+ public const int TextAppearance_fontFamily = 12;
+
+ // aapt resource value: 13
+ public const int TextAppearance_fontVariationSettings = 13;
+
+ // aapt resource value: 14
+ public const int TextAppearance_textAllCaps = 14;
+
+ // aapt resource value: 15
+ public const int TextAppearance_textLocale = 15;
+
+ // aapt resource value: { 0x1010095,0x1010096,0x1010097,0x101014F,0x1010161,0x1010162,0x1010163,0x1010164,0x10103AC,0x7F030066,0x7F030067,0x7F030405,0x7F03040F,0x7F030410 }
+ public static int[] TextEffects = new int[] {
+ 16842901,
+ 16842902,
+ 16842903,
+ 16843087,
+ 16843105,
+ 16843106,
+ 16843107,
+ 16843108,
+ 16843692,
+ 2130903142,
+ 2130903143,
+ 2130904069,
+ 2130904079,
+ 2130904080};
+
+ // aapt resource value: 8
+ public const int TextEffects_android_fontFamily = 8;
+
+ // aapt resource value: 4
+ public const int TextEffects_android_shadowColor = 4;
+
+ // aapt resource value: 5
+ public const int TextEffects_android_shadowDx = 5;
+
+ // aapt resource value: 6
+ public const int TextEffects_android_shadowDy = 6;
+
+ // aapt resource value: 7
+ public const int TextEffects_android_shadowRadius = 7;
+
+ // aapt resource value: 3
+ public const int TextEffects_android_text = 3;
+
+ // aapt resource value: 0
+ public const int TextEffects_android_textSize = 0;
+
+ // aapt resource value: 2
+ public const int TextEffects_android_textStyle = 2;
+
+ // aapt resource value: 1
+ public const int TextEffects_android_typeface = 1;
+
+ // aapt resource value: 9
+ public const int TextEffects_borderRound = 9;
+
+ // aapt resource value: 10
+ public const int TextEffects_borderRoundPercent = 10;
+
+ // aapt resource value: 11
+ public const int TextEffects_textFillColor = 11;
+
+ // aapt resource value: 12
+ public const int TextEffects_textOutlineColor = 12;
+
+ // aapt resource value: 13
+ public const int TextEffects_textOutlineThickness = 13;
+
+ // aapt resource value: { 0x7F030409 }
+ public static int[] TextInputEditText = new int[] {
+ 2130904073};
+
+ // aapt resource value: 0
+ public const int TextInputEditText_textInputLayoutFocusedRectEnabled = 0;
+
+ // aapt resource value: { 0x101000E,0x101009A,0x101011F,0x101013F,0x1010150,0x1010157,0x101015A,0x7F030070,0x7F030071,0x7F030072,0x7F030073,0x7F030074,0x7F030075,0x7F030076,0x7F030077,0x7F030078,0x7F030079,0x7F03007A,0x7F03012F,0x7F030130,0x7F030131,0x7F030132,0x7F030133,0x7F030134,0x7F030179,0x7F03017A,0x7F03017B,0x7F03017C,0x7F03017D,0x7F03017E,0x7F030183,0x7F030184,0x7F030185,0x7F030186,0x7F030187,0x7F030188,0x7F030189,0x7F03018D,0x7F0301E1,0x7F0301E2,0x7F0301E3,0x7F0301E4,0x7F0301E9,0x7F0301EA,0x7F0301EB,0x7F0301EC,0x7F030317,0x7F030318,0x7F030319,0x7F03031A,0x7F03031B,0x7F030325,0x7F030326,0x7F030327,0x7F030333,0x7F030334,0x7F030335,0x7F030367,0x7F03036A,0x7F030392,0x7F030393,0x7F030394,0x7F030395,0x7F030396,0x7F0303AD,0x7F0303AE,0x7F0303AF }
+ public static int[] TextInputLayout = new int[] {
+ 16842766,
+ 16842906,
+ 16843039,
+ 16843071,
+ 16843088,
+ 16843095,
+ 16843098,
+ 2130903152,
+ 2130903153,
+ 2130903154,
+ 2130903155,
+ 2130903156,
+ 2130903157,
+ 2130903158,
+ 2130903159,
+ 2130903160,
+ 2130903161,
+ 2130903162,
+ 2130903343,
+ 2130903344,
+ 2130903345,
+ 2130903346,
+ 2130903347,
+ 2130903348,
+ 2130903417,
+ 2130903418,
+ 2130903419,
+ 2130903420,
+ 2130903421,
+ 2130903422,
+ 2130903427,
+ 2130903428,
+ 2130903429,
+ 2130903430,
+ 2130903431,
+ 2130903432,
+ 2130903433,
+ 2130903437,
+ 2130903521,
+ 2130903522,
+ 2130903523,
+ 2130903524,
+ 2130903529,
+ 2130903530,
+ 2130903531,
+ 2130903532,
+ 2130903831,
+ 2130903832,
+ 2130903833,
+ 2130903834,
+ 2130903835,
+ 2130903845,
+ 2130903846,
+ 2130903847,
+ 2130903859,
+ 2130903860,
+ 2130903861,
+ 2130903911,
+ 2130903914,
+ 2130903954,
+ 2130903955,
+ 2130903956,
+ 2130903957,
+ 2130903958,
+ 2130903981,
+ 2130903982,
+ 2130903983};
+
+ // aapt resource value: 0
+ public const int TextInputLayout_android_enabled = 0;
+
+ // aapt resource value: 4
+ public const int TextInputLayout_android_hint = 4;
+
+ // aapt resource value: 5
+ public const int TextInputLayout_android_maxEms = 5;
+
+ // aapt resource value: 2
+ public const int TextInputLayout_android_maxWidth = 2;
+
+ // aapt resource value: 6
+ public const int TextInputLayout_android_minEms = 6;
+
+ // aapt resource value: 3
+ public const int TextInputLayout_android_minWidth = 3;
+
+ // aapt resource value: 1
+ public const int TextInputLayout_android_textColorHint = 1;
+
+ // aapt resource value: 7
+ public const int TextInputLayout_boxBackgroundColor = 7;
+
+ // aapt resource value: 8
+ public const int TextInputLayout_boxBackgroundMode = 8;
+
+ // aapt resource value: 9
+ public const int TextInputLayout_boxCollapsedPaddingTop = 9;
+
+ // aapt resource value: 10
+ public const int TextInputLayout_boxCornerRadiusBottomEnd = 10;
+
+ // aapt resource value: 11
+ public const int TextInputLayout_boxCornerRadiusBottomStart = 11;
+
+ // aapt resource value: 12
+ public const int TextInputLayout_boxCornerRadiusTopEnd = 12;
+
+ // aapt resource value: 13
+ public const int TextInputLayout_boxCornerRadiusTopStart = 13;
+
+ // aapt resource value: 14
+ public const int TextInputLayout_boxStrokeColor = 14;
+
+ // aapt resource value: 15
+ public const int TextInputLayout_boxStrokeErrorColor = 15;
+
+ // aapt resource value: 16
+ public const int TextInputLayout_boxStrokeWidth = 16;
+
+ // aapt resource value: 17
+ public const int TextInputLayout_boxStrokeWidthFocused = 17;
+
+ // aapt resource value: 18
+ public const int TextInputLayout_counterEnabled = 18;
+
+ // aapt resource value: 19
+ public const int TextInputLayout_counterMaxLength = 19;
+
+ // aapt resource value: 20
+ public const int TextInputLayout_counterOverflowTextAppearance = 20;
+
+ // aapt resource value: 21
+ public const int TextInputLayout_counterOverflowTextColor = 21;
+
+ // aapt resource value: 22
+ public const int TextInputLayout_counterTextAppearance = 22;
+
+ // aapt resource value: 23
+ public const int TextInputLayout_counterTextColor = 23;
+
+ // aapt resource value: 24
+ public const int TextInputLayout_endIconCheckable = 24;
+
+ // aapt resource value: 25
+ public const int TextInputLayout_endIconContentDescription = 25;
+
+ // aapt resource value: 26
+ public const int TextInputLayout_endIconDrawable = 26;
+
+ // aapt resource value: 27
+ public const int TextInputLayout_endIconMode = 27;
+
+ // aapt resource value: 28
+ public const int TextInputLayout_endIconTint = 28;
+
+ // aapt resource value: 29
+ public const int TextInputLayout_endIconTintMode = 29;
+
+ // aapt resource value: 30
+ public const int TextInputLayout_errorContentDescription = 30;
+
+ // aapt resource value: 31
+ public const int TextInputLayout_errorEnabled = 31;
+
+ // aapt resource value: 32
+ public const int TextInputLayout_errorIconDrawable = 32;
+
+ // aapt resource value: 33
+ public const int TextInputLayout_errorIconTint = 33;
+
+ // aapt resource value: 34
+ public const int TextInputLayout_errorIconTintMode = 34;
+
+ // aapt resource value: 35
+ public const int TextInputLayout_errorTextAppearance = 35;
+
+ // aapt resource value: 36
+ public const int TextInputLayout_errorTextColor = 36;
+
+ // aapt resource value: 37
+ public const int TextInputLayout_expandedHintEnabled = 37;
+
+ // aapt resource value: 38
+ public const int TextInputLayout_helperText = 38;
+
+ // aapt resource value: 39
+ public const int TextInputLayout_helperTextEnabled = 39;
+
+ // aapt resource value: 40
+ public const int TextInputLayout_helperTextTextAppearance = 40;
+
+ // aapt resource value: 41
+ public const int TextInputLayout_helperTextTextColor = 41;
+
+ // aapt resource value: 42
+ public const int TextInputLayout_hintAnimationEnabled = 42;
+
+ // aapt resource value: 43
+ public const int TextInputLayout_hintEnabled = 43;
+
+ // aapt resource value: 44
+ public const int TextInputLayout_hintTextAppearance = 44;
+
+ // aapt resource value: 45
+ public const int TextInputLayout_hintTextColor = 45;
+
+ // aapt resource value: 46
+ public const int TextInputLayout_passwordToggleContentDescription = 46;
+
+ // aapt resource value: 47
+ public const int TextInputLayout_passwordToggleDrawable = 47;
+
+ // aapt resource value: 48
+ public const int TextInputLayout_passwordToggleEnabled = 48;
+
+ // aapt resource value: 49
+ public const int TextInputLayout_passwordToggleTint = 49;
+
+ // aapt resource value: 50
+ public const int TextInputLayout_passwordToggleTintMode = 50;
+
+ // aapt resource value: 51
+ public const int TextInputLayout_placeholderText = 51;
+
+ // aapt resource value: 52
+ public const int TextInputLayout_placeholderTextAppearance = 52;
+
+ // aapt resource value: 53
+ public const int TextInputLayout_placeholderTextColor = 53;
+
+ // aapt resource value: 54
+ public const int TextInputLayout_prefixText = 54;
+
+ // aapt resource value: 55
+ public const int TextInputLayout_prefixTextAppearance = 55;
+
+ // aapt resource value: 56
+ public const int TextInputLayout_prefixTextColor = 56;
+
+ // aapt resource value: 57
+ public const int TextInputLayout_shapeAppearance = 57;
+
+ // aapt resource value: 58
+ public const int TextInputLayout_shapeAppearanceOverlay = 58;
+
+ // aapt resource value: 59
+ public const int TextInputLayout_startIconCheckable = 59;
+
+ // aapt resource value: 60
+ public const int TextInputLayout_startIconContentDescription = 60;
+
+ // aapt resource value: 61
+ public const int TextInputLayout_startIconDrawable = 61;
+
+ // aapt resource value: 62
+ public const int TextInputLayout_startIconTint = 62;
+
+ // aapt resource value: 63
+ public const int TextInputLayout_startIconTintMode = 63;
+
+ // aapt resource value: 64
+ public const int TextInputLayout_suffixText = 64;
+
+ // aapt resource value: 65
+ public const int TextInputLayout_suffixTextAppearance = 65;
+
+ // aapt resource value: 66
+ public const int TextInputLayout_suffixTextColor = 66;
+
+ // aapt resource value: { 0x1010034,0x7F03017F,0x7F030180 }
+ public static int[] ThemeEnforcement = new int[] {
+ 16842804,
+ 2130903423,
+ 2130903424};
+
+ // aapt resource value: 0
+ public const int ThemeEnforcement_android_textAppearance = 0;
+
+ // aapt resource value: 1
+ public const int ThemeEnforcement_enforceMaterialTheme = 1;
+
+ // aapt resource value: 2
+ public const int ThemeEnforcement_enforceTextAppearance = 2;
+
+ // aapt resource value: { 0x10100AF,0x1010140,0x7F030082,0x7F0300D5,0x7F0300D6,0x7F030113,0x7F030114,0x7F030115,0x7F030116,0x7F030117,0x7F030118,0x7F030293,0x7F030295,0x7F0302C1,0x7F0302C9,0x7F0302F7,0x7F0302F8,0x7F030331,0x7F0303A8,0x7F0303AA,0x7F0303AB,0x7F03042C,0x7F030430,0x7F030431,0x7F030432,0x7F030433,0x7F030434,0x7F030435,0x7F030437,0x7F030438 }
+ public static int[] Toolbar = new int[] {
+ 16842927,
+ 16843072,
+ 2130903170,
+ 2130903253,
+ 2130903254,
+ 2130903315,
+ 2130903316,
+ 2130903317,
+ 2130903318,
+ 2130903319,
+ 2130903320,
+ 2130903699,
+ 2130903701,
+ 2130903745,
+ 2130903753,
+ 2130903799,
+ 2130903800,
+ 2130903857,
+ 2130903976,
+ 2130903978,
+ 2130903979,
+ 2130904108,
+ 2130904112,
+ 2130904113,
+ 2130904114,
+ 2130904115,
+ 2130904116,
+ 2130904117,
+ 2130904119,
+ 2130904120};
+
+ // aapt resource value: 0
+ public const int Toolbar_android_gravity = 0;
+
+ // aapt resource value: 1
+ public const int Toolbar_android_minHeight = 1;
+
+ // aapt resource value: 2
+ public const int Toolbar_buttonGravity = 2;
+
+ // aapt resource value: 3
+ public const int Toolbar_collapseContentDescription = 3;
+
+ // aapt resource value: 4
+ public const int Toolbar_collapseIcon = 4;
+
+ // aapt resource value: 5
+ public const int Toolbar_contentInsetEnd = 5;
+
+ // aapt resource value: 6
+ public const int Toolbar_contentInsetEndWithActions = 6;
+
+ // aapt resource value: 7
+ public const int Toolbar_contentInsetLeft = 7;
+
+ // aapt resource value: 8
+ public const int Toolbar_contentInsetRight = 8;
+
+ // aapt resource value: 9
+ public const int Toolbar_contentInsetStart = 9;
+
+ // aapt resource value: 10
+ public const int Toolbar_contentInsetStartWithNavigation = 10;
+
+ // aapt resource value: 11
+ public const int Toolbar_logo = 11;
+
+ // aapt resource value: 12
+ public const int Toolbar_logoDescription = 12;
+
+ // aapt resource value: 13
+ public const int Toolbar_maxButtonHeight = 13;
+
+ // aapt resource value: 14
+ public const int Toolbar_menu = 14;
+
+ // aapt resource value: 15
+ public const int Toolbar_navigationContentDescription = 15;
+
+ // aapt resource value: 16
+ public const int Toolbar_navigationIcon = 16;
+
+ // aapt resource value: 17
+ public const int Toolbar_popupTheme = 17;
+
+ // aapt resource value: 18
+ public const int Toolbar_subtitle = 18;
+
+ // aapt resource value: 19
+ public const int Toolbar_subtitleTextAppearance = 19;
+
+ // aapt resource value: 20
+ public const int Toolbar_subtitleTextColor = 20;
+
+ // aapt resource value: 21
+ public const int Toolbar_title = 21;
+
+ // aapt resource value: 22
+ public const int Toolbar_titleMargin = 22;
+
+ // aapt resource value: 23
+ public const int Toolbar_titleMarginBottom = 23;
+
+ // aapt resource value: 24
+ public const int Toolbar_titleMarginEnd = 24;
+
+ // aapt resource value: 27
+ public const int Toolbar_titleMargins = 27;
+
+ // aapt resource value: 25
+ public const int Toolbar_titleMarginStart = 25;
+
+ // aapt resource value: 26
+ public const int Toolbar_titleMarginTop = 26;
+
+ // aapt resource value: 28
+ public const int Toolbar_titleTextAppearance = 28;
+
+ // aapt resource value: 29
+ public const int Toolbar_titleTextColor = 29;
+
+ // aapt resource value: { 0x1010034,0x1010098,0x10100D5,0x10100F6,0x101013F,0x1010140,0x101014F,0x7F03004E }
+ public static int[] Tooltip = new int[] {
+ 16842804,
+ 16842904,
+ 16842965,
+ 16842998,
+ 16843071,
+ 16843072,
+ 16843087,
+ 2130903118};
+
+ // aapt resource value: 3
+ public const int Tooltip_android_layout_margin = 3;
+
+ // aapt resource value: 5
+ public const int Tooltip_android_minHeight = 5;
+
+ // aapt resource value: 4
+ public const int Tooltip_android_minWidth = 4;
+
+ // aapt resource value: 2
+ public const int Tooltip_android_padding = 2;
+
+ // aapt resource value: 6
+ public const int Tooltip_android_text = 6;
+
+ // aapt resource value: 0
+ public const int Tooltip_android_textAppearance = 0;
+
+ // aapt resource value: 1
+ public const int Tooltip_android_textColor = 1;
+
+ // aapt resource value: 7
+ public const int Tooltip_backgroundTint = 7;
+
+ // aapt resource value: { 0x1010320,0x1010321,0x1010322,0x1010323,0x1010324,0x1010325,0x1010326,0x1010327,0x1010328,0x10103FA,0x1010440,0x7F03044F }
+ public static int[] Transform = new int[] {
+ 16843552,
+ 16843553,
+ 16843554,
+ 16843555,
+ 16843556,
+ 16843557,
+ 16843558,
+ 16843559,
+ 16843560,
+ 16843770,
+ 16843840,
+ 2130904143};
+
+ // aapt resource value: 10
+ public const int Transform_android_elevation = 10;
+
+ // aapt resource value: 6
+ public const int Transform_android_rotation = 6;
+
+ // aapt resource value: 7
+ public const int Transform_android_rotationX = 7;
+
+ // aapt resource value: 8
+ public const int Transform_android_rotationY = 8;
+
+ // aapt resource value: 4
+ public const int Transform_android_scaleX = 4;
+
+ // aapt resource value: 5
+ public const int Transform_android_scaleY = 5;
+
+ // aapt resource value: 0
+ public const int Transform_android_transformPivotX = 0;
+
+ // aapt resource value: 1
+ public const int Transform_android_transformPivotY = 1;
+
+ // aapt resource value: 2
+ public const int Transform_android_translationX = 2;
+
+ // aapt resource value: 3
+ public const int Transform_android_translationY = 3;
+
+ // aapt resource value: 9
+ public const int Transform_android_translationZ = 9;
+
+ // aapt resource value: 11
+ public const int Transform_transformPivotTarget = 11;
+
+ // aapt resource value: { 0x10100D0,0x7F030044,0x7F03010C,0x7F03010D,0x7F03016E,0x7F030237,0x7F0302EC,0x7F03031C,0x7F030390,0x7F030450,0x7F030452 }
+ public static int[] Transition = new int[] {
+ 16842960,
+ 2130903108,
+ 2130903308,
+ 2130903309,
+ 2130903406,
+ 2130903607,
+ 2130903788,
+ 2130903836,
+ 2130903952,
+ 2130904144,
+ 2130904146};
+
+ // aapt resource value: 0
+ public const int Transition_android_id = 0;
+
+ // aapt resource value: 1
+ public const int Transition_autoTransition = 1;
+
+ // aapt resource value: 2
+ public const int Transition_constraintSetEnd = 2;
+
+ // aapt resource value: 3
+ public const int Transition_constraintSetStart = 3;
+
+ // aapt resource value: 4
+ public const int Transition_duration = 4;
+
+ // aapt resource value: 5
+ public const int Transition_layoutDuringTransition = 5;
+
+ // aapt resource value: 6
+ public const int Transition_motionInterpolator = 6;
+
+ // aapt resource value: 7
+ public const int Transition_pathMotionArc = 7;
+
+ // aapt resource value: 8
+ public const int Transition_staggered = 8;
+
+ // aapt resource value: 9
+ public const int Transition_transitionDisable = 9;
+
+ // aapt resource value: 10
+ public const int Transition_transitionFlags = 10;
+
+ // aapt resource value: { 0x7F030110,0x7F03034B,0x7F03034C,0x7F03034D,0x7F03034E }
+ public static int[] Variant = new int[] {
+ 2130903312,
+ 2130903883,
+ 2130903884,
+ 2130903885,
+ 2130903886};
+
+ // aapt resource value: 0
+ public const int Variant_constraints = 0;
+
+ // aapt resource value: 1
+ public const int Variant_region_heightLessThan = 1;
+
+ // aapt resource value: 2
+ public const int Variant_region_heightMoreThan = 2;
+
+ // aapt resource value: 3
+ public const int Variant_region_widthLessThan = 3;
+
+ // aapt resource value: 4
+ public const int Variant_region_widthMoreThan = 4;
+
+ // aapt resource value: { 0x1010000,0x10100DA,0x7F03030E,0x7F030311,0x7F030418 }
+ public static int[] View = new int[] {
+ 16842752,
+ 16842970,
+ 2130903822,
+ 2130903825,
+ 2130904088};
+
+ // aapt resource value: { 0x10100D4,0x7F03004E,0x7F03004F }
+ public static int[] ViewBackgroundHelper = new int[] {
+ 16842964,
+ 2130903118,
+ 2130903119};
+
+ // aapt resource value: 0
+ public const int ViewBackgroundHelper_android_background = 0;
+
+ // aapt resource value: 1
+ public const int ViewBackgroundHelper_backgroundTint = 1;
+
+ // aapt resource value: 2
+ public const int ViewBackgroundHelper_backgroundTintMode = 2;
+
+ // aapt resource value: { 0x10100C4 }
+ public static int[] ViewPager2 = new int[] {
+ 16842948};
+
+ // aapt resource value: 0
+ public const int ViewPager2_android_orientation = 0;
+
+ // aapt resource value: { 0x10100D0,0x10100F2,0x10100F3 }
+ public static int[] ViewStubCompat = new int[] {
+ 16842960,
+ 16842994,
+ 16842995};
+
+ // aapt resource value: 0
+ public const int ViewStubCompat_android_id = 0;
+
+ // aapt resource value: 2
+ public const int ViewStubCompat_android_inflatedId = 2;
+
+ // aapt resource value: 1
+ public const int ViewStubCompat_android_layout = 1;
+
+ // aapt resource value: { 0x10100D0,0x7F030000,0x7F030001,0x7F0300C7,0x7F03016E,0x7F0301FB,0x7F0301FC,0x7F0302EC,0x7F0302F1,0x7F030308,0x7F03031C,0x7F030366,0x7F030450,0x7F030459,0x7F030461 }
+ public static int[] ViewTransition = new int[] {
+ 16842960,
+ 2130903040,
+ 2130903041,
+ 2130903239,
+ 2130903406,
+ 2130903547,
+ 2130903548,
+ 2130903788,
+ 2130903793,
+ 2130903816,
+ 2130903836,
+ 2130903910,
+ 2130904144,
+ 2130904153,
+ 2130904161};
+
+ // aapt resource value: 0
+ public const int ViewTransition_android_id = 0;
+
+ // aapt resource value: 3
+ public const int ViewTransition_clearsTag = 3;
+
+ // aapt resource value: 4
+ public const int ViewTransition_duration = 4;
+
+ // aapt resource value: 5
+ public const int ViewTransition_ifTagNotSet = 5;
+
+ // aapt resource value: 6
+ public const int ViewTransition_ifTagSet = 6;
+
+ // aapt resource value: 7
+ public const int ViewTransition_motionInterpolator = 7;
+
+ // aapt resource value: 8
+ public const int ViewTransition_motionTarget = 8;
+
+ // aapt resource value: 9
+ public const int ViewTransition_onStateTransition = 9;
+
+ // aapt resource value: 10
+ public const int ViewTransition_pathMotionArc = 10;
+
+ // aapt resource value: 11
+ public const int ViewTransition_setsTag = 11;
+
+ // aapt resource value: 1
+ public const int ViewTransition_SharedValue = 1;
+
+ // aapt resource value: 2
+ public const int ViewTransition_SharedValueId = 2;
+
+ // aapt resource value: 12
+ public const int ViewTransition_transitionDisable = 12;
+
+ // aapt resource value: 13
+ public const int ViewTransition_upDuration = 13;
+
+ // aapt resource value: 14
+ public const int ViewTransition_viewTransitionMode = 14;
+
+ // aapt resource value: 1
+ public const int View_android_focusable = 1;
+
+ // aapt resource value: 0
+ public const int View_android_theme = 0;
+
+ // aapt resource value: 2
+ public const int View_paddingEnd = 2;
+
+ // aapt resource value: 3
+ public const int View_paddingStart = 3;
+
+ // aapt resource value: 4
+ public const int View_theme = 4;
+
+ static Styleable()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Styleable()
+ {
+ }
+ }
+
+ public partial class Xml
+ {
+
+ // aapt resource value: 0x7F110000
+ public const int image_share_filepaths = 2131820544;
+
+ // aapt resource value: 0x7F110001
+ public const int microsoft_maui_essentials_fileprovider_file_paths = 2131820545;
+
+ // aapt resource value: 0x7F110002
+ public const int standalone_badge = 2131820546;
+
+ // aapt resource value: 0x7F110003
+ public const int standalone_badge_gravity_bottom_end = 2131820547;
+
+ // aapt resource value: 0x7F110004
+ public const int standalone_badge_gravity_bottom_start = 2131820548;
+
+ // aapt resource value: 0x7F110005
+ public const int standalone_badge_gravity_top_start = 2131820549;
+
+ // aapt resource value: 0x7F110006
+ public const int standalone_badge_offset = 2131820550;
+
+ static Xml()
+ {
+ global::Android.Runtime.ResourceIdManager.UpdateIdValues();
+ }
+
+ private Xml()
+ {
+ }
+ }
+ }
+}
+#pragma warning restore 1591
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/build.props b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/build.props
new file mode 100644
index 0000000..3f628a5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/build.props
@@ -0,0 +1,31 @@
+bundleassemblies=false
+aotassemblies=false
+androidaddkeepalives=
+androidaotmode=interpreter
+androidembedprofilers=
+androidenableprofiledaot=
+androiddextool=d8
+androidlinktool=
+androidlinkresources=
+androidpackageformat=apk
+embedassembliesintoapk=false
+androidlinkmode=none
+androidlinkskip=
+androidsdkbuildtoolsversion=32.0.0
+androidsdkpath=c:\program files (x86)\android\android-sdk\
+androidndkpath=
+javasdkpath=c:\program files\microsoft\jdk-11.0.16.101-hotspot\
+androidsequencepointsmode=none
+androidnetsdkversion=32.0.485
+monosymbolarchive=false
+androiduselatestplatformsdk=false
+targetframeworkversion=v6.0
+androidcreatepackageperabi=
+androidgeneratejnimarshalmethods=false
+os=windows_nt
+androidincludedebugsymbols=true
+androidpackagenamingpolicy=lowercasecrc64
+_nugetassetstimestamp=
+typemapkind=strings-asm
+androidsupportedabis=armeabi-v7a;arm64-v8a;x86;x86_64
+androidmanifestplaceholders=
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/libraryprojectimports.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/libraryprojectimports.cache
new file mode 100644
index 0000000..58671d0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/designtime/libraryprojectimports.cache
@@ -0,0 +1 @@
+C:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\88\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\89\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\90\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\91\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\92\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\93\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\94\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\95\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\96\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\97\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\98\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\99\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\100\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\101\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\102\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\103\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\104\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\105\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\106\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\107\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\108\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\109\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\110\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\111\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\112\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\113\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\114\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\115\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\116\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\116\jl\libs\repackaged.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\117\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\118\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\119\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\120\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\121\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\122\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\123\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\124\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\125\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\126\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\127\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\128\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\129\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\130\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\131\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\132\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\133\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\134\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\135\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\136\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\137\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\138\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\139\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\140\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\141\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\142\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\143\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\144\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\145\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\146\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\147\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\148\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\149\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\150\jl\libs\ED64959F88B22E6D.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\153\jl\classes.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\156\jl\libs\F975D0960055A5E3.jarC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\90\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\91\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\92\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\96\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\97\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\98\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\99\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\101\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\102\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\103\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\104\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\105\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\109\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\110\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\112\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\113\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\116\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\117\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\119\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\121\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\122\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\123\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\124\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\125\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\126\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\127\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\128\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\129\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\132\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\133\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\134\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\135\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\136\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\137\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\138\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\139\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\140\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\141\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\142\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\147\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\149\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\151\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\152\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\153\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\154\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\155\jl\resC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\90.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\91.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\92.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\96.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\97.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\98.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\99.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\101.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\102.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\103.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\104.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\105.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\109.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\110.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\112.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\113.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\116.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\117.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\119.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\121.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\122.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\123.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\124.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\125.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\126.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\127.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\128.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\129.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\132.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\133.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\134.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\135.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\136.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\137.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\138.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\139.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\140.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\141.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\142.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\147.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\149.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\151.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\152.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\153.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\154.stampC:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\obj\Debug\net6.0-android\lp\155.stamp
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100.stamp
new file mode 100644
index 0000000..63e0828
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100.stamp
@@ -0,0 +1 @@
+109841B2AB535CED
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/AndroidManifest.xml
new file mode 100644
index 0000000..ac8728b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/R.txt
new file mode 100644
index 0000000..8c5f8bc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/R.txt
@@ -0,0 +1,131 @@
+int attr alpha 0x7f040001
+int attr font 0x7f040002
+int attr fontProviderAuthority 0x7f040003
+int attr fontProviderCerts 0x7f040004
+int attr fontProviderFetchStrategy 0x7f040005
+int attr fontProviderFetchTimeout 0x7f040006
+int attr fontProviderPackage 0x7f040007
+int attr fontProviderQuery 0x7f040008
+int attr fontStyle 0x7f040009
+int attr fontVariationSettings 0x7f04000a
+int attr fontWeight 0x7f04000b
+int attr ttcIndex 0x7f04000c
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f070001
+int dimen compat_button_inset_vertical_material 0x7f070002
+int dimen compat_button_padding_horizontal_material 0x7f070003
+int dimen compat_button_padding_vertical_material 0x7f070004
+int dimen compat_control_corner_material 0x7f070005
+int dimen compat_notification_large_icon_max_height 0x7f070006
+int dimen compat_notification_large_icon_max_width 0x7f070007
+int dimen notification_action_icon_size 0x7f070008
+int dimen notification_action_text_size 0x7f070009
+int dimen notification_big_circle_margin 0x7f07000a
+int dimen notification_content_margin_start 0x7f07000b
+int dimen notification_large_icon_height 0x7f07000c
+int dimen notification_large_icon_width 0x7f07000d
+int dimen notification_main_column_padding_top 0x7f07000e
+int dimen notification_media_narrow_margin 0x7f07000f
+int dimen notification_right_icon_size 0x7f070010
+int dimen notification_right_side_padding_top 0x7f070011
+int dimen notification_small_icon_background_padding 0x7f070012
+int dimen notification_small_icon_size_as_large 0x7f070013
+int dimen notification_subtext_size 0x7f070014
+int dimen notification_top_pad 0x7f070015
+int dimen notification_top_pad_large_text 0x7f070016
+int drawable notification_action_background 0x7f080001
+int drawable notification_bg 0x7f080002
+int drawable notification_bg_low 0x7f080003
+int drawable notification_bg_low_normal 0x7f080004
+int drawable notification_bg_low_pressed 0x7f080005
+int drawable notification_bg_normal 0x7f080006
+int drawable notification_bg_normal_pressed 0x7f080007
+int drawable notification_icon_background 0x7f080008
+int drawable notification_template_icon_bg 0x7f080009
+int drawable notification_template_icon_low_bg 0x7f08000a
+int drawable notification_tile_bg 0x7f08000b
+int drawable notify_panel_notification_icon_bg 0x7f08000c
+int id action_container 0x7f0b0001
+int id action_divider 0x7f0b0002
+int id action_image 0x7f0b0003
+int id action_text 0x7f0b0004
+int id actions 0x7f0b0005
+int id async 0x7f0b0006
+int id blocking 0x7f0b0007
+int id chronometer 0x7f0b0008
+int id forever 0x7f0b0009
+int id icon 0x7f0b000a
+int id icon_group 0x7f0b000b
+int id info 0x7f0b000c
+int id italic 0x7f0b000d
+int id line1 0x7f0b000e
+int id line3 0x7f0b000f
+int id normal 0x7f0b0010
+int id notification_background 0x7f0b0011
+int id notification_main_column 0x7f0b0012
+int id notification_main_column_container 0x7f0b0013
+int id right_icon 0x7f0b0014
+int id right_side 0x7f0b0015
+int id tag_transition_group 0x7f0b0016
+int id tag_unhandled_key_event_manager 0x7f0b0017
+int id tag_unhandled_key_listeners 0x7f0b0018
+int id text 0x7f0b0019
+int id text2 0x7f0b001a
+int id time 0x7f0b001b
+int id title 0x7f0b001c
+int integer status_bar_notification_info_maxnum 0x7f0c0001
+int layout notification_action 0x7f0e0001
+int layout notification_action_tombstone 0x7f0e0002
+int layout notification_template_custom_big 0x7f0e0003
+int layout notification_template_icon_group 0x7f0e0004
+int layout notification_template_part_chronometer 0x7f0e0005
+int layout notification_template_part_time 0x7f0e0006
+int string status_bar_notification_info_overflow 0x7f140001
+int style TextAppearance_Compat_Notification 0x7f150001
+int style TextAppearance_Compat_Notification_Info 0x7f150002
+int style TextAppearance_Compat_Notification_Line2 0x7f150003
+int style TextAppearance_Compat_Notification_Time 0x7f150004
+int style TextAppearance_Compat_Notification_Title 0x7f150005
+int style Widget_Compat_NotificationActionContainer 0x7f150006
+int style Widget_Compat_NotificationActionText 0x7f150007
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/classes.jar
new file mode 100644
index 0000000..6ea5e55
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/100/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101.stamp
new file mode 100644
index 0000000..9104718
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101.stamp
@@ -0,0 +1 @@
+891B41A04552A097
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/AndroidManifest.xml
new file mode 100644
index 0000000..2d61966
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/classes.jar
new file mode 100644
index 0000000..00c2608
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/proguard.txt
new file mode 100644
index 0000000..3df87f3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/proguard.txt
@@ -0,0 +1,7 @@
+-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
+ (androidx.lifecycle.SavedStateHandle);
+}
+
+-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
+ (android.app.Application,androidx.lifecycle.SavedStateHandle);
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/res.zip
new file mode 100644
index 0000000..9c3f867
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/101/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102.stamp
new file mode 100644
index 0000000..c7539ea
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102.stamp
@@ -0,0 +1 @@
+CAF70776103C27C8
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/AndroidManifest.xml
new file mode 100644
index 0000000..d0a1e2d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/classes.jar
new file mode 100644
index 0000000..73aa47d
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/res.zip
new file mode 100644
index 0000000..9c3f867
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/102/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103.stamp
new file mode 100644
index 0000000..5d6c466
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103.stamp
@@ -0,0 +1 @@
+BB86AB41EBF50729
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/AndroidManifest.xml
new file mode 100644
index 0000000..053ddef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/annotations.zip
new file mode 100644
index 0000000..3546aae
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/classes.jar
new file mode 100644
index 0000000..94e6573
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/res.zip
new file mode 100644
index 0000000..669c573
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/103/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104.stamp
new file mode 100644
index 0000000..8674d55
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104.stamp
@@ -0,0 +1 @@
+C34273368E4F57EE
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/AndroidManifest.xml
new file mode 100644
index 0000000..928a3ad
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/R.txt
new file mode 100644
index 0000000..2aa6043
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/R.txt
@@ -0,0 +1,17 @@
+int anim fragment_fast_out_extra_slow_in 0x0
+int animator fragment_close_enter 0x0
+int animator fragment_close_exit 0x0
+int animator fragment_fade_enter 0x0
+int animator fragment_fade_exit 0x0
+int animator fragment_open_enter 0x0
+int animator fragment_open_exit 0x0
+int id fragment_container_view_tag 0x0
+int id special_effects_controller_view_tag 0x0
+int id visible_removing_fragment_view_tag 0x0
+int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
+int styleable Fragment_android_id 0
+int styleable Fragment_android_name 1
+int styleable Fragment_android_tag 2
+int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
+int styleable FragmentContainerView_android_name 0
+int styleable FragmentContainerView_android_tag 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/annotations.zip
new file mode 100644
index 0000000..e26e000
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/baseline-prof.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/baseline-prof.txt
new file mode 100644
index 0000000..7aa2ee2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/baseline-prof.txt
@@ -0,0 +1,477 @@
+# Baseline profiles for androidx.fragment
+
+HSPLandroidx/fragment/R$styleable;->()V
+HSPLandroidx/fragment/app/BackStackRecord;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/BackStackRecord;->bumpBackStackNesting(I)V
+HSPLandroidx/fragment/app/BackStackRecord;->commit()I
+HSPLandroidx/fragment/app/BackStackRecord;->commitInternal(Z)I
+HSPLandroidx/fragment/app/BackStackRecord;->doAddOp(ILandroidx/fragment/app/Fragment;Ljava/lang/String;I)V
+HSPLandroidx/fragment/app/BackStackRecord;->executeOps()V
+HSPLandroidx/fragment/app/BackStackRecord;->expandOps(Ljava/util/ArrayList;Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/BackStackRecord;->generateOps(Ljava/util/ArrayList;Ljava/util/ArrayList;)Z
+HSPLandroidx/fragment/app/BackStackRecord;->runOnCommitRunnables()V
+HSPLandroidx/fragment/app/BackStackRecord;->setPrimaryNavigationFragment(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
+HSPLandroidx/fragment/app/DefaultSpecialEffectsController;->(Landroid/view/ViewGroup;)V
+HSPLandroidx/fragment/app/Fragment$1;->(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/Fragment$4;->(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/Fragment$4;->onFindViewById(I)Landroid/view/View;
+HSPLandroidx/fragment/app/Fragment$4;->onHasView()Z
+HSPLandroidx/fragment/app/Fragment$5;->(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/Fragment$5;->onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V
+HSPLandroidx/fragment/app/Fragment$AnimationInfo;->()V
+HSPLandroidx/fragment/app/Fragment;->()V
+HSPLandroidx/fragment/app/Fragment;->()V
+HSPLandroidx/fragment/app/Fragment;->createFragmentContainer()Landroidx/fragment/app/FragmentContainer;
+HSPLandroidx/fragment/app/Fragment;->ensureAnimationInfo()Landroidx/fragment/app/Fragment$AnimationInfo;
+HSPLandroidx/fragment/app/Fragment;->equals(Ljava/lang/Object;)Z
+HSPLandroidx/fragment/app/Fragment;->getActivity()Landroidx/fragment/app/FragmentActivity;
+HSPLandroidx/fragment/app/Fragment;->getChildFragmentManager()Landroidx/fragment/app/FragmentManager;
+HSPLandroidx/fragment/app/Fragment;->getContext()Landroid/content/Context;
+HSPLandroidx/fragment/app/Fragment;->getFocusedView()Landroid/view/View;
+HSPLandroidx/fragment/app/Fragment;->getId()I
+HSPLandroidx/fragment/app/Fragment;->getLayoutInflater(Landroid/os/Bundle;)Landroid/view/LayoutInflater;
+HSPLandroidx/fragment/app/Fragment;->getLifecycle()Landroidx/lifecycle/Lifecycle;
+HSPLandroidx/fragment/app/Fragment;->getMinimumMaxLifecycleState()I
+HSPLandroidx/fragment/app/Fragment;->getParentFragment()Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/Fragment;->getParentFragmentManager()Landroidx/fragment/app/FragmentManager;
+HSPLandroidx/fragment/app/Fragment;->getPostOnViewCreatedAlpha()F
+HSPLandroidx/fragment/app/Fragment;->getSavedStateRegistry()Landroidx/savedstate/SavedStateRegistry;
+HSPLandroidx/fragment/app/Fragment;->getTag()Ljava/lang/String;
+HSPLandroidx/fragment/app/Fragment;->getView()Landroid/view/View;
+HSPLandroidx/fragment/app/Fragment;->getViewLifecycleOwner()Landroidx/lifecycle/LifecycleOwner;
+HSPLandroidx/fragment/app/Fragment;->getViewLifecycleOwnerLiveData()Landroidx/lifecycle/LiveData;
+HSPLandroidx/fragment/app/Fragment;->getViewModelStore()Landroidx/lifecycle/ViewModelStore;
+HSPLandroidx/fragment/app/Fragment;->initLifecycle()V
+HSPLandroidx/fragment/app/Fragment;->instantiate(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/Fragment;->isAdded()Z
+HSPLandroidx/fragment/app/Fragment;->isMenuVisible()Z
+HSPLandroidx/fragment/app/Fragment;->noteStateNotSaved()V
+HSPLandroidx/fragment/app/Fragment;->onActivityCreated(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->onAttach(Landroid/app/Activity;)V
+HSPLandroidx/fragment/app/Fragment;->onAttach(Landroid/content/Context;)V
+HSPLandroidx/fragment/app/Fragment;->onAttachFragment(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/Fragment;->onCreate(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->onGetLayoutInflater(Landroid/os/Bundle;)Landroid/view/LayoutInflater;
+HSPLandroidx/fragment/app/Fragment;->onInflate(Landroid/app/Activity;Landroid/util/AttributeSet;Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->onPrimaryNavigationFragmentChanged(Z)V
+HSPLandroidx/fragment/app/Fragment;->onResume()V
+HSPLandroidx/fragment/app/Fragment;->onStart()V
+HSPLandroidx/fragment/app/Fragment;->onViewCreated(Landroid/view/View;Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->onViewStateRestored(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->performActivityCreated(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->performAttach()V
+HSPLandroidx/fragment/app/Fragment;->performCreate(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->performCreateOptionsMenu(Landroid/view/Menu;Landroid/view/MenuInflater;)Z
+HSPLandroidx/fragment/app/Fragment;->performCreateView(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->performGetLayoutInflater(Landroid/os/Bundle;)Landroid/view/LayoutInflater;
+HSPLandroidx/fragment/app/Fragment;->performPrepareOptionsMenu(Landroid/view/Menu;)Z
+HSPLandroidx/fragment/app/Fragment;->performPrimaryNavigationFragmentChanged()V
+HSPLandroidx/fragment/app/Fragment;->performResume()V
+HSPLandroidx/fragment/app/Fragment;->performStart()V
+HSPLandroidx/fragment/app/Fragment;->performViewCreated()V
+HSPLandroidx/fragment/app/Fragment;->requireContext()Landroid/content/Context;
+HSPLandroidx/fragment/app/Fragment;->requireView()Landroid/view/View;
+HSPLandroidx/fragment/app/Fragment;->restoreChildFragmentState(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->restoreViewState()V
+HSPLandroidx/fragment/app/Fragment;->restoreViewState(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->setAnimations(IIII)V
+HSPLandroidx/fragment/app/Fragment;->setArguments(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/Fragment;->setFocusedView(Landroid/view/View;)V
+HSPLandroidx/fragment/app/Fragment;->setNextTransition(I)V
+HSPLandroidx/fragment/app/Fragment;->setPopDirection(Z)V
+HSPLandroidx/fragment/app/Fragment;->setPostOnViewCreatedAlpha(F)V
+HSPLandroidx/fragment/app/Fragment;->setSharedElementNames(Ljava/util/ArrayList;Ljava/util/ArrayList;)V
+HSPLandroidx/fragment/app/Fragment;->toString()Ljava/lang/String;
+HSPLandroidx/fragment/app/FragmentActivity$$ExternalSyntheticLambda0;->(Landroidx/fragment/app/FragmentActivity;)V
+HSPLandroidx/fragment/app/FragmentActivity$$ExternalSyntheticLambda0;->onContextAvailable(Landroid/content/Context;)V
+HSPLandroidx/fragment/app/FragmentActivity$$ExternalSyntheticLambda1;->(Landroidx/fragment/app/FragmentActivity;)V
+HSPLandroidx/fragment/app/FragmentActivity$HostCallbacks;->(Landroidx/fragment/app/FragmentActivity;)V
+HSPLandroidx/fragment/app/FragmentActivity$HostCallbacks;->getActivityResultRegistry()Landroidx/activity/result/ActivityResultRegistry;
+HSPLandroidx/fragment/app/FragmentActivity$HostCallbacks;->getLifecycle()Landroidx/lifecycle/Lifecycle;
+HSPLandroidx/fragment/app/FragmentActivity$HostCallbacks;->getOnBackPressedDispatcher()Landroidx/activity/OnBackPressedDispatcher;
+HSPLandroidx/fragment/app/FragmentActivity$HostCallbacks;->getSavedStateRegistry()Landroidx/savedstate/SavedStateRegistry;
+HSPLandroidx/fragment/app/FragmentActivity$HostCallbacks;->getViewModelStore()Landroidx/lifecycle/ViewModelStore;
+HSPLandroidx/fragment/app/FragmentActivity$HostCallbacks;->onAttachFragment(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentActivity$HostCallbacks;->onGetLayoutInflater()Landroid/view/LayoutInflater;
+HSPLandroidx/fragment/app/FragmentActivity;->()V
+HSPLandroidx/fragment/app/FragmentActivity;->dispatchFragmentsOnCreateView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
+HSPLandroidx/fragment/app/FragmentActivity;->getSupportFragmentManager()Landroidx/fragment/app/FragmentManager;
+HSPLandroidx/fragment/app/FragmentActivity;->init()V
+HSPLandroidx/fragment/app/FragmentActivity;->lambda$init$1$androidx-fragment-app-FragmentActivity(Landroid/content/Context;)V
+HSPLandroidx/fragment/app/FragmentActivity;->onAttachFragment(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentActivity;->onCreate(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/FragmentActivity;->onCreatePanelMenu(ILandroid/view/Menu;)Z
+HSPLandroidx/fragment/app/FragmentActivity;->onCreateView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
+HSPLandroidx/fragment/app/FragmentActivity;->onCreateView(Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
+HSPLandroidx/fragment/app/FragmentActivity;->onPostResume()V
+HSPLandroidx/fragment/app/FragmentActivity;->onPrepareOptionsPanel(Landroid/view/View;Landroid/view/Menu;)Z
+HSPLandroidx/fragment/app/FragmentActivity;->onPreparePanel(ILandroid/view/View;Landroid/view/Menu;)Z
+HSPLandroidx/fragment/app/FragmentActivity;->onResume()V
+HSPLandroidx/fragment/app/FragmentActivity;->onResumeFragments()V
+HSPLandroidx/fragment/app/FragmentActivity;->onStart()V
+HSPLandroidx/fragment/app/FragmentActivity;->onStateNotSaved()V
+HSPLandroidx/fragment/app/FragmentContainer;->()V
+HSPLandroidx/fragment/app/FragmentContainer;->instantiate(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentContainerView;->(Landroid/content/Context;)V
+HSPLandroidx/fragment/app/FragmentContainerView;->addView(Landroid/view/View;ILandroid/view/ViewGroup$LayoutParams;)V
+HSPLandroidx/fragment/app/FragmentContainerView;->dispatchDraw(Landroid/graphics/Canvas;)V
+HSPLandroidx/fragment/app/FragmentContainerView;->drawChild(Landroid/graphics/Canvas;Landroid/view/View;J)Z
+HSPLandroidx/fragment/app/FragmentController;->(Landroidx/fragment/app/FragmentHostCallback;)V
+HSPLandroidx/fragment/app/FragmentController;->attachHost(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentController;->createController(Landroidx/fragment/app/FragmentHostCallback;)Landroidx/fragment/app/FragmentController;
+HSPLandroidx/fragment/app/FragmentController;->dispatchActivityCreated()V
+HSPLandroidx/fragment/app/FragmentController;->dispatchCreate()V
+HSPLandroidx/fragment/app/FragmentController;->dispatchCreateOptionsMenu(Landroid/view/Menu;Landroid/view/MenuInflater;)Z
+HSPLandroidx/fragment/app/FragmentController;->dispatchPrepareOptionsMenu(Landroid/view/Menu;)Z
+HSPLandroidx/fragment/app/FragmentController;->dispatchResume()V
+HSPLandroidx/fragment/app/FragmentController;->dispatchStart()V
+HSPLandroidx/fragment/app/FragmentController;->execPendingActions()Z
+HSPLandroidx/fragment/app/FragmentController;->getSupportFragmentManager()Landroidx/fragment/app/FragmentManager;
+HSPLandroidx/fragment/app/FragmentController;->noteStateNotSaved()V
+HSPLandroidx/fragment/app/FragmentController;->onCreateView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
+HSPLandroidx/fragment/app/FragmentFactory;->()V
+HSPLandroidx/fragment/app/FragmentFactory;->()V
+HSPLandroidx/fragment/app/FragmentFactory;->isFragmentClass(Ljava/lang/ClassLoader;Ljava/lang/String;)Z
+HSPLandroidx/fragment/app/FragmentFactory;->loadClass(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Class;
+HSPLandroidx/fragment/app/FragmentFactory;->loadFragmentClass(Ljava/lang/ClassLoader;Ljava/lang/String;)Ljava/lang/Class;
+HSPLandroidx/fragment/app/FragmentHostCallback;->(Landroid/app/Activity;Landroid/content/Context;Landroid/os/Handler;I)V
+HSPLandroidx/fragment/app/FragmentHostCallback;->(Landroidx/fragment/app/FragmentActivity;)V
+HSPLandroidx/fragment/app/FragmentHostCallback;->getActivity()Landroid/app/Activity;
+HSPLandroidx/fragment/app/FragmentHostCallback;->getContext()Landroid/content/Context;
+HSPLandroidx/fragment/app/FragmentHostCallback;->getHandler()Landroid/os/Handler;
+HSPLandroidx/fragment/app/FragmentLayoutInflaterFactory$1;->(Landroidx/fragment/app/FragmentLayoutInflaterFactory;Landroidx/fragment/app/FragmentStateManager;)V
+HSPLandroidx/fragment/app/FragmentLayoutInflaterFactory$1;->onViewAttachedToWindow(Landroid/view/View;)V
+HSPLandroidx/fragment/app/FragmentLayoutInflaterFactory;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentLayoutInflaterFactory;->onCreateView(Landroid/view/View;Ljava/lang/String;Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/view/View;
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher$FragmentLifecycleCallbacksHolder;->(Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentActivityCreated(Landroidx/fragment/app/Fragment;Landroid/os/Bundle;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentAttached(Landroidx/fragment/app/Fragment;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentCreated(Landroidx/fragment/app/Fragment;Landroid/os/Bundle;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentPreAttached(Landroidx/fragment/app/Fragment;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentPreCreated(Landroidx/fragment/app/Fragment;Landroid/os/Bundle;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentResumed(Landroidx/fragment/app/Fragment;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentStarted(Landroidx/fragment/app/Fragment;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentViewCreated(Landroidx/fragment/app/Fragment;Landroid/view/View;Landroid/os/Bundle;Z)V
+HSPLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->registerFragmentLifecycleCallbacks(Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;Z)V
+HSPLandroidx/fragment/app/FragmentManager$$ExternalSyntheticLambda0;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentManager$1;->(Landroidx/fragment/app/FragmentManager;Z)V
+HSPLandroidx/fragment/app/FragmentManager$2;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentManager$2;->instantiate(Ljava/lang/ClassLoader;Ljava/lang/String;)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentManager$3;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentManager$3;->createController(Landroid/view/ViewGroup;)Landroidx/fragment/app/SpecialEffectsController;
+HSPLandroidx/fragment/app/FragmentManager$4;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentManager$6;->(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentManager$6;->onAttachFragment(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentManager$7;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentManager$8;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentManager$9;->(Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/fragment/app/FragmentManager$FragmentIntentSenderContract;->()V
+HSPLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->()V
+HSPLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentActivityCreated(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentAttached(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;Landroid/content/Context;)V
+HSPLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentPreAttached(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;Landroid/content/Context;)V
+HSPLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentPreCreated(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentResumed(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentStarted(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentViewCreated(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;Landroid/view/View;Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/FragmentManager;->()V
+HSPLandroidx/fragment/app/FragmentManager;->()V
+HSPLandroidx/fragment/app/FragmentManager;->addFragment(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentStateManager;
+HSPLandroidx/fragment/app/FragmentManager;->addFragmentOnAttachListener(Landroidx/fragment/app/FragmentOnAttachListener;)V
+HSPLandroidx/fragment/app/FragmentManager;->attachController(Landroidx/fragment/app/FragmentHostCallback;Landroidx/fragment/app/FragmentContainer;Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentManager;->beginTransaction()Landroidx/fragment/app/FragmentTransaction;
+HSPLandroidx/fragment/app/FragmentManager;->checkForMenus()Z
+HSPLandroidx/fragment/app/FragmentManager;->checkStateLoss()V
+HSPLandroidx/fragment/app/FragmentManager;->cleanupExec()V
+HSPLandroidx/fragment/app/FragmentManager;->collectAllSpecialEffectsController()Ljava/util/Set;
+HSPLandroidx/fragment/app/FragmentManager;->collectChangedControllers(Ljava/util/ArrayList;II)Ljava/util/Set;
+HSPLandroidx/fragment/app/FragmentManager;->createOrGetFragmentStateManager(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentStateManager;
+HSPLandroidx/fragment/app/FragmentManager;->dispatchActivityCreated()V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchAttach()V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchCreate()V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchCreateOptionsMenu(Landroid/view/Menu;Landroid/view/MenuInflater;)Z
+HSPLandroidx/fragment/app/FragmentManager;->dispatchOnAttachFragment(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchParentPrimaryNavigationFragmentChanged(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchPrepareOptionsMenu(Landroid/view/Menu;)Z
+HSPLandroidx/fragment/app/FragmentManager;->dispatchPrimaryNavigationFragmentChanged()V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchResume()V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchStart()V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchStateChange(I)V
+HSPLandroidx/fragment/app/FragmentManager;->dispatchViewCreated()V
+HSPLandroidx/fragment/app/FragmentManager;->doPendingDeferredStart()V
+HSPLandroidx/fragment/app/FragmentManager;->enqueueAction(Landroidx/fragment/app/FragmentManager$OpGenerator;Z)V
+HSPLandroidx/fragment/app/FragmentManager;->ensureExecReady(Z)V
+HSPLandroidx/fragment/app/FragmentManager;->execPendingActions(Z)Z
+HSPLandroidx/fragment/app/FragmentManager;->executeOps(Ljava/util/ArrayList;Ljava/util/ArrayList;II)V
+HSPLandroidx/fragment/app/FragmentManager;->executeOpsTogether(Ljava/util/ArrayList;Ljava/util/ArrayList;II)V
+HSPLandroidx/fragment/app/FragmentManager;->findActiveFragment(Ljava/lang/String;)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentManager;->findFragmentById(I)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentManager;->generateOpsForPendingActions(Ljava/util/ArrayList;Ljava/util/ArrayList;)Z
+HSPLandroidx/fragment/app/FragmentManager;->getBackStackEntryCount()I
+HSPLandroidx/fragment/app/FragmentManager;->getChildNonConfig(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentManagerViewModel;
+HSPLandroidx/fragment/app/FragmentManager;->getContainer()Landroidx/fragment/app/FragmentContainer;
+HSPLandroidx/fragment/app/FragmentManager;->getFragmentContainer(Landroidx/fragment/app/Fragment;)Landroid/view/ViewGroup;
+HSPLandroidx/fragment/app/FragmentManager;->getFragmentFactory()Landroidx/fragment/app/FragmentFactory;
+HSPLandroidx/fragment/app/FragmentManager;->getHost()Landroidx/fragment/app/FragmentHostCallback;
+HSPLandroidx/fragment/app/FragmentManager;->getLayoutInflaterFactory()Landroid/view/LayoutInflater$Factory2;
+HSPLandroidx/fragment/app/FragmentManager;->getLifecycleCallbacksDispatcher()Landroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;
+HSPLandroidx/fragment/app/FragmentManager;->getParent()Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentManager;->getPrimaryNavigationFragment()Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentManager;->getSpecialEffectsControllerFactory()Landroidx/fragment/app/SpecialEffectsControllerFactory;
+HSPLandroidx/fragment/app/FragmentManager;->getStrictModePolicy()Landroidx/fragment/app/strictmode/FragmentStrictMode$Policy;
+HSPLandroidx/fragment/app/FragmentManager;->getViewFragment(Landroid/view/View;)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentManager;->getViewModelStore(Landroidx/fragment/app/Fragment;)Landroidx/lifecycle/ViewModelStore;
+HSPLandroidx/fragment/app/FragmentManager;->isLoggingEnabled(I)Z
+HSPLandroidx/fragment/app/FragmentManager;->isMenuAvailable(Landroidx/fragment/app/Fragment;)Z
+HSPLandroidx/fragment/app/FragmentManager;->isParentMenuVisible(Landroidx/fragment/app/Fragment;)Z
+HSPLandroidx/fragment/app/FragmentManager;->isPrimaryNavigation(Landroidx/fragment/app/Fragment;)Z
+HSPLandroidx/fragment/app/FragmentManager;->isStateAtLeast(I)Z
+HSPLandroidx/fragment/app/FragmentManager;->isStateSaved()Z
+HSPLandroidx/fragment/app/FragmentManager;->moveToState(IZ)V
+HSPLandroidx/fragment/app/FragmentManager;->noteStateNotSaved()V
+HSPLandroidx/fragment/app/FragmentManager;->performPendingDeferredStart(Landroidx/fragment/app/FragmentStateManager;)V
+HSPLandroidx/fragment/app/FragmentManager;->registerFragmentLifecycleCallbacks(Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;Z)V
+HSPLandroidx/fragment/app/FragmentManager;->removeRedundantOperationsAndExecute(Ljava/util/ArrayList;Ljava/util/ArrayList;)V
+HSPLandroidx/fragment/app/FragmentManager;->scheduleCommit()V
+HSPLandroidx/fragment/app/FragmentManager;->setExitAnimationOrder(Landroidx/fragment/app/Fragment;Z)V
+HSPLandroidx/fragment/app/FragmentManager;->setPrimaryNavigationFragment(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentManager;->startPendingDeferredFragments()V
+HSPLandroidx/fragment/app/FragmentManager;->updateOnBackPressedCallbackEnabled()V
+HSPLandroidx/fragment/app/FragmentManagerImpl;->()V
+HSPLandroidx/fragment/app/FragmentManagerViewModel$1;->()V
+HSPLandroidx/fragment/app/FragmentManagerViewModel$1;->create(Ljava/lang/Class;)Landroidx/lifecycle/ViewModel;
+HSPLandroidx/fragment/app/FragmentManagerViewModel;->()V
+HSPLandroidx/fragment/app/FragmentManagerViewModel;->(Z)V
+HSPLandroidx/fragment/app/FragmentManagerViewModel;->getChildNonConfig(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentManagerViewModel;
+HSPLandroidx/fragment/app/FragmentManagerViewModel;->getInstance(Landroidx/lifecycle/ViewModelStore;)Landroidx/fragment/app/FragmentManagerViewModel;
+HSPLandroidx/fragment/app/FragmentManagerViewModel;->getViewModelStore(Landroidx/fragment/app/Fragment;)Landroidx/lifecycle/ViewModelStore;
+HSPLandroidx/fragment/app/FragmentManagerViewModel;->setIsStateSaved(Z)V
+HSPLandroidx/fragment/app/FragmentStateManager$1;->(Landroidx/fragment/app/FragmentStateManager;Landroid/view/View;)V
+HSPLandroidx/fragment/app/FragmentStateManager$1;->onViewAttachedToWindow(Landroid/view/View;)V
+HSPLandroidx/fragment/app/FragmentStateManager$2;->()V
+HSPLandroidx/fragment/app/FragmentStateManager;->(Landroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;Landroidx/fragment/app/FragmentStore;Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentStateManager;->activityCreated()V
+HSPLandroidx/fragment/app/FragmentStateManager;->addViewToContainer()V
+HSPLandroidx/fragment/app/FragmentStateManager;->attach()V
+HSPLandroidx/fragment/app/FragmentStateManager;->computeExpectedState()I
+HSPLandroidx/fragment/app/FragmentStateManager;->create()V
+HSPLandroidx/fragment/app/FragmentStateManager;->createView()V
+HSPLandroidx/fragment/app/FragmentStateManager;->ensureInflatedView()V
+HSPLandroidx/fragment/app/FragmentStateManager;->getFragment()Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentStateManager;->moveToExpectedState()V
+HSPLandroidx/fragment/app/FragmentStateManager;->restoreState(Ljava/lang/ClassLoader;)V
+HSPLandroidx/fragment/app/FragmentStateManager;->resume()V
+HSPLandroidx/fragment/app/FragmentStateManager;->setFragmentManagerState(I)V
+HSPLandroidx/fragment/app/FragmentStateManager;->start()V
+HSPLandroidx/fragment/app/FragmentStore;->()V
+HSPLandroidx/fragment/app/FragmentStore;->addFragment(Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentStore;->burpActive()V
+HSPLandroidx/fragment/app/FragmentStore;->containsActiveFragment(Ljava/lang/String;)Z
+HSPLandroidx/fragment/app/FragmentStore;->dispatchStateChange(I)V
+HSPLandroidx/fragment/app/FragmentStore;->findActiveFragment(Ljava/lang/String;)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentStore;->findFragmentById(I)Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/FragmentStore;->findFragmentIndexInContainer(Landroidx/fragment/app/Fragment;)I
+HSPLandroidx/fragment/app/FragmentStore;->getActiveFragmentStateManagers()Ljava/util/List;
+HSPLandroidx/fragment/app/FragmentStore;->getActiveFragments()Ljava/util/List;
+HSPLandroidx/fragment/app/FragmentStore;->getFragmentStateManager(Ljava/lang/String;)Landroidx/fragment/app/FragmentStateManager;
+HSPLandroidx/fragment/app/FragmentStore;->getFragments()Ljava/util/List;
+HSPLandroidx/fragment/app/FragmentStore;->makeActive(Landroidx/fragment/app/FragmentStateManager;)V
+HSPLandroidx/fragment/app/FragmentStore;->moveToExpectedState()V
+HSPLandroidx/fragment/app/FragmentStore;->setNonConfig(Landroidx/fragment/app/FragmentManagerViewModel;)V
+HSPLandroidx/fragment/app/FragmentTransaction$Op;->(ILandroidx/fragment/app/Fragment;)V
+HSPLandroidx/fragment/app/FragmentTransaction$Op;->(ILandroidx/fragment/app/Fragment;Z)V
+HSPLandroidx/fragment/app/FragmentTransaction;->(Landroidx/fragment/app/FragmentFactory;Ljava/lang/ClassLoader;)V
+HSPLandroidx/fragment/app/FragmentTransaction;->addOp(Landroidx/fragment/app/FragmentTransaction$Op;)V
+HSPLandroidx/fragment/app/FragmentTransaction;->doAddOp(ILandroidx/fragment/app/Fragment;Ljava/lang/String;I)V
+HSPLandroidx/fragment/app/FragmentTransaction;->replace(ILandroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
+HSPLandroidx/fragment/app/FragmentTransaction;->replace(ILandroidx/fragment/app/Fragment;Ljava/lang/String;)Landroidx/fragment/app/FragmentTransaction;
+HSPLandroidx/fragment/app/FragmentTransaction;->setPrimaryNavigationFragment(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/FragmentTransaction;
+HSPLandroidx/fragment/app/FragmentTransaction;->setReorderingAllowed(Z)Landroidx/fragment/app/FragmentTransaction;
+HSPLandroidx/fragment/app/FragmentViewLifecycleOwner;->(Landroidx/fragment/app/Fragment;Landroidx/lifecycle/ViewModelStore;)V
+HSPLandroidx/fragment/app/FragmentViewLifecycleOwner;->getLifecycle()Landroidx/lifecycle/Lifecycle;
+HSPLandroidx/fragment/app/FragmentViewLifecycleOwner;->getSavedStateRegistry()Landroidx/savedstate/SavedStateRegistry;
+HSPLandroidx/fragment/app/FragmentViewLifecycleOwner;->handleLifecycleEvent(Landroidx/lifecycle/Lifecycle$Event;)V
+HSPLandroidx/fragment/app/FragmentViewLifecycleOwner;->initialize()V
+HSPLandroidx/fragment/app/FragmentViewLifecycleOwner;->performRestore(Landroid/os/Bundle;)V
+HSPLandroidx/fragment/app/FragmentViewModelLazyKt;->createViewModelLazy(Landroidx/fragment/app/Fragment;Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function0;)Lkotlin/Lazy;
+HSPLandroidx/fragment/app/SpecialEffectsController$1;->(Landroidx/fragment/app/SpecialEffectsController;Landroidx/fragment/app/SpecialEffectsController$FragmentStateManagerOperation;)V
+HSPLandroidx/fragment/app/SpecialEffectsController$1;->run()V
+HSPLandroidx/fragment/app/SpecialEffectsController$2;->(Landroidx/fragment/app/SpecialEffectsController;Landroidx/fragment/app/SpecialEffectsController$FragmentStateManagerOperation;)V
+HSPLandroidx/fragment/app/SpecialEffectsController$2;->run()V
+HSPLandroidx/fragment/app/SpecialEffectsController$3;->()V
+HSPLandroidx/fragment/app/SpecialEffectsController$FragmentStateManagerOperation;->(Landroidx/fragment/app/SpecialEffectsController$Operation$State;Landroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;Landroidx/fragment/app/FragmentStateManager;Landroidx/core/os/CancellationSignal;)V
+HSPLandroidx/fragment/app/SpecialEffectsController$FragmentStateManagerOperation;->complete()V
+HSPLandroidx/fragment/app/SpecialEffectsController$FragmentStateManagerOperation;->onStart()V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$1;->(Landroidx/fragment/app/SpecialEffectsController$Operation;)V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;->()V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;->(Ljava/lang/String;I)V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;->values()[Landroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$State;->()V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$State;->(Ljava/lang/String;I)V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$State;->applyState(Landroid/view/View;)V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$State;->from(I)Landroidx/fragment/app/SpecialEffectsController$Operation$State;
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation$State;->values()[Landroidx/fragment/app/SpecialEffectsController$Operation$State;
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->(Landroidx/fragment/app/SpecialEffectsController$Operation$State;Landroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;Landroidx/fragment/app/Fragment;Landroidx/core/os/CancellationSignal;)V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->addCompletionListener(Ljava/lang/Runnable;)V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->cancel()V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->complete()V
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->getFinalState()Landroidx/fragment/app/SpecialEffectsController$Operation$State;
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->getFragment()Landroidx/fragment/app/Fragment;
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->getLifecycleImpact()Landroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->isCanceled()Z
+HSPLandroidx/fragment/app/SpecialEffectsController$Operation;->mergeWith(Landroidx/fragment/app/SpecialEffectsController$Operation$State;Landroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;)V
+HSPLandroidx/fragment/app/SpecialEffectsController;->(Landroid/view/ViewGroup;)V
+HSPLandroidx/fragment/app/SpecialEffectsController;->enqueue(Landroidx/fragment/app/SpecialEffectsController$Operation$State;Landroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;Landroidx/fragment/app/FragmentStateManager;)V
+HSPLandroidx/fragment/app/SpecialEffectsController;->enqueueAdd(Landroidx/fragment/app/SpecialEffectsController$Operation$State;Landroidx/fragment/app/FragmentStateManager;)V
+HSPLandroidx/fragment/app/SpecialEffectsController;->executePendingOperations()V
+HSPLandroidx/fragment/app/SpecialEffectsController;->findPendingOperation(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/SpecialEffectsController$Operation;
+HSPLandroidx/fragment/app/SpecialEffectsController;->findRunningOperation(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/SpecialEffectsController$Operation;
+HSPLandroidx/fragment/app/SpecialEffectsController;->forceCompleteAllOperations()V
+HSPLandroidx/fragment/app/SpecialEffectsController;->getAwaitingCompletionLifecycleImpact(Landroidx/fragment/app/FragmentStateManager;)Landroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;
+HSPLandroidx/fragment/app/SpecialEffectsController;->getOrCreateController(Landroid/view/ViewGroup;Landroidx/fragment/app/FragmentManager;)Landroidx/fragment/app/SpecialEffectsController;
+HSPLandroidx/fragment/app/SpecialEffectsController;->getOrCreateController(Landroid/view/ViewGroup;Landroidx/fragment/app/SpecialEffectsControllerFactory;)Landroidx/fragment/app/SpecialEffectsController;
+HSPLandroidx/fragment/app/SpecialEffectsController;->markPostponedState()V
+HSPLandroidx/fragment/app/SpecialEffectsController;->updateFinalState()V
+HSPLandroidx/fragment/app/SpecialEffectsController;->updateOperationDirection(Z)V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode$Flag;->$values()[Landroidx/fragment/app/strictmode/FragmentStrictMode$Flag;
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode$Flag;->()V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode$Flag;->(Ljava/lang/String;I)V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode$Policy$Companion;->()V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode$Policy$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode$Policy;->()V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode$Policy;->(Ljava/util/Set;Landroidx/fragment/app/strictmode/FragmentStrictMode$OnViolationListener;Ljava/util/Map;)V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode$Policy;->getFlags$fragment_release()Ljava/util/Set;
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode;->()V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode;->()V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode;->getNearestPolicy(Landroidx/fragment/app/Fragment;)Landroidx/fragment/app/strictmode/FragmentStrictMode$Policy;
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode;->logIfDebuggingEnabled(Landroidx/fragment/app/strictmode/Violation;)V
+HSPLandroidx/fragment/app/strictmode/FragmentStrictMode;->onFragmentTagUsage(Landroidx/fragment/app/Fragment;Landroid/view/ViewGroup;)V
+HSPLandroidx/fragment/app/strictmode/FragmentTagUsageViolation;->(Landroidx/fragment/app/Fragment;Landroid/view/ViewGroup;)V
+HSPLandroidx/fragment/app/strictmode/Violation;->(Landroidx/fragment/app/Fragment;Ljava/lang/String;)V
+Landroidx/fragment/R$id;
+Landroidx/fragment/R$styleable;
+Landroidx/fragment/app/BackStackRecord;
+Landroidx/fragment/app/DefaultSpecialEffectsController;
+Landroidx/fragment/app/Fragment$1;
+Landroidx/fragment/app/Fragment$4;
+Landroidx/fragment/app/Fragment$5;
+Landroidx/fragment/app/Fragment$AnimationInfo;
+Landroidx/fragment/app/Fragment;
+Landroidx/fragment/app/FragmentActivity$$ExternalSyntheticLambda0;
+Landroidx/fragment/app/FragmentActivity$$ExternalSyntheticLambda1;
+Landroidx/fragment/app/FragmentActivity$HostCallbacks;
+Landroidx/fragment/app/FragmentActivity;
+Landroidx/fragment/app/FragmentContainer;
+Landroidx/fragment/app/FragmentContainerView;
+Landroidx/fragment/app/FragmentController;
+Landroidx/fragment/app/FragmentFactory;
+Landroidx/fragment/app/FragmentHostCallback;
+Landroidx/fragment/app/FragmentLayoutInflaterFactory$1;
+Landroidx/fragment/app/FragmentLayoutInflaterFactory;
+Landroidx/fragment/app/FragmentLifecycleCallbacksDispatcher$FragmentLifecycleCallbacksHolder;
+Landroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;
+Landroidx/fragment/app/FragmentManager$$ExternalSyntheticLambda0;
+Landroidx/fragment/app/FragmentManager$1;
+Landroidx/fragment/app/FragmentManager$2;
+Landroidx/fragment/app/FragmentManager$3;
+Landroidx/fragment/app/FragmentManager$4;
+Landroidx/fragment/app/FragmentManager$6;
+Landroidx/fragment/app/FragmentManager$7;
+Landroidx/fragment/app/FragmentManager$8;
+Landroidx/fragment/app/FragmentManager$9;
+Landroidx/fragment/app/FragmentManager$BackStackEntry;
+Landroidx/fragment/app/FragmentManager$FragmentIntentSenderContract;
+Landroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;
+Landroidx/fragment/app/FragmentManager$OpGenerator;
+Landroidx/fragment/app/FragmentManager;
+Landroidx/fragment/app/FragmentManagerImpl;
+Landroidx/fragment/app/FragmentManagerViewModel$1;
+Landroidx/fragment/app/FragmentManagerViewModel;
+Landroidx/fragment/app/FragmentOnAttachListener;
+Landroidx/fragment/app/FragmentResultOwner;
+Landroidx/fragment/app/FragmentStateManager$1;
+Landroidx/fragment/app/FragmentStateManager$2;
+Landroidx/fragment/app/FragmentStateManager;
+Landroidx/fragment/app/FragmentStore;
+Landroidx/fragment/app/FragmentTransaction$Op;
+Landroidx/fragment/app/FragmentTransaction;
+Landroidx/fragment/app/FragmentViewLifecycleOwner;
+Landroidx/fragment/app/FragmentViewModelLazyKt;
+Landroidx/fragment/app/SpecialEffectsController$1;
+Landroidx/fragment/app/SpecialEffectsController$2;
+Landroidx/fragment/app/SpecialEffectsController$3;
+Landroidx/fragment/app/SpecialEffectsController$FragmentStateManagerOperation;
+Landroidx/fragment/app/SpecialEffectsController$Operation$1;
+Landroidx/fragment/app/SpecialEffectsController$Operation$LifecycleImpact;
+Landroidx/fragment/app/SpecialEffectsController$Operation$State;
+Landroidx/fragment/app/SpecialEffectsController$Operation;
+Landroidx/fragment/app/SpecialEffectsController;
+Landroidx/fragment/app/SpecialEffectsControllerFactory;
+Landroidx/fragment/app/strictmode/FragmentStrictMode$Flag;
+Landroidx/fragment/app/strictmode/FragmentStrictMode$Policy$Companion;
+Landroidx/fragment/app/strictmode/FragmentStrictMode$Policy;
+Landroidx/fragment/app/strictmode/FragmentStrictMode;
+Landroidx/fragment/app/strictmode/FragmentTagUsageViolation;
+Landroidx/fragment/app/strictmode/Violation;
+PLandroidx/fragment/app/Fragment$Api19Impl;->cancelPendingInputEvents(Landroid/view/View;)V
+PLandroidx/fragment/app/Fragment;->getHost()Ljava/lang/Object;
+PLandroidx/fragment/app/Fragment;->initState()V
+PLandroidx/fragment/app/Fragment;->onDestroy()V
+PLandroidx/fragment/app/Fragment;->onDestroyView()V
+PLandroidx/fragment/app/Fragment;->onDetach()V
+PLandroidx/fragment/app/Fragment;->onPause()V
+PLandroidx/fragment/app/Fragment;->onStop()V
+PLandroidx/fragment/app/Fragment;->performDestroy()V
+PLandroidx/fragment/app/Fragment;->performDestroyView()V
+PLandroidx/fragment/app/Fragment;->performDetach()V
+PLandroidx/fragment/app/Fragment;->performPause()V
+PLandroidx/fragment/app/Fragment;->performStop()V
+PLandroidx/fragment/app/FragmentActivity$HostCallbacks;->onGetHost()Landroidx/fragment/app/FragmentActivity;
+PLandroidx/fragment/app/FragmentActivity$HostCallbacks;->onGetHost()Ljava/lang/Object;
+PLandroidx/fragment/app/FragmentActivity;->markFragmentsCreated()V
+PLandroidx/fragment/app/FragmentActivity;->markState(Landroidx/fragment/app/FragmentManager;Landroidx/lifecycle/Lifecycle$State;)Z
+PLandroidx/fragment/app/FragmentActivity;->onDestroy()V
+PLandroidx/fragment/app/FragmentActivity;->onPause()V
+PLandroidx/fragment/app/FragmentActivity;->onStop()V
+PLandroidx/fragment/app/FragmentContainerView;->addDisappearingFragmentView(Landroid/view/View;)V
+PLandroidx/fragment/app/FragmentContainerView;->removeView(Landroid/view/View;)V
+PLandroidx/fragment/app/FragmentController;->dispatchDestroy()V
+PLandroidx/fragment/app/FragmentController;->dispatchPause()V
+PLandroidx/fragment/app/FragmentController;->dispatchStop()V
+PLandroidx/fragment/app/FragmentLayoutInflaterFactory$1;->onViewDetachedFromWindow(Landroid/view/View;)V
+PLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentDestroyed(Landroidx/fragment/app/Fragment;Z)V
+PLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentDetached(Landroidx/fragment/app/Fragment;Z)V
+PLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentPaused(Landroidx/fragment/app/Fragment;Z)V
+PLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentStopped(Landroidx/fragment/app/Fragment;Z)V
+PLandroidx/fragment/app/FragmentLifecycleCallbacksDispatcher;->dispatchOnFragmentViewDestroyed(Landroidx/fragment/app/Fragment;Z)V
+PLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentDestroyed(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+PLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentDetached(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+PLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentPaused(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+PLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentStopped(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+PLandroidx/fragment/app/FragmentManager$FragmentLifecycleCallbacks;->onFragmentViewDestroyed(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+PLandroidx/fragment/app/FragmentManager;->clearBackStackStateViewModels()V
+PLandroidx/fragment/app/FragmentManager;->dispatchDestroy()V
+PLandroidx/fragment/app/FragmentManager;->dispatchDestroyView()V
+PLandroidx/fragment/app/FragmentManager;->dispatchPause()V
+PLandroidx/fragment/app/FragmentManager;->dispatchStop()V
+PLandroidx/fragment/app/FragmentManager;->endAnimatingAwayFragments()V
+PLandroidx/fragment/app/FragmentManager;->getFragments()Ljava/util/List;
+PLandroidx/fragment/app/FragmentManager;->isDestroyed()Z
+PLandroidx/fragment/app/FragmentManagerViewModel;->clearNonConfigState(Landroidx/fragment/app/Fragment;)V
+PLandroidx/fragment/app/FragmentManagerViewModel;->clearNonConfigStateInternal(Ljava/lang/String;)V
+PLandroidx/fragment/app/FragmentManagerViewModel;->isCleared()Z
+PLandroidx/fragment/app/FragmentManagerViewModel;->onCleared()V
+PLandroidx/fragment/app/FragmentManagerViewModel;->shouldDestroy(Landroidx/fragment/app/Fragment;)Z
+PLandroidx/fragment/app/FragmentStateManager;->destroy()V
+PLandroidx/fragment/app/FragmentStateManager;->destroyFragmentView()V
+PLandroidx/fragment/app/FragmentStateManager;->detach()V
+PLandroidx/fragment/app/FragmentStateManager;->pause()V
+PLandroidx/fragment/app/FragmentStateManager;->saveViewState()V
+PLandroidx/fragment/app/FragmentStateManager;->stop()V
+PLandroidx/fragment/app/FragmentStore;->getNonConfig()Landroidx/fragment/app/FragmentManagerViewModel;
+PLandroidx/fragment/app/FragmentStore;->makeInactive(Landroidx/fragment/app/FragmentStateManager;)V
+PLandroidx/fragment/app/FragmentViewLifecycleOwner;->performSave(Landroid/os/Bundle;)V
+PLandroidx/fragment/app/FragmentViewLifecycleOwner;->setCurrentState(Landroidx/lifecycle/Lifecycle$State;)V
+PLandroidx/fragment/app/SpecialEffectsController;->enqueueRemove(Landroidx/fragment/app/FragmentStateManager;)V
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/classes.jar
new file mode 100644
index 0000000..b9a7664
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/proguard.txt
new file mode 100644
index 0000000..ee93125
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/proguard.txt
@@ -0,0 +1,19 @@
+# Copyright (C) 2020 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# The default FragmentFactory creates Fragment instances using reflection
+-if public class ** extends androidx.fragment.app.Fragment
+-keepclasseswithmembers,allowobfuscation public class <1> {
+ public ();
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res.zip
new file mode 100644
index 0000000..ecc6265
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/anim-v21/fragment_fast_out_extra_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/anim-v21/fragment_fast_out_extra_slow_in.xml
new file mode 100644
index 0000000..97b9de9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/anim-v21/fragment_fast_out_extra_slow_in.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/anim/fragment_fast_out_extra_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/anim/fragment_fast_out_extra_slow_in.xml
new file mode 100644
index 0000000..c3baa5d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/anim/fragment_fast_out_extra_slow_in.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_close_enter.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_close_enter.xml
new file mode 100644
index 0000000..1408ac6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_close_enter.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_close_exit.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_close_exit.xml
new file mode 100644
index 0000000..4c50d20
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_close_exit.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_fade_enter.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_fade_enter.xml
new file mode 100644
index 0000000..b948a22
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_fade_enter.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_fade_exit.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_fade_exit.xml
new file mode 100644
index 0000000..841049d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_fade_exit.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_open_enter.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_open_enter.xml
new file mode 100644
index 0000000..01bd5c0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_open_enter.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_open_exit.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_open_exit.xml
new file mode 100644
index 0000000..dc27998
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/animator/fragment_open_exit.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/values/values.xml
new file mode 100644
index 0000000..cc72ed5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/104/jl/res/values/values.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105.stamp
new file mode 100644
index 0000000..beabdcc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105.stamp
@@ -0,0 +1 @@
+ADC14C1279024346
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/AndroidManifest.xml
new file mode 100644
index 0000000..31925b1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/R.txt
new file mode 100644
index 0000000..842e7fa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/R.txt
@@ -0,0 +1,203 @@
+int attr alpha 0x0
+int attr fastScrollEnabled 0x0
+int attr fastScrollHorizontalThumbDrawable 0x0
+int attr fastScrollHorizontalTrackDrawable 0x0
+int attr fastScrollVerticalThumbDrawable 0x0
+int attr fastScrollVerticalTrackDrawable 0x0
+int attr font 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr layoutManager 0x0
+int attr recyclerViewStyle 0x0
+int attr reverseLayout 0x0
+int attr spanCount 0x0
+int attr stackFromEnd 0x0
+int attr ttcIndex 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_light 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen fastscroll_default_thickness 0x0
+int dimen fastscroll_margin 0x0
+int dimen fastscroll_minimum_range 0x0
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
+int dimen item_touch_helper_swipe_escape_max_velocity 0x0
+int dimen item_touch_helper_swipe_escape_velocity 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_container 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_text 0x0
+int id actions 0x0
+int id async 0x0
+int id blocking 0x0
+int id chronometer 0x0
+int id dialog_button 0x0
+int id forever 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id info 0x0
+int id italic 0x0
+int id item_touch_helper_previous_elevation 0x0
+int id line1 0x0
+int id line3 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id text 0x0
+int id text2 0x0
+int id time 0x0
+int id title 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int string status_bar_notification_info_overflow 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ViewPager2 { 0x10100c4 }
+int styleable ViewPager2_android_orientation 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/annotations.zip
new file mode 100644
index 0000000..2b4dbff
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/classes.jar
new file mode 100644
index 0000000..2e07982
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/res.zip
new file mode 100644
index 0000000..2af1db3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/res/values/values.xml
new file mode 100644
index 0000000..5170984
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/105/jl/res/values/values.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106.stamp
new file mode 100644
index 0000000..004ef73
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106.stamp
@@ -0,0 +1 @@
+83E628A401FFEFB3
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/AndroidManifest.xml
new file mode 100644
index 0000000..475fed4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/R.txt
new file mode 100644
index 0000000..6bf57bb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/R.txt
@@ -0,0 +1,171 @@
+int attr alpha 0x7f040001
+int attr font 0x7f040002
+int attr fontProviderAuthority 0x7f040003
+int attr fontProviderCerts 0x7f040004
+int attr fontProviderFetchStrategy 0x7f040005
+int attr fontProviderFetchTimeout 0x7f040006
+int attr fontProviderPackage 0x7f040007
+int attr fontProviderQuery 0x7f040008
+int attr fontStyle 0x7f040009
+int attr fontVariationSettings 0x7f04000a
+int attr fontWeight 0x7f04000b
+int attr ttcIndex 0x7f04000c
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f070001
+int dimen compat_button_inset_vertical_material 0x7f070002
+int dimen compat_button_padding_horizontal_material 0x7f070003
+int dimen compat_button_padding_vertical_material 0x7f070004
+int dimen compat_control_corner_material 0x7f070005
+int dimen compat_notification_large_icon_max_height 0x7f070006
+int dimen compat_notification_large_icon_max_width 0x7f070007
+int dimen notification_action_icon_size 0x7f070008
+int dimen notification_action_text_size 0x7f070009
+int dimen notification_big_circle_margin 0x7f07000a
+int dimen notification_content_margin_start 0x7f07000b
+int dimen notification_large_icon_height 0x7f07000c
+int dimen notification_large_icon_width 0x7f07000d
+int dimen notification_main_column_padding_top 0x7f07000e
+int dimen notification_media_narrow_margin 0x7f07000f
+int dimen notification_right_icon_size 0x7f070010
+int dimen notification_right_side_padding_top 0x7f070011
+int dimen notification_small_icon_background_padding 0x7f070012
+int dimen notification_small_icon_size_as_large 0x7f070013
+int dimen notification_subtext_size 0x7f070014
+int dimen notification_top_pad 0x7f070015
+int dimen notification_top_pad_large_text 0x7f070016
+int drawable notification_action_background 0x7f080001
+int drawable notification_bg 0x7f080002
+int drawable notification_bg_low 0x7f080003
+int drawable notification_bg_low_normal 0x7f080004
+int drawable notification_bg_low_pressed 0x7f080005
+int drawable notification_bg_normal 0x7f080006
+int drawable notification_bg_normal_pressed 0x7f080007
+int drawable notification_icon_background 0x7f080008
+int drawable notification_template_icon_bg 0x7f080009
+int drawable notification_template_icon_low_bg 0x7f08000a
+int drawable notification_tile_bg 0x7f08000b
+int drawable notify_panel_notification_icon_bg 0x7f08000c
+int id accessibility_action_clickable_span 0x7f0b0001
+int id accessibility_custom_action_0 0x7f0b0002
+int id accessibility_custom_action_1 0x7f0b0003
+int id accessibility_custom_action_10 0x7f0b0004
+int id accessibility_custom_action_11 0x7f0b0005
+int id accessibility_custom_action_12 0x7f0b0006
+int id accessibility_custom_action_13 0x7f0b0007
+int id accessibility_custom_action_14 0x7f0b0008
+int id accessibility_custom_action_15 0x7f0b0009
+int id accessibility_custom_action_16 0x7f0b000a
+int id accessibility_custom_action_17 0x7f0b000b
+int id accessibility_custom_action_18 0x7f0b000c
+int id accessibility_custom_action_19 0x7f0b000d
+int id accessibility_custom_action_2 0x7f0b000e
+int id accessibility_custom_action_20 0x7f0b000f
+int id accessibility_custom_action_21 0x7f0b0010
+int id accessibility_custom_action_22 0x7f0b0011
+int id accessibility_custom_action_23 0x7f0b0012
+int id accessibility_custom_action_24 0x7f0b0013
+int id accessibility_custom_action_25 0x7f0b0014
+int id accessibility_custom_action_26 0x7f0b0015
+int id accessibility_custom_action_27 0x7f0b0016
+int id accessibility_custom_action_28 0x7f0b0017
+int id accessibility_custom_action_29 0x7f0b0018
+int id accessibility_custom_action_3 0x7f0b0019
+int id accessibility_custom_action_30 0x7f0b001a
+int id accessibility_custom_action_31 0x7f0b001b
+int id accessibility_custom_action_4 0x7f0b001c
+int id accessibility_custom_action_5 0x7f0b001d
+int id accessibility_custom_action_6 0x7f0b001e
+int id accessibility_custom_action_7 0x7f0b001f
+int id accessibility_custom_action_8 0x7f0b0020
+int id accessibility_custom_action_9 0x7f0b0021
+int id action_container 0x7f0b0022
+int id action_divider 0x7f0b0023
+int id action_image 0x7f0b0024
+int id action_text 0x7f0b0025
+int id actions 0x7f0b0026
+int id async 0x7f0b0027
+int id blocking 0x7f0b0028
+int id chronometer 0x7f0b0029
+int id dialog_button 0x7f0b002a
+int id forever 0x7f0b002b
+int id icon 0x7f0b002c
+int id icon_group 0x7f0b002d
+int id info 0x7f0b002e
+int id italic 0x7f0b002f
+int id line1 0x7f0b0030
+int id line3 0x7f0b0031
+int id normal 0x7f0b0032
+int id notification_background 0x7f0b0033
+int id notification_main_column 0x7f0b0034
+int id notification_main_column_container 0x7f0b0035
+int id right_icon 0x7f0b0036
+int id right_side 0x7f0b0037
+int id tag_accessibility_actions 0x7f0b0038
+int id tag_accessibility_clickable_spans 0x7f0b0039
+int id tag_accessibility_heading 0x7f0b003a
+int id tag_accessibility_pane_title 0x7f0b003b
+int id tag_screen_reader_focusable 0x7f0b003c
+int id tag_transition_group 0x7f0b003d
+int id tag_unhandled_key_event_manager 0x7f0b003e
+int id tag_unhandled_key_listeners 0x7f0b003f
+int id text 0x7f0b0040
+int id text2 0x7f0b0041
+int id time 0x7f0b0042
+int id title 0x7f0b0043
+int integer status_bar_notification_info_maxnum 0x7f0c0001
+int layout custom_dialog 0x7f0e0001
+int layout notification_action 0x7f0e0002
+int layout notification_action_tombstone 0x7f0e0003
+int layout notification_template_custom_big 0x7f0e0004
+int layout notification_template_icon_group 0x7f0e0005
+int layout notification_template_part_chronometer 0x7f0e0006
+int layout notification_template_part_time 0x7f0e0007
+int string status_bar_notification_info_overflow 0x7f140001
+int style TextAppearance_Compat_Notification 0x7f150001
+int style TextAppearance_Compat_Notification_Info 0x7f150002
+int style TextAppearance_Compat_Notification_Line2 0x7f150003
+int style TextAppearance_Compat_Notification_Time 0x7f150004
+int style TextAppearance_Compat_Notification_Title 0x7f150005
+int style Widget_Compat_NotificationActionContainer 0x7f150006
+int style Widget_Compat_NotificationActionText 0x7f150007
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/classes.jar
new file mode 100644
index 0000000..ba19014
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/106/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107.stamp
new file mode 100644
index 0000000..ee72fc4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107.stamp
@@ -0,0 +1 @@
+EF37D2C4F931DC45
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107/jl/AndroidManifest.xml
new file mode 100644
index 0000000..c78c260
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107/jl/classes.jar
new file mode 100644
index 0000000..de755d1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/107/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108.stamp
new file mode 100644
index 0000000..8f16a5e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108.stamp
@@ -0,0 +1 @@
+6CEF3AA865FDE355
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/AndroidManifest.xml
new file mode 100644
index 0000000..a35e037
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/R.txt
new file mode 100644
index 0000000..6bf57bb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/R.txt
@@ -0,0 +1,171 @@
+int attr alpha 0x7f040001
+int attr font 0x7f040002
+int attr fontProviderAuthority 0x7f040003
+int attr fontProviderCerts 0x7f040004
+int attr fontProviderFetchStrategy 0x7f040005
+int attr fontProviderFetchTimeout 0x7f040006
+int attr fontProviderPackage 0x7f040007
+int attr fontProviderQuery 0x7f040008
+int attr fontStyle 0x7f040009
+int attr fontVariationSettings 0x7f04000a
+int attr fontWeight 0x7f04000b
+int attr ttcIndex 0x7f04000c
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f070001
+int dimen compat_button_inset_vertical_material 0x7f070002
+int dimen compat_button_padding_horizontal_material 0x7f070003
+int dimen compat_button_padding_vertical_material 0x7f070004
+int dimen compat_control_corner_material 0x7f070005
+int dimen compat_notification_large_icon_max_height 0x7f070006
+int dimen compat_notification_large_icon_max_width 0x7f070007
+int dimen notification_action_icon_size 0x7f070008
+int dimen notification_action_text_size 0x7f070009
+int dimen notification_big_circle_margin 0x7f07000a
+int dimen notification_content_margin_start 0x7f07000b
+int dimen notification_large_icon_height 0x7f07000c
+int dimen notification_large_icon_width 0x7f07000d
+int dimen notification_main_column_padding_top 0x7f07000e
+int dimen notification_media_narrow_margin 0x7f07000f
+int dimen notification_right_icon_size 0x7f070010
+int dimen notification_right_side_padding_top 0x7f070011
+int dimen notification_small_icon_background_padding 0x7f070012
+int dimen notification_small_icon_size_as_large 0x7f070013
+int dimen notification_subtext_size 0x7f070014
+int dimen notification_top_pad 0x7f070015
+int dimen notification_top_pad_large_text 0x7f070016
+int drawable notification_action_background 0x7f080001
+int drawable notification_bg 0x7f080002
+int drawable notification_bg_low 0x7f080003
+int drawable notification_bg_low_normal 0x7f080004
+int drawable notification_bg_low_pressed 0x7f080005
+int drawable notification_bg_normal 0x7f080006
+int drawable notification_bg_normal_pressed 0x7f080007
+int drawable notification_icon_background 0x7f080008
+int drawable notification_template_icon_bg 0x7f080009
+int drawable notification_template_icon_low_bg 0x7f08000a
+int drawable notification_tile_bg 0x7f08000b
+int drawable notify_panel_notification_icon_bg 0x7f08000c
+int id accessibility_action_clickable_span 0x7f0b0001
+int id accessibility_custom_action_0 0x7f0b0002
+int id accessibility_custom_action_1 0x7f0b0003
+int id accessibility_custom_action_10 0x7f0b0004
+int id accessibility_custom_action_11 0x7f0b0005
+int id accessibility_custom_action_12 0x7f0b0006
+int id accessibility_custom_action_13 0x7f0b0007
+int id accessibility_custom_action_14 0x7f0b0008
+int id accessibility_custom_action_15 0x7f0b0009
+int id accessibility_custom_action_16 0x7f0b000a
+int id accessibility_custom_action_17 0x7f0b000b
+int id accessibility_custom_action_18 0x7f0b000c
+int id accessibility_custom_action_19 0x7f0b000d
+int id accessibility_custom_action_2 0x7f0b000e
+int id accessibility_custom_action_20 0x7f0b000f
+int id accessibility_custom_action_21 0x7f0b0010
+int id accessibility_custom_action_22 0x7f0b0011
+int id accessibility_custom_action_23 0x7f0b0012
+int id accessibility_custom_action_24 0x7f0b0013
+int id accessibility_custom_action_25 0x7f0b0014
+int id accessibility_custom_action_26 0x7f0b0015
+int id accessibility_custom_action_27 0x7f0b0016
+int id accessibility_custom_action_28 0x7f0b0017
+int id accessibility_custom_action_29 0x7f0b0018
+int id accessibility_custom_action_3 0x7f0b0019
+int id accessibility_custom_action_30 0x7f0b001a
+int id accessibility_custom_action_31 0x7f0b001b
+int id accessibility_custom_action_4 0x7f0b001c
+int id accessibility_custom_action_5 0x7f0b001d
+int id accessibility_custom_action_6 0x7f0b001e
+int id accessibility_custom_action_7 0x7f0b001f
+int id accessibility_custom_action_8 0x7f0b0020
+int id accessibility_custom_action_9 0x7f0b0021
+int id action_container 0x7f0b0022
+int id action_divider 0x7f0b0023
+int id action_image 0x7f0b0024
+int id action_text 0x7f0b0025
+int id actions 0x7f0b0026
+int id async 0x7f0b0027
+int id blocking 0x7f0b0028
+int id chronometer 0x7f0b0029
+int id dialog_button 0x7f0b002a
+int id forever 0x7f0b002b
+int id icon 0x7f0b002c
+int id icon_group 0x7f0b002d
+int id info 0x7f0b002e
+int id italic 0x7f0b002f
+int id line1 0x7f0b0030
+int id line3 0x7f0b0031
+int id normal 0x7f0b0032
+int id notification_background 0x7f0b0033
+int id notification_main_column 0x7f0b0034
+int id notification_main_column_container 0x7f0b0035
+int id right_icon 0x7f0b0036
+int id right_side 0x7f0b0037
+int id tag_accessibility_actions 0x7f0b0038
+int id tag_accessibility_clickable_spans 0x7f0b0039
+int id tag_accessibility_heading 0x7f0b003a
+int id tag_accessibility_pane_title 0x7f0b003b
+int id tag_screen_reader_focusable 0x7f0b003c
+int id tag_transition_group 0x7f0b003d
+int id tag_unhandled_key_event_manager 0x7f0b003e
+int id tag_unhandled_key_listeners 0x7f0b003f
+int id text 0x7f0b0040
+int id text2 0x7f0b0041
+int id time 0x7f0b0042
+int id title 0x7f0b0043
+int integer status_bar_notification_info_maxnum 0x7f0c0001
+int layout custom_dialog 0x7f0e0001
+int layout notification_action 0x7f0e0002
+int layout notification_action_tombstone 0x7f0e0003
+int layout notification_template_custom_big 0x7f0e0004
+int layout notification_template_icon_group 0x7f0e0005
+int layout notification_template_part_chronometer 0x7f0e0006
+int layout notification_template_part_time 0x7f0e0007
+int string status_bar_notification_info_overflow 0x7f140001
+int style TextAppearance_Compat_Notification 0x7f150001
+int style TextAppearance_Compat_Notification_Info 0x7f150002
+int style TextAppearance_Compat_Notification_Line2 0x7f150003
+int style TextAppearance_Compat_Notification_Time 0x7f150004
+int style TextAppearance_Compat_Notification_Title 0x7f150005
+int style Widget_Compat_NotificationActionContainer 0x7f150006
+int style Widget_Compat_NotificationActionText 0x7f150007
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/classes.jar
new file mode 100644
index 0000000..1ffce77
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/proguard.txt
new file mode 100644
index 0000000..e81eace
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/108/jl/proguard.txt
@@ -0,0 +1,19 @@
+# Copyright (C) 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# keep setters in VectorDrawables so that animations can still work.
+-keepclassmembers class androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$* {
+ void set*(***);
+ *** get*();
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109.stamp
new file mode 100644
index 0000000..4c0b692
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109.stamp
@@ -0,0 +1 @@
+EB015468CD35CB80
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/AndroidManifest.xml
new file mode 100644
index 0000000..9bfa5da
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..d8560bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,2 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/R.txt
new file mode 100644
index 0000000..b50114e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/R.txt
@@ -0,0 +1,1643 @@
+int anim abc_fade_in 0x0
+int anim abc_fade_out 0x0
+int anim abc_grow_fade_in_from_bottom 0x0
+int anim abc_popup_enter 0x0
+int anim abc_popup_exit 0x0
+int anim abc_shrink_fade_out_from_bottom 0x0
+int anim abc_slide_in_bottom 0x0
+int anim abc_slide_in_top 0x0
+int anim abc_slide_out_bottom 0x0
+int anim abc_slide_out_top 0x0
+int anim abc_tooltip_enter 0x0
+int anim abc_tooltip_exit 0x0
+int anim fragment_close_enter 0x0
+int anim fragment_close_exit 0x0
+int anim fragment_fade_enter 0x0
+int anim fragment_fade_exit 0x0
+int anim fragment_fast_out_extra_slow_in 0x0
+int anim fragment_open_enter 0x0
+int anim fragment_open_exit 0x0
+int attr actionBarDivider 0x0
+int attr actionBarItemBackground 0x0
+int attr actionBarPopupTheme 0x0
+int attr actionBarSize 0x0
+int attr actionBarSplitStyle 0x0
+int attr actionBarStyle 0x0
+int attr actionBarTabBarStyle 0x0
+int attr actionBarTabStyle 0x0
+int attr actionBarTabTextStyle 0x0
+int attr actionBarTheme 0x0
+int attr actionBarWidgetTheme 0x0
+int attr actionButtonStyle 0x0
+int attr actionDropDownStyle 0x0
+int attr actionLayout 0x0
+int attr actionMenuTextAppearance 0x0
+int attr actionMenuTextColor 0x0
+int attr actionModeBackground 0x0
+int attr actionModeCloseButtonStyle 0x0
+int attr actionModeCloseDrawable 0x0
+int attr actionModeCopyDrawable 0x0
+int attr actionModeCutDrawable 0x0
+int attr actionModeFindDrawable 0x0
+int attr actionModePasteDrawable 0x0
+int attr actionModePopupWindowStyle 0x0
+int attr actionModeSelectAllDrawable 0x0
+int attr actionModeShareDrawable 0x0
+int attr actionModeSplitBackground 0x0
+int attr actionModeStyle 0x0
+int attr actionModeWebSearchDrawable 0x0
+int attr actionOverflowButtonStyle 0x0
+int attr actionOverflowMenuStyle 0x0
+int attr actionProviderClass 0x0
+int attr actionViewClass 0x0
+int attr activityChooserViewStyle 0x0
+int attr alertDialogButtonGroupStyle 0x0
+int attr alertDialogCenterButtons 0x0
+int attr alertDialogStyle 0x0
+int attr alertDialogTheme 0x0
+int attr allowStacking 0x0
+int attr alpha 0x0
+int attr alphabeticModifiers 0x0
+int attr arrowHeadLength 0x0
+int attr arrowShaftLength 0x0
+int attr autoCompleteTextViewStyle 0x0
+int attr autoSizeMaxTextSize 0x0
+int attr autoSizeMinTextSize 0x0
+int attr autoSizePresetSizes 0x0
+int attr autoSizeStepGranularity 0x0
+int attr autoSizeTextType 0x0
+int attr background 0x0
+int attr backgroundSplit 0x0
+int attr backgroundStacked 0x0
+int attr backgroundTint 0x0
+int attr backgroundTintMode 0x0
+int attr barLength 0x0
+int attr borderlessButtonStyle 0x0
+int attr buttonBarButtonStyle 0x0
+int attr buttonBarNegativeButtonStyle 0x0
+int attr buttonBarNeutralButtonStyle 0x0
+int attr buttonBarPositiveButtonStyle 0x0
+int attr buttonBarStyle 0x0
+int attr buttonGravity 0x0
+int attr buttonIconDimen 0x0
+int attr buttonPanelSideLayout 0x0
+int attr buttonStyle 0x0
+int attr buttonStyleSmall 0x0
+int attr buttonTint 0x0
+int attr buttonTintMode 0x0
+int attr checkboxStyle 0x0
+int attr checkedTextViewStyle 0x0
+int attr closeIcon 0x0
+int attr closeItemLayout 0x0
+int attr collapseContentDescription 0x0
+int attr collapseIcon 0x0
+int attr color 0x0
+int attr colorAccent 0x0
+int attr colorBackgroundFloating 0x0
+int attr colorButtonNormal 0x0
+int attr colorControlActivated 0x0
+int attr colorControlHighlight 0x0
+int attr colorControlNormal 0x0
+int attr colorError 0x0
+int attr colorPrimary 0x0
+int attr colorPrimaryDark 0x0
+int attr colorSwitchThumbNormal 0x0
+int attr commitIcon 0x0
+int attr contentDescription 0x0
+int attr contentInsetEnd 0x0
+int attr contentInsetEndWithActions 0x0
+int attr contentInsetLeft 0x0
+int attr contentInsetRight 0x0
+int attr contentInsetStart 0x0
+int attr contentInsetStartWithNavigation 0x0
+int attr controlBackground 0x0
+int attr coordinatorLayoutStyle 0x0
+int attr customNavigationLayout 0x0
+int attr defaultQueryHint 0x0
+int attr dialogCornerRadius 0x0
+int attr dialogPreferredPadding 0x0
+int attr dialogTheme 0x0
+int attr displayOptions 0x0
+int attr divider 0x0
+int attr dividerHorizontal 0x0
+int attr dividerPadding 0x0
+int attr dividerVertical 0x0
+int attr drawableSize 0x0
+int attr drawerArrowStyle 0x0
+int attr dropDownListViewStyle 0x0
+int attr dropdownListPreferredItemHeight 0x0
+int attr editTextBackground 0x0
+int attr editTextColor 0x0
+int attr editTextStyle 0x0
+int attr elevation 0x0
+int attr expandActivityOverflowButtonDrawable 0x0
+int attr firstBaselineToTopHeight 0x0
+int attr font 0x0
+int attr fontFamily 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr gapBetweenBars 0x0
+int attr goIcon 0x0
+int attr height 0x0
+int attr hideOnContentScroll 0x0
+int attr homeAsUpIndicator 0x0
+int attr homeLayout 0x0
+int attr icon 0x0
+int attr iconTint 0x0
+int attr iconTintMode 0x0
+int attr iconifiedByDefault 0x0
+int attr imageButtonStyle 0x0
+int attr indeterminateProgressStyle 0x0
+int attr initialActivityCount 0x0
+int attr isLightTheme 0x0
+int attr itemPadding 0x0
+int attr keylines 0x0
+int attr lastBaselineToBottomHeight 0x0
+int attr layout 0x0
+int attr layout_anchor 0x0
+int attr layout_anchorGravity 0x0
+int attr layout_behavior 0x0
+int attr layout_dodgeInsetEdges 0x0
+int attr layout_insetEdge 0x0
+int attr layout_keyline 0x0
+int attr lineHeight 0x0
+int attr listChoiceBackgroundIndicator 0x0
+int attr listDividerAlertDialog 0x0
+int attr listItemLayout 0x0
+int attr listLayout 0x0
+int attr listMenuViewStyle 0x0
+int attr listPopupWindowStyle 0x0
+int attr listPreferredItemHeight 0x0
+int attr listPreferredItemHeightLarge 0x0
+int attr listPreferredItemHeightSmall 0x0
+int attr listPreferredItemPaddingLeft 0x0
+int attr listPreferredItemPaddingRight 0x0
+int attr logo 0x0
+int attr logoDescription 0x0
+int attr maxButtonHeight 0x0
+int attr measureWithLargestChild 0x0
+int attr multiChoiceItemLayout 0x0
+int attr navigationContentDescription 0x0
+int attr navigationIcon 0x0
+int attr navigationMode 0x0
+int attr numericModifiers 0x0
+int attr overlapAnchor 0x0
+int attr paddingBottomNoButtons 0x0
+int attr paddingEnd 0x0
+int attr paddingStart 0x0
+int attr paddingTopNoTitle 0x0
+int attr panelBackground 0x0
+int attr panelMenuListTheme 0x0
+int attr panelMenuListWidth 0x0
+int attr popupMenuStyle 0x0
+int attr popupTheme 0x0
+int attr popupWindowStyle 0x0
+int attr preserveIconSpacing 0x0
+int attr progressBarPadding 0x0
+int attr progressBarStyle 0x0
+int attr queryBackground 0x0
+int attr queryHint 0x0
+int attr radioButtonStyle 0x0
+int attr ratingBarStyle 0x0
+int attr ratingBarStyleIndicator 0x0
+int attr ratingBarStyleSmall 0x0
+int attr searchHintIcon 0x0
+int attr searchIcon 0x0
+int attr searchViewStyle 0x0
+int attr seekBarStyle 0x0
+int attr selectableItemBackground 0x0
+int attr selectableItemBackgroundBorderless 0x0
+int attr showAsAction 0x0
+int attr showDividers 0x0
+int attr showText 0x0
+int attr showTitle 0x0
+int attr singleChoiceItemLayout 0x0
+int attr spinBars 0x0
+int attr spinnerDropDownItemStyle 0x0
+int attr spinnerStyle 0x0
+int attr splitTrack 0x0
+int attr srcCompat 0x0
+int attr state_above_anchor 0x0
+int attr statusBarBackground 0x0
+int attr subMenuArrow 0x0
+int attr submitBackground 0x0
+int attr subtitle 0x0
+int attr subtitleTextAppearance 0x0
+int attr subtitleTextColor 0x0
+int attr subtitleTextStyle 0x0
+int attr suggestionRowLayout 0x0
+int attr switchMinWidth 0x0
+int attr switchPadding 0x0
+int attr switchStyle 0x0
+int attr switchTextAppearance 0x0
+int attr textAllCaps 0x0
+int attr textAppearanceLargePopupMenu 0x0
+int attr textAppearanceListItem 0x0
+int attr textAppearanceListItemSecondary 0x0
+int attr textAppearanceListItemSmall 0x0
+int attr textAppearancePopupMenuHeader 0x0
+int attr textAppearanceSearchResultSubtitle 0x0
+int attr textAppearanceSearchResultTitle 0x0
+int attr textAppearanceSmallPopupMenu 0x0
+int attr textColorAlertDialogListItem 0x0
+int attr textColorSearchUrl 0x0
+int attr theme 0x0
+int attr thickness 0x0
+int attr thumbTextPadding 0x0
+int attr thumbTint 0x0
+int attr thumbTintMode 0x0
+int attr tickMark 0x0
+int attr tickMarkTint 0x0
+int attr tickMarkTintMode 0x0
+int attr tint 0x0
+int attr tintMode 0x0
+int attr title 0x0
+int attr titleMargin 0x0
+int attr titleMarginBottom 0x0
+int attr titleMarginEnd 0x0
+int attr titleMarginStart 0x0
+int attr titleMarginTop 0x0
+int attr titleMargins 0x0
+int attr titleTextAppearance 0x0
+int attr titleTextColor 0x0
+int attr titleTextStyle 0x0
+int attr toolbarNavigationButtonStyle 0x0
+int attr toolbarStyle 0x0
+int attr tooltipForegroundColor 0x0
+int attr tooltipFrameBackground 0x0
+int attr tooltipText 0x0
+int attr track 0x0
+int attr trackTint 0x0
+int attr trackTintMode 0x0
+int attr ttcIndex 0x0
+int attr viewInflaterClass 0x0
+int attr voiceIcon 0x0
+int attr windowActionBar 0x0
+int attr windowActionBarOverlay 0x0
+int attr windowActionModeOverlay 0x0
+int attr windowFixedHeightMajor 0x0
+int attr windowFixedHeightMinor 0x0
+int attr windowFixedWidthMajor 0x0
+int attr windowFixedWidthMinor 0x0
+int attr windowMinWidthMajor 0x0
+int attr windowMinWidthMinor 0x0
+int attr windowNoTitle 0x0
+int bool abc_action_bar_embed_tabs 0x0
+int bool abc_allow_stacked_button_bar 0x0
+int bool abc_config_actionMenuItemAllCaps 0x0
+int color abc_background_cache_hint_selector_material_dark 0x0
+int color abc_background_cache_hint_selector_material_light 0x0
+int color abc_btn_colored_borderless_text_material 0x0
+int color abc_btn_colored_text_material 0x0
+int color abc_color_highlight_material 0x0
+int color abc_hint_foreground_material_dark 0x0
+int color abc_hint_foreground_material_light 0x0
+int color abc_input_method_navigation_guard 0x0
+int color abc_primary_text_disable_only_material_dark 0x0
+int color abc_primary_text_disable_only_material_light 0x0
+int color abc_primary_text_material_dark 0x0
+int color abc_primary_text_material_light 0x0
+int color abc_search_url_text 0x0
+int color abc_search_url_text_normal 0x0
+int color abc_search_url_text_pressed 0x0
+int color abc_search_url_text_selected 0x0
+int color abc_secondary_text_material_dark 0x0
+int color abc_secondary_text_material_light 0x0
+int color abc_tint_btn_checkable 0x0
+int color abc_tint_default 0x0
+int color abc_tint_edittext 0x0
+int color abc_tint_seek_thumb 0x0
+int color abc_tint_spinner 0x0
+int color abc_tint_switch_track 0x0
+int color accent_material_dark 0x0
+int color accent_material_light 0x0
+int color background_floating_material_dark 0x0
+int color background_floating_material_light 0x0
+int color background_material_dark 0x0
+int color background_material_light 0x0
+int color bright_foreground_disabled_material_dark 0x0
+int color bright_foreground_disabled_material_light 0x0
+int color bright_foreground_inverse_material_dark 0x0
+int color bright_foreground_inverse_material_light 0x0
+int color bright_foreground_material_dark 0x0
+int color bright_foreground_material_light 0x0
+int color button_material_dark 0x0
+int color button_material_light 0x0
+int color dim_foreground_disabled_material_dark 0x0
+int color dim_foreground_disabled_material_light 0x0
+int color dim_foreground_material_dark 0x0
+int color dim_foreground_material_light 0x0
+int color error_color_material_dark 0x0
+int color error_color_material_light 0x0
+int color foreground_material_dark 0x0
+int color foreground_material_light 0x0
+int color highlighted_text_material_dark 0x0
+int color highlighted_text_material_light 0x0
+int color material_blue_grey_800 0x0
+int color material_blue_grey_900 0x0
+int color material_blue_grey_950 0x0
+int color material_deep_teal_200 0x0
+int color material_deep_teal_500 0x0
+int color material_grey_100 0x0
+int color material_grey_300 0x0
+int color material_grey_50 0x0
+int color material_grey_600 0x0
+int color material_grey_800 0x0
+int color material_grey_850 0x0
+int color material_grey_900 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color primary_dark_material_dark 0x0
+int color primary_dark_material_light 0x0
+int color primary_material_dark 0x0
+int color primary_material_light 0x0
+int color primary_text_default_material_dark 0x0
+int color primary_text_default_material_light 0x0
+int color primary_text_disabled_material_dark 0x0
+int color primary_text_disabled_material_light 0x0
+int color ripple_material_dark 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_dark 0x0
+int color secondary_text_default_material_light 0x0
+int color secondary_text_disabled_material_dark 0x0
+int color secondary_text_disabled_material_light 0x0
+int color switch_thumb_disabled_material_dark 0x0
+int color switch_thumb_disabled_material_light 0x0
+int color switch_thumb_material_dark 0x0
+int color switch_thumb_material_light 0x0
+int color switch_thumb_normal_material_dark 0x0
+int color switch_thumb_normal_material_light 0x0
+int color tooltip_background_dark 0x0
+int color tooltip_background_light 0x0
+int dimen abc_action_bar_content_inset_material 0x0
+int dimen abc_action_bar_content_inset_with_nav 0x0
+int dimen abc_action_bar_default_height_material 0x0
+int dimen abc_action_bar_default_padding_end_material 0x0
+int dimen abc_action_bar_default_padding_start_material 0x0
+int dimen abc_action_bar_elevation_material 0x0
+int dimen abc_action_bar_icon_vertical_padding_material 0x0
+int dimen abc_action_bar_overflow_padding_end_material 0x0
+int dimen abc_action_bar_overflow_padding_start_material 0x0
+int dimen abc_action_bar_stacked_max_height 0x0
+int dimen abc_action_bar_stacked_tab_max_width 0x0
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
+int dimen abc_action_bar_subtitle_top_margin_material 0x0
+int dimen abc_action_button_min_height_material 0x0
+int dimen abc_action_button_min_width_material 0x0
+int dimen abc_action_button_min_width_overflow_material 0x0
+int dimen abc_alert_dialog_button_bar_height 0x0
+int dimen abc_alert_dialog_button_dimen 0x0
+int dimen abc_button_inset_horizontal_material 0x0
+int dimen abc_button_inset_vertical_material 0x0
+int dimen abc_button_padding_horizontal_material 0x0
+int dimen abc_button_padding_vertical_material 0x0
+int dimen abc_cascading_menus_min_smallest_width 0x0
+int dimen abc_config_prefDialogWidth 0x0
+int dimen abc_control_corner_material 0x0
+int dimen abc_control_inset_material 0x0
+int dimen abc_control_padding_material 0x0
+int dimen abc_dialog_corner_radius_material 0x0
+int dimen abc_dialog_fixed_height_major 0x0
+int dimen abc_dialog_fixed_height_minor 0x0
+int dimen abc_dialog_fixed_width_major 0x0
+int dimen abc_dialog_fixed_width_minor 0x0
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
+int dimen abc_dialog_list_padding_top_no_title 0x0
+int dimen abc_dialog_min_width_major 0x0
+int dimen abc_dialog_min_width_minor 0x0
+int dimen abc_dialog_padding_material 0x0
+int dimen abc_dialog_padding_top_material 0x0
+int dimen abc_dialog_title_divider_material 0x0
+int dimen abc_disabled_alpha_material_dark 0x0
+int dimen abc_disabled_alpha_material_light 0x0
+int dimen abc_dropdownitem_icon_width 0x0
+int dimen abc_dropdownitem_text_padding_left 0x0
+int dimen abc_dropdownitem_text_padding_right 0x0
+int dimen abc_edit_text_inset_bottom_material 0x0
+int dimen abc_edit_text_inset_horizontal_material 0x0
+int dimen abc_edit_text_inset_top_material 0x0
+int dimen abc_floating_window_z 0x0
+int dimen abc_list_item_padding_horizontal_material 0x0
+int dimen abc_panel_menu_list_width 0x0
+int dimen abc_progress_bar_height_material 0x0
+int dimen abc_search_view_preferred_height 0x0
+int dimen abc_search_view_preferred_width 0x0
+int dimen abc_seekbar_track_background_height_material 0x0
+int dimen abc_seekbar_track_progress_height_material 0x0
+int dimen abc_select_dialog_padding_start_material 0x0
+int dimen abc_switch_padding 0x0
+int dimen abc_text_size_body_1_material 0x0
+int dimen abc_text_size_body_2_material 0x0
+int dimen abc_text_size_button_material 0x0
+int dimen abc_text_size_caption_material 0x0
+int dimen abc_text_size_display_1_material 0x0
+int dimen abc_text_size_display_2_material 0x0
+int dimen abc_text_size_display_3_material 0x0
+int dimen abc_text_size_display_4_material 0x0
+int dimen abc_text_size_headline_material 0x0
+int dimen abc_text_size_large_material 0x0
+int dimen abc_text_size_medium_material 0x0
+int dimen abc_text_size_menu_header_material 0x0
+int dimen abc_text_size_menu_material 0x0
+int dimen abc_text_size_small_material 0x0
+int dimen abc_text_size_subhead_material 0x0
+int dimen abc_text_size_subtitle_material_toolbar 0x0
+int dimen abc_text_size_title_material 0x0
+int dimen abc_text_size_title_material_toolbar 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen disabled_alpha_material_dark 0x0
+int dimen disabled_alpha_material_light 0x0
+int dimen highlight_alpha_material_colored 0x0
+int dimen highlight_alpha_material_dark 0x0
+int dimen highlight_alpha_material_light 0x0
+int dimen hint_alpha_material_dark 0x0
+int dimen hint_alpha_material_light 0x0
+int dimen hint_pressed_alpha_material_dark 0x0
+int dimen hint_pressed_alpha_material_light 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int dimen tooltip_corner_radius 0x0
+int dimen tooltip_horizontal_padding 0x0
+int dimen tooltip_margin 0x0
+int dimen tooltip_precise_anchor_extra_offset 0x0
+int dimen tooltip_precise_anchor_threshold 0x0
+int dimen tooltip_vertical_padding 0x0
+int dimen tooltip_y_offset_non_touch 0x0
+int dimen tooltip_y_offset_touch 0x0
+int drawable abc_ab_share_pack_mtrl_alpha 0x0
+int drawable abc_action_bar_item_background_material 0x0
+int drawable abc_btn_borderless_material 0x0
+int drawable abc_btn_check_material 0x0
+int drawable abc_btn_check_to_on_mtrl_000 0x0
+int drawable abc_btn_check_to_on_mtrl_015 0x0
+int drawable abc_btn_colored_material 0x0
+int drawable abc_btn_default_mtrl_shape 0x0
+int drawable abc_btn_radio_material 0x0
+int drawable abc_btn_radio_to_on_mtrl_000 0x0
+int drawable abc_btn_radio_to_on_mtrl_015 0x0
+int drawable abc_btn_switch_to_on_mtrl_00001 0x0
+int drawable abc_btn_switch_to_on_mtrl_00012 0x0
+int drawable abc_cab_background_internal_bg 0x0
+int drawable abc_cab_background_top_material 0x0
+int drawable abc_cab_background_top_mtrl_alpha 0x0
+int drawable abc_control_background_material 0x0
+int drawable abc_dialog_material_background 0x0
+int drawable abc_edit_text_material 0x0
+int drawable abc_ic_ab_back_material 0x0
+int drawable abc_ic_arrow_drop_right_black_24dp 0x0
+int drawable abc_ic_clear_material 0x0
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
+int drawable abc_ic_go_search_api_material 0x0
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_cut_mtrl_alpha 0x0
+int drawable abc_ic_menu_overflow_material 0x0
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
+int drawable abc_ic_menu_share_mtrl_alpha 0x0
+int drawable abc_ic_search_api_material 0x0
+int drawable abc_ic_star_black_16dp 0x0
+int drawable abc_ic_star_black_36dp 0x0
+int drawable abc_ic_star_black_48dp 0x0
+int drawable abc_ic_star_half_black_16dp 0x0
+int drawable abc_ic_star_half_black_36dp 0x0
+int drawable abc_ic_star_half_black_48dp 0x0
+int drawable abc_ic_voice_search_api_material 0x0
+int drawable abc_item_background_holo_dark 0x0
+int drawable abc_item_background_holo_light 0x0
+int drawable abc_list_divider_material 0x0
+int drawable abc_list_divider_mtrl_alpha 0x0
+int drawable abc_list_focused_holo 0x0
+int drawable abc_list_longpressed_holo 0x0
+int drawable abc_list_pressed_holo_dark 0x0
+int drawable abc_list_pressed_holo_light 0x0
+int drawable abc_list_selector_background_transition_holo_dark 0x0
+int drawable abc_list_selector_background_transition_holo_light 0x0
+int drawable abc_list_selector_disabled_holo_dark 0x0
+int drawable abc_list_selector_disabled_holo_light 0x0
+int drawable abc_list_selector_holo_dark 0x0
+int drawable abc_list_selector_holo_light 0x0
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
+int drawable abc_popup_background_mtrl_mult 0x0
+int drawable abc_ratingbar_indicator_material 0x0
+int drawable abc_ratingbar_material 0x0
+int drawable abc_ratingbar_small_material 0x0
+int drawable abc_scrubber_control_off_mtrl_alpha 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
+int drawable abc_scrubber_primary_mtrl_alpha 0x0
+int drawable abc_scrubber_track_mtrl_alpha 0x0
+int drawable abc_seekbar_thumb_material 0x0
+int drawable abc_seekbar_tick_mark_material 0x0
+int drawable abc_seekbar_track_material 0x0
+int drawable abc_spinner_mtrl_am_alpha 0x0
+int drawable abc_spinner_textfield_background_material 0x0
+int drawable abc_switch_thumb_material 0x0
+int drawable abc_switch_track_mtrl_alpha 0x0
+int drawable abc_tab_indicator_material 0x0
+int drawable abc_tab_indicator_mtrl_alpha 0x0
+int drawable abc_text_cursor_material 0x0
+int drawable abc_text_select_handle_left_mtrl_dark 0x0
+int drawable abc_text_select_handle_left_mtrl_light 0x0
+int drawable abc_text_select_handle_middle_mtrl_dark 0x0
+int drawable abc_text_select_handle_middle_mtrl_light 0x0
+int drawable abc_text_select_handle_right_mtrl_dark 0x0
+int drawable abc_text_select_handle_right_mtrl_light 0x0
+int drawable abc_textfield_activated_mtrl_alpha 0x0
+int drawable abc_textfield_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_activated_mtrl_alpha 0x0
+int drawable abc_textfield_search_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_material 0x0
+int drawable abc_vector_test 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int drawable tooltip_frame_dark 0x0
+int drawable tooltip_frame_light 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_bar 0x0
+int id action_bar_activity_content 0x0
+int id action_bar_container 0x0
+int id action_bar_root 0x0
+int id action_bar_spinner 0x0
+int id action_bar_subtitle 0x0
+int id action_bar_title 0x0
+int id action_container 0x0
+int id action_context_bar 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_menu_divider 0x0
+int id action_menu_presenter 0x0
+int id action_mode_bar 0x0
+int id action_mode_bar_stub 0x0
+int id action_mode_close_button 0x0
+int id action_text 0x0
+int id actions 0x0
+int id activity_chooser_view_content 0x0
+int id add 0x0
+int id alertTitle 0x0
+int id async 0x0
+int id blocking 0x0
+int id bottom 0x0
+int id buttonPanel 0x0
+int id checkbox 0x0
+int id chronometer 0x0
+int id content 0x0
+int id contentPanel 0x0
+int id custom 0x0
+int id customPanel 0x0
+int id decor_content_parent 0x0
+int id default_activity_button 0x0
+int id dialog_button 0x0
+int id edit_query 0x0
+int id end 0x0
+int id expand_activities_button 0x0
+int id expanded_menu 0x0
+int id forever 0x0
+int id fragment_container_view_tag 0x0
+int id ghost_view 0x0
+int id ghost_view_holder 0x0
+int id group_divider 0x0
+int id home 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id image 0x0
+int id info 0x0
+int id italic 0x0
+int id left 0x0
+int id line1 0x0
+int id line3 0x0
+int id listMode 0x0
+int id list_item 0x0
+int id message 0x0
+int id multiply 0x0
+int id none 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id parentPanel 0x0
+int id parent_matrix 0x0
+int id progress_circular 0x0
+int id progress_horizontal 0x0
+int id radio 0x0
+int id right 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id save_non_transition_alpha 0x0
+int id save_overlay_view 0x0
+int id screen 0x0
+int id scrollIndicatorDown 0x0
+int id scrollIndicatorUp 0x0
+int id scrollView 0x0
+int id search_badge 0x0
+int id search_bar 0x0
+int id search_button 0x0
+int id search_close_btn 0x0
+int id search_edit_frame 0x0
+int id search_go_btn 0x0
+int id search_mag_icon 0x0
+int id search_plate 0x0
+int id search_src_text 0x0
+int id search_voice_btn 0x0
+int id select_dialog_listview 0x0
+int id shortcut 0x0
+int id spacer 0x0
+int id split_action_bar 0x0
+int id src_atop 0x0
+int id src_in 0x0
+int id src_over 0x0
+int id start 0x0
+int id submenuarrow 0x0
+int id submit_area 0x0
+int id tabMode 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id text 0x0
+int id text2 0x0
+int id textSpacerNoButtons 0x0
+int id textSpacerNoTitle 0x0
+int id time 0x0
+int id title 0x0
+int id titleDividerNoCustom 0x0
+int id title_template 0x0
+int id top 0x0
+int id topPanel 0x0
+int id transition_current_scene 0x0
+int id transition_layout_save 0x0
+int id transition_position 0x0
+int id transition_scene_layoutid_cache 0x0
+int id transition_transform 0x0
+int id uniform 0x0
+int id up 0x0
+int id visible_removing_fragment_view_tag 0x0
+int id wrap_content 0x0
+int integer abc_config_activityDefaultDur 0x0
+int integer abc_config_activityShortDur 0x0
+int integer cancel_button_image_alpha 0x0
+int integer config_tooltipAnimTime 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int layout abc_action_bar_title_item 0x0
+int layout abc_action_bar_up_container 0x0
+int layout abc_action_menu_item_layout 0x0
+int layout abc_action_menu_layout 0x0
+int layout abc_action_mode_bar 0x0
+int layout abc_action_mode_close_item_material 0x0
+int layout abc_activity_chooser_view 0x0
+int layout abc_activity_chooser_view_list_item 0x0
+int layout abc_alert_dialog_button_bar_material 0x0
+int layout abc_alert_dialog_material 0x0
+int layout abc_alert_dialog_title_material 0x0
+int layout abc_cascading_menu_item_layout 0x0
+int layout abc_dialog_title_material 0x0
+int layout abc_expanded_menu_layout 0x0
+int layout abc_list_menu_item_checkbox 0x0
+int layout abc_list_menu_item_icon 0x0
+int layout abc_list_menu_item_layout 0x0
+int layout abc_list_menu_item_radio 0x0
+int layout abc_popup_menu_header_item_layout 0x0
+int layout abc_popup_menu_item_layout 0x0
+int layout abc_screen_content_include 0x0
+int layout abc_screen_simple 0x0
+int layout abc_screen_simple_overlay_action_mode 0x0
+int layout abc_screen_toolbar 0x0
+int layout abc_search_dropdown_item_icons_2line 0x0
+int layout abc_search_view 0x0
+int layout abc_select_dialog_material 0x0
+int layout abc_tooltip 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int layout select_dialog_item_material 0x0
+int layout select_dialog_multichoice_material 0x0
+int layout select_dialog_singlechoice_material 0x0
+int layout support_simple_spinner_dropdown_item 0x0
+int string abc_action_bar_home_description 0x0
+int string abc_action_bar_up_description 0x0
+int string abc_action_menu_overflow_description 0x0
+int string abc_action_mode_done 0x0
+int string abc_activity_chooser_view_see_all 0x0
+int string abc_activitychooserview_choose_application 0x0
+int string abc_capital_off 0x0
+int string abc_capital_on 0x0
+int string abc_font_family_body_1_material 0x0
+int string abc_font_family_body_2_material 0x0
+int string abc_font_family_button_material 0x0
+int string abc_font_family_caption_material 0x0
+int string abc_font_family_display_1_material 0x0
+int string abc_font_family_display_2_material 0x0
+int string abc_font_family_display_3_material 0x0
+int string abc_font_family_display_4_material 0x0
+int string abc_font_family_headline_material 0x0
+int string abc_font_family_menu_material 0x0
+int string abc_font_family_subhead_material 0x0
+int string abc_font_family_title_material 0x0
+int string abc_menu_alt_shortcut_label 0x0
+int string abc_menu_ctrl_shortcut_label 0x0
+int string abc_menu_delete_shortcut_label 0x0
+int string abc_menu_enter_shortcut_label 0x0
+int string abc_menu_function_shortcut_label 0x0
+int string abc_menu_meta_shortcut_label 0x0
+int string abc_menu_shift_shortcut_label 0x0
+int string abc_menu_space_shortcut_label 0x0
+int string abc_menu_sym_shortcut_label 0x0
+int string abc_prepend_shortcut_label 0x0
+int string abc_search_hint 0x0
+int string abc_searchview_description_clear 0x0
+int string abc_searchview_description_query 0x0
+int string abc_searchview_description_search 0x0
+int string abc_searchview_description_submit 0x0
+int string abc_searchview_description_voice 0x0
+int string abc_shareactionprovider_share_with 0x0
+int string abc_shareactionprovider_share_with_application 0x0
+int string abc_toolbar_collapse_description 0x0
+int string search_menu_title 0x0
+int string status_bar_notification_info_overflow 0x0
+int style AlertDialog_AppCompat 0x0
+int style AlertDialog_AppCompat_Light 0x0
+int style Animation_AppCompat_Dialog 0x0
+int style Animation_AppCompat_DropDownUp 0x0
+int style Animation_AppCompat_Tooltip 0x0
+int style Base_AlertDialog_AppCompat 0x0
+int style Base_AlertDialog_AppCompat_Light 0x0
+int style Base_Animation_AppCompat_Dialog 0x0
+int style Base_Animation_AppCompat_DropDownUp 0x0
+int style Base_Animation_AppCompat_Tooltip 0x0
+int style Base_DialogWindowTitleBackground_AppCompat 0x0
+int style Base_DialogWindowTitle_AppCompat 0x0
+int style Base_TextAppearance_AppCompat 0x0
+int style Base_TextAppearance_AppCompat_Body1 0x0
+int style Base_TextAppearance_AppCompat_Body2 0x0
+int style Base_TextAppearance_AppCompat_Button 0x0
+int style Base_TextAppearance_AppCompat_Caption 0x0
+int style Base_TextAppearance_AppCompat_Display1 0x0
+int style Base_TextAppearance_AppCompat_Display2 0x0
+int style Base_TextAppearance_AppCompat_Display3 0x0
+int style Base_TextAppearance_AppCompat_Display4 0x0
+int style Base_TextAppearance_AppCompat_Headline 0x0
+int style Base_TextAppearance_AppCompat_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Large 0x0
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Medium 0x0
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Menu 0x0
+int style Base_TextAppearance_AppCompat_SearchResult 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
+int style Base_TextAppearance_AppCompat_Small 0x0
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Subhead 0x0
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Title 0x0
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Tooltip 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style Base_ThemeOverlay_AppCompat 0x0
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dark 0x0
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style Base_ThemeOverlay_AppCompat_Light 0x0
+int style Base_Theme_AppCompat 0x0
+int style Base_Theme_AppCompat_CompactMenu 0x0
+int style Base_Theme_AppCompat_Dialog 0x0
+int style Base_Theme_AppCompat_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
+int style Base_Theme_AppCompat_Light 0x0
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
+int style Base_Theme_AppCompat_Light_Dialog 0x0
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat 0x0
+int style Base_V21_Theme_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat_Light 0x0
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V22_Theme_AppCompat 0x0
+int style Base_V22_Theme_AppCompat_Light 0x0
+int style Base_V23_Theme_AppCompat 0x0
+int style Base_V23_Theme_AppCompat_Light 0x0
+int style Base_V26_Theme_AppCompat 0x0
+int style Base_V26_Theme_AppCompat_Light 0x0
+int style Base_V26_Widget_AppCompat_Toolbar 0x0
+int style Base_V28_Theme_AppCompat 0x0
+int style Base_V28_Theme_AppCompat_Light 0x0
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat 0x0
+int style Base_V7_Theme_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat_Light 0x0
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_V7_Widget_AppCompat_EditText 0x0
+int style Base_V7_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_ActionBar 0x0
+int style Base_Widget_AppCompat_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_ActionButton 0x0
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
+int style Base_Widget_AppCompat_ActionMode 0x0
+int style Base_Widget_AppCompat_ActivityChooserView 0x0
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_Widget_AppCompat_Button 0x0
+int style Base_Widget_AppCompat_ButtonBar 0x0
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Borderless 0x0
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Colored 0x0
+int style Base_Widget_AppCompat_Button_Small 0x0
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Base_Widget_AppCompat_EditText 0x0
+int style Base_Widget_AppCompat_ImageButton 0x0
+int style Base_Widget_AppCompat_Light_ActionBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_ListMenuView 0x0
+int style Base_Widget_AppCompat_ListPopupWindow 0x0
+int style Base_Widget_AppCompat_ListView 0x0
+int style Base_Widget_AppCompat_ListView_DropDown 0x0
+int style Base_Widget_AppCompat_ListView_Menu 0x0
+int style Base_Widget_AppCompat_PopupMenu 0x0
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_PopupWindow 0x0
+int style Base_Widget_AppCompat_ProgressBar 0x0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Base_Widget_AppCompat_RatingBar 0x0
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
+int style Base_Widget_AppCompat_RatingBar_Small 0x0
+int style Base_Widget_AppCompat_SearchView 0x0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
+int style Base_Widget_AppCompat_SeekBar 0x0
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
+int style Base_Widget_AppCompat_Spinner 0x0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x0
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Base_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Platform_AppCompat 0x0
+int style Platform_AppCompat_Light 0x0
+int style Platform_ThemeOverlay_AppCompat 0x0
+int style Platform_ThemeOverlay_AppCompat_Dark 0x0
+int style Platform_ThemeOverlay_AppCompat_Light 0x0
+int style Platform_V21_AppCompat 0x0
+int style Platform_V21_AppCompat_Light 0x0
+int style Platform_V25_AppCompat 0x0
+int style Platform_V25_AppCompat_Light 0x0
+int style Platform_Widget_AppCompat_Spinner 0x0
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
+int style TextAppearance_AppCompat 0x0
+int style TextAppearance_AppCompat_Body1 0x0
+int style TextAppearance_AppCompat_Body2 0x0
+int style TextAppearance_AppCompat_Button 0x0
+int style TextAppearance_AppCompat_Caption 0x0
+int style TextAppearance_AppCompat_Display1 0x0
+int style TextAppearance_AppCompat_Display2 0x0
+int style TextAppearance_AppCompat_Display3 0x0
+int style TextAppearance_AppCompat_Display4 0x0
+int style TextAppearance_AppCompat_Headline 0x0
+int style TextAppearance_AppCompat_Inverse 0x0
+int style TextAppearance_AppCompat_Large 0x0
+int style TextAppearance_AppCompat_Large_Inverse 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Medium 0x0
+int style TextAppearance_AppCompat_Medium_Inverse 0x0
+int style TextAppearance_AppCompat_Menu 0x0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Small 0x0
+int style TextAppearance_AppCompat_Small_Inverse 0x0
+int style TextAppearance_AppCompat_Subhead 0x0
+int style TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style TextAppearance_AppCompat_Title 0x0
+int style TextAppearance_AppCompat_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Tooltip 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_Button 0x0
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Widget_Switch 0x0
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style ThemeOverlay_AppCompat 0x0
+int style ThemeOverlay_AppCompat_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dark 0x0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dialog 0x0
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style ThemeOverlay_AppCompat_Light 0x0
+int style Theme_AppCompat 0x0
+int style Theme_AppCompat_CompactMenu 0x0
+int style Theme_AppCompat_DayNight 0x0
+int style Theme_AppCompat_DayNight_DarkActionBar 0x0
+int style Theme_AppCompat_DayNight_Dialog 0x0
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
+int style Theme_AppCompat_DayNight_NoActionBar 0x0
+int style Theme_AppCompat_Dialog 0x0
+int style Theme_AppCompat_DialogWhenLarge 0x0
+int style Theme_AppCompat_Dialog_Alert 0x0
+int style Theme_AppCompat_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Light 0x0
+int style Theme_AppCompat_Light_DarkActionBar 0x0
+int style Theme_AppCompat_Light_Dialog 0x0
+int style Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Light_NoActionBar 0x0
+int style Theme_AppCompat_NoActionBar 0x0
+int style Widget_AppCompat_ActionBar 0x0
+int style Widget_AppCompat_ActionBar_Solid 0x0
+int style Widget_AppCompat_ActionBar_TabBar 0x0
+int style Widget_AppCompat_ActionBar_TabText 0x0
+int style Widget_AppCompat_ActionBar_TabView 0x0
+int style Widget_AppCompat_ActionButton 0x0
+int style Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_ActionButton_Overflow 0x0
+int style Widget_AppCompat_ActionMode 0x0
+int style Widget_AppCompat_ActivityChooserView 0x0
+int style Widget_AppCompat_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Button 0x0
+int style Widget_AppCompat_ButtonBar 0x0
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Borderless 0x0
+int style Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Colored 0x0
+int style Widget_AppCompat_Button_Small 0x0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Widget_AppCompat_CompoundButton_Switch 0x0
+int style Widget_AppCompat_DrawerArrowToggle 0x0
+int style Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_EditText 0x0
+int style Widget_AppCompat_ImageButton 0x0
+int style Widget_AppCompat_Light_ActionBar 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
+int style Widget_AppCompat_Light_ActionButton 0x0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
+int style Widget_AppCompat_Light_ActivityChooserView 0x0
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_Light_ListPopupWindow 0x0
+int style Widget_AppCompat_Light_ListView_DropDown 0x0
+int style Widget_AppCompat_Light_PopupMenu 0x0
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_Light_SearchView 0x0
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_ListMenuView 0x0
+int style Widget_AppCompat_ListPopupWindow 0x0
+int style Widget_AppCompat_ListView 0x0
+int style Widget_AppCompat_ListView_DropDown 0x0
+int style Widget_AppCompat_ListView_Menu 0x0
+int style Widget_AppCompat_PopupMenu 0x0
+int style Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_PopupWindow 0x0
+int style Widget_AppCompat_ProgressBar 0x0
+int style Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Widget_AppCompat_RatingBar 0x0
+int style Widget_AppCompat_RatingBar_Indicator 0x0
+int style Widget_AppCompat_RatingBar_Small 0x0
+int style Widget_AppCompat_SearchView 0x0
+int style Widget_AppCompat_SearchView_ActionBar 0x0
+int style Widget_AppCompat_SeekBar 0x0
+int style Widget_AppCompat_SeekBar_Discrete 0x0
+int style Widget_AppCompat_Spinner 0x0
+int style Widget_AppCompat_Spinner_DropDown 0x0
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_Spinner_Underlined 0x0
+int style Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Widget_AppCompat_Toolbar 0x0
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int style Widget_Support_CoordinatorLayout 0x0
+int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x10100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x0, 0x0 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable AnimatedStateListDrawableCompat_android_constantSize 0
+int styleable AnimatedStateListDrawableCompat_android_dither 1
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
+int styleable AnimatedStateListDrawableCompat_android_visible 5
+int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
+int styleable AnimatedStateListDrawableItem_android_drawable 0
+int styleable AnimatedStateListDrawableItem_android_id 1
+int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_fromId 1
+int styleable AnimatedStateListDrawableTransition_android_reversible 2
+int styleable AnimatedStateListDrawableTransition_android_toId 3
+int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable AppCompatTextHelper_android_drawableBottom 0
+int styleable AppCompatTextHelper_android_drawableEnd 1
+int styleable AppCompatTextHelper_android_drawableLeft 2
+int styleable AppCompatTextHelper_android_drawableRight 3
+int styleable AppCompatTextHelper_android_drawableStart 4
+int styleable AppCompatTextHelper_android_drawableTop 5
+int styleable AppCompatTextHelper_android_textAppearance 6
+int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_firstBaselineToTopHeight 6
+int styleable AppCompatTextView_fontFamily 7
+int styleable AppCompatTextView_lastBaselineToBottomHeight 8
+int styleable AppCompatTextView_lineHeight 9
+int styleable AppCompatTextView_textAllCaps 10
+int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTheme_actionBarDivider 0
+int styleable AppCompatTheme_actionBarItemBackground 1
+int styleable AppCompatTheme_actionBarPopupTheme 2
+int styleable AppCompatTheme_actionBarSize 3
+int styleable AppCompatTheme_actionBarSplitStyle 4
+int styleable AppCompatTheme_actionBarStyle 5
+int styleable AppCompatTheme_actionBarTabBarStyle 6
+int styleable AppCompatTheme_actionBarTabStyle 7
+int styleable AppCompatTheme_actionBarTabTextStyle 8
+int styleable AppCompatTheme_actionBarTheme 9
+int styleable AppCompatTheme_actionBarWidgetTheme 10
+int styleable AppCompatTheme_actionButtonStyle 11
+int styleable AppCompatTheme_actionDropDownStyle 12
+int styleable AppCompatTheme_actionMenuTextAppearance 13
+int styleable AppCompatTheme_actionMenuTextColor 14
+int styleable AppCompatTheme_actionModeBackground 15
+int styleable AppCompatTheme_actionModeCloseButtonStyle 16
+int styleable AppCompatTheme_actionModeCloseDrawable 17
+int styleable AppCompatTheme_actionModeCopyDrawable 18
+int styleable AppCompatTheme_actionModeCutDrawable 19
+int styleable AppCompatTheme_actionModeFindDrawable 20
+int styleable AppCompatTheme_actionModePasteDrawable 21
+int styleable AppCompatTheme_actionModePopupWindowStyle 22
+int styleable AppCompatTheme_actionModeSelectAllDrawable 23
+int styleable AppCompatTheme_actionModeShareDrawable 24
+int styleable AppCompatTheme_actionModeSplitBackground 25
+int styleable AppCompatTheme_actionModeStyle 26
+int styleable AppCompatTheme_actionModeWebSearchDrawable 27
+int styleable AppCompatTheme_actionOverflowButtonStyle 28
+int styleable AppCompatTheme_actionOverflowMenuStyle 29
+int styleable AppCompatTheme_activityChooserViewStyle 30
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 31
+int styleable AppCompatTheme_alertDialogCenterButtons 32
+int styleable AppCompatTheme_alertDialogStyle 33
+int styleable AppCompatTheme_alertDialogTheme 34
+int styleable AppCompatTheme_android_windowAnimationStyle 35
+int styleable AppCompatTheme_android_windowIsFloating 36
+int styleable AppCompatTheme_autoCompleteTextViewStyle 37
+int styleable AppCompatTheme_borderlessButtonStyle 38
+int styleable AppCompatTheme_buttonBarButtonStyle 39
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42
+int styleable AppCompatTheme_buttonBarStyle 43
+int styleable AppCompatTheme_buttonStyle 44
+int styleable AppCompatTheme_buttonStyleSmall 45
+int styleable AppCompatTheme_checkboxStyle 46
+int styleable AppCompatTheme_checkedTextViewStyle 47
+int styleable AppCompatTheme_colorAccent 48
+int styleable AppCompatTheme_colorBackgroundFloating 49
+int styleable AppCompatTheme_colorButtonNormal 50
+int styleable AppCompatTheme_colorControlActivated 51
+int styleable AppCompatTheme_colorControlHighlight 52
+int styleable AppCompatTheme_colorControlNormal 53
+int styleable AppCompatTheme_colorError 54
+int styleable AppCompatTheme_colorPrimary 55
+int styleable AppCompatTheme_colorPrimaryDark 56
+int styleable AppCompatTheme_colorSwitchThumbNormal 57
+int styleable AppCompatTheme_controlBackground 58
+int styleable AppCompatTheme_dialogCornerRadius 59
+int styleable AppCompatTheme_dialogPreferredPadding 60
+int styleable AppCompatTheme_dialogTheme 61
+int styleable AppCompatTheme_dividerHorizontal 62
+int styleable AppCompatTheme_dividerVertical 63
+int styleable AppCompatTheme_dropDownListViewStyle 64
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 65
+int styleable AppCompatTheme_editTextBackground 66
+int styleable AppCompatTheme_editTextColor 67
+int styleable AppCompatTheme_editTextStyle 68
+int styleable AppCompatTheme_homeAsUpIndicator 69
+int styleable AppCompatTheme_imageButtonStyle 70
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 71
+int styleable AppCompatTheme_listDividerAlertDialog 72
+int styleable AppCompatTheme_listMenuViewStyle 73
+int styleable AppCompatTheme_listPopupWindowStyle 74
+int styleable AppCompatTheme_listPreferredItemHeight 75
+int styleable AppCompatTheme_listPreferredItemHeightLarge 76
+int styleable AppCompatTheme_listPreferredItemHeightSmall 77
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 78
+int styleable AppCompatTheme_listPreferredItemPaddingRight 79
+int styleable AppCompatTheme_panelBackground 80
+int styleable AppCompatTheme_panelMenuListTheme 81
+int styleable AppCompatTheme_panelMenuListWidth 82
+int styleable AppCompatTheme_popupMenuStyle 83
+int styleable AppCompatTheme_popupWindowStyle 84
+int styleable AppCompatTheme_radioButtonStyle 85
+int styleable AppCompatTheme_ratingBarStyle 86
+int styleable AppCompatTheme_ratingBarStyleIndicator 87
+int styleable AppCompatTheme_ratingBarStyleSmall 88
+int styleable AppCompatTheme_searchViewStyle 89
+int styleable AppCompatTheme_seekBarStyle 90
+int styleable AppCompatTheme_selectableItemBackground 91
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 92
+int styleable AppCompatTheme_spinnerDropDownItemStyle 93
+int styleable AppCompatTheme_spinnerStyle 94
+int styleable AppCompatTheme_switchStyle 95
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 96
+int styleable AppCompatTheme_textAppearanceListItem 97
+int styleable AppCompatTheme_textAppearanceListItemSecondary 98
+int styleable AppCompatTheme_textAppearanceListItemSmall 99
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 100
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 101
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 102
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 103
+int styleable AppCompatTheme_textColorAlertDialogListItem 104
+int styleable AppCompatTheme_textColorSearchUrl 105
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 106
+int styleable AppCompatTheme_toolbarStyle 107
+int styleable AppCompatTheme_tooltipForegroundColor 108
+int styleable AppCompatTheme_tooltipFrameBackground 109
+int styleable AppCompatTheme_viewInflaterClass 110
+int styleable AppCompatTheme_windowActionBar 111
+int styleable AppCompatTheme_windowActionBarOverlay 112
+int styleable AppCompatTheme_windowActionModeOverlay 113
+int styleable AppCompatTheme_windowFixedHeightMajor 114
+int styleable AppCompatTheme_windowFixedHeightMinor 115
+int styleable AppCompatTheme_windowFixedWidthMajor 116
+int styleable AppCompatTheme_windowFixedWidthMinor 117
+int styleable AppCompatTheme_windowMinWidthMajor 118
+int styleable AppCompatTheme_windowMinWidthMinor 119
+int styleable AppCompatTheme_windowNoTitle 120
+int[] styleable ButtonBarLayout { 0x0 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x0, 0x0 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonTint 1
+int styleable CompoundButton_buttonTintMode 2
+int[] styleable CoordinatorLayout { 0x0, 0x0 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
+int styleable Fragment_android_id 0
+int styleable Fragment_android_name 1
+int styleable Fragment_android_tag 2
+int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
+int styleable FragmentContainerView_android_name 0
+int styleable FragmentContainerView_android_tag 1
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
+int styleable LinearLayoutCompat_android_baselineAligned 0
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
+int styleable LinearLayoutCompat_android_gravity 2
+int styleable LinearLayoutCompat_android_orientation 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 1
+int styleable LinearLayoutCompat_Layout_android_layout_weight 2
+int styleable LinearLayoutCompat_Layout_android_layout_width 3
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
+int styleable MenuGroup_android_checkableBehavior 0
+int styleable MenuGroup_android_enabled 1
+int styleable MenuGroup_android_id 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 5
+int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MenuItem_actionLayout 0
+int styleable MenuItem_actionProviderClass 1
+int styleable MenuItem_actionViewClass 2
+int styleable MenuItem_alphabeticModifiers 3
+int styleable MenuItem_android_alphabeticShortcut 4
+int styleable MenuItem_android_checkable 5
+int styleable MenuItem_android_checked 6
+int styleable MenuItem_android_enabled 7
+int styleable MenuItem_android_icon 8
+int styleable MenuItem_android_id 9
+int styleable MenuItem_android_menuCategory 10
+int styleable MenuItem_android_numericShortcut 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 13
+int styleable MenuItem_android_title 14
+int styleable MenuItem_android_titleCondensed 15
+int styleable MenuItem_android_visible 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
+int styleable MenuView_android_headerBackground 0
+int styleable MenuView_android_horizontalDivider 1
+int styleable MenuView_android_itemBackground 2
+int styleable MenuView_android_itemIconDisabledAlpha 3
+int styleable MenuView_android_itemTextAppearance 4
+int styleable MenuView_android_verticalDivider 5
+int styleable MenuView_android_windowAnimationStyle 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x0 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x0, 0x0 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 1
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 3
+int styleable SearchView_closeIcon 4
+int styleable SearchView_commitIcon 5
+int styleable SearchView_defaultQueryHint 6
+int styleable SearchView_goIcon 7
+int styleable SearchView_iconifiedByDefault 8
+int styleable SearchView_layout 9
+int styleable SearchView_queryBackground 10
+int styleable SearchView_queryHint 11
+int styleable SearchView_searchHintIcon 12
+int styleable SearchView_searchIcon 13
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 15
+int styleable SearchView_voiceIcon 16
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
+int styleable Spinner_android_dropDownWidth 0
+int styleable Spinner_android_entries 1
+int styleable Spinner_android_popupBackground 2
+int styleable Spinner_android_prompt 3
+int styleable Spinner_popupTheme 4
+int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable StateListDrawable_android_constantSize 0
+int styleable StateListDrawable_android_dither 1
+int styleable StateListDrawable_android_enterFadeDuration 2
+int styleable StateListDrawable_android_exitFadeDuration 3
+int styleable StateListDrawable_android_variablePadding 4
+int styleable StateListDrawable_android_visible 5
+int[] styleable StateListDrawableItem { 0x1010199 }
+int styleable StateListDrawableItem_android_drawable 0
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SwitchCompat_android_textOff 0
+int styleable SwitchCompat_android_textOn 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0 }
+int styleable TextAppearance_android_fontFamily 0
+int styleable TextAppearance_android_shadowColor 1
+int styleable TextAppearance_android_shadowDx 2
+int styleable TextAppearance_android_shadowDy 3
+int styleable TextAppearance_android_shadowRadius 4
+int styleable TextAppearance_android_textColor 5
+int styleable TextAppearance_android_textColorHint 6
+int styleable TextAppearance_android_textColorLink 7
+int styleable TextAppearance_android_textSize 8
+int styleable TextAppearance_android_textStyle 9
+int styleable TextAppearance_android_typeface 10
+int styleable TextAppearance_fontFamily 11
+int styleable TextAppearance_textAllCaps 12
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_navigationContentDescription 14
+int styleable Toolbar_navigationIcon 15
+int styleable Toolbar_popupTheme 16
+int styleable Toolbar_subtitle 17
+int styleable Toolbar_subtitleTextAppearance 18
+int styleable Toolbar_subtitleTextColor 19
+int styleable Toolbar_title 20
+int styleable Toolbar_titleMargin 21
+int styleable Toolbar_titleMarginBottom 22
+int styleable Toolbar_titleMarginEnd 23
+int styleable Toolbar_titleMarginStart 24
+int styleable Toolbar_titleMarginTop 25
+int styleable Toolbar_titleMargins 26
+int styleable Toolbar_titleTextAppearance 27
+int styleable Toolbar_titleTextColor 28
+int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
+int styleable View_android_focusable 0
+int styleable View_android_theme 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/annotations.zip
new file mode 100644
index 0000000..db7f697
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/classes.jar
new file mode 100644
index 0000000..f5d55d0
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/proguard.txt
new file mode 100644
index 0000000..2f31fef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/proguard.txt
@@ -0,0 +1,18 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Keep a field in transition that is used to keep a reference to weakly-referenced object
+-keepclassmembers class androidx.transition.ChangeBounds$* extends android.animation.AnimatorListenerAdapter {
+ androidx.transition.ChangeBounds$ViewBounds mViewBounds;
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/res.zip
new file mode 100644
index 0000000..56020d1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/res/values/values.xml
new file mode 100644
index 0000000..6f83155
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/109/jl/res/values/values.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110.stamp
new file mode 100644
index 0000000..b9cbc58
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110.stamp
@@ -0,0 +1 @@
+09A8E667A6A2EF29
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/AndroidManifest.xml
new file mode 100644
index 0000000..ca4f028
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/AndroidManifest.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/R.txt
new file mode 100644
index 0000000..fddb3a8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/R.txt
@@ -0,0 +1 @@
+int string androidx_startup 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/baseline-prof.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/baseline-prof.txt
new file mode 100644
index 0000000..ea3d5d7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/baseline-prof.txt
@@ -0,0 +1,4 @@
+# Baseline Profile Rules for androidx.startup
+
+Landroidx/startup/AppInitializer;
+HSPLandroidx/startup/AppInitializer;->**(**)**
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/classes.jar
new file mode 100644
index 0000000..90d5279
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/proguard.txt
new file mode 100644
index 0000000..b35cf7a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/proguard.txt
@@ -0,0 +1,12 @@
+# It's important that we preserve initializer names, given they are used in the AndroidManifest.xml.
+-keepnames class * extends androidx.startup.Initializer
+
+# These Proguard rules ensures that ComponentInitializers are are neither shrunk nor obfuscated,
+# and are a part of the primary dex file. This is because they are discovered and instantiated
+# during application startup.
+-keep class * extends androidx.startup.Initializer {
+ # Keep the public no-argument constructor while allowing other methods to be optimized.
+ ();
+}
+
+-assumenosideeffects class androidx.startup.StartupLogger { public static ; }
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/res.zip
new file mode 100644
index 0000000..db96325
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/res/values/values.xml
new file mode 100644
index 0000000..2cc6f92
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/110/jl/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+ androidx.startup
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111.stamp
new file mode 100644
index 0000000..1adc855
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111.stamp
@@ -0,0 +1 @@
+3613EA5D3AC4382F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/AndroidManifest.xml
new file mode 100644
index 0000000..b17e1ea
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/annotations.zip
new file mode 100644
index 0000000..2b44275
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/classes.jar
new file mode 100644
index 0000000..846dea1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/111/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112.stamp
new file mode 100644
index 0000000..1c39ff2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112.stamp
@@ -0,0 +1 @@
+3B3428810A9C2B22
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/AndroidManifest.xml
new file mode 100644
index 0000000..e2c7bef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/classes.jar
new file mode 100644
index 0000000..83d8aee
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/res.zip
new file mode 100644
index 0000000..669c573
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/112/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113.stamp
new file mode 100644
index 0000000..2d752e2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113.stamp
@@ -0,0 +1 @@
+E2C4BFBD64B4D8CC
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/AndroidManifest.xml
new file mode 100644
index 0000000..e26cca8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/AndroidManifest.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/classes.jar
new file mode 100644
index 0000000..8a1f67e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/proguard.txt
new file mode 100644
index 0000000..ff27e9d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/proguard.txt
@@ -0,0 +1,2 @@
+# this rule is need to work properly when app is compiled with api 28, see b/142778206
+-keepclassmembers class * extends androidx.lifecycle.EmptyActivityLifecycleCallbacks { *; }
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/res.zip
new file mode 100644
index 0000000..669c573
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/113/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114.stamp
new file mode 100644
index 0000000..925e46d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114.stamp
@@ -0,0 +1 @@
+B07C0B646B57A727
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114/jl/AndroidManifest.xml
new file mode 100644
index 0000000..6347df4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114/jl/classes.jar
new file mode 100644
index 0000000..5dc8c9e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/114/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115.stamp
new file mode 100644
index 0000000..1cb9235
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115.stamp
@@ -0,0 +1 @@
+5F83CA210322FEC3
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/AndroidManifest.xml
new file mode 100644
index 0000000..c94efae
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/R.txt
new file mode 100644
index 0000000..f1228a5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/R.txt
@@ -0,0 +1,131 @@
+int attr alpha 0x7f040001
+int attr font 0x7f040002
+int attr fontProviderAuthority 0x7f040003
+int attr fontProviderCerts 0x7f040004
+int attr fontProviderFetchStrategy 0x7f040005
+int attr fontProviderFetchTimeout 0x7f040006
+int attr fontProviderPackage 0x7f040007
+int attr fontProviderQuery 0x7f040008
+int attr fontStyle 0x7f040009
+int attr fontVariationSettings 0x7f04000a
+int attr fontWeight 0x7f04000b
+int attr ttcIndex 0x7f04000c
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f080001
+int dimen compat_button_inset_vertical_material 0x7f080002
+int dimen compat_button_padding_horizontal_material 0x7f080003
+int dimen compat_button_padding_vertical_material 0x7f080004
+int dimen compat_control_corner_material 0x7f080005
+int dimen compat_notification_large_icon_max_height 0x7f080006
+int dimen compat_notification_large_icon_max_width 0x7f080007
+int dimen notification_action_icon_size 0x7f080008
+int dimen notification_action_text_size 0x7f080009
+int dimen notification_big_circle_margin 0x7f08000a
+int dimen notification_content_margin_start 0x7f08000b
+int dimen notification_large_icon_height 0x7f08000c
+int dimen notification_large_icon_width 0x7f08000d
+int dimen notification_main_column_padding_top 0x7f08000e
+int dimen notification_media_narrow_margin 0x7f08000f
+int dimen notification_right_icon_size 0x7f080010
+int dimen notification_right_side_padding_top 0x7f080011
+int dimen notification_small_icon_background_padding 0x7f080012
+int dimen notification_small_icon_size_as_large 0x7f080013
+int dimen notification_subtext_size 0x7f080014
+int dimen notification_top_pad 0x7f080015
+int dimen notification_top_pad_large_text 0x7f080016
+int drawable notification_action_background 0x7f090001
+int drawable notification_bg 0x7f090002
+int drawable notification_bg_low 0x7f090003
+int drawable notification_bg_low_normal 0x7f090004
+int drawable notification_bg_low_pressed 0x7f090005
+int drawable notification_bg_normal 0x7f090006
+int drawable notification_bg_normal_pressed 0x7f090007
+int drawable notification_icon_background 0x7f090008
+int drawable notification_template_icon_bg 0x7f090009
+int drawable notification_template_icon_low_bg 0x7f09000a
+int drawable notification_tile_bg 0x7f09000b
+int drawable notify_panel_notification_icon_bg 0x7f09000c
+int id action_container 0x7f0c0001
+int id action_divider 0x7f0c0002
+int id action_image 0x7f0c0003
+int id action_text 0x7f0c0004
+int id actions 0x7f0c0005
+int id async 0x7f0c0006
+int id blocking 0x7f0c0007
+int id chronometer 0x7f0c0008
+int id forever 0x7f0c0009
+int id icon 0x7f0c000a
+int id icon_group 0x7f0c000b
+int id info 0x7f0c000c
+int id italic 0x7f0c000d
+int id line1 0x7f0c000e
+int id line3 0x7f0c000f
+int id normal 0x7f0c0010
+int id notification_background 0x7f0c0011
+int id notification_main_column 0x7f0c0012
+int id notification_main_column_container 0x7f0c0013
+int id right_icon 0x7f0c0014
+int id right_side 0x7f0c0015
+int id tag_transition_group 0x7f0c0016
+int id tag_unhandled_key_event_manager 0x7f0c0017
+int id tag_unhandled_key_listeners 0x7f0c0018
+int id text 0x7f0c0019
+int id text2 0x7f0c001a
+int id time 0x7f0c001b
+int id title 0x7f0c001c
+int integer status_bar_notification_info_maxnum 0x7f0d0001
+int layout notification_action 0x7f0f0001
+int layout notification_action_tombstone 0x7f0f0002
+int layout notification_template_custom_big 0x7f0f0003
+int layout notification_template_icon_group 0x7f0f0004
+int layout notification_template_part_chronometer 0x7f0f0005
+int layout notification_template_part_time 0x7f0f0006
+int string status_bar_notification_info_overflow 0x7f150001
+int style TextAppearance_Compat_Notification 0x7f160001
+int style TextAppearance_Compat_Notification_Info 0x7f160002
+int style TextAppearance_Compat_Notification_Line2 0x7f160003
+int style TextAppearance_Compat_Notification_Time 0x7f160004
+int style TextAppearance_Compat_Notification_Title 0x7f160005
+int style Widget_Compat_NotificationActionContainer 0x7f160006
+int style Widget_Compat_NotificationActionText 0x7f160007
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/classes.jar
new file mode 100644
index 0000000..c3eef53
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/115/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116.stamp
new file mode 100644
index 0000000..58b09bf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116.stamp
@@ -0,0 +1 @@
+0CEC2830D83C76E1
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/AndroidManifest.xml
new file mode 100644
index 0000000..e63928e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/AndroidManifest.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/annotations.zip
new file mode 100644
index 0000000..87dfddc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/classes.jar
new file mode 100644
index 0000000..0b175b3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/libs/repackaged.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/libs/repackaged.jar
new file mode 100644
index 0000000..1c472d0
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/libs/repackaged.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/res.zip
new file mode 100644
index 0000000..669c573
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/116/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117.stamp
new file mode 100644
index 0000000..e78d245
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117.stamp
@@ -0,0 +1 @@
+1B373785F180AD1C
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/AndroidManifest.xml
new file mode 100644
index 0000000..3cd2625
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/classes.jar
new file mode 100644
index 0000000..633aa86
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/res.zip
new file mode 100644
index 0000000..669c573
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/117/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118.stamp
new file mode 100644
index 0000000..7a2fe6c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118.stamp
@@ -0,0 +1 @@
+5B29FA3325524A00
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/AndroidManifest.xml
new file mode 100644
index 0000000..d3907cd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/R.txt
new file mode 100644
index 0000000..f1228a5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/R.txt
@@ -0,0 +1,131 @@
+int attr alpha 0x7f040001
+int attr font 0x7f040002
+int attr fontProviderAuthority 0x7f040003
+int attr fontProviderCerts 0x7f040004
+int attr fontProviderFetchStrategy 0x7f040005
+int attr fontProviderFetchTimeout 0x7f040006
+int attr fontProviderPackage 0x7f040007
+int attr fontProviderQuery 0x7f040008
+int attr fontStyle 0x7f040009
+int attr fontVariationSettings 0x7f04000a
+int attr fontWeight 0x7f04000b
+int attr ttcIndex 0x7f04000c
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f080001
+int dimen compat_button_inset_vertical_material 0x7f080002
+int dimen compat_button_padding_horizontal_material 0x7f080003
+int dimen compat_button_padding_vertical_material 0x7f080004
+int dimen compat_control_corner_material 0x7f080005
+int dimen compat_notification_large_icon_max_height 0x7f080006
+int dimen compat_notification_large_icon_max_width 0x7f080007
+int dimen notification_action_icon_size 0x7f080008
+int dimen notification_action_text_size 0x7f080009
+int dimen notification_big_circle_margin 0x7f08000a
+int dimen notification_content_margin_start 0x7f08000b
+int dimen notification_large_icon_height 0x7f08000c
+int dimen notification_large_icon_width 0x7f08000d
+int dimen notification_main_column_padding_top 0x7f08000e
+int dimen notification_media_narrow_margin 0x7f08000f
+int dimen notification_right_icon_size 0x7f080010
+int dimen notification_right_side_padding_top 0x7f080011
+int dimen notification_small_icon_background_padding 0x7f080012
+int dimen notification_small_icon_size_as_large 0x7f080013
+int dimen notification_subtext_size 0x7f080014
+int dimen notification_top_pad 0x7f080015
+int dimen notification_top_pad_large_text 0x7f080016
+int drawable notification_action_background 0x7f090001
+int drawable notification_bg 0x7f090002
+int drawable notification_bg_low 0x7f090003
+int drawable notification_bg_low_normal 0x7f090004
+int drawable notification_bg_low_pressed 0x7f090005
+int drawable notification_bg_normal 0x7f090006
+int drawable notification_bg_normal_pressed 0x7f090007
+int drawable notification_icon_background 0x7f090008
+int drawable notification_template_icon_bg 0x7f090009
+int drawable notification_template_icon_low_bg 0x7f09000a
+int drawable notification_tile_bg 0x7f09000b
+int drawable notify_panel_notification_icon_bg 0x7f09000c
+int id action_container 0x7f0c0001
+int id action_divider 0x7f0c0002
+int id action_image 0x7f0c0003
+int id action_text 0x7f0c0004
+int id actions 0x7f0c0005
+int id async 0x7f0c0006
+int id blocking 0x7f0c0007
+int id chronometer 0x7f0c0008
+int id forever 0x7f0c0009
+int id icon 0x7f0c000a
+int id icon_group 0x7f0c000b
+int id info 0x7f0c000c
+int id italic 0x7f0c000d
+int id line1 0x7f0c000e
+int id line3 0x7f0c000f
+int id normal 0x7f0c0010
+int id notification_background 0x7f0c0011
+int id notification_main_column 0x7f0c0012
+int id notification_main_column_container 0x7f0c0013
+int id right_icon 0x7f0c0014
+int id right_side 0x7f0c0015
+int id tag_transition_group 0x7f0c0016
+int id tag_unhandled_key_event_manager 0x7f0c0017
+int id tag_unhandled_key_listeners 0x7f0c0018
+int id text 0x7f0c0019
+int id text2 0x7f0c001a
+int id time 0x7f0c001b
+int id title 0x7f0c001c
+int integer status_bar_notification_info_maxnum 0x7f0d0001
+int layout notification_action 0x7f0f0001
+int layout notification_action_tombstone 0x7f0f0002
+int layout notification_template_custom_big 0x7f0f0003
+int layout notification_template_icon_group 0x7f0f0004
+int layout notification_template_part_chronometer 0x7f0f0005
+int layout notification_template_part_time 0x7f0f0006
+int string status_bar_notification_info_overflow 0x7f150001
+int style TextAppearance_Compat_Notification 0x7f160001
+int style TextAppearance_Compat_Notification_Info 0x7f160002
+int style TextAppearance_Compat_Notification_Line2 0x7f160003
+int style TextAppearance_Compat_Notification_Time 0x7f160004
+int style TextAppearance_Compat_Notification_Title 0x7f160005
+int style Widget_Compat_NotificationActionContainer 0x7f160006
+int style Widget_Compat_NotificationActionText 0x7f160007
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/classes.jar
new file mode 100644
index 0000000..88f5191
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/118/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119.stamp
new file mode 100644
index 0000000..0a99a93
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119.stamp
@@ -0,0 +1 @@
+B291D54196AFF33D
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/AndroidManifest.xml
new file mode 100644
index 0000000..ab5042f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/R.txt
new file mode 100644
index 0000000..2b0472c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/R.txt
@@ -0,0 +1,176 @@
+int attr alpha 0x0
+int attr drawerLayoutStyle 0x0
+int attr elevation 0x0
+int attr font 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr ttcIndex 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen def_drawer_elevation 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_container 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_text 0x0
+int id actions 0x0
+int id async 0x0
+int id blocking 0x0
+int id chronometer 0x0
+int id dialog_button 0x0
+int id forever 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id info 0x0
+int id italic 0x0
+int id line1 0x0
+int id line3 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id text 0x0
+int id text2 0x0
+int id time 0x0
+int id title 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int string status_bar_notification_info_overflow 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable DrawerLayout { 0x0 }
+int styleable DrawerLayout_elevation 0
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/annotations.zip
new file mode 100644
index 0000000..9e95046
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/classes.jar
new file mode 100644
index 0000000..2510a5a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/public.txt
new file mode 100644
index 0000000..3756729
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/public.txt
@@ -0,0 +1,2 @@
+attr drawerLayoutStyle
+attr elevation
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/res.zip
new file mode 100644
index 0000000..74efe14
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/res/values/values.xml
new file mode 100644
index 0000000..1311846
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/119/jl/res/values/values.xml
@@ -0,0 +1,10 @@
+
+
+
+
+ 10dp
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120.stamp
new file mode 100644
index 0000000..4fb696f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120.stamp
@@ -0,0 +1 @@
+7BD91A78B0F77C26
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120/jl/AndroidManifest.xml
new file mode 100644
index 0000000..0bb940c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120/jl/classes.jar
new file mode 100644
index 0000000..8568b5b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/120/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121.stamp
new file mode 100644
index 0000000..fb968cb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121.stamp
@@ -0,0 +1 @@
+C7D5B1FA62CA6B0B
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/AndroidManifest.xml
new file mode 100644
index 0000000..be3d21d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/R.txt
new file mode 100644
index 0000000..07221cc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/R.txt
@@ -0,0 +1,28 @@
+int attr coordinatorLayoutStyle 0x0
+int attr keylines 0x0
+int attr layout_anchor 0x0
+int attr layout_anchorGravity 0x0
+int attr layout_behavior 0x0
+int attr layout_dodgeInsetEdges 0x0
+int attr layout_insetEdge 0x0
+int attr layout_keyline 0x0
+int attr statusBarBackground 0x0
+int id bottom 0x0
+int id end 0x0
+int id left 0x0
+int id none 0x0
+int id right 0x0
+int id start 0x0
+int id top 0x0
+int style Widget_Support_CoordinatorLayout 0x0
+int[] styleable CoordinatorLayout { 0x0, 0x0 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/annotations.zip
new file mode 100644
index 0000000..9942bc5
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/classes.jar
new file mode 100644
index 0000000..d8136da
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/proguard.txt
new file mode 100644
index 0000000..8e70bc6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/proguard.txt
@@ -0,0 +1,25 @@
+# Copyright (C) 2016 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# CoordinatorLayout resolves the behaviors of its child components with reflection.
+-keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior {
+ public (android.content.Context, android.util.AttributeSet);
+ public ();
+}
+
+# Make sure we keep annotations for CoordinatorLayout's DefaultBehavior and ViewPager's DecorView
+-keepattributes AnnotationDefault,
+ RuntimeVisibleAnnotations,
+ RuntimeVisibleParameterAnnotations,
+ RuntimeVisibleTypeAnnotations
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/public.txt
new file mode 100644
index 0000000..ecd002a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/public.txt
@@ -0,0 +1,9 @@
+style Widget_Support_CoordinatorLayout
+attr keylines
+attr layout_anchor
+attr layout_anchorGravity
+attr layout_behavior
+attr layout_dodgeInsetEdges
+attr layout_insetEdge
+attr layout_keyline
+attr statusBarBackground
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/res.zip
new file mode 100644
index 0000000..799bd30
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/res/values/values.xml
new file mode 100644
index 0000000..fee333e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/121/jl/res/values/values.xml
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122.stamp
new file mode 100644
index 0000000..a991b8b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122.stamp
@@ -0,0 +1 @@
+A4D031B0934DD356
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/AndroidManifest.xml
new file mode 100644
index 0000000..8e88be0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/R.txt
new file mode 100644
index 0000000..0c85471
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/R.txt
@@ -0,0 +1,25 @@
+int drawable abc_vector_test 0x0
+int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable AnimatedStateListDrawableCompat_android_constantSize 0
+int styleable AnimatedStateListDrawableCompat_android_dither 1
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
+int styleable AnimatedStateListDrawableCompat_android_visible 5
+int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
+int styleable AnimatedStateListDrawableItem_android_drawable 0
+int styleable AnimatedStateListDrawableItem_android_id 1
+int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_fromId 1
+int styleable AnimatedStateListDrawableTransition_android_reversible 2
+int styleable AnimatedStateListDrawableTransition_android_toId 3
+int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable StateListDrawable_android_constantSize 0
+int styleable StateListDrawable_android_dither 1
+int styleable StateListDrawable_android_enterFadeDuration 2
+int styleable StateListDrawable_android_exitFadeDuration 3
+int styleable StateListDrawable_android_variablePadding 4
+int styleable StateListDrawable_android_visible 5
+int[] styleable StateListDrawableItem { 0x1010199 }
+int styleable StateListDrawableItem_android_drawable 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/classes.jar
new file mode 100644
index 0000000..2107ace
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res.zip
new file mode 100644
index 0000000..892dc75
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/drawable/abc_vector_test.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/drawable/abc_vector_test.xml
new file mode 100644
index 0000000..d5da2cb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/drawable/abc_vector_test.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/values/values.xml
new file mode 100644
index 0000000..b51a8fa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/122/jl/res/values/values.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123.stamp
new file mode 100644
index 0000000..3b6b3fa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123.stamp
@@ -0,0 +1 @@
+62174F6A8E514800
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/AndroidManifest.xml
new file mode 100644
index 0000000..2ba7e4b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/R.txt
new file mode 100644
index 0000000..21ffe41
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/R.txt
@@ -0,0 +1,1475 @@
+int anim abc_fade_in 0x0
+int anim abc_fade_out 0x0
+int anim abc_grow_fade_in_from_bottom 0x0
+int anim abc_popup_enter 0x0
+int anim abc_popup_exit 0x0
+int anim abc_shrink_fade_out_from_bottom 0x0
+int anim abc_slide_in_bottom 0x0
+int anim abc_slide_in_top 0x0
+int anim abc_slide_out_bottom 0x0
+int anim abc_slide_out_top 0x0
+int anim abc_tooltip_enter 0x0
+int anim abc_tooltip_exit 0x0
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
+int anim btn_checkbox_to_checked_icon_null_animation 0x0
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
+int attr actionBarDivider 0x0
+int attr actionBarItemBackground 0x0
+int attr actionBarPopupTheme 0x0
+int attr actionBarSize 0x0
+int attr actionBarSplitStyle 0x0
+int attr actionBarStyle 0x0
+int attr actionBarTabBarStyle 0x0
+int attr actionBarTabStyle 0x0
+int attr actionBarTabTextStyle 0x0
+int attr actionBarTheme 0x0
+int attr actionBarWidgetTheme 0x0
+int attr actionButtonStyle 0x0
+int attr actionDropDownStyle 0x0
+int attr actionLayout 0x0
+int attr actionMenuTextAppearance 0x0
+int attr actionMenuTextColor 0x0
+int attr actionModeBackground 0x0
+int attr actionModeCloseButtonStyle 0x0
+int attr actionModeCloseContentDescription 0x0
+int attr actionModeCloseDrawable 0x0
+int attr actionModeCopyDrawable 0x0
+int attr actionModeCutDrawable 0x0
+int attr actionModeFindDrawable 0x0
+int attr actionModePasteDrawable 0x0
+int attr actionModePopupWindowStyle 0x0
+int attr actionModeSelectAllDrawable 0x0
+int attr actionModeShareDrawable 0x0
+int attr actionModeSplitBackground 0x0
+int attr actionModeStyle 0x0
+int attr actionModeTheme 0x0
+int attr actionModeWebSearchDrawable 0x0
+int attr actionOverflowButtonStyle 0x0
+int attr actionOverflowMenuStyle 0x0
+int attr actionProviderClass 0x0
+int attr actionViewClass 0x0
+int attr activityChooserViewStyle 0x0
+int attr alertDialogButtonGroupStyle 0x0
+int attr alertDialogCenterButtons 0x0
+int attr alertDialogStyle 0x0
+int attr alertDialogTheme 0x0
+int attr allowStacking 0x0
+int attr alphabeticModifiers 0x0
+int attr arrowHeadLength 0x0
+int attr arrowShaftLength 0x0
+int attr autoCompleteTextViewStyle 0x0
+int attr autoSizeMaxTextSize 0x0
+int attr autoSizeMinTextSize 0x0
+int attr autoSizePresetSizes 0x0
+int attr autoSizeStepGranularity 0x0
+int attr autoSizeTextType 0x0
+int attr background 0x0
+int attr backgroundSplit 0x0
+int attr backgroundStacked 0x0
+int attr backgroundTint 0x0
+int attr backgroundTintMode 0x0
+int attr barLength 0x0
+int attr borderlessButtonStyle 0x0
+int attr buttonBarButtonStyle 0x0
+int attr buttonBarNegativeButtonStyle 0x0
+int attr buttonBarNeutralButtonStyle 0x0
+int attr buttonBarPositiveButtonStyle 0x0
+int attr buttonBarStyle 0x0
+int attr buttonCompat 0x0
+int attr buttonGravity 0x0
+int attr buttonIconDimen 0x0
+int attr buttonPanelSideLayout 0x0
+int attr buttonStyle 0x0
+int attr buttonStyleSmall 0x0
+int attr buttonTint 0x0
+int attr buttonTintMode 0x0
+int attr checkMarkCompat 0x0
+int attr checkMarkTint 0x0
+int attr checkMarkTintMode 0x0
+int attr checkboxStyle 0x0
+int attr checkedTextViewStyle 0x0
+int attr closeIcon 0x0
+int attr closeItemLayout 0x0
+int attr collapseContentDescription 0x0
+int attr collapseIcon 0x0
+int attr color 0x0
+int attr colorAccent 0x0
+int attr colorBackgroundFloating 0x0
+int attr colorButtonNormal 0x0
+int attr colorControlActivated 0x0
+int attr colorControlHighlight 0x0
+int attr colorControlNormal 0x0
+int attr colorError 0x0
+int attr colorPrimary 0x0
+int attr colorPrimaryDark 0x0
+int attr colorSwitchThumbNormal 0x0
+int attr commitIcon 0x0
+int attr contentDescription 0x0
+int attr contentInsetEnd 0x0
+int attr contentInsetEndWithActions 0x0
+int attr contentInsetLeft 0x0
+int attr contentInsetRight 0x0
+int attr contentInsetStart 0x0
+int attr contentInsetStartWithNavigation 0x0
+int attr controlBackground 0x0
+int attr customNavigationLayout 0x0
+int attr defaultQueryHint 0x0
+int attr dialogCornerRadius 0x0
+int attr dialogPreferredPadding 0x0
+int attr dialogTheme 0x0
+int attr displayOptions 0x0
+int attr divider 0x0
+int attr dividerHorizontal 0x0
+int attr dividerPadding 0x0
+int attr dividerVertical 0x0
+int attr drawableBottomCompat 0x0
+int attr drawableEndCompat 0x0
+int attr drawableLeftCompat 0x0
+int attr drawableRightCompat 0x0
+int attr drawableSize 0x0
+int attr drawableStartCompat 0x0
+int attr drawableTint 0x0
+int attr drawableTintMode 0x0
+int attr drawableTopCompat 0x0
+int attr drawerArrowStyle 0x0
+int attr dropDownListViewStyle 0x0
+int attr dropdownListPreferredItemHeight 0x0
+int attr editTextBackground 0x0
+int attr editTextColor 0x0
+int attr editTextStyle 0x0
+int attr elevation 0x0
+int attr emojiCompatEnabled 0x0
+int attr expandActivityOverflowButtonDrawable 0x0
+int attr firstBaselineToTopHeight 0x0
+int attr fontFamily 0x0
+int attr fontVariationSettings 0x0
+int attr gapBetweenBars 0x0
+int attr goIcon 0x0
+int attr height 0x0
+int attr hideOnContentScroll 0x0
+int attr homeAsUpIndicator 0x0
+int attr homeLayout 0x0
+int attr icon 0x0
+int attr iconTint 0x0
+int attr iconTintMode 0x0
+int attr iconifiedByDefault 0x0
+int attr imageButtonStyle 0x0
+int attr indeterminateProgressStyle 0x0
+int attr initialActivityCount 0x0
+int attr isLightTheme 0x0
+int attr itemPadding 0x0
+int attr lastBaselineToBottomHeight 0x0
+int attr layout 0x0
+int attr lineHeight 0x0
+int attr listChoiceBackgroundIndicator 0x0
+int attr listChoiceIndicatorMultipleAnimated 0x0
+int attr listChoiceIndicatorSingleAnimated 0x0
+int attr listDividerAlertDialog 0x0
+int attr listItemLayout 0x0
+int attr listLayout 0x0
+int attr listMenuViewStyle 0x0
+int attr listPopupWindowStyle 0x0
+int attr listPreferredItemHeight 0x0
+int attr listPreferredItemHeightLarge 0x0
+int attr listPreferredItemHeightSmall 0x0
+int attr listPreferredItemPaddingEnd 0x0
+int attr listPreferredItemPaddingLeft 0x0
+int attr listPreferredItemPaddingRight 0x0
+int attr listPreferredItemPaddingStart 0x0
+int attr logo 0x0
+int attr logoDescription 0x0
+int attr maxButtonHeight 0x0
+int attr measureWithLargestChild 0x0
+int attr menu 0x0
+int attr multiChoiceItemLayout 0x0
+int attr navigationContentDescription 0x0
+int attr navigationIcon 0x0
+int attr navigationMode 0x0
+int attr numericModifiers 0x0
+int attr overlapAnchor 0x0
+int attr paddingBottomNoButtons 0x0
+int attr paddingEnd 0x0
+int attr paddingStart 0x0
+int attr paddingTopNoTitle 0x0
+int attr panelBackground 0x0
+int attr panelMenuListTheme 0x0
+int attr panelMenuListWidth 0x0
+int attr popupMenuStyle 0x0
+int attr popupTheme 0x0
+int attr popupWindowStyle 0x0
+int attr preserveIconSpacing 0x0
+int attr progressBarPadding 0x0
+int attr progressBarStyle 0x0
+int attr queryBackground 0x0
+int attr queryHint 0x0
+int attr radioButtonStyle 0x0
+int attr ratingBarStyle 0x0
+int attr ratingBarStyleIndicator 0x0
+int attr ratingBarStyleSmall 0x0
+int attr searchHintIcon 0x0
+int attr searchIcon 0x0
+int attr searchViewStyle 0x0
+int attr seekBarStyle 0x0
+int attr selectableItemBackground 0x0
+int attr selectableItemBackgroundBorderless 0x0
+int attr showAsAction 0x0
+int attr showDividers 0x0
+int attr showText 0x0
+int attr showTitle 0x0
+int attr singleChoiceItemLayout 0x0
+int attr spinBars 0x0
+int attr spinnerDropDownItemStyle 0x0
+int attr spinnerStyle 0x0
+int attr splitTrack 0x0
+int attr srcCompat 0x0
+int attr state_above_anchor 0x0
+int attr subMenuArrow 0x0
+int attr submitBackground 0x0
+int attr subtitle 0x0
+int attr subtitleTextAppearance 0x0
+int attr subtitleTextColor 0x0
+int attr subtitleTextStyle 0x0
+int attr suggestionRowLayout 0x0
+int attr switchMinWidth 0x0
+int attr switchPadding 0x0
+int attr switchStyle 0x0
+int attr switchTextAppearance 0x0
+int attr textAllCaps 0x0
+int attr textAppearanceLargePopupMenu 0x0
+int attr textAppearanceListItem 0x0
+int attr textAppearanceListItemSecondary 0x0
+int attr textAppearanceListItemSmall 0x0
+int attr textAppearancePopupMenuHeader 0x0
+int attr textAppearanceSearchResultSubtitle 0x0
+int attr textAppearanceSearchResultTitle 0x0
+int attr textAppearanceSmallPopupMenu 0x0
+int attr textColorAlertDialogListItem 0x0
+int attr textColorSearchUrl 0x0
+int attr textLocale 0x0
+int attr theme 0x0
+int attr thickness 0x0
+int attr thumbTextPadding 0x0
+int attr thumbTint 0x0
+int attr thumbTintMode 0x0
+int attr tickMark 0x0
+int attr tickMarkTint 0x0
+int attr tickMarkTintMode 0x0
+int attr tint 0x0
+int attr tintMode 0x0
+int attr title 0x0
+int attr titleMargin 0x0
+int attr titleMarginBottom 0x0
+int attr titleMarginEnd 0x0
+int attr titleMarginStart 0x0
+int attr titleMarginTop 0x0
+int attr titleMargins 0x0
+int attr titleTextAppearance 0x0
+int attr titleTextColor 0x0
+int attr titleTextStyle 0x0
+int attr toolbarNavigationButtonStyle 0x0
+int attr toolbarStyle 0x0
+int attr tooltipForegroundColor 0x0
+int attr tooltipFrameBackground 0x0
+int attr tooltipText 0x0
+int attr track 0x0
+int attr trackTint 0x0
+int attr trackTintMode 0x0
+int attr viewInflaterClass 0x0
+int attr voiceIcon 0x0
+int attr windowActionBar 0x0
+int attr windowActionBarOverlay 0x0
+int attr windowActionModeOverlay 0x0
+int attr windowFixedHeightMajor 0x0
+int attr windowFixedHeightMinor 0x0
+int attr windowFixedWidthMajor 0x0
+int attr windowFixedWidthMinor 0x0
+int attr windowMinWidthMajor 0x0
+int attr windowMinWidthMinor 0x0
+int attr windowNoTitle 0x0
+int bool abc_action_bar_embed_tabs 0x0
+int bool abc_config_actionMenuItemAllCaps 0x0
+int color abc_background_cache_hint_selector_material_dark 0x0
+int color abc_background_cache_hint_selector_material_light 0x0
+int color abc_btn_colored_borderless_text_material 0x0
+int color abc_btn_colored_text_material 0x0
+int color abc_color_highlight_material 0x0
+int color abc_decor_view_status_guard 0x0
+int color abc_decor_view_status_guard_light 0x0
+int color abc_hint_foreground_material_dark 0x0
+int color abc_hint_foreground_material_light 0x0
+int color abc_primary_text_disable_only_material_dark 0x0
+int color abc_primary_text_disable_only_material_light 0x0
+int color abc_primary_text_material_dark 0x0
+int color abc_primary_text_material_light 0x0
+int color abc_search_url_text 0x0
+int color abc_search_url_text_normal 0x0
+int color abc_search_url_text_pressed 0x0
+int color abc_search_url_text_selected 0x0
+int color abc_secondary_text_material_dark 0x0
+int color abc_secondary_text_material_light 0x0
+int color abc_tint_btn_checkable 0x0
+int color abc_tint_default 0x0
+int color abc_tint_edittext 0x0
+int color abc_tint_seek_thumb 0x0
+int color abc_tint_spinner 0x0
+int color abc_tint_switch_track 0x0
+int color accent_material_dark 0x0
+int color accent_material_light 0x0
+int color background_floating_material_dark 0x0
+int color background_floating_material_light 0x0
+int color background_material_dark 0x0
+int color background_material_light 0x0
+int color bright_foreground_disabled_material_dark 0x0
+int color bright_foreground_disabled_material_light 0x0
+int color bright_foreground_inverse_material_dark 0x0
+int color bright_foreground_inverse_material_light 0x0
+int color bright_foreground_material_dark 0x0
+int color bright_foreground_material_light 0x0
+int color button_material_dark 0x0
+int color button_material_light 0x0
+int color dim_foreground_disabled_material_dark 0x0
+int color dim_foreground_disabled_material_light 0x0
+int color dim_foreground_material_dark 0x0
+int color dim_foreground_material_light 0x0
+int color error_color_material_dark 0x0
+int color error_color_material_light 0x0
+int color foreground_material_dark 0x0
+int color foreground_material_light 0x0
+int color highlighted_text_material_dark 0x0
+int color highlighted_text_material_light 0x0
+int color material_blue_grey_800 0x0
+int color material_blue_grey_900 0x0
+int color material_blue_grey_950 0x0
+int color material_deep_teal_200 0x0
+int color material_deep_teal_500 0x0
+int color material_grey_100 0x0
+int color material_grey_300 0x0
+int color material_grey_50 0x0
+int color material_grey_600 0x0
+int color material_grey_800 0x0
+int color material_grey_850 0x0
+int color material_grey_900 0x0
+int color primary_dark_material_dark 0x0
+int color primary_dark_material_light 0x0
+int color primary_material_dark 0x0
+int color primary_material_light 0x0
+int color primary_text_default_material_dark 0x0
+int color primary_text_default_material_light 0x0
+int color primary_text_disabled_material_dark 0x0
+int color primary_text_disabled_material_light 0x0
+int color ripple_material_dark 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_dark 0x0
+int color secondary_text_default_material_light 0x0
+int color secondary_text_disabled_material_dark 0x0
+int color secondary_text_disabled_material_light 0x0
+int color switch_thumb_disabled_material_dark 0x0
+int color switch_thumb_disabled_material_light 0x0
+int color switch_thumb_material_dark 0x0
+int color switch_thumb_material_light 0x0
+int color switch_thumb_normal_material_dark 0x0
+int color switch_thumb_normal_material_light 0x0
+int color tooltip_background_dark 0x0
+int color tooltip_background_light 0x0
+int dimen abc_action_bar_content_inset_material 0x0
+int dimen abc_action_bar_content_inset_with_nav 0x0
+int dimen abc_action_bar_default_height_material 0x0
+int dimen abc_action_bar_default_padding_end_material 0x0
+int dimen abc_action_bar_default_padding_start_material 0x0
+int dimen abc_action_bar_elevation_material 0x0
+int dimen abc_action_bar_icon_vertical_padding_material 0x0
+int dimen abc_action_bar_overflow_padding_end_material 0x0
+int dimen abc_action_bar_overflow_padding_start_material 0x0
+int dimen abc_action_bar_stacked_max_height 0x0
+int dimen abc_action_bar_stacked_tab_max_width 0x0
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
+int dimen abc_action_bar_subtitle_top_margin_material 0x0
+int dimen abc_action_button_min_height_material 0x0
+int dimen abc_action_button_min_width_material 0x0
+int dimen abc_action_button_min_width_overflow_material 0x0
+int dimen abc_alert_dialog_button_bar_height 0x0
+int dimen abc_alert_dialog_button_dimen 0x0
+int dimen abc_button_inset_horizontal_material 0x0
+int dimen abc_button_inset_vertical_material 0x0
+int dimen abc_button_padding_horizontal_material 0x0
+int dimen abc_button_padding_vertical_material 0x0
+int dimen abc_cascading_menus_min_smallest_width 0x0
+int dimen abc_config_prefDialogWidth 0x0
+int dimen abc_control_corner_material 0x0
+int dimen abc_control_inset_material 0x0
+int dimen abc_control_padding_material 0x0
+int dimen abc_dialog_corner_radius_material 0x0
+int dimen abc_dialog_fixed_height_major 0x0
+int dimen abc_dialog_fixed_height_minor 0x0
+int dimen abc_dialog_fixed_width_major 0x0
+int dimen abc_dialog_fixed_width_minor 0x0
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
+int dimen abc_dialog_list_padding_top_no_title 0x0
+int dimen abc_dialog_min_width_major 0x0
+int dimen abc_dialog_min_width_minor 0x0
+int dimen abc_dialog_padding_material 0x0
+int dimen abc_dialog_padding_top_material 0x0
+int dimen abc_dialog_title_divider_material 0x0
+int dimen abc_disabled_alpha_material_dark 0x0
+int dimen abc_disabled_alpha_material_light 0x0
+int dimen abc_dropdownitem_icon_width 0x0
+int dimen abc_dropdownitem_text_padding_left 0x0
+int dimen abc_dropdownitem_text_padding_right 0x0
+int dimen abc_edit_text_inset_bottom_material 0x0
+int dimen abc_edit_text_inset_horizontal_material 0x0
+int dimen abc_edit_text_inset_top_material 0x0
+int dimen abc_floating_window_z 0x0
+int dimen abc_list_item_height_large_material 0x0
+int dimen abc_list_item_height_material 0x0
+int dimen abc_list_item_height_small_material 0x0
+int dimen abc_list_item_padding_horizontal_material 0x0
+int dimen abc_panel_menu_list_width 0x0
+int dimen abc_progress_bar_height_material 0x0
+int dimen abc_search_view_preferred_height 0x0
+int dimen abc_search_view_preferred_width 0x0
+int dimen abc_seekbar_track_background_height_material 0x0
+int dimen abc_seekbar_track_progress_height_material 0x0
+int dimen abc_select_dialog_padding_start_material 0x0
+int dimen abc_star_big 0x0
+int dimen abc_star_medium 0x0
+int dimen abc_star_small 0x0
+int dimen abc_switch_padding 0x0
+int dimen abc_text_size_body_1_material 0x0
+int dimen abc_text_size_body_2_material 0x0
+int dimen abc_text_size_button_material 0x0
+int dimen abc_text_size_caption_material 0x0
+int dimen abc_text_size_display_1_material 0x0
+int dimen abc_text_size_display_2_material 0x0
+int dimen abc_text_size_display_3_material 0x0
+int dimen abc_text_size_display_4_material 0x0
+int dimen abc_text_size_headline_material 0x0
+int dimen abc_text_size_large_material 0x0
+int dimen abc_text_size_medium_material 0x0
+int dimen abc_text_size_menu_header_material 0x0
+int dimen abc_text_size_menu_material 0x0
+int dimen abc_text_size_small_material 0x0
+int dimen abc_text_size_subhead_material 0x0
+int dimen abc_text_size_subtitle_material_toolbar 0x0
+int dimen abc_text_size_title_material 0x0
+int dimen abc_text_size_title_material_toolbar 0x0
+int dimen disabled_alpha_material_dark 0x0
+int dimen disabled_alpha_material_light 0x0
+int dimen highlight_alpha_material_colored 0x0
+int dimen highlight_alpha_material_dark 0x0
+int dimen highlight_alpha_material_light 0x0
+int dimen hint_alpha_material_dark 0x0
+int dimen hint_alpha_material_light 0x0
+int dimen hint_pressed_alpha_material_dark 0x0
+int dimen hint_pressed_alpha_material_light 0x0
+int dimen tooltip_corner_radius 0x0
+int dimen tooltip_horizontal_padding 0x0
+int dimen tooltip_margin 0x0
+int dimen tooltip_precise_anchor_extra_offset 0x0
+int dimen tooltip_precise_anchor_threshold 0x0
+int dimen tooltip_vertical_padding 0x0
+int dimen tooltip_y_offset_non_touch 0x0
+int dimen tooltip_y_offset_touch 0x0
+int drawable abc_ab_share_pack_mtrl_alpha 0x0
+int drawable abc_action_bar_item_background_material 0x0
+int drawable abc_btn_borderless_material 0x0
+int drawable abc_btn_check_material 0x0
+int drawable abc_btn_check_material_anim 0x0
+int drawable abc_btn_check_to_on_mtrl_000 0x0
+int drawable abc_btn_check_to_on_mtrl_015 0x0
+int drawable abc_btn_colored_material 0x0
+int drawable abc_btn_default_mtrl_shape 0x0
+int drawable abc_btn_radio_material 0x0
+int drawable abc_btn_radio_material_anim 0x0
+int drawable abc_btn_radio_to_on_mtrl_000 0x0
+int drawable abc_btn_radio_to_on_mtrl_015 0x0
+int drawable abc_btn_switch_to_on_mtrl_00001 0x0
+int drawable abc_btn_switch_to_on_mtrl_00012 0x0
+int drawable abc_cab_background_internal_bg 0x0
+int drawable abc_cab_background_top_material 0x0
+int drawable abc_cab_background_top_mtrl_alpha 0x0
+int drawable abc_control_background_material 0x0
+int drawable abc_dialog_material_background 0x0
+int drawable abc_edit_text_material 0x0
+int drawable abc_ic_ab_back_material 0x0
+int drawable abc_ic_arrow_drop_right_black_24dp 0x0
+int drawable abc_ic_clear_material 0x0
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
+int drawable abc_ic_go_search_api_material 0x0
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_cut_mtrl_alpha 0x0
+int drawable abc_ic_menu_overflow_material 0x0
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
+int drawable abc_ic_menu_share_mtrl_alpha 0x0
+int drawable abc_ic_search_api_material 0x0
+int drawable abc_ic_voice_search_api_material 0x0
+int drawable abc_item_background_holo_dark 0x0
+int drawable abc_item_background_holo_light 0x0
+int drawable abc_list_divider_material 0x0
+int drawable abc_list_divider_mtrl_alpha 0x0
+int drawable abc_list_focused_holo 0x0
+int drawable abc_list_longpressed_holo 0x0
+int drawable abc_list_pressed_holo_dark 0x0
+int drawable abc_list_pressed_holo_light 0x0
+int drawable abc_list_selector_background_transition_holo_dark 0x0
+int drawable abc_list_selector_background_transition_holo_light 0x0
+int drawable abc_list_selector_disabled_holo_dark 0x0
+int drawable abc_list_selector_disabled_holo_light 0x0
+int drawable abc_list_selector_holo_dark 0x0
+int drawable abc_list_selector_holo_light 0x0
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
+int drawable abc_popup_background_mtrl_mult 0x0
+int drawable abc_ratingbar_indicator_material 0x0
+int drawable abc_ratingbar_material 0x0
+int drawable abc_ratingbar_small_material 0x0
+int drawable abc_scrubber_control_off_mtrl_alpha 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
+int drawable abc_scrubber_primary_mtrl_alpha 0x0
+int drawable abc_scrubber_track_mtrl_alpha 0x0
+int drawable abc_seekbar_thumb_material 0x0
+int drawable abc_seekbar_tick_mark_material 0x0
+int drawable abc_seekbar_track_material 0x0
+int drawable abc_spinner_mtrl_am_alpha 0x0
+int drawable abc_spinner_textfield_background_material 0x0
+int drawable abc_star_black_48dp 0x0
+int drawable abc_star_half_black_48dp 0x0
+int drawable abc_switch_thumb_material 0x0
+int drawable abc_switch_track_mtrl_alpha 0x0
+int drawable abc_tab_indicator_material 0x0
+int drawable abc_tab_indicator_mtrl_alpha 0x0
+int drawable abc_text_cursor_material 0x0
+int drawable abc_text_select_handle_left_mtrl 0x0
+int drawable abc_text_select_handle_middle_mtrl 0x0
+int drawable abc_text_select_handle_right_mtrl 0x0
+int drawable abc_textfield_activated_mtrl_alpha 0x0
+int drawable abc_textfield_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_activated_mtrl_alpha 0x0
+int drawable abc_textfield_search_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_material 0x0
+int drawable btn_checkbox_checked_mtrl 0x0
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
+int drawable btn_checkbox_unchecked_mtrl 0x0
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
+int drawable btn_radio_off_mtrl 0x0
+int drawable btn_radio_off_to_on_mtrl_animation 0x0
+int drawable btn_radio_on_mtrl 0x0
+int drawable btn_radio_on_to_off_mtrl_animation 0x0
+int drawable test_level_drawable 0x0
+int drawable tooltip_frame_dark 0x0
+int drawable tooltip_frame_light 0x0
+int id action_bar 0x0
+int id action_bar_activity_content 0x0
+int id action_bar_container 0x0
+int id action_bar_root 0x0
+int id action_bar_spinner 0x0
+int id action_bar_subtitle 0x0
+int id action_bar_title 0x0
+int id action_context_bar 0x0
+int id action_menu_divider 0x0
+int id action_menu_presenter 0x0
+int id action_mode_bar 0x0
+int id action_mode_bar_stub 0x0
+int id action_mode_close_button 0x0
+int id activity_chooser_view_content 0x0
+int id add 0x0
+int id alertTitle 0x0
+int id buttonPanel 0x0
+int id checkbox 0x0
+int id checked 0x0
+int id content 0x0
+int id contentPanel 0x0
+int id custom 0x0
+int id customPanel 0x0
+int id decor_content_parent 0x0
+int id default_activity_button 0x0
+int id edit_query 0x0
+int id expand_activities_button 0x0
+int id expanded_menu 0x0
+int id group_divider 0x0
+int id home 0x0
+int id icon 0x0
+int id image 0x0
+int id listMode 0x0
+int id list_item 0x0
+int id message 0x0
+int id multiply 0x0
+int id none 0x0
+int id normal 0x0
+int id off 0x0
+int id on 0x0
+int id parentPanel 0x0
+int id progress_circular 0x0
+int id progress_horizontal 0x0
+int id radio 0x0
+int id screen 0x0
+int id scrollIndicatorDown 0x0
+int id scrollIndicatorUp 0x0
+int id scrollView 0x0
+int id search_badge 0x0
+int id search_bar 0x0
+int id search_button 0x0
+int id search_close_btn 0x0
+int id search_edit_frame 0x0
+int id search_go_btn 0x0
+int id search_mag_icon 0x0
+int id search_plate 0x0
+int id search_src_text 0x0
+int id search_voice_btn 0x0
+int id select_dialog_listview 0x0
+int id shortcut 0x0
+int id spacer 0x0
+int id split_action_bar 0x0
+int id src_atop 0x0
+int id src_in 0x0
+int id src_over 0x0
+int id submenuarrow 0x0
+int id submit_area 0x0
+int id tabMode 0x0
+int id textSpacerNoButtons 0x0
+int id textSpacerNoTitle 0x0
+int id title 0x0
+int id titleDividerNoCustom 0x0
+int id title_template 0x0
+int id topPanel 0x0
+int id unchecked 0x0
+int id uniform 0x0
+int id up 0x0
+int id wrap_content 0x0
+int integer abc_config_activityDefaultDur 0x0
+int integer abc_config_activityShortDur 0x0
+int integer cancel_button_image_alpha 0x0
+int integer config_tooltipAnimTime 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
+int interpolator fast_out_slow_in 0x0
+int layout abc_action_bar_title_item 0x0
+int layout abc_action_bar_up_container 0x0
+int layout abc_action_menu_item_layout 0x0
+int layout abc_action_menu_layout 0x0
+int layout abc_action_mode_bar 0x0
+int layout abc_action_mode_close_item_material 0x0
+int layout abc_activity_chooser_view 0x0
+int layout abc_activity_chooser_view_list_item 0x0
+int layout abc_alert_dialog_button_bar_material 0x0
+int layout abc_alert_dialog_material 0x0
+int layout abc_alert_dialog_title_material 0x0
+int layout abc_cascading_menu_item_layout 0x0
+int layout abc_dialog_title_material 0x0
+int layout abc_expanded_menu_layout 0x0
+int layout abc_list_menu_item_checkbox 0x0
+int layout abc_list_menu_item_icon 0x0
+int layout abc_list_menu_item_layout 0x0
+int layout abc_list_menu_item_radio 0x0
+int layout abc_popup_menu_header_item_layout 0x0
+int layout abc_popup_menu_item_layout 0x0
+int layout abc_screen_content_include 0x0
+int layout abc_screen_simple 0x0
+int layout abc_screen_simple_overlay_action_mode 0x0
+int layout abc_screen_toolbar 0x0
+int layout abc_search_dropdown_item_icons_2line 0x0
+int layout abc_search_view 0x0
+int layout abc_select_dialog_material 0x0
+int layout abc_tooltip 0x0
+int layout select_dialog_item_material 0x0
+int layout select_dialog_multichoice_material 0x0
+int layout select_dialog_singlechoice_material 0x0
+int layout support_simple_spinner_dropdown_item 0x0
+int string abc_action_bar_home_description 0x0
+int string abc_action_bar_up_description 0x0
+int string abc_action_menu_overflow_description 0x0
+int string abc_action_mode_done 0x0
+int string abc_activity_chooser_view_see_all 0x0
+int string abc_activitychooserview_choose_application 0x0
+int string abc_capital_off 0x0
+int string abc_capital_on 0x0
+int string abc_menu_alt_shortcut_label 0x0
+int string abc_menu_ctrl_shortcut_label 0x0
+int string abc_menu_delete_shortcut_label 0x0
+int string abc_menu_enter_shortcut_label 0x0
+int string abc_menu_function_shortcut_label 0x0
+int string abc_menu_meta_shortcut_label 0x0
+int string abc_menu_shift_shortcut_label 0x0
+int string abc_menu_space_shortcut_label 0x0
+int string abc_menu_sym_shortcut_label 0x0
+int string abc_prepend_shortcut_label 0x0
+int string abc_search_hint 0x0
+int string abc_searchview_description_clear 0x0
+int string abc_searchview_description_query 0x0
+int string abc_searchview_description_search 0x0
+int string abc_searchview_description_submit 0x0
+int string abc_searchview_description_voice 0x0
+int string abc_shareactionprovider_share_with 0x0
+int string abc_shareactionprovider_share_with_application 0x0
+int string abc_toolbar_collapse_description 0x0
+int string search_menu_title 0x0
+int style AlertDialog_AppCompat 0x0
+int style AlertDialog_AppCompat_Light 0x0
+int style Animation_AppCompat_Dialog 0x0
+int style Animation_AppCompat_DropDownUp 0x0
+int style Animation_AppCompat_Tooltip 0x0
+int style Base_AlertDialog_AppCompat 0x0
+int style Base_AlertDialog_AppCompat_Light 0x0
+int style Base_Animation_AppCompat_Dialog 0x0
+int style Base_Animation_AppCompat_DropDownUp 0x0
+int style Base_Animation_AppCompat_Tooltip 0x0
+int style Base_DialogWindowTitleBackground_AppCompat 0x0
+int style Base_DialogWindowTitle_AppCompat 0x0
+int style Base_TextAppearance_AppCompat 0x0
+int style Base_TextAppearance_AppCompat_Body1 0x0
+int style Base_TextAppearance_AppCompat_Body2 0x0
+int style Base_TextAppearance_AppCompat_Button 0x0
+int style Base_TextAppearance_AppCompat_Caption 0x0
+int style Base_TextAppearance_AppCompat_Display1 0x0
+int style Base_TextAppearance_AppCompat_Display2 0x0
+int style Base_TextAppearance_AppCompat_Display3 0x0
+int style Base_TextAppearance_AppCompat_Display4 0x0
+int style Base_TextAppearance_AppCompat_Headline 0x0
+int style Base_TextAppearance_AppCompat_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Large 0x0
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Medium 0x0
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Menu 0x0
+int style Base_TextAppearance_AppCompat_SearchResult 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
+int style Base_TextAppearance_AppCompat_Small 0x0
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Subhead 0x0
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Title 0x0
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Tooltip 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style Base_ThemeOverlay_AppCompat 0x0
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dark 0x0
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style Base_ThemeOverlay_AppCompat_Light 0x0
+int style Base_Theme_AppCompat 0x0
+int style Base_Theme_AppCompat_CompactMenu 0x0
+int style Base_Theme_AppCompat_Dialog 0x0
+int style Base_Theme_AppCompat_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
+int style Base_Theme_AppCompat_Light 0x0
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
+int style Base_Theme_AppCompat_Light_Dialog 0x0
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat 0x0
+int style Base_V21_Theme_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat_Light 0x0
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V22_Theme_AppCompat 0x0
+int style Base_V22_Theme_AppCompat_Light 0x0
+int style Base_V23_Theme_AppCompat 0x0
+int style Base_V23_Theme_AppCompat_Light 0x0
+int style Base_V26_Theme_AppCompat 0x0
+int style Base_V26_Theme_AppCompat_Light 0x0
+int style Base_V26_Widget_AppCompat_Toolbar 0x0
+int style Base_V28_Theme_AppCompat 0x0
+int style Base_V28_Theme_AppCompat_Light 0x0
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat 0x0
+int style Base_V7_Theme_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat_Light 0x0
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_V7_Widget_AppCompat_EditText 0x0
+int style Base_V7_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_ActionBar 0x0
+int style Base_Widget_AppCompat_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_ActionButton 0x0
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
+int style Base_Widget_AppCompat_ActionMode 0x0
+int style Base_Widget_AppCompat_ActivityChooserView 0x0
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_Widget_AppCompat_Button 0x0
+int style Base_Widget_AppCompat_ButtonBar 0x0
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Borderless 0x0
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Colored 0x0
+int style Base_Widget_AppCompat_Button_Small 0x0
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Base_Widget_AppCompat_EditText 0x0
+int style Base_Widget_AppCompat_ImageButton 0x0
+int style Base_Widget_AppCompat_Light_ActionBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_ListMenuView 0x0
+int style Base_Widget_AppCompat_ListPopupWindow 0x0
+int style Base_Widget_AppCompat_ListView 0x0
+int style Base_Widget_AppCompat_ListView_DropDown 0x0
+int style Base_Widget_AppCompat_ListView_Menu 0x0
+int style Base_Widget_AppCompat_PopupMenu 0x0
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_PopupWindow 0x0
+int style Base_Widget_AppCompat_ProgressBar 0x0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Base_Widget_AppCompat_RatingBar 0x0
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
+int style Base_Widget_AppCompat_RatingBar_Small 0x0
+int style Base_Widget_AppCompat_SearchView 0x0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
+int style Base_Widget_AppCompat_SeekBar 0x0
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
+int style Base_Widget_AppCompat_Spinner 0x0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x0
+int style Base_Widget_AppCompat_TextView 0x0
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Base_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Platform_AppCompat 0x0
+int style Platform_AppCompat_Light 0x0
+int style Platform_ThemeOverlay_AppCompat 0x0
+int style Platform_ThemeOverlay_AppCompat_Dark 0x0
+int style Platform_ThemeOverlay_AppCompat_Light 0x0
+int style Platform_V21_AppCompat 0x0
+int style Platform_V21_AppCompat_Light 0x0
+int style Platform_V25_AppCompat 0x0
+int style Platform_V25_AppCompat_Light 0x0
+int style Platform_Widget_AppCompat_Spinner 0x0
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
+int style TextAppearance_AppCompat 0x0
+int style TextAppearance_AppCompat_Body1 0x0
+int style TextAppearance_AppCompat_Body2 0x0
+int style TextAppearance_AppCompat_Button 0x0
+int style TextAppearance_AppCompat_Caption 0x0
+int style TextAppearance_AppCompat_Display1 0x0
+int style TextAppearance_AppCompat_Display2 0x0
+int style TextAppearance_AppCompat_Display3 0x0
+int style TextAppearance_AppCompat_Display4 0x0
+int style TextAppearance_AppCompat_Headline 0x0
+int style TextAppearance_AppCompat_Inverse 0x0
+int style TextAppearance_AppCompat_Large 0x0
+int style TextAppearance_AppCompat_Large_Inverse 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Medium 0x0
+int style TextAppearance_AppCompat_Medium_Inverse 0x0
+int style TextAppearance_AppCompat_Menu 0x0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Small 0x0
+int style TextAppearance_AppCompat_Small_Inverse 0x0
+int style TextAppearance_AppCompat_Subhead 0x0
+int style TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style TextAppearance_AppCompat_Title 0x0
+int style TextAppearance_AppCompat_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Tooltip 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_Button 0x0
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Widget_Switch 0x0
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style ThemeOverlay_AppCompat 0x0
+int style ThemeOverlay_AppCompat_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dark 0x0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style ThemeOverlay_AppCompat_DayNight 0x0
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dialog 0x0
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style ThemeOverlay_AppCompat_Light 0x0
+int style Theme_AppCompat 0x0
+int style Theme_AppCompat_CompactMenu 0x0
+int style Theme_AppCompat_DayNight 0x0
+int style Theme_AppCompat_DayNight_DarkActionBar 0x0
+int style Theme_AppCompat_DayNight_Dialog 0x0
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
+int style Theme_AppCompat_DayNight_NoActionBar 0x0
+int style Theme_AppCompat_Dialog 0x0
+int style Theme_AppCompat_DialogWhenLarge 0x0
+int style Theme_AppCompat_Dialog_Alert 0x0
+int style Theme_AppCompat_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Empty 0x0
+int style Theme_AppCompat_Light 0x0
+int style Theme_AppCompat_Light_DarkActionBar 0x0
+int style Theme_AppCompat_Light_Dialog 0x0
+int style Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Light_NoActionBar 0x0
+int style Theme_AppCompat_NoActionBar 0x0
+int style Widget_AppCompat_ActionBar 0x0
+int style Widget_AppCompat_ActionBar_Solid 0x0
+int style Widget_AppCompat_ActionBar_TabBar 0x0
+int style Widget_AppCompat_ActionBar_TabText 0x0
+int style Widget_AppCompat_ActionBar_TabView 0x0
+int style Widget_AppCompat_ActionButton 0x0
+int style Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_ActionButton_Overflow 0x0
+int style Widget_AppCompat_ActionMode 0x0
+int style Widget_AppCompat_ActivityChooserView 0x0
+int style Widget_AppCompat_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Button 0x0
+int style Widget_AppCompat_ButtonBar 0x0
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Borderless 0x0
+int style Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Colored 0x0
+int style Widget_AppCompat_Button_Small 0x0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Widget_AppCompat_CompoundButton_Switch 0x0
+int style Widget_AppCompat_DrawerArrowToggle 0x0
+int style Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_EditText 0x0
+int style Widget_AppCompat_ImageButton 0x0
+int style Widget_AppCompat_Light_ActionBar 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
+int style Widget_AppCompat_Light_ActionButton 0x0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
+int style Widget_AppCompat_Light_ActivityChooserView 0x0
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_Light_ListPopupWindow 0x0
+int style Widget_AppCompat_Light_ListView_DropDown 0x0
+int style Widget_AppCompat_Light_PopupMenu 0x0
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_Light_SearchView 0x0
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_ListMenuView 0x0
+int style Widget_AppCompat_ListPopupWindow 0x0
+int style Widget_AppCompat_ListView 0x0
+int style Widget_AppCompat_ListView_DropDown 0x0
+int style Widget_AppCompat_ListView_Menu 0x0
+int style Widget_AppCompat_PopupMenu 0x0
+int style Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_PopupWindow 0x0
+int style Widget_AppCompat_ProgressBar 0x0
+int style Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Widget_AppCompat_RatingBar 0x0
+int style Widget_AppCompat_RatingBar_Indicator 0x0
+int style Widget_AppCompat_RatingBar_Small 0x0
+int style Widget_AppCompat_SearchView 0x0
+int style Widget_AppCompat_SearchView_ActionBar 0x0
+int style Widget_AppCompat_SeekBar 0x0
+int style Widget_AppCompat_SeekBar_Discrete 0x0
+int style Widget_AppCompat_Spinner 0x0
+int style Widget_AppCompat_Spinner_DropDown 0x0
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_Spinner_Underlined 0x0
+int style Widget_AppCompat_TextView 0x0
+int style Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Widget_AppCompat_Toolbar 0x0
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x10100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x0, 0x0 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AppCompatEmojiHelper { }
+int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable AppCompatTextHelper_android_drawableBottom 0
+int styleable AppCompatTextHelper_android_drawableEnd 1
+int styleable AppCompatTextHelper_android_drawableLeft 2
+int styleable AppCompatTextHelper_android_drawableRight 3
+int styleable AppCompatTextHelper_android_drawableStart 4
+int styleable AppCompatTextHelper_android_drawableTop 5
+int styleable AppCompatTextHelper_android_textAppearance 6
+int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_emojiCompatEnabled 14
+int styleable AppCompatTextView_firstBaselineToTopHeight 15
+int styleable AppCompatTextView_fontFamily 16
+int styleable AppCompatTextView_fontVariationSettings 17
+int styleable AppCompatTextView_lastBaselineToBottomHeight 18
+int styleable AppCompatTextView_lineHeight 19
+int styleable AppCompatTextView_textAllCaps 20
+int styleable AppCompatTextView_textLocale 21
+int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTheme_actionBarDivider 0
+int styleable AppCompatTheme_actionBarItemBackground 1
+int styleable AppCompatTheme_actionBarPopupTheme 2
+int styleable AppCompatTheme_actionBarSize 3
+int styleable AppCompatTheme_actionBarSplitStyle 4
+int styleable AppCompatTheme_actionBarStyle 5
+int styleable AppCompatTheme_actionBarTabBarStyle 6
+int styleable AppCompatTheme_actionBarTabStyle 7
+int styleable AppCompatTheme_actionBarTabTextStyle 8
+int styleable AppCompatTheme_actionBarTheme 9
+int styleable AppCompatTheme_actionBarWidgetTheme 10
+int styleable AppCompatTheme_actionButtonStyle 11
+int styleable AppCompatTheme_actionDropDownStyle 12
+int styleable AppCompatTheme_actionMenuTextAppearance 13
+int styleable AppCompatTheme_actionMenuTextColor 14
+int styleable AppCompatTheme_actionModeBackground 15
+int styleable AppCompatTheme_actionModeCloseButtonStyle 16
+int styleable AppCompatTheme_actionModeCloseContentDescription 17
+int styleable AppCompatTheme_actionModeCloseDrawable 18
+int styleable AppCompatTheme_actionModeCopyDrawable 19
+int styleable AppCompatTheme_actionModeCutDrawable 20
+int styleable AppCompatTheme_actionModeFindDrawable 21
+int styleable AppCompatTheme_actionModePasteDrawable 22
+int styleable AppCompatTheme_actionModePopupWindowStyle 23
+int styleable AppCompatTheme_actionModeSelectAllDrawable 24
+int styleable AppCompatTheme_actionModeShareDrawable 25
+int styleable AppCompatTheme_actionModeSplitBackground 26
+int styleable AppCompatTheme_actionModeStyle 27
+int styleable AppCompatTheme_actionModeTheme 28
+int styleable AppCompatTheme_actionModeWebSearchDrawable 29
+int styleable AppCompatTheme_actionOverflowButtonStyle 30
+int styleable AppCompatTheme_actionOverflowMenuStyle 31
+int styleable AppCompatTheme_activityChooserViewStyle 32
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
+int styleable AppCompatTheme_alertDialogCenterButtons 34
+int styleable AppCompatTheme_alertDialogStyle 35
+int styleable AppCompatTheme_alertDialogTheme 36
+int styleable AppCompatTheme_android_windowAnimationStyle 37
+int styleable AppCompatTheme_android_windowIsFloating 38
+int styleable AppCompatTheme_autoCompleteTextViewStyle 39
+int styleable AppCompatTheme_borderlessButtonStyle 40
+int styleable AppCompatTheme_buttonBarButtonStyle 41
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
+int styleable AppCompatTheme_buttonBarStyle 45
+int styleable AppCompatTheme_buttonStyle 46
+int styleable AppCompatTheme_buttonStyleSmall 47
+int styleable AppCompatTheme_checkboxStyle 48
+int styleable AppCompatTheme_checkedTextViewStyle 49
+int styleable AppCompatTheme_colorAccent 50
+int styleable AppCompatTheme_colorBackgroundFloating 51
+int styleable AppCompatTheme_colorButtonNormal 52
+int styleable AppCompatTheme_colorControlActivated 53
+int styleable AppCompatTheme_colorControlHighlight 54
+int styleable AppCompatTheme_colorControlNormal 55
+int styleable AppCompatTheme_colorError 56
+int styleable AppCompatTheme_colorPrimary 57
+int styleable AppCompatTheme_colorPrimaryDark 58
+int styleable AppCompatTheme_colorSwitchThumbNormal 59
+int styleable AppCompatTheme_controlBackground 60
+int styleable AppCompatTheme_dialogCornerRadius 61
+int styleable AppCompatTheme_dialogPreferredPadding 62
+int styleable AppCompatTheme_dialogTheme 63
+int styleable AppCompatTheme_dividerHorizontal 64
+int styleable AppCompatTheme_dividerVertical 65
+int styleable AppCompatTheme_dropDownListViewStyle 66
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
+int styleable AppCompatTheme_editTextBackground 68
+int styleable AppCompatTheme_editTextColor 69
+int styleable AppCompatTheme_editTextStyle 70
+int styleable AppCompatTheme_homeAsUpIndicator 71
+int styleable AppCompatTheme_imageButtonStyle 72
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
+int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
+int styleable AppCompatTheme_listDividerAlertDialog 76
+int styleable AppCompatTheme_listMenuViewStyle 77
+int styleable AppCompatTheme_listPopupWindowStyle 78
+int styleable AppCompatTheme_listPreferredItemHeight 79
+int styleable AppCompatTheme_listPreferredItemHeightLarge 80
+int styleable AppCompatTheme_listPreferredItemHeightSmall 81
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
+int styleable AppCompatTheme_listPreferredItemPaddingRight 84
+int styleable AppCompatTheme_listPreferredItemPaddingStart 85
+int styleable AppCompatTheme_panelBackground 86
+int styleable AppCompatTheme_panelMenuListTheme 87
+int styleable AppCompatTheme_panelMenuListWidth 88
+int styleable AppCompatTheme_popupMenuStyle 89
+int styleable AppCompatTheme_popupWindowStyle 90
+int styleable AppCompatTheme_radioButtonStyle 91
+int styleable AppCompatTheme_ratingBarStyle 92
+int styleable AppCompatTheme_ratingBarStyleIndicator 93
+int styleable AppCompatTheme_ratingBarStyleSmall 94
+int styleable AppCompatTheme_searchViewStyle 95
+int styleable AppCompatTheme_seekBarStyle 96
+int styleable AppCompatTheme_selectableItemBackground 97
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
+int styleable AppCompatTheme_spinnerDropDownItemStyle 99
+int styleable AppCompatTheme_spinnerStyle 100
+int styleable AppCompatTheme_switchStyle 101
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
+int styleable AppCompatTheme_textAppearanceListItem 103
+int styleable AppCompatTheme_textAppearanceListItemSecondary 104
+int styleable AppCompatTheme_textAppearanceListItemSmall 105
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
+int styleable AppCompatTheme_textColorAlertDialogListItem 110
+int styleable AppCompatTheme_textColorSearchUrl 111
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
+int styleable AppCompatTheme_toolbarStyle 113
+int styleable AppCompatTheme_tooltipForegroundColor 114
+int styleable AppCompatTheme_tooltipFrameBackground 115
+int styleable AppCompatTheme_viewInflaterClass 116
+int styleable AppCompatTheme_windowActionBar 117
+int styleable AppCompatTheme_windowActionBarOverlay 118
+int styleable AppCompatTheme_windowActionModeOverlay 119
+int styleable AppCompatTheme_windowFixedHeightMajor 120
+int styleable AppCompatTheme_windowFixedHeightMinor 121
+int styleable AppCompatTheme_windowFixedWidthMajor 122
+int styleable AppCompatTheme_windowFixedWidthMinor 123
+int styleable AppCompatTheme_windowMinWidthMajor 124
+int styleable AppCompatTheme_windowMinWidthMinor 125
+int styleable AppCompatTheme_windowNoTitle 126
+int[] styleable ButtonBarLayout { 0x0 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable CheckedTextView { 0x1010108, 0x0, 0x0, 0x0 }
+int styleable CheckedTextView_android_checkMark 0
+int styleable CheckedTextView_checkMarkCompat 1
+int styleable CheckedTextView_checkMarkTint 2
+int styleable CheckedTextView_checkMarkTintMode 3
+int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
+int styleable LinearLayoutCompat_android_baselineAligned 0
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
+int styleable LinearLayoutCompat_android_gravity 2
+int styleable LinearLayoutCompat_android_orientation 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 1
+int styleable LinearLayoutCompat_Layout_android_layout_weight 2
+int styleable LinearLayoutCompat_Layout_android_layout_width 3
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
+int styleable MenuGroup_android_checkableBehavior 0
+int styleable MenuGroup_android_enabled 1
+int styleable MenuGroup_android_id 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 5
+int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MenuItem_actionLayout 0
+int styleable MenuItem_actionProviderClass 1
+int styleable MenuItem_actionViewClass 2
+int styleable MenuItem_alphabeticModifiers 3
+int styleable MenuItem_android_alphabeticShortcut 4
+int styleable MenuItem_android_checkable 5
+int styleable MenuItem_android_checked 6
+int styleable MenuItem_android_enabled 7
+int styleable MenuItem_android_icon 8
+int styleable MenuItem_android_id 9
+int styleable MenuItem_android_menuCategory 10
+int styleable MenuItem_android_numericShortcut 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 13
+int styleable MenuItem_android_title 14
+int styleable MenuItem_android_titleCondensed 15
+int styleable MenuItem_android_visible 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
+int styleable MenuView_android_headerBackground 0
+int styleable MenuView_android_horizontalDivider 1
+int styleable MenuView_android_itemBackground 2
+int styleable MenuView_android_itemIconDisabledAlpha 3
+int styleable MenuView_android_itemTextAppearance 4
+int styleable MenuView_android_verticalDivider 5
+int styleable MenuView_android_windowAnimationStyle 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x0 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable RecycleListView { 0x0, 0x0 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 1
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 3
+int styleable SearchView_closeIcon 4
+int styleable SearchView_commitIcon 5
+int styleable SearchView_defaultQueryHint 6
+int styleable SearchView_goIcon 7
+int styleable SearchView_iconifiedByDefault 8
+int styleable SearchView_layout 9
+int styleable SearchView_queryBackground 10
+int styleable SearchView_queryHint 11
+int styleable SearchView_searchHintIcon 12
+int styleable SearchView_searchIcon 13
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 15
+int styleable SearchView_voiceIcon 16
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
+int styleable Spinner_android_dropDownWidth 0
+int styleable Spinner_android_entries 1
+int styleable Spinner_android_popupBackground 2
+int styleable Spinner_android_prompt 3
+int styleable Spinner_popupTheme 4
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SwitchCompat_android_textOff 0
+int styleable SwitchCompat_android_textOn 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextAppearance_android_fontFamily 0
+int styleable TextAppearance_android_shadowColor 1
+int styleable TextAppearance_android_shadowDx 2
+int styleable TextAppearance_android_shadowDy 3
+int styleable TextAppearance_android_shadowRadius 4
+int styleable TextAppearance_android_textColor 5
+int styleable TextAppearance_android_textColorHint 6
+int styleable TextAppearance_android_textColorLink 7
+int styleable TextAppearance_android_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
+int styleable View_android_focusable 0
+int styleable View_android_theme 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/annotations.zip
new file mode 100644
index 0000000..1944aa6
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/classes.jar
new file mode 100644
index 0000000..2723fd2
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/proguard.txt
new file mode 100644
index 0000000..6f2fc96
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/proguard.txt
@@ -0,0 +1,22 @@
+# Copyright (C) 2018 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# aapt is not able to read app::actionViewClass and app:actionProviderClass to produce proguard
+# keep rules. Add a commonly used SearchView to the keep list until b/109831488 is resolved.
+-keep class androidx.appcompat.widget.SearchView { (...); }
+
+# Never inline methods, but allow shrinking and obfuscation.
+-keepclassmembernames,allowobfuscation,allowshrinking class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper$Impl* {
+ ;
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/public.txt
new file mode 100644
index 0000000..ce374ca
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/public.txt
@@ -0,0 +1,369 @@
+style TextAppearance_AppCompat
+style TextAppearance_AppCompat_Body1
+style TextAppearance_AppCompat_Body2
+style TextAppearance_AppCompat_Button
+style TextAppearance_AppCompat_Caption
+style TextAppearance_AppCompat_Display1
+style TextAppearance_AppCompat_Display2
+style TextAppearance_AppCompat_Display3
+style TextAppearance_AppCompat_Display4
+style TextAppearance_AppCompat_Headline
+style TextAppearance_AppCompat_Inverse
+style TextAppearance_AppCompat_Large
+style TextAppearance_AppCompat_Large_Inverse
+style TextAppearance_AppCompat_Light_SearchResult_Subtitle
+style TextAppearance_AppCompat_Light_SearchResult_Title
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Medium
+style TextAppearance_AppCompat_Medium_Inverse
+style TextAppearance_AppCompat_Menu
+style TextAppearance_AppCompat_SearchResult_Subtitle
+style TextAppearance_AppCompat_SearchResult_Title
+style TextAppearance_AppCompat_Small
+style TextAppearance_AppCompat_Small_Inverse
+style TextAppearance_AppCompat_Subhead
+style TextAppearance_AppCompat_Subhead_Inverse
+style TextAppearance_AppCompat_Title
+style TextAppearance_AppCompat_Title_Inverse
+style TextAppearance_AppCompat_Widget_ActionBar_Menu
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle
+style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionBar_Title
+style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle
+style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse
+style TextAppearance_AppCompat_Widget_ActionMode_Title
+style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse
+style TextAppearance_AppCompat_Widget_Button
+style TextAppearance_AppCompat_Widget_Button_Borderless_Colored
+style TextAppearance_AppCompat_Widget_Button_Colored
+style TextAppearance_AppCompat_Widget_Button_Inverse
+style TextAppearance_AppCompat_Widget_DropDownItem
+style TextAppearance_AppCompat_Widget_PopupMenu_Header
+style TextAppearance_AppCompat_Widget_PopupMenu_Large
+style TextAppearance_AppCompat_Widget_PopupMenu_Small
+style TextAppearance_AppCompat_Widget_Switch
+style TextAppearance_AppCompat_Widget_TextView_SpinnerItem
+style Theme_AppCompat
+style Theme_AppCompat_DayNight
+style Theme_AppCompat_DayNight_DarkActionBar
+style Theme_AppCompat_DayNight_Dialog
+style Theme_AppCompat_DayNight_Dialog_Alert
+style Theme_AppCompat_DayNight_Dialog_MinWidth
+style Theme_AppCompat_DayNight_DialogWhenLarge
+style Theme_AppCompat_DayNight_NoActionBar
+style Theme_AppCompat_Dialog
+style Theme_AppCompat_Dialog_Alert
+style Theme_AppCompat_Dialog_MinWidth
+style Theme_AppCompat_DialogWhenLarge
+style Theme_AppCompat_Light
+style Theme_AppCompat_Light_DarkActionBar
+style Theme_AppCompat_Light_Dialog
+style Theme_AppCompat_Light_Dialog_Alert
+style Theme_AppCompat_Light_Dialog_MinWidth
+style Theme_AppCompat_Light_DialogWhenLarge
+style Theme_AppCompat_Light_NoActionBar
+style Theme_AppCompat_NoActionBar
+style ThemeOverlay_AppCompat
+style ThemeOverlay_AppCompat_ActionBar
+style ThemeOverlay_AppCompat_Dark
+style ThemeOverlay_AppCompat_Dark_ActionBar
+style ThemeOverlay_AppCompat_DayNight
+style ThemeOverlay_AppCompat_DayNight_ActionBar
+style ThemeOverlay_AppCompat_Dialog
+style ThemeOverlay_AppCompat_Dialog_Alert
+style ThemeOverlay_AppCompat_Light
+style Widget_AppCompat_ActionBar
+style Widget_AppCompat_ActionBar_Solid
+style Widget_AppCompat_ActionBar_TabBar
+style Widget_AppCompat_ActionBar_TabText
+style Widget_AppCompat_ActionBar_TabView
+style Widget_AppCompat_ActionButton
+style Widget_AppCompat_ActionButton_CloseMode
+style Widget_AppCompat_ActionButton_Overflow
+style Widget_AppCompat_ActionMode
+style Widget_AppCompat_AutoCompleteTextView
+style Widget_AppCompat_Button
+style Widget_AppCompat_Button_Borderless
+style Widget_AppCompat_Button_Borderless_Colored
+style Widget_AppCompat_Button_ButtonBar_AlertDialog
+style Widget_AppCompat_Button_Colored
+style Widget_AppCompat_Button_Small
+style Widget_AppCompat_ButtonBar
+style Widget_AppCompat_ButtonBar_AlertDialog
+style Widget_AppCompat_CompoundButton_CheckBox
+style Widget_AppCompat_CompoundButton_RadioButton
+style Widget_AppCompat_CompoundButton_Switch
+style Widget_AppCompat_DrawerArrowToggle
+style Widget_AppCompat_DropDownItem_Spinner
+style Widget_AppCompat_EditText
+style Widget_AppCompat_ImageButton
+style Widget_AppCompat_Light_ActionBar
+style Widget_AppCompat_Light_ActionBar_Solid
+style Widget_AppCompat_Light_ActionBar_Solid_Inverse
+style Widget_AppCompat_Light_ActionBar_TabBar
+style Widget_AppCompat_Light_ActionBar_TabBar_Inverse
+style Widget_AppCompat_Light_ActionBar_TabText
+style Widget_AppCompat_Light_ActionBar_TabText_Inverse
+style Widget_AppCompat_Light_ActionBar_TabView
+style Widget_AppCompat_Light_ActionBar_TabView_Inverse
+style Widget_AppCompat_Light_ActionButton
+style Widget_AppCompat_Light_ActionButton_CloseMode
+style Widget_AppCompat_Light_ActionButton_Overflow
+style Widget_AppCompat_Light_ActionMode_Inverse
+style Widget_AppCompat_Light_AutoCompleteTextView
+style Widget_AppCompat_Light_DropDownItem_Spinner
+style Widget_AppCompat_Light_ListPopupWindow
+style Widget_AppCompat_Light_ListView_DropDown
+style Widget_AppCompat_Light_PopupMenu
+style Widget_AppCompat_Light_PopupMenu_Overflow
+style Widget_AppCompat_Light_SearchView
+style Widget_AppCompat_Light_Spinner_DropDown_ActionBar
+style Widget_AppCompat_ListPopupWindow
+style Widget_AppCompat_ListView
+style Widget_AppCompat_ListView_DropDown
+style Widget_AppCompat_ListView_Menu
+style Widget_AppCompat_PopupMenu
+style Widget_AppCompat_PopupMenu_Overflow
+style Widget_AppCompat_PopupWindow
+style Widget_AppCompat_ProgressBar
+style Widget_AppCompat_ProgressBar_Horizontal
+style Widget_AppCompat_RatingBar
+style Widget_AppCompat_RatingBar_Indicator
+style Widget_AppCompat_RatingBar_Small
+style Widget_AppCompat_SearchView
+style Widget_AppCompat_SearchView_ActionBar
+style Widget_AppCompat_SeekBar
+style Widget_AppCompat_SeekBar_Discrete
+style Widget_AppCompat_Spinner
+style Widget_AppCompat_Spinner_DropDown
+style Widget_AppCompat_Spinner_DropDown_ActionBar
+style Widget_AppCompat_Spinner_Underlined
+style Widget_AppCompat_TextView
+style Widget_AppCompat_TextView_SpinnerItem
+style Widget_AppCompat_Toolbar
+style Widget_AppCompat_Toolbar_Button_Navigation
+attr actionBarDivider
+attr actionBarItemBackground
+attr actionBarPopupTheme
+attr actionBarSize
+attr actionBarSplitStyle
+attr actionBarStyle
+attr actionBarTabBarStyle
+attr actionBarTabStyle
+attr actionBarTabTextStyle
+attr actionBarTheme
+attr actionBarWidgetTheme
+attr actionButtonStyle
+attr actionDropDownStyle
+attr actionLayout
+attr actionMenuTextAppearance
+attr actionMenuTextColor
+attr actionModeBackground
+attr actionModeCloseButtonStyle
+attr actionModeCloseContentDescription
+attr actionModeCloseDrawable
+attr actionModeCopyDrawable
+attr actionModeCutDrawable
+attr actionModeFindDrawable
+attr actionModePasteDrawable
+attr actionModeSelectAllDrawable
+attr actionModeShareDrawable
+attr actionModeSplitBackground
+attr actionModeStyle
+attr actionModeTheme
+attr actionModeWebSearchDrawable
+attr actionOverflowButtonStyle
+attr actionOverflowMenuStyle
+attr actionProviderClass
+attr actionViewClass
+attr alertDialogStyle
+attr alertDialogTheme
+attr arrowHeadLength
+attr arrowShaftLength
+attr autoCompleteTextViewStyle
+attr autoSizeMaxTextSize
+attr autoSizeMinTextSize
+attr autoSizePresetSizes
+attr autoSizeStepGranularity
+attr autoSizeTextType
+attr background
+attr backgroundSplit
+attr backgroundStacked
+attr backgroundTint
+attr backgroundTintMode
+attr barLength
+attr borderlessButtonStyle
+attr buttonBarButtonStyle
+attr buttonBarNegativeButtonStyle
+attr buttonBarNeutralButtonStyle
+attr buttonBarPositiveButtonStyle
+attr buttonBarStyle
+attr buttonGravity
+attr buttonStyle
+attr buttonStyleSmall
+attr buttonTint
+attr buttonTintMode
+attr checkboxStyle
+attr checkedTextViewStyle
+attr closeIcon
+attr closeItemLayout
+attr collapseContentDescription
+attr collapseIcon
+attr color
+attr colorAccent
+attr colorBackgroundFloating
+attr colorButtonNormal
+attr colorControlActivated
+attr colorControlHighlight
+attr colorControlNormal
+attr colorError
+attr colorPrimary
+attr colorPrimaryDark
+attr commitIcon
+attr contentInsetEnd
+attr contentInsetEndWithActions
+attr contentInsetLeft
+attr contentInsetRight
+attr contentInsetStart
+attr contentInsetStartWithNavigation
+attr customNavigationLayout
+attr dialogCornerRadius
+attr dialogPreferredPadding
+attr dialogTheme
+attr displayOptions
+attr divider
+attr dividerHorizontal
+attr dividerPadding
+attr dividerVertical
+attr drawableSize
+attr drawerArrowStyle
+attr dropDownListViewStyle
+attr editTextBackground
+attr editTextColor
+attr editTextStyle
+attr elevation
+attr emojiCompatEnabled
+attr firstBaselineToTopHeight
+attr fontFamily
+attr fontVariationSettings
+attr gapBetweenBars
+attr goIcon
+attr height
+attr hideOnContentScroll
+attr homeAsUpIndicator
+attr homeLayout
+attr icon
+attr iconTint
+attr iconTintMode
+attr iconifiedByDefault
+attr imageButtonStyle
+attr indeterminateProgressStyle
+attr isLightTheme
+attr itemPadding
+attr lastBaselineToBottomHeight
+attr layout
+attr lineHeight
+attr listChoiceBackgroundIndicator
+attr listChoiceIndicatorMultipleAnimated
+attr listChoiceIndicatorSingleAnimated
+attr listDividerAlertDialog
+attr listPopupWindowStyle
+attr listPreferredItemHeight
+attr listPreferredItemHeightLarge
+attr listPreferredItemHeightSmall
+attr listPreferredItemPaddingEnd
+attr listPreferredItemPaddingLeft
+attr listPreferredItemPaddingRight
+attr listPreferredItemPaddingStart
+attr logo
+attr logoDescription
+attr maxButtonHeight
+attr measureWithLargestChild
+attr navigationContentDescription
+attr navigationIcon
+attr navigationMode
+attr overlapAnchor
+attr paddingEnd
+attr paddingStart
+attr panelBackground
+attr popupMenuStyle
+attr popupTheme
+attr popupWindowStyle
+attr preserveIconSpacing
+attr progressBarPadding
+attr progressBarStyle
+attr queryBackground
+attr queryHint
+attr radioButtonStyle
+attr ratingBarStyle
+attr ratingBarStyleIndicator
+attr ratingBarStyleSmall
+attr searchHintIcon
+attr searchIcon
+attr searchViewStyle
+attr seekBarStyle
+attr selectableItemBackground
+attr selectableItemBackgroundBorderless
+attr showAsAction
+attr showDividers
+attr showText
+attr spinBars
+attr spinnerDropDownItemStyle
+attr spinnerStyle
+attr splitTrack
+attr srcCompat
+attr state_above_anchor
+attr submitBackground
+attr subtitle
+attr subtitleTextAppearance
+attr subtitleTextColor
+attr subtitleTextStyle
+attr suggestionRowLayout
+layout support_simple_spinner_dropdown_item
+attr switchMinWidth
+attr switchPadding
+attr switchStyle
+attr switchTextAppearance
+attr textAllCaps
+attr textAppearanceLargePopupMenu
+attr textAppearanceListItem
+attr textAppearanceListItemSecondary
+attr textAppearanceListItemSmall
+attr textAppearancePopupMenuHeader
+attr textAppearanceSearchResultSubtitle
+attr textAppearanceSearchResultTitle
+attr textAppearanceSmallPopupMenu
+attr textColorAlertDialogListItem
+attr textLocale
+attr theme
+attr thickness
+attr thumbTextPadding
+attr thumbTint
+attr thumbTintMode
+attr tickMark
+attr tickMarkTint
+attr tickMarkTintMode
+attr tint
+attr tintMode
+attr title
+attr titleMargin
+attr titleMarginBottom
+attr titleMarginEnd
+attr titleMarginStart
+attr titleMarginTop
+attr titleMargins
+attr titleTextAppearance
+attr titleTextColor
+attr titleTextStyle
+attr toolbarNavigationButtonStyle
+attr toolbarStyle
+attr track
+attr trackTint
+attr trackTintMode
+attr voiceIcon
+attr windowActionBar
+attr windowActionBarOverlay
+attr windowActionModeOverlay
+attr windowNoTitle
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res.zip
new file mode 100644
index 0000000..08d3912
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_in.xml
new file mode 100644
index 0000000..da7ee29
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_out.xml
new file mode 100644
index 0000000..c81b39a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_fade_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_grow_fade_in_from_bottom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_grow_fade_in_from_bottom.xml
new file mode 100644
index 0000000..79d02d4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_grow_fade_in_from_bottom.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_enter.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_enter.xml
new file mode 100644
index 0000000..91664da
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_exit.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_exit.xml
new file mode 100644
index 0000000..db7e807
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_popup_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_shrink_fade_out_from_bottom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_shrink_fade_out_from_bottom.xml
new file mode 100644
index 0000000..9a23cd2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_shrink_fade_out_from_bottom.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_bottom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_bottom.xml
new file mode 100644
index 0000000..1afa8fe
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_top.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_top.xml
new file mode 100644
index 0000000..ab824f2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_in_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_bottom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_bottom.xml
new file mode 100644
index 0000000..b309fe8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_bottom.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_top.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_top.xml
new file mode 100644
index 0000000..e84d1c7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_slide_out_top.xml
@@ -0,0 +1,19 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_enter.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_enter.xml
new file mode 100644
index 0000000..134d9d7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_enter.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_exit.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_exit.xml
new file mode 100644
index 0000000..67f6af8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/abc_tooltip_exit.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml
new file mode 100644
index 0000000..8d892c1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml
new file mode 100644
index 0000000..57fc365
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_icon_null_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_icon_null_animation.xml
new file mode 100644
index 0000000..a6ef064
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_checked_icon_null_animation.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml
new file mode 100644
index 0000000..0f13aaf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml
new file mode 100644
index 0000000..188e706
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml
new file mode 100644
index 0000000..8b63d01
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
new file mode 100644
index 0000000..22bb845
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml
new file mode 100644
index 0000000..51154c1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml
new file mode 100644
index 0000000..c889ae6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
new file mode 100644
index 0000000..f0b9d7d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
new file mode 100644
index 0000000..3269f8b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml
new file mode 100644
index 0000000..0215835
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v21/abc_btn_colored_borderless_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v21/abc_btn_colored_borderless_text_material.xml
new file mode 100644
index 0000000..f5585e3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v21/abc_btn_colored_borderless_text_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_borderless_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_borderless_text_material.xml
new file mode 100644
index 0000000..468b155
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_borderless_text_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_text_material.xml
new file mode 100644
index 0000000..74170d6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_btn_colored_text_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_color_highlight_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_color_highlight_material.xml
new file mode 100644
index 0000000..8d53611
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_color_highlight_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_btn_checkable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_btn_checkable.xml
new file mode 100644
index 0000000..e82eff4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_btn_checkable.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_default.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_default.xml
new file mode 100644
index 0000000..abe3880
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_default.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_edittext.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_edittext.xml
new file mode 100644
index 0000000..0e05e07
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_edittext.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_seek_thumb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_seek_thumb.xml
new file mode 100644
index 0000000..4fc9626
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_seek_thumb.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_spinner.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_spinner.xml
new file mode 100644
index 0000000..0e05e07
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_spinner.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_switch_track.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_switch_track.xml
new file mode 100644
index 0000000..e663772
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color-v23/abc_tint_switch_track.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_dark.xml
new file mode 100644
index 0000000..e016076
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_light.xml
new file mode 100644
index 0000000..290faf1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_borderless_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_borderless_text_material.xml
new file mode 100644
index 0000000..1480046
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_borderless_text_material.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_text_material.xml
new file mode 100644
index 0000000..897a3f7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_btn_colored_text_material.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_dark.xml
new file mode 100644
index 0000000..fe86872
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_dark.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_light.xml
new file mode 100644
index 0000000..1bef5af
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_hint_foreground_material_light.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_dark.xml
new file mode 100644
index 0000000..724c255
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_light.xml
new file mode 100644
index 0000000..7395e68
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_dark.xml
new file mode 100644
index 0000000..7d66d02
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_light.xml
new file mode 100644
index 0000000..105b643
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_primary_text_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_search_url_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_search_url_text.xml
new file mode 100644
index 0000000..0631d5d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_search_url_text.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_dark.xml
new file mode 100644
index 0000000..6399b1d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_light.xml
new file mode 100644
index 0000000..87c015a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_btn_checkable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_btn_checkable.xml
new file mode 100644
index 0000000..0c663f6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_btn_checkable.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_default.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_default.xml
new file mode 100644
index 0000000..8d7c391
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_default.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_edittext.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_edittext.xml
new file mode 100644
index 0000000..536d77f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_edittext.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_seek_thumb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_seek_thumb.xml
new file mode 100644
index 0000000..cb53788
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_seek_thumb.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_spinner.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_spinner.xml
new file mode 100644
index 0000000..44333dd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_spinner.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_switch_track.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_switch_track.xml
new file mode 100644
index 0000000..22322f8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/abc_tint_switch_track.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_dark.xml
new file mode 100644
index 0000000..6153382
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_light.xml
new file mode 100644
index 0000000..94d7114
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/color/switch_thumb_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d9f861
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..9911008
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..69ff9dd
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9218981
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..a588576
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..4657a25
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..3fd617b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..2264398
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..65ccd8f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2264a8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_focused_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..c09ec90
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..62fbd2c
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..2f6ef91
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..863ce95
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..b6d4677
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..60081db
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..abb52c9
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..9d8451a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
new file mode 100644
index 0000000..d8d6d7f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..30c1c1e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..1f1cdad
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 0000000..ffb0096
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..e54950e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..0da5b1d
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..f8063b2
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..4b0b10a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png
new file mode 100644
index 0000000..d3556a8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png
new file mode 100644
index 0000000..183c9ac
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png
new file mode 100644
index 0000000..9b67079
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..5b13bc1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..5440b1a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..05d6920
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..6282df4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..ddbec8b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..c888ee0
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..588161e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..7cf976d
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..4c0f0b3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..fa0ed8f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..7a9fcbc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..8e6c271
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..9f0d2c8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..6e18d40
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..d0a41a5
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..bebb1e2
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..038e000
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..6086f9c
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2264a8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_focused_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..addb54a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..5fcd5b2
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..251b989
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..01efec0
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..f1d1b61
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..10851f6
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..15c1ebb
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..5f55cd5
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
new file mode 100644
index 0000000..1bff7fa
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..9280f82
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..21bffc6
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 0000000..8878129
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..869c8b0
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..ed75cb8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..ab8460f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..12b0a79
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png
new file mode 100644
index 0000000..e243fd8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png
new file mode 100644
index 0000000..55b8b36
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png
new file mode 100644
index 0000000..e6eff09
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..3ffa251
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..5d7ad2f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..0c766f3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4f66d7a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_action_bar_item_background_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_action_bar_item_background_material.xml
new file mode 100644
index 0000000..595c56c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_action_bar_item_background_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_btn_colored_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_btn_colored_material.xml
new file mode 100644
index 0000000..10251aa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_btn_colored_material.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+ -
+
+
+
-
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_dialog_material_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_dialog_material_background.xml
new file mode 100644
index 0000000..7ef438b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_dialog_material_background.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_edit_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_edit_text_material.xml
new file mode 100644
index 0000000..d98b008
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_edit_text_material.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_list_divider_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_list_divider_material.xml
new file mode 100644
index 0000000..5ed2121
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v21/abc_list_divider_material.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v23/abc_control_background_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v23/abc_control_background_material.xml
new file mode 100644
index 0000000..0b54039
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-v23/abc_control_background_material.xml
@@ -0,0 +1,19 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-watch-v20/abc_dialog_material_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-watch-v20/abc_dialog_material_background.xml
new file mode 100644
index 0000000..242761b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-watch-v20/abc_dialog_material_background.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..6284eaa
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..4902520
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..59a683a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..03bf49c
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..342323b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..1d29f9a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..92b43ba
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..600178a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..ca303fd
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..c2264a8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..67c25ae
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..17c34a1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..988548a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..15fcf6a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..65275b3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..ee95ed4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..99cf6de
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..d8cc7d3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
new file mode 100644
index 0000000..c08ec90
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..0486af1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..20079d8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 0000000..fb4e42a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..44b9a14
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..bcf6b7f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..7c56175
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..2242d2f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png
new file mode 100644
index 0000000..529d550
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png
new file mode 100644
index 0000000..1f8cc88
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png
new file mode 100644
index 0000000..6c8f6a4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..8ff3a83
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..e7e693a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..819171a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..4def8c8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
new file mode 100644
index 0000000..4eae28f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..d934b60
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..8c82ec3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..8fc0a9b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..3038d70
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..c079867
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..3b9dc7c
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
new file mode 100644
index 0000000..f6d2f32
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
new file mode 100644
index 0000000..fe826b7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
new file mode 100644
index 0000000..987b2bc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
new file mode 100644
index 0000000..8b050e8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
new file mode 100644
index 0000000..00e370a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
new file mode 100644
index 0000000..719c7b5
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
new file mode 100644
index 0000000..75bd580
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
new file mode 100644
index 0000000..4f3b147
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
new file mode 100644
index 0000000..224a081
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
new file mode 100644
index 0000000..b5ceeac
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
new file mode 100644
index 0000000..4727a7d
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
new file mode 100644
index 0000000..4657815
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..4aa0a34
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..6178c45
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
new file mode 100644
index 0000000..3d9b961
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..56a69df
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..7924000
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..ba5abaa
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..eeb74c8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png
new file mode 100644
index 0000000..d6a8790
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png
new file mode 100644
index 0000000..de00185
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png
new file mode 100644
index 0000000..d186a5b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..4d3d3a4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..c5acb84
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
new file mode 100644
index 0000000..30328ae
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
new file mode 100644
index 0000000..bc21142
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
new file mode 100644
index 0000000..e40fa4e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
new file mode 100644
index 0000000..4e18de2
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
new file mode 100644
index 0000000..5fa3266
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
new file mode 100644
index 0000000..c11cb2e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
new file mode 100644
index 0000000..639e6cb
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
new file mode 100644
index 0000000..355d5b7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
new file mode 100644
index 0000000..7dfaf7c
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
new file mode 100644
index 0000000..fe8f2e4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
new file mode 100644
index 0000000..752cb57
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
new file mode 100644
index 0000000..40255c3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
new file mode 100644
index 0000000..0210ad1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png
new file mode 100644
index 0000000..565f0b2
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png
new file mode 100644
index 0000000..894c734
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_borderless_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_borderless_material.xml
new file mode 100644
index 0000000..f389460
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_borderless_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material.xml
new file mode 100644
index 0000000..f6e938f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material_anim.xml
new file mode 100644
index 0000000..ce7a968
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_check_material_anim.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_colored_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_colored_material.xml
new file mode 100644
index 0000000..ec93b8b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_colored_material.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_default_mtrl_shape.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_default_mtrl_shape.xml
new file mode 100644
index 0000000..c50d4b1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material.xml
new file mode 100644
index 0000000..6e9f9cf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material_anim.xml
new file mode 100644
index 0000000..64cebc2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_btn_radio_material_anim.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_internal_bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_internal_bg.xml
new file mode 100644
index 0000000..9faf60a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_internal_bg.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_top_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_top_material.xml
new file mode 100644
index 0000000..0922395
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_cab_background_top_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_dialog_material_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_dialog_material_background.xml
new file mode 100644
index 0000000..978565b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_dialog_material_background.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_edit_text_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_edit_text_material.xml
new file mode 100644
index 0000000..46c4e91
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_edit_text_material.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_ab_back_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_ab_back_material.xml
new file mode 100644
index 0000000..5a89523
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_ab_back_material.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml
new file mode 100644
index 0000000..68547eb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_arrow_drop_right_black_24dp.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_clear_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_clear_material.xml
new file mode 100644
index 0000000..e6d106b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_clear_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_go_search_api_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_go_search_api_material.xml
new file mode 100644
index 0000000..0c88119
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_go_search_api_material.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml
new file mode 100644
index 0000000..60ebf76
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_cut_mtrl_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_cut_mtrl_alpha.xml
new file mode 100644
index 0000000..592bd60
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_cut_mtrl_alpha.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_overflow_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_overflow_material.xml
new file mode 100644
index 0000000..1420edd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_overflow_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml
new file mode 100644
index 0000000..5404374
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml
new file mode 100644
index 0000000..d0de4ae
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_share_mtrl_alpha.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_share_mtrl_alpha.xml
new file mode 100644
index 0000000..597a1b3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_menu_share_mtrl_alpha.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_search_api_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_search_api_material.xml
new file mode 100644
index 0000000..b4cba34
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_search_api_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_voice_search_api_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_voice_search_api_material.xml
new file mode 100644
index 0000000..143db55
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ic_voice_search_api_material.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_dark.xml
new file mode 100644
index 0000000..72162c2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_dark.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_light.xml
new file mode 100644
index 0000000..1c180b2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_item_background_holo_light.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_divider_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_divider_material.xml
new file mode 100644
index 0000000..6739a82
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_divider_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_dark.xml
new file mode 100644
index 0000000..0add58c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_light.xml
new file mode 100644
index 0000000..0c1d3e6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_background_transition_holo_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_dark.xml
new file mode 100644
index 0000000..1fb5fc4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_dark.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_light.xml
new file mode 100644
index 0000000..8d24047
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_list_selector_holo_light.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_indicator_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_indicator_material.xml
new file mode 100644
index 0000000..97ba1de
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_indicator_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_material.xml
new file mode 100644
index 0000000..97ba1de
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_small_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_small_material.xml
new file mode 100644
index 0000000..97ba1de
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_ratingbar_small_material.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_thumb_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_thumb_material.xml
new file mode 100644
index 0000000..7fea83b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_thumb_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_tick_mark_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_tick_mark_material.xml
new file mode 100644
index 0000000..e2d86c9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_tick_mark_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_track_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_track_material.xml
new file mode 100644
index 0000000..e68ac03
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_seekbar_track_material.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+ -
+
+
+
-
+
+
+
+
+
+
+ -
+
+
+
-
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_spinner_textfield_background_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_spinner_textfield_background_material.xml
new file mode 100644
index 0000000..d0f46a8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_spinner_textfield_background_material.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_black_48dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_black_48dp.xml
new file mode 100644
index 0000000..4f380aa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_black_48dp.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_half_black_48dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_half_black_48dp.xml
new file mode 100644
index 0000000..ba1dc57
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_star_half_black_48dp.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_switch_thumb_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_switch_thumb_material.xml
new file mode 100644
index 0000000..ee96ec2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_switch_thumb_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_tab_indicator_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_tab_indicator_material.xml
new file mode 100644
index 0000000..1a8de1b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_text_cursor_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_text_cursor_material.xml
new file mode 100644
index 0000000..885670c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_text_cursor_material.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_textfield_search_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_textfield_search_material.xml
new file mode 100644
index 0000000..0887396
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/abc_textfield_search_material.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_mtrl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_mtrl.xml
new file mode 100644
index 0000000..464a450
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_mtrl.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml
new file mode 100644
index 0000000..77d5418
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_mtrl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_mtrl.xml
new file mode 100644
index 0000000..f21429f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_mtrl.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml
new file mode 100644
index 0000000..9d30913
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_mtrl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_mtrl.xml
new file mode 100644
index 0000000..170e82d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_mtrl.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_to_on_mtrl_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_to_on_mtrl_animation.xml
new file mode 100644
index 0000000..84561d0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_off_to_on_mtrl_animation.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_mtrl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_mtrl.xml
new file mode 100644
index 0000000..ce2116a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_mtrl.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_to_off_mtrl_animation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_to_off_mtrl_animation.xml
new file mode 100644
index 0000000..2108cf1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/btn_radio_on_to_off_mtrl_animation.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/test_level_drawable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/test_level_drawable.xml
new file mode 100644
index 0000000..41dadfd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/test_level_drawable.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_dark.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_dark.xml
new file mode 100644
index 0000000..43c2f99
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_dark.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_light.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_light.xml
new file mode 100644
index 0000000..20966d5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/drawable/tooltip_frame_light.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml
new file mode 100644
index 0000000..3db122b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml
new file mode 100644
index 0000000..47f65a0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml
new file mode 100644
index 0000000..3db122b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml
new file mode 100644
index 0000000..47f65a0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml
new file mode 100644
index 0000000..956d389
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml
new file mode 100644
index 0000000..956d389
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/fast_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/fast_out_slow_in.xml
new file mode 100644
index 0000000..14950d3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/interpolator/fast_out_slow_in.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-v26/abc_screen_toolbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-v26/abc_screen_toolbar.xml
new file mode 100644
index 0000000..8d2ea46
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-v26/abc_screen_toolbar.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml
new file mode 100644
index 0000000..773065d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_title_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_title_material.xml
new file mode 100644
index 0000000..b4efb43
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout-watch-v20/abc_alert_dialog_title_material.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_title_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_title_item.xml
new file mode 100644
index 0000000..194afb7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_title_item.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_up_container.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_up_container.xml
new file mode 100644
index 0000000..f46550a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_bar_up_container.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_item_layout.xml
new file mode 100644
index 0000000..05c6904
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_item_layout.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_layout.xml
new file mode 100644
index 0000000..43b134a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_menu_layout.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_bar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_bar.xml
new file mode 100644
index 0000000..96783f8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_bar.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_close_item_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_close_item_material.xml
new file mode 100644
index 0000000..e164d4c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_action_mode_close_item_material.xml
@@ -0,0 +1,30 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view.xml
new file mode 100644
index 0000000..de897b6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view_list_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view_list_item.xml
new file mode 100644
index 0000000..cf8cb1a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_activity_chooser_view_list_item.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_button_bar_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_button_bar_material.xml
new file mode 100644
index 0000000..7a31242
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_button_bar_material.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000..239cb2a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_title_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_title_material.xml
new file mode 100644
index 0000000..75c6755
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_alert_dialog_title_material.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_cascading_menu_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_cascading_menu_item_layout.xml
new file mode 100644
index 0000000..f711884
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_cascading_menu_item_layout.xml
@@ -0,0 +1,82 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_dialog_title_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000..2cd3850
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_dialog_title_material.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_expanded_menu_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_expanded_menu_layout.xml
new file mode 100644
index 0000000..ef53055
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_expanded_menu_layout.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_checkbox.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_checkbox.xml
new file mode 100644
index 0000000..d9c3f06
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_checkbox.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_icon.xml
new file mode 100644
index 0000000..d6b71db
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_icon.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_layout.xml
new file mode 100644
index 0000000..c84e04e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_layout.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_radio.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_radio.xml
new file mode 100644
index 0000000..0ca8d7a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_list_menu_item_radio.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_header_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_header_item_layout.xml
new file mode 100644
index 0000000..9545b11
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_header_item_layout.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_item_layout.xml
new file mode 100644
index 0000000..5b6b87b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_popup_menu_item_layout.xml
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_content_include.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000..9d079f7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_content_include.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple.xml
new file mode 100644
index 0000000..894fbda
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple_overlay_action_mode.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000..ede2834
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_toolbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000..64d7321
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_screen_toolbar.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_dropdown_item_icons_2line.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_dropdown_item_icons_2line.xml
new file mode 100644
index 0000000..b81d5d8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_view.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_view.xml
new file mode 100644
index 0000000..33d25d9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_search_view.xml
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_select_dialog_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000..5891c81
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_select_dialog_material.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_tooltip.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_tooltip.xml
new file mode 100644
index 0000000..1421cd4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/abc_tooltip.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_item_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000..677b178
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_item_material.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_multichoice_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000..60f3576
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,33 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_singlechoice_material.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000..4d10fc7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,33 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/support_simple_spinner_dropdown_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/support_simple_spinner_dropdown_item.xml
new file mode 100644
index 0000000..d2f177a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/layout/support_simple_spinner_dropdown_item.xml
@@ -0,0 +1,25 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-af/values-af.xml
new file mode 100644
index 0000000..e6b7af7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-af/values-af.xml
@@ -0,0 +1,31 @@
+
+
+ "Gaan na tuisskerm"
+ "Gaan op"
+ "Nog opsies"
+ "Klaar"
+ "Sien alles"
+ "Kies \'n program"
+ "AF"
+ "AAN"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Funksie+"
+ "Meta+"
+ "Shift+"
+ "spasiebalk"
+ "Simbool+"
+ "Kieslys+"
+ "Soek …"
+ "Vee navraag uit"
+ "Soektognavraag"
+ "Soek"
+ "Dien navraag in"
+ "Stemsoektog"
+ "Deel met"
+ "Deel met %s"
+ "Vou in"
+ "Soek"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-am/values-am.xml
new file mode 100644
index 0000000..6d1d503
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-am/values-am.xml
@@ -0,0 +1,31 @@
+
+
+ "መነሻ ዳስስ"
+ "ወደ ላይ ያስሱ"
+ "ተጨማሪ አማራጮች"
+ "ተከናውኗል"
+ "ሁሉንም ይመልከቱ"
+ "አንድ መተግበሪያ ይምረጡ"
+ "አጥፋ"
+ "አብራ"
+ "Alt+"
+ "Ctrl+"
+ "ሰርዝ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ክፍተት"
+ "Sym+"
+ "Menu+"
+ "ይፈልጉ…"
+ "መጠይቅ አጽዳ"
+ "የፍለጋ መጠይቅ"
+ "ፍለጋ"
+ "መጠይቅ አስገባ"
+ "የድምጽ ፍለጋ"
+ "አጋራ በ"
+ "ለ%s አጋራ"
+ "ሰብስብ"
+ "ፍለጋ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ar/values-ar.xml
new file mode 100644
index 0000000..481bf82
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ar/values-ar.xml
@@ -0,0 +1,31 @@
+
+
+ "التوجه إلى المنزل"
+ "التنقل إلى أعلى"
+ "خيارات أكثر"
+ "تم"
+ "عرض الكل"
+ "اختيار تطبيق"
+ "إيقاف"
+ "مفعّلة"
+ "Alt+"
+ "Ctrl+"
+ "حذف"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "فضاء"
+ "Sym+"
+ "القائمة+"
+ "بحث…"
+ "محو طلب البحث"
+ "طلب بحث"
+ "البحث"
+ "إرسال طلب البحث"
+ "بحث صوتي"
+ "مشاركة مع"
+ "مشاركة مع %s"
+ "تصغير"
+ "البحث"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-as/values-as.xml
new file mode 100644
index 0000000..35b3fbd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-as/values-as.xml
@@ -0,0 +1,31 @@
+
+
+ "গৃহ পৃষ্ঠালৈ যাওক"
+ "ওপৰলৈ যাওক"
+ "অধিক বিকল্প"
+ "সম্পন্ন হ’ল"
+ "সকলো চাওক"
+ "কোনো এপ্ বাছনি কৰক"
+ "অফ"
+ "অন"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "সন্ধান কৰক…"
+ "সন্ধান কৰা প্ৰশ্ন মচক"
+ "সন্ধান কৰা প্ৰশ্ন"
+ "সন্ধান কৰক"
+ "প্ৰশ্ন দাখিল কৰক"
+ "কণ্ঠধ্বনিৰ দ্বাৰা সন্ধান"
+ "ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক"
+ "%sৰ জৰিয়তে শ্বেয়াৰ কৰক"
+ "সংকোচন কৰক"
+ "সন্ধান"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-az/values-az.xml
new file mode 100644
index 0000000..6a401ed
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-az/values-az.xml
@@ -0,0 +1,31 @@
+
+
+ "Əsas səhifəyə keçin"
+ "Yuxarı keçin"
+ "Digər seçimlər"
+ "Hazırdır"
+ "Hamısına baxın"
+ "Tətbiq seçin"
+ "DEAKTİV"
+ "AKTİV"
+ "Alt+"
+ "Ctrl+"
+ "silin"
+ "daxil olun"
+ "Funksiya+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menyu+"
+ "Axtarış..."
+ "Sorğunu silin"
+ "Axtarış sorğusu"
+ "Axtarın"
+ "Sorğunu göndərin"
+ "Səsli axtarış"
+ "Paylaşın"
+ "%s ilə paylaşın"
+ "Yığcamlaşdırın"
+ "Axtarın"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
new file mode 100644
index 0000000..40e7cef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -0,0 +1,31 @@
+
+
+ "Idite na početnu"
+ "Idite nagore"
+ "Još opcija"
+ "Gotovo"
+ "Prikaži sve"
+ "Izaberite aplikaciju"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "taster za razmak"
+ "Sym+"
+ "Menu+"
+ "Pretražite…"
+ "Obrišite upit"
+ "Pretražite upit"
+ "Pretražite"
+ "Pošaljite upit"
+ "Glasovna pretraga"
+ "Delite pomoću"
+ "Delite pomoću aplikacije %s"
+ "Skupi"
+ "Pretražite"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-be/values-be.xml
new file mode 100644
index 0000000..6ed8db0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-be/values-be.xml
@@ -0,0 +1,31 @@
+
+
+ "Перайсці на галоўную старонку"
+ "Перайсці ўверх"
+ "Дадатковыя параметры"
+ "Гатова"
+ "Паказаць усе"
+ "Выберыце праграму"
+ "ВЫКЛ."
+ "УКЛ."
+ "Alt +"
+ "Ctrl +"
+ "Delete"
+ "Enter"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "Прабел"
+ "Sym +"
+ "Меню +"
+ "Пошук…"
+ "Выдаліць запыт"
+ "Пошукавы запыт"
+ "Пошук"
+ "Адправіць запыт"
+ "Галасавы пошук"
+ "Абагуліць праз"
+ "Абагуліць праз праграму \"%s\""
+ "Згарнуць"
+ "Пошук"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bg/values-bg.xml
new file mode 100644
index 0000000..b8197fd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bg/values-bg.xml
@@ -0,0 +1,31 @@
+
+
+ "Навигиране към началния екран"
+ "Навигиране нагоре"
+ "Още опции"
+ "Готово"
+ "Преглед на всички"
+ "Изберете приложение"
+ "ИЗКЛ."
+ "ВКЛ."
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "клавиша за интервал"
+ "Sym+"
+ "Menu+"
+ "Търсете…"
+ "Изчистване на заявката"
+ "Заявка за търсене"
+ "Търсене"
+ "Изпращане на заявката"
+ "Гласово търсене"
+ "Споделяне със:"
+ "Споделяне със: %s"
+ "Свиване"
+ "Търсене"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bn/values-bn.xml
new file mode 100644
index 0000000..bb35f9c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bn/values-bn.xml
@@ -0,0 +1,31 @@
+
+
+ "হোমে নেভিগেট করুন"
+ "উপরে নেভিগেট করুন"
+ "আরও বিকল্প"
+ "হয়ে গেছে"
+ "সবগুলি দেখুন"
+ "একটি অ্যাপ বেছে নিন"
+ "বন্ধ আছে"
+ "চালু করুন"
+ "Alt+"
+ "Ctrl+"
+ "মুছুন"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "সার্চ করুন…"
+ "কোয়েরি মুছে ফেলুন"
+ "সার্চ কোয়েরি"
+ "সার্চ করুন"
+ "কোয়েরি জমা দিন"
+ "ভয়েস সার্চ করুন"
+ "শেয়ার করুন"
+ "%s-এর সাথে শেয়ার করুন"
+ "সঙ্কুচিত করুন"
+ "সার্চ করুন"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bs/values-bs.xml
new file mode 100644
index 0000000..4e55146
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-bs/values-bs.xml
@@ -0,0 +1,31 @@
+
+
+ "Vratite se na početnu stranicu"
+ "Idi gore"
+ "Više opcija"
+ "Gotovo"
+ "Prikaži sve"
+ "Odaberite aplikaciju"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "razmak"
+ "Sym+"
+ "Menu+"
+ "Pretražite..."
+ "Obriši upit"
+ "Pretraži upit"
+ "Pretraži"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeli sa"
+ "Dijeli putem aplikacije %s"
+ "Suzi"
+ "Pretražite"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ca/values-ca.xml
new file mode 100644
index 0000000..0965d7f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ca/values-ca.xml
@@ -0,0 +1,31 @@
+
+
+ "Navega fins a la pàgina d\'inici"
+ "Navega cap amunt"
+ "Més opcions"
+ "Fet"
+ "Mostra-ho tot"
+ "Selecciona una aplicació"
+ "DESACTIVA"
+ "ACTIVA"
+ "Alt+"
+ "Ctrl+"
+ "Supr"
+ "Retorn"
+ "Funció+"
+ "Meta+"
+ "Maj+"
+ "Espai"
+ "Sym+"
+ "Menú+"
+ "Cerca…"
+ "Esborra la consulta"
+ "Consulta de cerca"
+ "Cerca"
+ "Envia la consulta"
+ "Cerca per veu"
+ "Comparteix amb"
+ "Comparteix amb %s"
+ "Replega"
+ "Cerca"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..98e2c38
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-cs/values-cs.xml
@@ -0,0 +1,31 @@
+
+
+ "Přejít na plochu"
+ "Přejít nahoru"
+ "Další možnosti"
+ "Hotovo"
+ "Zobrazit vše"
+ "Vybrat aplikaci"
+ "VYP"
+ "ZAP"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "mezerník"
+ "Sym+"
+ "Menu+"
+ "Vyhledat…"
+ "Smazat dotaz"
+ "Dotaz pro vyhledávání"
+ "Hledat"
+ "Odeslat dotaz"
+ "Hlasové vyhledávání"
+ "Sdílet s"
+ "Sdílet s aplikací %s"
+ "Sbalit"
+ "Hledat"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-da/values-da.xml
new file mode 100644
index 0000000..ad6a80d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-da/values-da.xml
@@ -0,0 +1,31 @@
+
+
+ "Find hjem"
+ "Gå op"
+ "Flere valgmuligheder"
+ "Udfør"
+ "Se alle"
+ "Vælg en app"
+ "FRA"
+ "TIL"
+ "Alt+"
+ "Ctrl+"
+ "slet"
+ "enter"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "mellemrum"
+ "Sym+"
+ "Menu+"
+ "Søg…"
+ "Ryd forespørgsel"
+ "Søgeforespørgsel"
+ "Søg"
+ "Indsend forespørgsel"
+ "Talesøgning"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ "Søg"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-de/values-de.xml
new file mode 100644
index 0000000..b8492ea
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-de/values-de.xml
@@ -0,0 +1,31 @@
+
+
+ "Zur Startseite"
+ "Nach oben"
+ "Weitere Optionen"
+ "Fertig"
+ "Alle anzeigen"
+ "App auswählen"
+ "AUS"
+ "AN"
+ "Alt +"
+ "Strg +"
+ "Löschen"
+ "Eingabetaste"
+ "Funktionstaste +"
+ "Meta-Taste +"
+ "Umschalttaste +"
+ "Leertaste"
+ "Sym-Taste +"
+ "Menütaste +"
+ "Suchen…"
+ "Suchanfrage löschen"
+ "Suchanfrage"
+ "Suche"
+ "Anfrage senden"
+ "Sprachsuche"
+ "Teilen mit"
+ "Mit %s teilen"
+ "Minimieren"
+ "Suche"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-el/values-el.xml
new file mode 100644
index 0000000..8ccb206
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-el/values-el.xml
@@ -0,0 +1,31 @@
+
+
+ "Πλοήγηση στην αρχική σελίδα"
+ "Πλοήγηση προς τα επάνω"
+ "Περισσότερες επιλογές"
+ "Τέλος"
+ "Εμφάνιση όλων"
+ "Επιλέξτε μια εφαρμογή"
+ "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "ΕΝΕΡΓΟΠΟΙΗΣΗ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "διάστημα"
+ "Sym+"
+ "Menu+"
+ "Αναζήτηση…"
+ "Διαγραφή ερωτήματος"
+ "Ερώτημα αναζήτησης"
+ "Αναζήτηση"
+ "Υποβολή ερωτήματος"
+ "Φωνητική αναζήτηση"
+ "Κοινοποίηση σε"
+ "Κοινοποίηση στην εφαρμογή %s"
+ "Σύμπτυξη"
+ "Αναζήτηση"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rAU/values-en-rAU.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..da4f665
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "Search"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rCA/values-en-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rCA/values-en-rCA.xml
new file mode 100644
index 0000000..da4f665
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rCA/values-en-rCA.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "Search"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..da4f665
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "Search"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rIN/values-en-rIN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..da4f665
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "Search"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rXC/values-en-rXC.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rXC/values-en-rXC.xml
new file mode 100644
index 0000000..e57ba77
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-en-rXC/values-en-rXC.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigate home"
+ "Navigate up"
+ "More options"
+ "Done"
+ "See all"
+ "Choose an app"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Search…"
+ "Clear query"
+ "Search query"
+ "Search"
+ "Submit query"
+ "Voice search"
+ "Share with"
+ "Share with %s"
+ "Collapse"
+ "Search"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..555c72f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,31 @@
+
+
+ "Navegar a la página principal"
+ "Navegar hacia arriba"
+ "Más opciones"
+ "Listo"
+ "Ver todas"
+ "Elegir una app"
+ "DESACTIVAR"
+ "ACTIVAR"
+ "Alt+"
+ "Ctrl+"
+ "borrar"
+ "intro"
+ "Función+"
+ "Meta+"
+ "Mayúscula+"
+ "espacio"
+ "Sym+"
+ "Menú+"
+ "Buscar…"
+ "Borrar consulta"
+ "Búsqueda"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Contraer"
+ "Buscar"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es/values-es.xml
new file mode 100644
index 0000000..bfc815d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-es/values-es.xml
@@ -0,0 +1,31 @@
+
+
+ "Ir a inicio"
+ "Desplazarse hacia arriba"
+ "Más opciones"
+ "Hecho"
+ "Ver todo"
+ "Seleccionar una aplicación"
+ "DESACTIVADO"
+ "ACTIVADO"
+ "Alt +"
+ "Ctrl +"
+ "Suprimir"
+ "Intro"
+ "Función +"
+ "Meta +"
+ "Mayús +"
+ "Espacio"
+ "Sym +"
+ "Menú +"
+ "Buscar…"
+ "Borrar consulta"
+ "Consulta de búsqueda"
+ "Buscar"
+ "Enviar consulta"
+ "Búsqueda por voz"
+ "Compartir con"
+ "Compartir con %s"
+ "Ocultar"
+ "Buscar"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-et/values-et.xml
new file mode 100644
index 0000000..94ec061
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-et/values-et.xml
@@ -0,0 +1,31 @@
+
+
+ "Liigu avalehele"
+ "Liigu üles"
+ "Rohkem valikuid"
+ "Valmis"
+ "Kuva kõik"
+ "Valige rakendus"
+ "VÄLJAS"
+ "SEES"
+ "Alt +"
+ "Ctrl +"
+ "kustuta"
+ "sisestusklahv"
+ "Funktsiooniklahv +"
+ "Meta +"
+ "Tõstuklahv +"
+ "tühik"
+ "Sym +"
+ "Menüü +"
+ "Otsige …"
+ "Päringu tühistamine"
+ "Otsingupäring"
+ "Otsing"
+ "Päringu esitamine"
+ "Häälotsing"
+ "Jaga:"
+ "Jagamine rakendusega %s"
+ "Ahendamine"
+ "Otsing"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-eu/values-eu.xml
new file mode 100644
index 0000000..0d6dc00
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-eu/values-eu.xml
@@ -0,0 +1,31 @@
+
+
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Eginda"
+ "Ikusi guztiak"
+ "Aukeratu aplikazio bat"
+ "DESAKTIBATU"
+ "AKTIBATU"
+ "Alt +"
+ "Ktrl +"
+ "ezabatu"
+ "sartu"
+ "Funtzioa +"
+ "Meta +"
+ "Maius +"
+ "zuriunea"
+ "Sym +"
+ "Menua +"
+ "Bilatu…"
+ "Garbitu kontsulta"
+ "Bilaketa-kontsulta"
+ "Bilatu"
+ "Bidali kontsulta"
+ "Ahozko bilaketa"
+ "Partekatu honekin"
+ "Partekatu %s aplikazioarekin"
+ "Tolestu"
+ "Bilatu"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fa/values-fa.xml
new file mode 100644
index 0000000..b0f7acf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fa/values-fa.xml
@@ -0,0 +1,31 @@
+
+
+ "پیمایش به صفحه اصلی"
+ "رفتن به بالا"
+ "گزینههای بیشتر"
+ "تمام"
+ "دیدن همه"
+ "انتخاب برنامه"
+ "خاموش"
+ "روشن"
+ "Alt+"
+ "Ctrl+"
+ "حذف"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "فاصله"
+ "Sym+"
+ "منو+"
+ "جستجو…"
+ "پاک کردن پُرسمان"
+ "درخواست جستجو"
+ "جستجو"
+ "ارسال پُرسمان"
+ "جستجوی گفتاری"
+ "همرسانی با"
+ "همرسانی با %s"
+ "کوچک کردن"
+ "جستجو"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..ce67c94
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fi/values-fi.xml
@@ -0,0 +1,31 @@
+
+
+ "Siirry etusivulle"
+ "Siirry ylös"
+ "Lisäasetukset"
+ "Valmis"
+ "Näytä kaikki"
+ "Valitse sovellus"
+ "POIS PÄÄLTÄ"
+ "PÄÄLLÄ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Fn+"
+ "Meta+"
+ "Vaihto+"
+ "välilyönti"
+ "Sym+"
+ "Valikko+"
+ "Haku…"
+ "Tyhjennä kysely"
+ "Hakukysely"
+ "Haku"
+ "Lähetä kysely"
+ "Puhehaku"
+ "Jaa…"
+ "Jaa: %s"
+ "Tiivistä"
+ "Haku"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..e7bde50
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,31 @@
+
+
+ "Revenir à l\'accueil"
+ "Revenir en arrière"
+ "Autres options"
+ "Terminé"
+ "Tout afficher"
+ "Sélectionner une application"
+ "DÉSACTIVER"
+ "ACTIVER"
+ "Alt+"
+ "Ctrl+"
+ "supprimer"
+ "entrée"
+ "Fonction+"
+ "Méta+"
+ "Maj+"
+ "espace"
+ "Sym+"
+ "Menu+"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+ "Rechercher"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..d177668
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-fr/values-fr.xml
@@ -0,0 +1,31 @@
+
+
+ "Revenir à l\'accueil"
+ "Revenir en haut de la page"
+ "Autres options"
+ "OK"
+ "Tout afficher"
+ "Sélectionner une application"
+ "NON"
+ "OUI"
+ "Alt+"
+ "Ctrl+"
+ "supprimer"
+ "entrée"
+ "Fonction+"
+ "Méta+"
+ "Maj+"
+ "espace"
+ "Sym+"
+ "Menu+"
+ "Rechercher…"
+ "Effacer la requête"
+ "Requête de recherche"
+ "Rechercher"
+ "Envoyer la requête"
+ "Recherche vocale"
+ "Partager avec"
+ "Partager avec %s"
+ "Réduire"
+ "Rechercher"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gl/values-gl.xml
new file mode 100644
index 0000000..7192e88
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gl/values-gl.xml
@@ -0,0 +1,31 @@
+
+
+ "Vai ao inicio"
+ "Vai cara arriba"
+ "Máis opcións"
+ "Feito"
+ "Ver todo"
+ "Selecciona unha aplicación"
+ "DESACTIVADO"
+ "ACTIVADO"
+ "Alt +"
+ "Ctrl +"
+ "eliminar"
+ "intro"
+ "Función +"
+ "Meta +"
+ "Maiús +"
+ "espazo"
+ "Sym +"
+ "Menú +"
+ "Busca…"
+ "Borra a consulta"
+ "Busca a consulta"
+ "Realiza buscas"
+ "Envía a consulta"
+ "Busca por voz"
+ "Comparte contido con"
+ "Comparte contido coa aplicación %s"
+ "Contrae"
+ "Buscar"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gu/values-gu.xml
new file mode 100644
index 0000000..40e9edf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-gu/values-gu.xml
@@ -0,0 +1,31 @@
+
+
+ "ઘરનો રસ્તો બતાવો"
+ "ઉપર નૅવિગેટ કરો"
+ "વધુ વિકલ્પો"
+ "થઈ ગયું"
+ "બધી જુઓ"
+ "ઍપ્લિકેશન પસંદ કરો"
+ "બંધ"
+ "ચાલુ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "શોધો…"
+ "ક્વેરી સાફ કરો"
+ "શોધ ક્વેરી"
+ "શોધો"
+ "ક્વેરી સબમિટ કરો"
+ "વૉઇસ શોધ"
+ "આની સાથે શેર કરો"
+ "%sની સાથે શેર કરો"
+ "સંકુચિત કરો"
+ "શોધો"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-h720dp-v13/values-h720dp-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-h720dp-v13/values-h720dp-v13.xml
new file mode 100644
index 0000000..e38bb90
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-h720dp-v13/values-h720dp-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 54dip
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hdpi-v4/values-hdpi-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hdpi-v4/values-hdpi-v4.xml
new file mode 100644
index 0000000..d5a138e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hdpi-v4/values-hdpi-v4.xml
@@ -0,0 +1,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hi/values-hi.xml
new file mode 100644
index 0000000..04f8a0d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hi/values-hi.xml
@@ -0,0 +1,31 @@
+
+
+ "होम पेज पर जाएं"
+ "वापस जाएं"
+ "ज़्यादा विकल्प"
+ "हो गया"
+ "सभी देखें"
+ "कोई ऐप्लिकेशन चुनें"
+ "बंद"
+ "चालू"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "खोजें…"
+ "क्वेरी हटाएं"
+ "सर्च क्वेरी"
+ "खोजें"
+ "क्वेरी सबमिट करें"
+ "बोलकर खोजें"
+ "इससे शेयर करें:"
+ "%s से शेयर करें"
+ "छोटा करें"
+ "खोजें"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hr/values-hr.xml
new file mode 100644
index 0000000..00d0532
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hr/values-hr.xml
@@ -0,0 +1,31 @@
+
+
+ "Idi na početnu"
+ "Natrag"
+ "Više opcija"
+ "Gotovo"
+ "Prikaži sve"
+ "Odabir aplikacije"
+ "ISKLJUČENO"
+ "UKLJUČENO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "svemir"
+ "Sym+"
+ "Menu+"
+ "Pretražite…"
+ "Izbriši upit"
+ "Upit za pretraživanje"
+ "Pretraži"
+ "Pošalji upit"
+ "Glasovno pretraživanje"
+ "Dijeli s"
+ "Dijeli putem aplikacije %s"
+ "Sažmi"
+ "Pretraži"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..ea65dae
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hu/values-hu.xml
@@ -0,0 +1,31 @@
+
+
+ "Ugrás a főoldalra"
+ "Fel"
+ "További lehetőségek"
+ "Kész"
+ "Az összes megtekintése"
+ "Válasszon alkalmazást"
+ "KI"
+ "BE"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Szóköz"
+ "Sym+"
+ "Menu+"
+ "Keresés…"
+ "Lekérdezés törlése"
+ "Keresési lekérdezés"
+ "Keresés"
+ "Lekérdezés küldése"
+ "Hangalapú keresés"
+ "Megosztás a következővel:"
+ "Megosztás a következő alkalmazással: %s"
+ "Összecsukás"
+ "Keresés"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hy/values-hy.xml
new file mode 100644
index 0000000..d6187ff
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-hy/values-hy.xml
@@ -0,0 +1,31 @@
+
+
+ "Անցնել գլխավոր էջ"
+ "Անցնել վերև"
+ "Այլ ընտրանքներ"
+ "Պատրաստ է"
+ "Տեսնել բոլորը"
+ "Ընտրել հավելված"
+ "ԱՆՋԱՏԵԼ"
+ "ՄԻԱՑՆԵԼ"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "բացատ"
+ "Sym+"
+ "Menu+"
+ "Որոնում…"
+ "Ջնջել հարցումը"
+ "Որոնման հարցում"
+ "Որոնել"
+ "Ուղարկել հարցումը"
+ "Ձայնային որոնում"
+ "Կիսվել…"
+ "Կիսվել %s հավելվածի միջոցով"
+ "Ծալել"
+ "Որոնել"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-in/values-in.xml
new file mode 100644
index 0000000..82a3627
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-in/values-in.xml
@@ -0,0 +1,31 @@
+
+
+ "Tunjukkan jalan ke rumah"
+ "Kembali ke atas"
+ "Opsi lain"
+ "Selesai"
+ "Lihat semua"
+ "Pilih aplikasi"
+ "NONAKTIF"
+ "AKTIF"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "spasi"
+ "Sym+"
+ "Menu+"
+ "Telusuri..."
+ "Hapus kueri"
+ "Telusuri kueri"
+ "Telusuri"
+ "Kirim kueri"
+ "Penelusuran suara"
+ "Bagikan dengan"
+ "Bagikan dengan %s"
+ "Ciutkan"
+ "Telusuri"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-is/values-is.xml
new file mode 100644
index 0000000..edcc0c6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-is/values-is.xml
@@ -0,0 +1,31 @@
+
+
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Lokið"
+ "Sjá allt"
+ "Veldu forrit"
+ "SLÖKKT"
+ "KVEIKT"
+ "Alt+"
+ "Ctrl+"
+ "eyða"
+ "enter"
+ "Aðgerðarlykill+"
+ "Meta+"
+ "Shift+"
+ "bilslá"
+ "Sym+"
+ "Valmynd+"
+ "Leita…"
+ "Hreinsa fyrirspurn"
+ "Leitarfyrirspurn"
+ "Leit"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Deila með"
+ "Deila með %s"
+ "Minnka"
+ "Leit"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-it/values-it.xml
new file mode 100644
index 0000000..4eeb05a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-it/values-it.xml
@@ -0,0 +1,31 @@
+
+
+ "Portami a casa"
+ "Torna indietro"
+ "Altre opzioni"
+ "Fine"
+ "Mostra tutto"
+ "Scelta di un\'app"
+ "OFF"
+ "ON"
+ "ALT +"
+ "CTRL +"
+ "CANC"
+ "INVIO"
+ "FUNZIONE +"
+ "META +"
+ "MAIUSC +"
+ "SPAZIO"
+ "SYM +"
+ "MENU +"
+ "Cerca…"
+ "Cancella query"
+ "Query di ricerca"
+ "Cerca"
+ "Invia query"
+ "Ricerca vocale"
+ "Condividi con"
+ "Condividi tramite %s"
+ "Comprimi"
+ "Cerca"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-iw/values-iw.xml
new file mode 100644
index 0000000..f84485b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-iw/values-iw.xml
@@ -0,0 +1,31 @@
+
+
+ "ניווט לדף הבית"
+ "ניווט למעלה"
+ "עוד אפשרויות"
+ "סיום"
+ "הצגת הכול"
+ "בחירת אפליקציה"
+ "כבוי"
+ "מופעל"
+ "Alt+"
+ "Ctrl+"
+ "מחיקה"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "רווח"
+ "Sym+"
+ "תפריט+"
+ "חיפוש…"
+ "מחיקת השאילתה"
+ "שאילתת חיפוש"
+ "חיפוש"
+ "שליחת שאילתה"
+ "חיפוש קולי"
+ "שיתוף עם"
+ "שיתוף עם %s"
+ "כיווץ"
+ "חיפוש"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..d39d888
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ja/values-ja.xml
@@ -0,0 +1,31 @@
+
+
+ "ホームに戻る"
+ "前に戻る"
+ "その他のオプション"
+ "完了"
+ "すべて表示"
+ "アプリの選択"
+ "OFF"
+ "ON"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Space"
+ "Sym+"
+ "Menu+"
+ "検索…"
+ "検索キーワードを削除"
+ "検索キーワード"
+ "検索"
+ "検索キーワードを送信"
+ "音声検索"
+ "共有"
+ "%sと共有"
+ "折りたたむ"
+ "検索"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ka/values-ka.xml
new file mode 100644
index 0000000..642d3f1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ka/values-ka.xml
@@ -0,0 +1,31 @@
+
+
+ "მთავარზე გადასვლა"
+ "ზემოთ გადასვლა"
+ "სხვა ვარიანტები"
+ "მზადაა"
+ "ყველას ნახვა"
+ "აირჩიეთ აპი"
+ "გამორთვა"
+ "ჩართვა"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "შორისი"
+ "Sym+"
+ "Menu+"
+ "ძიება…"
+ "მოთხოვნის გასუფთავება"
+ "მოთხოვნის ძიება"
+ "ძიება"
+ "მოთხოვნის გადაგზავნა"
+ "ხმოვანი ძიება"
+ "გაზიარება:"
+ "%s-ით გაზიარება"
+ "ჩაკეცვა"
+ "ძიება"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kk/values-kk.xml
new file mode 100644
index 0000000..2131d8f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kk/values-kk.xml
@@ -0,0 +1,31 @@
+
+
+ "Негізгі бетке өту"
+ "Жоғары қарай өту"
+ "Басқа опциялар"
+ "Дайын"
+ "Барлығын көру"
+ "Қолданбаны таңдау"
+ "ӨШІРУ"
+ "ҚОСУ"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "бос орын"
+ "Sym+"
+ "Menu+"
+ "Іздеу…"
+ "Сұрауды өшіру"
+ "Іздеу сұрауы"
+ "Іздеу"
+ "Сұрауды жіберу"
+ "Дауыспен іздеу"
+ "Бөлісу"
+ "%s қолданбасымен бөлісу"
+ "Жию"
+ "Іздеу"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-km/values-km.xml
new file mode 100644
index 0000000..49d432c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-km/values-km.xml
@@ -0,0 +1,31 @@
+
+
+ "ទៅទំព័រដើម"
+ "រំកិលឡើងលើ"
+ "ជម្រើសច្រើនទៀត"
+ "រួចរាល់"
+ "មើលទាំងអស់"
+ "ជ្រើសរើសកម្មវិធី"
+ "បិទ"
+ "បើក"
+ "Alt+"
+ "Ctrl+"
+ "លុប"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ស្វែងរក…"
+ "សម្អាតសំណួរ"
+ "ស្វែងរកសំណួរ"
+ "ស្វែងរក"
+ "ដាក់បញ្ជូនសំណួរ"
+ "ស្វែងរកតាមសំឡេង"
+ "ចែករំលែកជាមួយ"
+ "ចែករំលែកជាមួយ %s"
+ "បង្រួម"
+ "ស្វែងរក"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kn/values-kn.xml
new file mode 100644
index 0000000..bacc180
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-kn/values-kn.xml
@@ -0,0 +1,31 @@
+
+
+ "ಹೋಮ್ಗೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಮುಗಿದಿದೆ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "ಆ್ಯಪ್ವೊಂದನ್ನು ಆಯ್ಕೆಮಾಡಿ"
+ "ಆಫ್"
+ "ಆನ್"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ಹುಡುಕಿ…"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಹುಡುಕಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸಿ"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "%s ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಕುಗ್ಗಿಸಿ"
+ "ಹುಡುಕಿ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..66a938a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ko/values-ko.xml
@@ -0,0 +1,31 @@
+
+
+ "홈으로 이동"
+ "위로 이동"
+ "추가 옵션"
+ "완료"
+ "전체 보기"
+ "앱 선택"
+ "사용 중지"
+ "사용"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "스페이스바"
+ "Sym+"
+ "Menu+"
+ "검색..."
+ "검색어 삭제"
+ "검색어"
+ "검색"
+ "검색어 보내기"
+ "음성 검색"
+ "공유 대상:"
+ "%s과(와) 공유"
+ "접기"
+ "검색"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ky/values-ky.xml
new file mode 100644
index 0000000..5f7d0a6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ky/values-ky.xml
@@ -0,0 +1,31 @@
+
+
+ "Башкы бетке чабыттоо"
+ "Мурунку экранга өтүү"
+ "Дагы параметрлер"
+ "Бүттү"
+ "Баарын көрүү"
+ "Колдонмо тандоо"
+ "ӨЧҮК"
+ "КҮЙҮК"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "боштук"
+ "Sym+"
+ "Menu+"
+ "Издөө…"
+ "Сурамды өчүрүү"
+ "Изделген сурам"
+ "Издөө"
+ "Сурам тапшыруу"
+ "Айтып издөө"
+ "Төмөнкү менен бөлүшүү"
+ "%s аркылуу бөлүшүү"
+ "Жыйыштыруу"
+ "Издөө"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-land/values-land.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-land/values-land.xml
new file mode 100644
index 0000000..a12899f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-land/values-land.xml
@@ -0,0 +1,6 @@
+
+
+ 48dp
+ 12dp
+ 14dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-large-v4/values-large-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-large-v4/values-large-v4.xml
new file mode 100644
index 0000000..cc236eb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-large-v4/values-large-v4.xml
@@ -0,0 +1,12 @@
+
+
+ 440dp
+ - 60%
+ - 90%
+ - 60%
+ - 90%
+ - 55%
+ - 80%
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ldltr-v21/values-ldltr-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ldltr-v21/values-ldltr-v21.xml
new file mode 100644
index 0000000..1bdd835
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ldltr-v21/values-ldltr-v21.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lo/values-lo.xml
new file mode 100644
index 0000000..aa37229
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lo/values-lo.xml
@@ -0,0 +1,31 @@
+
+
+ "ກັບໄປໜ້າຫຼັກ"
+ "ເລື່ອນຂຶ້ນເທິງ"
+ "ຕົວເລືອກເພີ່ມເຕີມ"
+ "ແລ້ວໆ"
+ "ເບິ່ງທັງໝົດ"
+ "ເລືອກແອັບ"
+ "ປິດ"
+ "ເປີດ"
+ "Alt+"
+ "Ctrl+"
+ "ລຶບ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ຍະຫວ່າງ"
+ "Sym+"
+ "Menu+"
+ "ຊອກຫາ…"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
+ "ຄຳສຳລັບຄົ້ນຫາ"
+ "ຊອກຫາ"
+ "ສົ່ງຂໍ້ມູນ"
+ "ຊອກຫາດ້ວຍສຽງ"
+ "ແບ່ງປັນກັບ"
+ "ແບ່ງປັນດ້ວຍ %s"
+ "ຫຍໍ້ລົງ"
+ "ຊອກຫາ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lt/values-lt.xml
new file mode 100644
index 0000000..115349a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lt/values-lt.xml
@@ -0,0 +1,31 @@
+
+
+ "Eiti į pagrindinį puslapį"
+ "Naršyti aukštyn"
+ "Daugiau parinkčių"
+ "Atlikta"
+ "Žr. viską"
+ "Pasirinkite programą"
+ "IŠJUNGTI"
+ "ĮJUNGTI"
+ "„Alt“ +"
+ "„Ctrl“ +"
+ "„delete“"
+ "„enter“"
+ "„Function“ +"
+ "„Meta“ +"
+ "„Shift“ +"
+ "„space“"
+ "„Sym“ +"
+ "„Menu“ +"
+ "Ieškoti…"
+ "Išvalyti užklausą"
+ "Paieškos užklausa"
+ "Ieškoti"
+ "Pateikti užklausą"
+ "Paieška balsu"
+ "Bendrinti su"
+ "Bendrinti naudojant programą „%s“"
+ "Sutraukti"
+ "Ieškoti"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lv/values-lv.xml
new file mode 100644
index 0000000..aa952d9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-lv/values-lv.xml
@@ -0,0 +1,31 @@
+
+
+ "Pārvietoties uz sākuma ekrānu"
+ "Pārvietoties uz augšu"
+ "Citas opcijas"
+ "Gatavs"
+ "Skatīt visu"
+ "Izvēlieties lietotni"
+ "IZSLĒGT"
+ "IESLĒGT"
+ "Alternēšanas taustiņš +"
+ "Vadīšanas taustiņš +"
+ "dzēšanas taustiņš"
+ "ievadīšanas taustiņš"
+ "Funkcijas taustiņš +"
+ "Meta taustiņš +"
+ "Pārslēgšanas taustiņš +"
+ "atstarpes taustiņš"
+ "Simbolu taustiņš +"
+ "Poga Izvēlne +"
+ "Meklējiet…"
+ "Notīrīt vaicājumu"
+ "Meklēšanas vaicājums"
+ "Meklēt"
+ "Iesniegt vaicājumu"
+ "Meklēt ar balsi"
+ "Kopīgot ar:"
+ "Kopīgot ar lietojumprogrammu %s"
+ "Sakļaut"
+ "Meklēt"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mk/values-mk.xml
new file mode 100644
index 0000000..5bdc59e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mk/values-mk.xml
@@ -0,0 +1,31 @@
+
+
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Готово"
+ "Прикажи ги сите"
+ "Избери апликација"
+ "ИСКЛУЧЕНО"
+ "ВКЛУЧЕНО"
+ "Alt+"
+ "Ctrl+"
+ "избриши"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "вселена"
+ "Sym+"
+ "Menu+"
+ "Пребарување…"
+ "Исчисти барање"
+ "Пребарај барање"
+ "Пребарај"
+ "Испрати барање"
+ "Гласовно пребарување"
+ "Сподели со"
+ "Сподели со %s"
+ "Собери"
+ "Пребарај"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ml/values-ml.xml
new file mode 100644
index 0000000..6245822
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ml/values-ml.xml
@@ -0,0 +1,31 @@
+
+
+ "ഹോമിലേക്ക് പോവുക"
+ "മുകളിലേക്ക് പോവുക"
+ "കൂടുതൽ ഓപ്ഷനുകൾ"
+ "പൂർത്തിയായി"
+ "എല്ലാം കാണുക"
+ "ആപ്പ് തിരഞ്ഞെടുക്കുക"
+ "ഓഫ്"
+ "ഓൺ"
+ "Alt+"
+ "Ctrl+"
+ "ഇല്ലാതാക്കുക"
+ "enter"
+ "ഫംഗ്ഷന്+"
+ "മെറ്റ+"
+ "Shift+"
+ "സ്പെയ്സ്"
+ "Sym+"
+ "മെനു+"
+ "തിരയുക…"
+ "ചോദ്യം മായ്ക്കുക"
+ "ചോദ്യം തിരയുക"
+ "തിരയുക"
+ "ചോദ്യം സമർപ്പിക്കുക"
+ "സംസാരത്തിലൂടെ തിരയുക"
+ "ഇനിപ്പറയുന്നതുമായി പങ്കിടുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ചുരുക്കുക"
+ "തിരയുക"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mn/values-mn.xml
new file mode 100644
index 0000000..bc354e1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mn/values-mn.xml
@@ -0,0 +1,31 @@
+
+
+ "Нүүр хуудас уруу шилжих"
+ "Дээш шилжих"
+ "Бусад сонголт"
+ "Болсон"
+ "Бүгдийг харах"
+ "Аппыг сонгох"
+ "ИДЭВХГҮЙ"
+ "ИДЭВХТЭЙ"
+ "Alt+"
+ "Ctrl+"
+ "устгах"
+ "оруулах"
+ "Функц+"
+ "Мета+"
+ "Шифт+"
+ "зай"
+ "Sym+"
+ "Цэс+"
+ "Хайх…"
+ "Асуулга арилгах"
+ "Хайх асуулга"
+ "Хайх"
+ "Асуулга илгээх"
+ "Дуут хайлт"
+ "Дараахтай хуваалцах"
+ "%s-тай хуваалцах"
+ "Буулгах"
+ "Хайх"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mr/values-mr.xml
new file mode 100644
index 0000000..39f9355
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-mr/values-mr.xml
@@ -0,0 +1,31 @@
+
+
+ "घराकडे नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "आणखी पर्याय"
+ "पूर्ण झाले"
+ "सर्व पहा"
+ "अॅप निवडा"
+ "बंद"
+ "सुरू"
+ "Alt+"
+ "Ctrl+"
+ "हटवा"
+ "एंटर करा"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "मेनू+"
+ "शोधा…"
+ "क्वेरी साफ करा"
+ "शोध क्वेरी"
+ "शोधा"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "यांच्यासोबत शेअर करा"
+ "%s सह शेअर करा"
+ "कोलॅप्स करा"
+ "शोध"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ms/values-ms.xml
new file mode 100644
index 0000000..8207ce3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ms/values-ms.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigasi laman utama"
+ "Navigasi ke atas"
+ "Lagi pilihan"
+ "Selesai"
+ "Lihat semua"
+ "Pilih apl"
+ "MATI"
+ "HIDUP"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Fungsi+"
+ "Meta+"
+ "Shift+"
+ "ruang"
+ "Sym+"
+ "Menu+"
+ "Cari…"
+ "Kosongkan pertanyaan"
+ "Pertanyaan carian"
+ "Cari"
+ "Serah pertanyaan"
+ "Carian suara"
+ "Kongsi dengan"
+ "Kongsi dengan %s"
+ "Runtuhkan"
+ "Cari"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-my/values-my.xml
new file mode 100644
index 0000000..ccf19c4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-my/values-my.xml
@@ -0,0 +1,31 @@
+
+
+ "မူလနေရာကို ပြန်သွားရန်"
+ "အပေါ်သို့ ရွှေ့ရန်"
+ "နောက်ထပ် ရွေးစရာများ"
+ "ပြီးပြီ"
+ "အားလုံး ကြည့်ရန်"
+ "အက်ပ်တစ်ခုကို ရွေးရန်"
+ "ပိတ်"
+ "ဖွင့်"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ရှာဖွေရန်…"
+ "ရှာဖွေမှုကို ဖယ်ရှားရန်"
+ "ရှာဖွေရန် မေးခွန်း"
+ "ရှာရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်"
+ "အသံဖြင့် ရှာရန်"
+ "နှင့် မျှဝေရန်"
+ "%s ဖြင့် မျှဝေရန်"
+ "လျှော့ပြရန်"
+ "ရှာဖွေမှု"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..c0a61a6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nb/values-nb.xml
@@ -0,0 +1,31 @@
+
+
+ "Naviger hjem"
+ "Gå opp"
+ "Flere alternativer"
+ "Ferdig"
+ "Se alle"
+ "Velg en app"
+ "AV"
+ "PÅ"
+ "Alt+"
+ "Ctrl+"
+ "slett"
+ "enter"
+ "Funksjon+"
+ "Meta+"
+ "Shift+"
+ "mellomrom"
+ "Sym+"
+ "Meny+"
+ "Søk"
+ "Slett søket"
+ "Søkeord"
+ "Søk"
+ "Utfør søket"
+ "Talesøk"
+ "Del med"
+ "Del med %s"
+ "Skjul"
+ "Søk"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ne/values-ne.xml
new file mode 100644
index 0000000..0f4bfc0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ne/values-ne.xml
@@ -0,0 +1,31 @@
+
+
+ "होम पेजमा जानुहोस्"
+ "माथि नेभिगेट गर्नुहोस्"
+ "थप विकल्पहरू"
+ "सम्पन्न भयो"
+ "सबै हेर्नुहोस्"
+ "एउटा एप छान्नुहोस्"
+ "निष्क्रिय"
+ "सक्रिय"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "खोज्नुहोस्…"
+ "क्वेरी खाली गर्नुहोस्"
+ "खोज प्रश्न"
+ "खोज"
+ "क्वेरी पेस गर्नुहोस्"
+ "आवाजमा आधारित खोजी"
+ "यसमार्फत सेयर गर्नुहोस्"
+ "%s मार्फत सेयर गर्नुहोस्"
+ "संक्षिप्त गर्नुहोस्"
+ "खोज"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-night-v8/values-night-v8.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-night-v8/values-night-v8.xml
new file mode 100644
index 0000000..4185030
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-night-v8/values-night-v8.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..8550571
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-nl/values-nl.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigeren naar startpositie"
+ "Omhoog navigeren"
+ "Meer opties"
+ "Klaar"
+ "Alles tonen"
+ "Een app selecteren"
+ "UIT"
+ "AAN"
+ "Alt +"
+ "Ctrl +"
+ "Delete"
+ "Enter"
+ "Functie +"
+ "Meta +"
+ "Shift +"
+ "spatie"
+ "Sym +"
+ "Menu +"
+ "Zoeken…"
+ "Zoekopdracht wissen"
+ "Zoekopdracht"
+ "Zoeken"
+ "Zoekopdracht verzenden"
+ "Gesproken zoekopdracht"
+ "Delen met"
+ "Delen met %s"
+ "Samenvouwen"
+ "Zoeken"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-or/values-or.xml
new file mode 100644
index 0000000..110851d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-or/values-or.xml
@@ -0,0 +1,31 @@
+
+
+ "ହୋମ୍ ପେଜ୍କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
+ "ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"
+ "ଅଧିକ ବିକଳ୍ପ"
+ "ହୋଇଗଲା"
+ "ସବୁ ଦେଖନ୍ତୁ"
+ "ଗୋଟିଏ ଆପ୍ ବାଛନ୍ତୁ"
+ "ବନ୍ଦ"
+ "ଚାଲୁ ଅଛି"
+ "Alt+"
+ "Ctrl+"
+ "ଡିଲିଟ୍ କରନ୍ତୁ"
+ "ଏଣ୍ଟର୍"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "ସ୍ପେସ୍"
+ "Sym+"
+ "ମେନୁ"
+ "ସର୍ଚ୍ଚ କରନ୍ତୁ…"
+ "କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ"
+ "ସର୍ଚ୍ଚ କ୍ୱେରୀ"
+ "ସନ୍ଧାନ କରନ୍ତୁ"
+ "କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ"
+ "ଭଏସ୍ ସର୍ଚ୍ଚ"
+ "ଏହାଙ୍କ ସହ ସେୟାର୍ କରନ୍ତୁ"
+ "%s ସହ ସେୟାର୍ କରନ୍ତୁ"
+ "ସଂକୁଚିତ କରନ୍ତୁ"
+ "ସନ୍ଧାନ କରନ୍ତୁ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pa/values-pa.xml
new file mode 100644
index 0000000..eaec895
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pa/values-pa.xml
@@ -0,0 +1,31 @@
+
+
+ "ਹੋਮ \'ਤੇ ਜਾਓ"
+ "ਉੱਪਰ ਜਾਓ"
+ "ਹੋਰ ਵਿਕਲਪ"
+ "ਹੋ ਗਿਆ"
+ "ਸਭ ਦੇਖੋ"
+ "ਇੱਕ ਐਪ ਚੁਣੋ"
+ "ਬੰਦ"
+ "ਚਾਲੂ"
+ "Alt+"
+ "Ctrl+"
+ "ਮਿਟਾਓ"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "ਖੋਜ…"
+ "ਪੁੱਛਗਿੱਛ ਕਲੀਅਰ ਕਰੋ"
+ "ਖੋਜ ਪੁੱਛਗਿੱਛ"
+ "ਖੋਜ"
+ "ਪੁੱਛਗਿੱਛ ਸਪੁਰਦ ਕਰੋ"
+ "ਅਵਾਜ਼ੀ ਖੋਜ"
+ "ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
+ "%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
+ "ਸਮੇਟੋ"
+ "ਖੋਜ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..b73f2f2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pl/values-pl.xml
@@ -0,0 +1,31 @@
+
+
+ "Przejdź na stronę główną"
+ "Przejdź wyżej"
+ "Więcej opcji"
+ "Gotowe"
+ "Pokaż wszystko"
+ "Wybierz aplikację"
+ "WYŁ."
+ "WŁ."
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Funkcyjny+"
+ "Meta+"
+ "Shift+"
+ "spacja"
+ "Sym+"
+ "Menu+"
+ "Szukaj…"
+ "Wyczyść zapytanie"
+ "Zapytanie"
+ "Szukaj"
+ "Wyślij zapytanie"
+ "Wyszukiwanie głosowe"
+ "Udostępnij przez:"
+ "Udostępnij przez: %s"
+ "Zwiń"
+ "Szukaj"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-port/values-port.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-port/values-port.xml
new file mode 100644
index 0000000..7a925dc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-port/values-port.xml
@@ -0,0 +1,4 @@
+
+
+ false
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..37d2e13
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,31 @@
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecionar um app"
+ "DESATIVADO"
+ "ATIVADO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "espaço"
+ "Sym+"
+ "Menu+"
+ "Pesquisar…"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+ "Pesquisar"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..d36135d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,31 @@
+
+
+ "Navegar para casa"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Escolher uma app"
+ "DESATIVADO"
+ "ATIVADO"
+ "Alt +"
+ "Ctrl +"
+ "eliminar"
+ "enter"
+ "Função +"
+ "Meta +"
+ "Shift +"
+ "espaço"
+ "Sym +"
+ "Menu +"
+ "Pesquisar…"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Partilhar com"
+ "Partilhar com a app %s"
+ "Reduzir"
+ "Pesquisar"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt/values-pt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt/values-pt.xml
new file mode 100644
index 0000000..37d2e13
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-pt/values-pt.xml
@@ -0,0 +1,31 @@
+
+
+ "Navegar para a página inicial"
+ "Navegar para cima"
+ "Mais opções"
+ "Concluído"
+ "Ver tudo"
+ "Selecionar um app"
+ "DESATIVADO"
+ "ATIVADO"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "espaço"
+ "Sym+"
+ "Menu+"
+ "Pesquisar…"
+ "Limpar consulta"
+ "Consulta de pesquisa"
+ "Pesquisar"
+ "Enviar consulta"
+ "Pesquisa por voz"
+ "Compartilhar com"
+ "Compartilhar com %s"
+ "Recolher"
+ "Pesquisar"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..f0a6795
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ro/values-ro.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigați la ecranul de pornire"
+ "Navigați în sus"
+ "Mai multe opțiuni"
+ "Gata"
+ "Afișați tot"
+ "Alegeți o aplicație"
+ "DEZACTIVAT"
+ "ACTIVAT"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Meniu+"
+ "Căutați…"
+ "Ștergeți interogarea"
+ "Termen de căutare"
+ "Căutați"
+ "Trimiteți interogarea"
+ "Căutare vocală"
+ "Trimiteți la"
+ "Trimiteți folosind %s"
+ "Restrângeți"
+ "Căutați"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..258cf11
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ru/values-ru.xml
@@ -0,0 +1,31 @@
+
+
+ "Перейти на главный экран"
+ "Перейти вверх"
+ "Ещё"
+ "Готово"
+ "Показать все"
+ "Выберите приложение"
+ "ВЫКЛ"
+ "ВКЛ"
+ "Alt +"
+ "Ctrl +"
+ "Delete"
+ "Ввод"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "Пробел"
+ "Sym +"
+ "Меню +"
+ "Введите запрос"
+ "Удалить запрос"
+ "Поисковый запрос"
+ "Поиск"
+ "Отправить запрос"
+ "Голосовой поиск"
+ "Поделиться с помощью"
+ "Поделиться с помощью %s"
+ "Свернуть"
+ "Поиск"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-si/values-si.xml
new file mode 100644
index 0000000..f09a86b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-si/values-si.xml
@@ -0,0 +1,31 @@
+
+
+ "මුල් පිටුවට සංචාලනය කරන්න"
+ "ඉහළට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "කළා"
+ "සියල්ල බලන්න"
+ "යෙදුමක් තෝරන්න"
+ "ක්රියාවිරහිතයි"
+ "ක්රියාත්මකයි"
+ "Alt+"
+ "Ctrl+"
+ "මකන්න"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "සොයන්න..."
+ "විමසුම හිස් කරන්න"
+ "සෙවුම් විමසුම"
+ "සෙවීම"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "සමග බෙදා ගන්න"
+ "%s සමඟ බෙදා ගන්න"
+ "හකුළන්න"
+ "සෙවීම"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sk/values-sk.xml
new file mode 100644
index 0000000..821e296
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sk/values-sk.xml
@@ -0,0 +1,31 @@
+
+
+ "Prejsť na plochu"
+ "Prejsť nahor"
+ "Ďalšie možnosti"
+ "Hotovo"
+ "Zobraziť všetky"
+ "Vybrať aplikáciu"
+ "VYP."
+ "ZAP."
+ "Alt+"
+ "Ctrl+"
+ "odstrániť"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "medzerník"
+ "Sym+"
+ "Menu+"
+ "Vyhľadať…"
+ "Vymazať dopyt"
+ "Vyhľadávací dopyt"
+ "Hľadať"
+ "Odoslať dopyt"
+ "Hlasové vyhľadávanie"
+ "Zdieľať s"
+ "Zdieľať s aplikáciou %s"
+ "Zbaliť"
+ "Hľadať"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sl/values-sl.xml
new file mode 100644
index 0000000..1e0a452
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sl/values-sl.xml
@@ -0,0 +1,31 @@
+
+
+ "Krmarjenje na začetek"
+ "Pomik navzgor"
+ "Več možnosti"
+ "Končano"
+ "Pokaži vse"
+ "Izbira aplikacije"
+ "IZKLOP"
+ "VKLOP"
+ "Alt +"
+ "Ctrl +"
+ "delete"
+ "enter"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "preslednica"
+ "Sym +"
+ "Meni +"
+ "Iskanje …"
+ "Izbris poizvedbe"
+ "Iskalna poizvedba"
+ "Iskanje"
+ "Pošiljanje poizvedbe"
+ "Glasovno iskanje"
+ "Deljenje z:"
+ "Deljenje z drugimi prek aplikacije %s"
+ "Strnitev"
+ "Iskanje"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sq/values-sq.xml
new file mode 100644
index 0000000..04f3aec
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sq/values-sq.xml
@@ -0,0 +1,31 @@
+
+
+ "Orientohu për në shtëpi"
+ "Ngjitu lart"
+ "Opsione të tjera"
+ "U krye"
+ "Shfaq çdo gjë"
+ "Zgjidh një aplikacion"
+ "JOAKTIV"
+ "AKTIV"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Funksioni+"
+ "Meta+"
+ "Shift+"
+ "hapësirë"
+ "Sym+"
+ "Menyja+"
+ "Kërko…"
+ "Pastro pyetjen"
+ "Kërko pyetjen"
+ "Kërko"
+ "Dërgo pyetjen"
+ "Kërkim me zë"
+ "Ndaje me"
+ "Ndaje me %s"
+ "Palos"
+ "Kërko"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sr/values-sr.xml
new file mode 100644
index 0000000..b370616
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sr/values-sr.xml
@@ -0,0 +1,31 @@
+
+
+ "Идите на почетну"
+ "Идите нагоре"
+ "Још опција"
+ "Готово"
+ "Прикажи све"
+ "Изаберите апликацију"
+ "ИСКЉУЧЕНО"
+ "УКЉУЧЕНО"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "тастер за размак"
+ "Sym+"
+ "Menu+"
+ "Претражите…"
+ "Обришите упит"
+ "Претражите упит"
+ "Претражите"
+ "Пошаљите упит"
+ "Гласовна претрага"
+ "Делите помоћу"
+ "Делите помоћу апликације %s"
+ "Скупи"
+ "Претражите"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..48f392d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sv/values-sv.xml
@@ -0,0 +1,31 @@
+
+
+ "Navigera hem"
+ "Navigera uppåt"
+ "Fler alternativ"
+ "Klar"
+ "Visa alla"
+ "Välj en app"
+ "AV"
+ "PÅ"
+ "Alt + "
+ "Ctrl + "
+ "delete"
+ "retur"
+ "Funktion + "
+ "Meta + "
+ "Skift + "
+ "blanksteg"
+ "Symbol + "
+ "Meny + "
+ "Sök …"
+ "Ta bort frågan"
+ "Sökfråga"
+ "Sök"
+ "Skicka fråga"
+ "Röstsökning"
+ "Dela med"
+ "Dela med %s"
+ "Komprimera"
+ "Sök"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw/values-sw.xml
new file mode 100644
index 0000000..5574eaf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw/values-sw.xml
@@ -0,0 +1,31 @@
+
+
+ "Nenda mwanzo"
+ "Sogeza juu"
+ "Chaguo zaidi"
+ "Nimemaliza"
+ "Angalia zote"
+ "Chagua programu"
+ "IMEZIMWA"
+ "IMEWASHWA"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Tafuta…"
+ "Futa hoja"
+ "Hoja ya utafutaji"
+ "Tafuta"
+ "Wasilisha hoja"
+ "Kutafuta kwa kutamka"
+ "Shiriki na"
+ "Shiriki ukitumia %s"
+ "Kunja"
+ "Tafuta"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml
new file mode 100644
index 0000000..be7c95f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml
@@ -0,0 +1,11 @@
+
+
+ 24dp
+ 80dp
+ 64dp
+ 8dp
+ 8dp
+ 580dp
+ 16dp
+ 20dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ta/values-ta.xml
new file mode 100644
index 0000000..dcb0db1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ta/values-ta.xml
@@ -0,0 +1,31 @@
+
+
+ "முகப்பிற்குச் செல்லும்"
+ "மேலே செல்லும்"
+ "மேலும் விருப்பங்கள்"
+ "முடிந்தது"
+ "அனைத்தையும் காட்டு"
+ "ஆப்ஸைத் தேர்வுசெய்க"
+ "ஆஃப்"
+ "ஆன்"
+ "Alt மற்றும்"
+ "Ctrl மற்றும்"
+ "delete"
+ "enter"
+ "Function மற்றும்"
+ "Meta மற்றும்"
+ "Shift மற்றும்"
+ "space"
+ "Sym மற்றும்"
+ "Menu மற்றும்"
+ "தேடுக…"
+ "வினவலை அழிக்கும்"
+ "தேடல் வினவல்"
+ "தேடும்"
+ "வினவலைச் சமர்ப்பிக்கும்"
+ "குரல் தேடல்"
+ "இதில் பகிர்"
+ "%s மூலம் பகிர்"
+ "சுருக்கும்"
+ "தேடல்"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-te/values-te.xml
new file mode 100644
index 0000000..7d19b5f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-te/values-te.xml
@@ -0,0 +1,31 @@
+
+
+ "హోమ్కు నావిగేట్ చేస్తుంది"
+ "పైకి నావిగేట్ చేస్తుంది"
+ "మరిన్ని ఆప్షన్లు"
+ "పూర్తయింది"
+ "అన్నీ చూడండి"
+ "యాప్ను ఎంచుకోండి"
+ "ఆఫ్"
+ "ఆన్"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "స్పేస్"
+ "Sym+"
+ "Menu+"
+ "సెర్చ్ చేయండి…"
+ "ప్రశ్నను తీసివేస్తుంది"
+ "సెర్చ్ క్వెరీ"
+ "సెర్చ్"
+ "ప్రశ్నని సమర్పిస్తుంది"
+ "వాయిస్ సెర్చ్"
+ "వీరితో షేర్ చేస్తుంది"
+ "%sతో షేర్ చేస్తుంది"
+ "కుదిస్తుంది"
+ "సెర్చ్"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-th/values-th.xml
new file mode 100644
index 0000000..58dae3a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-th/values-th.xml
@@ -0,0 +1,31 @@
+
+
+ "นำทางไปหน้าแรก"
+ "กลับ"
+ "ตัวเลือกอื่น"
+ "เสร็จ"
+ "ดูทั้งหมด"
+ "เลือกแอป"
+ "ปิด"
+ "เปิด"
+ "Alt+"
+ "Ctrl+"
+ "ลบ"
+ "Enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "Space"
+ "Sym+"
+ "เมนู+"
+ "ค้นหา…"
+ "ล้างคำค้นหา"
+ "คำค้นหา"
+ "ค้นหา"
+ "ส่งคำค้นหา"
+ "ค้นหาด้วยเสียง"
+ "แชร์กับ"
+ "แชร์ทาง %s"
+ "ยุบ"
+ "ค้นหา"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tl/values-tl.xml
new file mode 100644
index 0000000..4179292
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tl/values-tl.xml
@@ -0,0 +1,31 @@
+
+
+ "Mag-navigate sa home"
+ "Mag-navigate pataas"
+ "Higit pang opsyon"
+ "Tapos na"
+ "Tingnan lahat"
+ "Pumili ng app"
+ "I-OFF"
+ "I-ON"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Maghanap…"
+ "I-clear ang query"
+ "Query sa paghahanap"
+ "Maghanap"
+ "Isumite ang query"
+ "Paghahanap gamit ang boses"
+ "Ibahagi sa/kay"
+ "Ibahagi gamit ang %s"
+ "I-collapse"
+ "Maghanap"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..5394862
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-tr/values-tr.xml
@@ -0,0 +1,31 @@
+
+
+ "Eve gidiş yolunu göster"
+ "Yukarı git"
+ "Diğer seçenekler"
+ "Bitti"
+ "Tümünü göster"
+ "Bir uygulama seçin"
+ "KAPAT"
+ "AÇ"
+ "Alt+"
+ "Ctrl+"
+ "sil"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Üst Karakter+"
+ "boşluk"
+ "Sym+"
+ "Menü+"
+ "Ara…"
+ "Sorguyu temizle"
+ "Arama sorgusu"
+ "Ara"
+ "Sorguyu gönder"
+ "Sesli arama"
+ "Şununla paylaş:"
+ "%s ile paylaş"
+ "Daralt"
+ "Ara"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uk/values-uk.xml
new file mode 100644
index 0000000..e5bb979
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uk/values-uk.xml
@@ -0,0 +1,31 @@
+
+
+ "Перейти на головну"
+ "Перейти вгору"
+ "Більше опцій"
+ "Готово"
+ "Показати всі"
+ "Вибрати програму"
+ "ЗНИЖКА"
+ "УВІМК."
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "пробіл"
+ "Sym+"
+ "Menu+"
+ "Введіть пошуковий запит…"
+ "Очистити запит"
+ "Пошуковий запит"
+ "Пошук"
+ "Наіслати запит"
+ "Голосовий пошук"
+ "Поділитися:"
+ "Поділитися через додаток %s"
+ "Згорнути"
+ "Пошук"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ur/values-ur.xml
new file mode 100644
index 0000000..7bb84fa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-ur/values-ur.xml
@@ -0,0 +1,31 @@
+
+
+ "گھر کی طرف نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "ہو گیا"
+ "سبھی دیکھیں"
+ "ایک ایپ منتخب کریں"
+ "آف"
+ "آن"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "تلاش کریں…"
+ "استفسار صاف کریں"
+ "تلاش کا استفسار"
+ "تلاش کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "اس کے ساتھ اشتراک کریں"
+ "%s کے ساتھ اشتراک کریں"
+ "سکیڑیں"
+ "تلاش کریں"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uz/values-uz.xml
new file mode 100644
index 0000000..f26fb7c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-uz/values-uz.xml
@@ -0,0 +1,31 @@
+
+
+ "Boshiga o‘tish"
+ "Yopish"
+ "Yana"
+ "OK"
+ "Hammasi"
+ "Ilovani tanlang"
+ "YOQILMAGAN"
+ "YONIQ"
+ "Alt+"
+ "Ctrl+"
+ "Delete"
+ "Enter"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "Probel"
+ "Sym+"
+ "Menyu+"
+ "Qidirish…"
+ "So‘rovni o‘chirish"
+ "Qidiruv so‘rovi"
+ "Qidiruv"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Ulashish"
+ "%s orqali ulashish"
+ "Yig‘ish"
+ "Qidiruv"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v16/values-v16.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v16/values-v16.xml
new file mode 100644
index 0000000..3ba0ed0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v16/values-v16.xml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v17/values-v17.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v17/values-v17.xml
new file mode 100644
index 0000000..f85a197
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v17/values-v17.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v18/values-v18.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v18/values-v18.xml
new file mode 100644
index 0000000..7dad77f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v18/values-v18.xml
@@ -0,0 +1,4 @@
+
+
+ 0px
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v21/values-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..c0261b6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v21/values-v21.xml
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v22/values-v22.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v22/values-v22.xml
new file mode 100644
index 0000000..d4a514a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v22/values-v22.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v23/values-v23.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v23/values-v23.xml
new file mode 100644
index 0000000..853e94c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v23/values-v23.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v24/values-v24.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v24/values-v24.xml
new file mode 100644
index 0000000..f9b3c08
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v24/values-v24.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v25/values-v25.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v25/values-v25.xml
new file mode 100644
index 0000000..483ae0c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v25/values-v25.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v26/values-v26.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v26/values-v26.xml
new file mode 100644
index 0000000..8b28a46
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v26/values-v26.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v28/values-v28.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v28/values-v28.xml
new file mode 100644
index 0000000..e3801cd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-v28/values-v28.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..cedf758
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-vi/values-vi.xml
@@ -0,0 +1,31 @@
+
+
+ "Chỉ đường về nhà"
+ "Di chuyển lên"
+ "Tùy chọn khác"
+ "Xong"
+ "Xem tất cả"
+ "Chọn một ứng dụng"
+ "TẮT"
+ "BẬT"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Menu+"
+ "Tìm kiếm…"
+ "Xóa truy vấn"
+ "Truy vấn tìm kiếm"
+ "Tìm kiếm"
+ "Gửi truy vấn"
+ "Tìm kiếm bằng giọng nói"
+ "Chia sẻ với"
+ "Chia sẻ với %s"
+ "Thu gọn"
+ "Tìm kiếm"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v20/values-watch-v20.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v20/values-watch-v20.xml
new file mode 100644
index 0000000..2d85812
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v20/values-watch-v20.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v21/values-watch-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v21/values-watch-v21.xml
new file mode 100644
index 0000000..deecc9e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-watch-v21/values-watch-v21.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-xlarge-v4/values-xlarge-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-xlarge-v4/values-xlarge-v4.xml
new file mode 100644
index 0000000..b499d2c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-xlarge-v4/values-xlarge-v4.xml
@@ -0,0 +1,9 @@
+
+
+ - 60%
+ - 90%
+ - 50%
+ - 70%
+ - 45%
+ - 72%
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..5f19681
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,31 @@
+
+
+ "转到首页"
+ "转到上一层级"
+ "更多选项"
+ "完成"
+ "查看全部"
+ "选择应用"
+ "关闭"
+ "开启"
+ "Alt+"
+ "Ctrl+"
+ "Delete 键"
+ "Enter 键"
+ "Fn+"
+ "Meta+"
+ "Shift+"
+ "空格键"
+ "Sym+"
+ "Menu+"
+ "搜索…"
+ "清除查询"
+ "搜索查询"
+ "搜索"
+ "提交查询"
+ "语音搜索"
+ "分享对象"
+ "与%s分享"
+ "收起"
+ "搜索"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..8a0f333
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,31 @@
+
+
+ "瀏覽主頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "Alt +"
+ "Ctrl +"
+ "刪除"
+ "Enter 鍵"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "空白鍵"
+ "Sym +"
+ "Menu +"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "使用「%s」分享"
+ "收合"
+ "搜尋"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..649b28f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,31 @@
+
+
+ "瀏覽首頁"
+ "向上瀏覽"
+ "更多選項"
+ "完成"
+ "查看全部"
+ "選擇應用程式"
+ "關閉"
+ "開啟"
+ "Alt +"
+ "Ctrl +"
+ "Delete 鍵"
+ "Enter 鍵"
+ "Fn +"
+ "Meta +"
+ "Shift +"
+ "空格鍵"
+ "Sym +"
+ "Menu +"
+ "搜尋…"
+ "清除查詢"
+ "搜尋查詢"
+ "搜尋"
+ "提交查詢"
+ "語音搜尋"
+ "分享對象"
+ "與「%s」分享"
+ "收合"
+ "搜尋"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zu/values-zu.xml
new file mode 100644
index 0000000..94c91c1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values-zu/values-zu.xml
@@ -0,0 +1,31 @@
+
+
+ "Zulazulela ekhaya"
+ "Zulazulela phezulu"
+ "Ezinye izinketho"
+ "Kwenziwe"
+ "Buka konke"
+ "Khetha insiza"
+ "VALA"
+ "VULA"
+ "Alt+"
+ "Ctrl+"
+ "delete"
+ "enter"
+ "Function+"
+ "Meta+"
+ "Shift+"
+ "space"
+ "Sym+"
+ "Imenyu+"
+ "Sesha…"
+ "Sula inkinga"
+ "Sesha umbuzo"
+ "Sesha"
+ "Thumela umbuzo"
+ "Ukusesha ngezwi"
+ "Yabelana no"
+ "Yabelana ne-%s"
+ "Goqa"
+ "Sesha"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values/values.xml
new file mode 100644
index 0000000..d9074a6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/123/jl/res/values/values.xml
@@ -0,0 +1,2978 @@
+
+
+
+
+
+
+ true
+ true
+ #ff000000
+ #ffffffff
+ #7fa87f
+ @android:color/black
+ @android:color/black
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+ @color/material_grey_800
+ @android:color/white
+ @color/material_grey_850
+ @color/material_grey_50
+ #80ffffff
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+ @android:color/white
+ @android:color/black
+ #ff5a595b
+ #ffd6d7d7
+ #80bebebe
+ #80323232
+ #ffbebebe
+ #ff323232
+ #ff7043
+ #ff5722
+ @android:color/white
+ @android:color/black
+ #6680cbc4
+ #66009688
+ #ff37474f
+ #ff263238
+ #ff21272b
+ #ff80cbc4
+ #ff008577
+ #fff5f5f5
+ #ffe0e0e0
+ #fffafafa
+ #ff757575
+ #ff424242
+ #ff303030
+ #ff212121
+ @android:color/black
+ @color/material_grey_600
+ @color/material_grey_900
+ @color/material_grey_100
+ #ffffffff
+ #de000000
+ #4Dffffff
+ #39000000
+ #33ffffff
+ #1f000000
+ #b3ffffff
+ #8a000000
+ #36ffffff
+ #24000000
+ #ff616161
+ #ffbdbdbd
+ #ffbdbdbd
+ #fff1f1f1
+ #e6616161
+ #e6FFFFFF
+ 16dp
+ 72dp
+ 56dp
+ 0dp
+ 0dp
+ 4dp
+ 16dp
+ 10dp
+ 6dp
+ 48dp
+ 180dp
+ 5dp
+ -3dp
+ 48dp
+ 48dp
+ 36dp
+ 48dp
+ 48dp
+ @dimen/abc_control_inset_material
+ 6dp
+ 8dp
+ @dimen/abc_control_padding_material
+ 720dp
+ 320dp
+ 2dp
+ 4dp
+ 4dp
+ 2dp
+ - 80%
+ - 100%
+ - 320dp
+ - 320dp
+ 8dp
+ 8dp
+ - 65%
+ - 95%
+ 24dp
+ 18dp
+ 8dp
+ - 0.30
+ - 0.26
+ 32dip
+ 8dip
+ 8dip
+ 7dp
+ 4dp
+ 10dp
+ 16dp
+ 80dp
+ 64dp
+ 48dp
+ @dimen/abc_action_bar_content_inset_material
+ 296dp
+ 4dp
+ 48dip
+ 320dip
+ 2dp
+ 2dp
+ 20dp
+ 48dp
+ 36dp
+ 16dp
+ 3dp
+ 14sp
+ 14sp
+ 14sp
+ 12sp
+ 34sp
+ 45sp
+ 56sp
+ 112sp
+ 24sp
+ 22sp
+ 18sp
+ 14sp
+ 16sp
+ 14sp
+ 16sp
+ 16dp
+ 20sp
+ 20dp
+ - 0.30
+ - 0.26
+ - 0.26
+ - 0.20
+ - 0.12
+ - 0.50
+ - 0.38
+ - 0.70
+ - 0.54
+ 2dp
+ 16dp
+ 8dp
+ 8dp
+ 96dp
+ 6.5dp
+ 0dp
+ 16dp
+
+
+
+
+
+
+
+
+
+ 220
+ 150
+ 127
+ 150
+ Navigate home
+ Navigate up
+ More options
+ Done
+ See all
+ Choose an app
+ OFF
+ ON
+ Alt+
+ Ctrl+
+ delete
+ enter
+ Function+
+ Meta+
+ Shift+
+ space
+ Sym+
+ Menu+
+ Search…
+ Clear query
+ Search query
+ Search
+ Submit query
+ Voice search
+ Share with
+ Share with %s
+ Collapse
+ Search
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124.stamp
new file mode 100644
index 0000000..bbeb303
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124.stamp
@@ -0,0 +1 @@
+F07C5ADE5531411B
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/AndroidManifest.xml
new file mode 100644
index 0000000..884bf7b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..d8560bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,2 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/R.txt
new file mode 100644
index 0000000..7977246
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/R.txt
@@ -0,0 +1,2899 @@
+int anim abc_fade_in 0x0
+int anim abc_fade_out 0x0
+int anim abc_grow_fade_in_from_bottom 0x0
+int anim abc_popup_enter 0x0
+int anim abc_popup_exit 0x0
+int anim abc_shrink_fade_out_from_bottom 0x0
+int anim abc_slide_in_bottom 0x0
+int anim abc_slide_in_top 0x0
+int anim abc_slide_out_bottom 0x0
+int anim abc_slide_out_top 0x0
+int anim abc_tooltip_enter 0x0
+int anim abc_tooltip_exit 0x0
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
+int anim btn_checkbox_to_checked_icon_null_animation 0x0
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
+int attr SharedValue 0x0
+int attr SharedValueId 0x0
+int attr actionBarDivider 0x0
+int attr actionBarItemBackground 0x0
+int attr actionBarPopupTheme 0x0
+int attr actionBarSize 0x0
+int attr actionBarSplitStyle 0x0
+int attr actionBarStyle 0x0
+int attr actionBarTabBarStyle 0x0
+int attr actionBarTabStyle 0x0
+int attr actionBarTabTextStyle 0x0
+int attr actionBarTheme 0x0
+int attr actionBarWidgetTheme 0x0
+int attr actionButtonStyle 0x0
+int attr actionDropDownStyle 0x0
+int attr actionLayout 0x0
+int attr actionMenuTextAppearance 0x0
+int attr actionMenuTextColor 0x0
+int attr actionModeBackground 0x0
+int attr actionModeCloseButtonStyle 0x0
+int attr actionModeCloseDrawable 0x0
+int attr actionModeCopyDrawable 0x0
+int attr actionModeCutDrawable 0x0
+int attr actionModeFindDrawable 0x0
+int attr actionModePasteDrawable 0x0
+int attr actionModePopupWindowStyle 0x0
+int attr actionModeSelectAllDrawable 0x0
+int attr actionModeShareDrawable 0x0
+int attr actionModeSplitBackground 0x0
+int attr actionModeStyle 0x0
+int attr actionModeWebSearchDrawable 0x0
+int attr actionOverflowButtonStyle 0x0
+int attr actionOverflowMenuStyle 0x0
+int attr actionProviderClass 0x0
+int attr actionViewClass 0x0
+int attr activityChooserViewStyle 0x0
+int attr alertDialogButtonGroupStyle 0x0
+int attr alertDialogCenterButtons 0x0
+int attr alertDialogStyle 0x0
+int attr alertDialogTheme 0x0
+int attr allowStacking 0x0
+int attr alpha 0x0
+int attr alphabeticModifiers 0x0
+int attr altSrc 0x0
+int attr animateCircleAngleTo 0x0
+int attr animateRelativeTo 0x0
+int attr applyMotionScene 0x0
+int attr arcMode 0x0
+int attr arrowHeadLength 0x0
+int attr arrowShaftLength 0x0
+int attr attributeName 0x0
+int attr autoCompleteMode 0x0
+int attr autoCompleteTextViewStyle 0x0
+int attr autoSizeMaxTextSize 0x0
+int attr autoSizeMinTextSize 0x0
+int attr autoSizePresetSizes 0x0
+int attr autoSizeStepGranularity 0x0
+int attr autoSizeTextType 0x0
+int attr autoTransition 0x0
+int attr background 0x0
+int attr backgroundSplit 0x0
+int attr backgroundStacked 0x0
+int attr backgroundTint 0x0
+int attr backgroundTintMode 0x0
+int attr barLength 0x0
+int attr barrierAllowsGoneWidgets 0x0
+int attr barrierDirection 0x0
+int attr barrierMargin 0x0
+int attr blendSrc 0x0
+int attr borderRound 0x0
+int attr borderRoundPercent 0x0
+int attr borderlessButtonStyle 0x0
+int attr brightness 0x0
+int attr buttonBarButtonStyle 0x0
+int attr buttonBarNegativeButtonStyle 0x0
+int attr buttonBarNeutralButtonStyle 0x0
+int attr buttonBarPositiveButtonStyle 0x0
+int attr buttonBarStyle 0x0
+int attr buttonCompat 0x0
+int attr buttonGravity 0x0
+int attr buttonIconDimen 0x0
+int attr buttonPanelSideLayout 0x0
+int attr buttonStyle 0x0
+int attr buttonStyleSmall 0x0
+int attr buttonTint 0x0
+int attr buttonTintMode 0x0
+int attr carousel_backwardTransition 0x0
+int attr carousel_emptyViewsBehavior 0x0
+int attr carousel_firstView 0x0
+int attr carousel_forwardTransition 0x0
+int attr carousel_infinite 0x0
+int attr carousel_nextState 0x0
+int attr carousel_previousState 0x0
+int attr carousel_touchUpMode 0x0
+int attr carousel_touchUp_dampeningFactor 0x0
+int attr carousel_touchUp_velocityThreshold 0x0
+int attr chainUseRtl 0x0
+int attr checkboxStyle 0x0
+int attr checkedTextViewStyle 0x0
+int attr circleRadius 0x0
+int attr circularflow_angles 0x0
+int attr circularflow_defaultAngle 0x0
+int attr circularflow_defaultRadius 0x0
+int attr circularflow_radiusInDP 0x0
+int attr circularflow_viewCenter 0x0
+int attr clearsTag 0x0
+int attr clickAction 0x0
+int attr closeIcon 0x0
+int attr closeItemLayout 0x0
+int attr collapseContentDescription 0x0
+int attr collapseIcon 0x0
+int attr color 0x0
+int attr colorAccent 0x0
+int attr colorBackgroundFloating 0x0
+int attr colorButtonNormal 0x0
+int attr colorControlActivated 0x0
+int attr colorControlHighlight 0x0
+int attr colorControlNormal 0x0
+int attr colorError 0x0
+int attr colorPrimary 0x0
+int attr colorPrimaryDark 0x0
+int attr colorSwitchThumbNormal 0x0
+int attr commitIcon 0x0
+int attr constraintRotate 0x0
+int attr constraintSet 0x0
+int attr constraintSetEnd 0x0
+int attr constraintSetStart 0x0
+int attr constraint_referenced_ids 0x0
+int attr constraint_referenced_tags 0x0
+int attr constraints 0x0
+int attr content 0x0
+int attr contentDescription 0x0
+int attr contentInsetEnd 0x0
+int attr contentInsetEndWithActions 0x0
+int attr contentInsetLeft 0x0
+int attr contentInsetRight 0x0
+int attr contentInsetStart 0x0
+int attr contentInsetStartWithNavigation 0x0
+int attr contrast 0x0
+int attr controlBackground 0x0
+int attr crossfade 0x0
+int attr currentState 0x0
+int attr curveFit 0x0
+int attr customBoolean 0x0
+int attr customColorDrawableValue 0x0
+int attr customColorValue 0x0
+int attr customDimension 0x0
+int attr customFloatValue 0x0
+int attr customIntegerValue 0x0
+int attr customNavigationLayout 0x0
+int attr customPixelDimension 0x0
+int attr customReference 0x0
+int attr customStringValue 0x0
+int attr defaultDuration 0x0
+int attr defaultQueryHint 0x0
+int attr defaultState 0x0
+int attr deltaPolarAngle 0x0
+int attr deltaPolarRadius 0x0
+int attr deriveConstraintsFrom 0x0
+int attr dialogCornerRadius 0x0
+int attr dialogPreferredPadding 0x0
+int attr dialogTheme 0x0
+int attr displayOptions 0x0
+int attr divider 0x0
+int attr dividerHorizontal 0x0
+int attr dividerPadding 0x0
+int attr dividerVertical 0x0
+int attr dragDirection 0x0
+int attr dragScale 0x0
+int attr dragThreshold 0x0
+int attr drawPath 0x0
+int attr drawableBottomCompat 0x0
+int attr drawableEndCompat 0x0
+int attr drawableLeftCompat 0x0
+int attr drawableRightCompat 0x0
+int attr drawableSize 0x0
+int attr drawableStartCompat 0x0
+int attr drawableTint 0x0
+int attr drawableTintMode 0x0
+int attr drawableTopCompat 0x0
+int attr drawerArrowStyle 0x0
+int attr dropDownListViewStyle 0x0
+int attr dropdownListPreferredItemHeight 0x0
+int attr duration 0x0
+int attr editTextBackground 0x0
+int attr editTextColor 0x0
+int attr editTextStyle 0x0
+int attr elevation 0x0
+int attr expandActivityOverflowButtonDrawable 0x0
+int attr firstBaselineToTopHeight 0x0
+int attr flow_firstHorizontalBias 0x0
+int attr flow_firstHorizontalStyle 0x0
+int attr flow_firstVerticalBias 0x0
+int attr flow_firstVerticalStyle 0x0
+int attr flow_horizontalAlign 0x0
+int attr flow_horizontalBias 0x0
+int attr flow_horizontalGap 0x0
+int attr flow_horizontalStyle 0x0
+int attr flow_lastHorizontalBias 0x0
+int attr flow_lastHorizontalStyle 0x0
+int attr flow_lastVerticalBias 0x0
+int attr flow_lastVerticalStyle 0x0
+int attr flow_maxElementsWrap 0x0
+int attr flow_padding 0x0
+int attr flow_verticalAlign 0x0
+int attr flow_verticalBias 0x0
+int attr flow_verticalGap 0x0
+int attr flow_verticalStyle 0x0
+int attr flow_wrapMode 0x0
+int attr font 0x0
+int attr fontFamily 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr framePosition 0x0
+int attr gapBetweenBars 0x0
+int attr goIcon 0x0
+int attr guidelineUseRtl 0x0
+int attr height 0x0
+int attr hideOnContentScroll 0x0
+int attr homeAsUpIndicator 0x0
+int attr homeLayout 0x0
+int attr icon 0x0
+int attr iconTint 0x0
+int attr iconTintMode 0x0
+int attr iconifiedByDefault 0x0
+int attr ifTagNotSet 0x0
+int attr ifTagSet 0x0
+int attr imageButtonStyle 0x0
+int attr imagePanX 0x0
+int attr imagePanY 0x0
+int attr imageRotate 0x0
+int attr imageZoom 0x0
+int attr indeterminateProgressStyle 0x0
+int attr initialActivityCount 0x0
+int attr isLightTheme 0x0
+int attr itemPadding 0x0
+int attr keyPositionType 0x0
+int attr lastBaselineToBottomHeight 0x0
+int attr layout 0x0
+int attr layoutDescription 0x0
+int attr layoutDuringTransition 0x0
+int attr layout_constrainedHeight 0x0
+int attr layout_constrainedWidth 0x0
+int attr layout_constraintBaseline_creator 0x0
+int attr layout_constraintBaseline_toBaselineOf 0x0
+int attr layout_constraintBaseline_toBottomOf 0x0
+int attr layout_constraintBaseline_toTopOf 0x0
+int attr layout_constraintBottom_creator 0x0
+int attr layout_constraintBottom_toBottomOf 0x0
+int attr layout_constraintBottom_toTopOf 0x0
+int attr layout_constraintCircle 0x0
+int attr layout_constraintCircleAngle 0x0
+int attr layout_constraintCircleRadius 0x0
+int attr layout_constraintDimensionRatio 0x0
+int attr layout_constraintEnd_toEndOf 0x0
+int attr layout_constraintEnd_toStartOf 0x0
+int attr layout_constraintGuide_begin 0x0
+int attr layout_constraintGuide_end 0x0
+int attr layout_constraintGuide_percent 0x0
+int attr layout_constraintHeight 0x0
+int attr layout_constraintHeight_default 0x0
+int attr layout_constraintHeight_max 0x0
+int attr layout_constraintHeight_min 0x0
+int attr layout_constraintHeight_percent 0x0
+int attr layout_constraintHorizontal_bias 0x0
+int attr layout_constraintHorizontal_chainStyle 0x0
+int attr layout_constraintHorizontal_weight 0x0
+int attr layout_constraintLeft_creator 0x0
+int attr layout_constraintLeft_toLeftOf 0x0
+int attr layout_constraintLeft_toRightOf 0x0
+int attr layout_constraintRight_creator 0x0
+int attr layout_constraintRight_toLeftOf 0x0
+int attr layout_constraintRight_toRightOf 0x0
+int attr layout_constraintStart_toEndOf 0x0
+int attr layout_constraintStart_toStartOf 0x0
+int attr layout_constraintTag 0x0
+int attr layout_constraintTop_creator 0x0
+int attr layout_constraintTop_toBottomOf 0x0
+int attr layout_constraintTop_toTopOf 0x0
+int attr layout_constraintVertical_bias 0x0
+int attr layout_constraintVertical_chainStyle 0x0
+int attr layout_constraintVertical_weight 0x0
+int attr layout_constraintWidth 0x0
+int attr layout_constraintWidth_default 0x0
+int attr layout_constraintWidth_max 0x0
+int attr layout_constraintWidth_min 0x0
+int attr layout_constraintWidth_percent 0x0
+int attr layout_editor_absoluteX 0x0
+int attr layout_editor_absoluteY 0x0
+int attr layout_goneMarginBaseline 0x0
+int attr layout_goneMarginBottom 0x0
+int attr layout_goneMarginEnd 0x0
+int attr layout_goneMarginLeft 0x0
+int attr layout_goneMarginRight 0x0
+int attr layout_goneMarginStart 0x0
+int attr layout_goneMarginTop 0x0
+int attr layout_marginBaseline 0x0
+int attr layout_optimizationLevel 0x0
+int attr layout_wrapBehaviorInParent 0x0
+int attr limitBoundsTo 0x0
+int attr lineHeight 0x0
+int attr listChoiceBackgroundIndicator 0x0
+int attr listChoiceIndicatorMultipleAnimated 0x0
+int attr listChoiceIndicatorSingleAnimated 0x0
+int attr listDividerAlertDialog 0x0
+int attr listItemLayout 0x0
+int attr listLayout 0x0
+int attr listMenuViewStyle 0x0
+int attr listPopupWindowStyle 0x0
+int attr listPreferredItemHeight 0x0
+int attr listPreferredItemHeightLarge 0x0
+int attr listPreferredItemHeightSmall 0x0
+int attr listPreferredItemPaddingEnd 0x0
+int attr listPreferredItemPaddingLeft 0x0
+int attr listPreferredItemPaddingRight 0x0
+int attr listPreferredItemPaddingStart 0x0
+int attr logo 0x0
+int attr logoDescription 0x0
+int attr maxAcceleration 0x0
+int attr maxButtonHeight 0x0
+int attr maxHeight 0x0
+int attr maxVelocity 0x0
+int attr maxWidth 0x0
+int attr measureWithLargestChild 0x0
+int attr menu 0x0
+int attr methodName 0x0
+int attr minHeight 0x0
+int attr minWidth 0x0
+int attr mock_diagonalsColor 0x0
+int attr mock_label 0x0
+int attr mock_labelBackgroundColor 0x0
+int attr mock_labelColor 0x0
+int attr mock_showDiagonals 0x0
+int attr mock_showLabel 0x0
+int attr motionDebug 0x0
+int attr motionEffect_alpha 0x0
+int attr motionEffect_end 0x0
+int attr motionEffect_move 0x0
+int attr motionEffect_start 0x0
+int attr motionEffect_strict 0x0
+int attr motionEffect_translationX 0x0
+int attr motionEffect_translationY 0x0
+int attr motionEffect_viewTransition 0x0
+int attr motionInterpolator 0x0
+int attr motionPathRotate 0x0
+int attr motionProgress 0x0
+int attr motionStagger 0x0
+int attr motionTarget 0x0
+int attr motion_postLayoutCollision 0x0
+int attr motion_triggerOnCollision 0x0
+int attr moveWhenScrollAtTop 0x0
+int attr multiChoiceItemLayout 0x0
+int attr navigationContentDescription 0x0
+int attr navigationIcon 0x0
+int attr navigationMode 0x0
+int attr nestedScrollFlags 0x0
+int attr numericModifiers 0x0
+int attr onCross 0x0
+int attr onHide 0x0
+int attr onNegativeCross 0x0
+int attr onPositiveCross 0x0
+int attr onShow 0x0
+int attr onStateTransition 0x0
+int attr onTouchUp 0x0
+int attr overlapAnchor 0x0
+int attr overlay 0x0
+int attr paddingBottomNoButtons 0x0
+int attr paddingEnd 0x0
+int attr paddingStart 0x0
+int attr paddingTopNoTitle 0x0
+int attr panelBackground 0x0
+int attr panelMenuListTheme 0x0
+int attr panelMenuListWidth 0x0
+int attr pathMotionArc 0x0
+int attr path_percent 0x0
+int attr percentHeight 0x0
+int attr percentWidth 0x0
+int attr percentX 0x0
+int attr percentY 0x0
+int attr perpendicularPath_percent 0x0
+int attr pivotAnchor 0x0
+int attr placeholder_emptyVisibility 0x0
+int attr polarRelativeTo 0x0
+int attr popupMenuStyle 0x0
+int attr popupTheme 0x0
+int attr popupWindowStyle 0x0
+int attr preserveIconSpacing 0x0
+int attr progressBarPadding 0x0
+int attr progressBarStyle 0x0
+int attr quantizeMotionInterpolator 0x0
+int attr quantizeMotionPhase 0x0
+int attr quantizeMotionSteps 0x0
+int attr queryBackground 0x0
+int attr queryHint 0x0
+int attr radioButtonStyle 0x0
+int attr ratingBarStyle 0x0
+int attr ratingBarStyleIndicator 0x0
+int attr ratingBarStyleSmall 0x0
+int attr reactiveGuide_animateChange 0x0
+int attr reactiveGuide_applyToAllConstraintSets 0x0
+int attr reactiveGuide_applyToConstraintSet 0x0
+int attr reactiveGuide_valueId 0x0
+int attr region_heightLessThan 0x0
+int attr region_heightMoreThan 0x0
+int attr region_widthLessThan 0x0
+int attr region_widthMoreThan 0x0
+int attr rotationCenterId 0x0
+int attr round 0x0
+int attr roundPercent 0x0
+int attr saturation 0x0
+int attr scaleFromTextSize 0x0
+int attr searchHintIcon 0x0
+int attr searchIcon 0x0
+int attr searchViewStyle 0x0
+int attr seekBarStyle 0x0
+int attr selectableItemBackground 0x0
+int attr selectableItemBackgroundBorderless 0x0
+int attr setsTag 0x0
+int attr showAsAction 0x0
+int attr showDividers 0x0
+int attr showPaths 0x0
+int attr showText 0x0
+int attr showTitle 0x0
+int attr singleChoiceItemLayout 0x0
+int attr sizePercent 0x0
+int attr spinBars 0x0
+int attr spinnerDropDownItemStyle 0x0
+int attr spinnerStyle 0x0
+int attr splitTrack 0x0
+int attr springBoundary 0x0
+int attr springDamping 0x0
+int attr springMass 0x0
+int attr springStiffness 0x0
+int attr springStopThreshold 0x0
+int attr srcCompat 0x0
+int attr staggered 0x0
+int attr state_above_anchor 0x0
+int attr subMenuArrow 0x0
+int attr submitBackground 0x0
+int attr subtitle 0x0
+int attr subtitleTextAppearance 0x0
+int attr subtitleTextColor 0x0
+int attr subtitleTextStyle 0x0
+int attr suggestionRowLayout 0x0
+int attr switchMinWidth 0x0
+int attr switchPadding 0x0
+int attr switchStyle 0x0
+int attr switchTextAppearance 0x0
+int attr targetId 0x0
+int attr telltales_tailColor 0x0
+int attr telltales_tailScale 0x0
+int attr telltales_velocityMode 0x0
+int attr textAllCaps 0x0
+int attr textAppearanceLargePopupMenu 0x0
+int attr textAppearanceListItem 0x0
+int attr textAppearanceListItemSecondary 0x0
+int attr textAppearanceListItemSmall 0x0
+int attr textAppearancePopupMenuHeader 0x0
+int attr textAppearanceSearchResultSubtitle 0x0
+int attr textAppearanceSearchResultTitle 0x0
+int attr textAppearanceSmallPopupMenu 0x0
+int attr textBackground 0x0
+int attr textBackgroundPanX 0x0
+int attr textBackgroundPanY 0x0
+int attr textBackgroundRotate 0x0
+int attr textBackgroundZoom 0x0
+int attr textColorAlertDialogListItem 0x0
+int attr textColorSearchUrl 0x0
+int attr textFillColor 0x0
+int attr textLocale 0x0
+int attr textOutlineColor 0x0
+int attr textOutlineThickness 0x0
+int attr textPanX 0x0
+int attr textPanY 0x0
+int attr textureBlurFactor 0x0
+int attr textureEffect 0x0
+int attr textureHeight 0x0
+int attr textureWidth 0x0
+int attr theme 0x0
+int attr thickness 0x0
+int attr thumbTextPadding 0x0
+int attr thumbTint 0x0
+int attr thumbTintMode 0x0
+int attr tickMark 0x0
+int attr tickMarkTint 0x0
+int attr tickMarkTintMode 0x0
+int attr tint 0x0
+int attr tintMode 0x0
+int attr title 0x0
+int attr titleMargin 0x0
+int attr titleMarginBottom 0x0
+int attr titleMarginEnd 0x0
+int attr titleMarginStart 0x0
+int attr titleMarginTop 0x0
+int attr titleMargins 0x0
+int attr titleTextAppearance 0x0
+int attr titleTextColor 0x0
+int attr titleTextStyle 0x0
+int attr toolbarNavigationButtonStyle 0x0
+int attr toolbarStyle 0x0
+int attr tooltipForegroundColor 0x0
+int attr tooltipFrameBackground 0x0
+int attr tooltipText 0x0
+int attr touchAnchorId 0x0
+int attr touchAnchorSide 0x0
+int attr touchRegionId 0x0
+int attr track 0x0
+int attr trackTint 0x0
+int attr trackTintMode 0x0
+int attr transformPivotTarget 0x0
+int attr transitionDisable 0x0
+int attr transitionEasing 0x0
+int attr transitionFlags 0x0
+int attr transitionPathRotate 0x0
+int attr triggerId 0x0
+int attr triggerReceiver 0x0
+int attr triggerSlack 0x0
+int attr ttcIndex 0x0
+int attr upDuration 0x0
+int attr viewInflaterClass 0x0
+int attr viewTransitionMode 0x0
+int attr viewTransitionOnCross 0x0
+int attr viewTransitionOnNegativeCross 0x0
+int attr viewTransitionOnPositiveCross 0x0
+int attr visibilityMode 0x0
+int attr voiceIcon 0x0
+int attr warmth 0x0
+int attr waveDecay 0x0
+int attr waveOffset 0x0
+int attr wavePeriod 0x0
+int attr wavePhase 0x0
+int attr waveShape 0x0
+int attr waveVariesBy 0x0
+int attr windowActionBar 0x0
+int attr windowActionBarOverlay 0x0
+int attr windowActionModeOverlay 0x0
+int attr windowFixedHeightMajor 0x0
+int attr windowFixedHeightMinor 0x0
+int attr windowFixedWidthMajor 0x0
+int attr windowFixedWidthMinor 0x0
+int attr windowMinWidthMajor 0x0
+int attr windowMinWidthMinor 0x0
+int attr windowNoTitle 0x0
+int bool abc_action_bar_embed_tabs 0x0
+int bool abc_allow_stacked_button_bar 0x0
+int bool abc_config_actionMenuItemAllCaps 0x0
+int color abc_background_cache_hint_selector_material_dark 0x0
+int color abc_background_cache_hint_selector_material_light 0x0
+int color abc_btn_colored_borderless_text_material 0x0
+int color abc_btn_colored_text_material 0x0
+int color abc_color_highlight_material 0x0
+int color abc_decor_view_status_guard 0x0
+int color abc_decor_view_status_guard_light 0x0
+int color abc_hint_foreground_material_dark 0x0
+int color abc_hint_foreground_material_light 0x0
+int color abc_primary_text_disable_only_material_dark 0x0
+int color abc_primary_text_disable_only_material_light 0x0
+int color abc_primary_text_material_dark 0x0
+int color abc_primary_text_material_light 0x0
+int color abc_search_url_text 0x0
+int color abc_search_url_text_normal 0x0
+int color abc_search_url_text_pressed 0x0
+int color abc_search_url_text_selected 0x0
+int color abc_secondary_text_material_dark 0x0
+int color abc_secondary_text_material_light 0x0
+int color abc_tint_btn_checkable 0x0
+int color abc_tint_default 0x0
+int color abc_tint_edittext 0x0
+int color abc_tint_seek_thumb 0x0
+int color abc_tint_spinner 0x0
+int color abc_tint_switch_track 0x0
+int color accent_material_dark 0x0
+int color accent_material_light 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color background_floating_material_dark 0x0
+int color background_floating_material_light 0x0
+int color background_material_dark 0x0
+int color background_material_light 0x0
+int color bright_foreground_disabled_material_dark 0x0
+int color bright_foreground_disabled_material_light 0x0
+int color bright_foreground_inverse_material_dark 0x0
+int color bright_foreground_inverse_material_light 0x0
+int color bright_foreground_material_dark 0x0
+int color bright_foreground_material_light 0x0
+int color button_material_dark 0x0
+int color button_material_light 0x0
+int color dim_foreground_disabled_material_dark 0x0
+int color dim_foreground_disabled_material_light 0x0
+int color dim_foreground_material_dark 0x0
+int color dim_foreground_material_light 0x0
+int color error_color_material_dark 0x0
+int color error_color_material_light 0x0
+int color foreground_material_dark 0x0
+int color foreground_material_light 0x0
+int color highlighted_text_material_dark 0x0
+int color highlighted_text_material_light 0x0
+int color material_blue_grey_800 0x0
+int color material_blue_grey_900 0x0
+int color material_blue_grey_950 0x0
+int color material_deep_teal_200 0x0
+int color material_deep_teal_500 0x0
+int color material_grey_100 0x0
+int color material_grey_300 0x0
+int color material_grey_50 0x0
+int color material_grey_600 0x0
+int color material_grey_800 0x0
+int color material_grey_850 0x0
+int color material_grey_900 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color primary_dark_material_dark 0x0
+int color primary_dark_material_light 0x0
+int color primary_material_dark 0x0
+int color primary_material_light 0x0
+int color primary_text_default_material_dark 0x0
+int color primary_text_default_material_light 0x0
+int color primary_text_disabled_material_dark 0x0
+int color primary_text_disabled_material_light 0x0
+int color ripple_material_dark 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_dark 0x0
+int color secondary_text_default_material_light 0x0
+int color secondary_text_disabled_material_dark 0x0
+int color secondary_text_disabled_material_light 0x0
+int color switch_thumb_disabled_material_dark 0x0
+int color switch_thumb_disabled_material_light 0x0
+int color switch_thumb_material_dark 0x0
+int color switch_thumb_material_light 0x0
+int color switch_thumb_normal_material_dark 0x0
+int color switch_thumb_normal_material_light 0x0
+int color tooltip_background_dark 0x0
+int color tooltip_background_light 0x0
+int dimen abc_action_bar_content_inset_material 0x0
+int dimen abc_action_bar_content_inset_with_nav 0x0
+int dimen abc_action_bar_default_height_material 0x0
+int dimen abc_action_bar_default_padding_end_material 0x0
+int dimen abc_action_bar_default_padding_start_material 0x0
+int dimen abc_action_bar_elevation_material 0x0
+int dimen abc_action_bar_icon_vertical_padding_material 0x0
+int dimen abc_action_bar_overflow_padding_end_material 0x0
+int dimen abc_action_bar_overflow_padding_start_material 0x0
+int dimen abc_action_bar_stacked_max_height 0x0
+int dimen abc_action_bar_stacked_tab_max_width 0x0
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
+int dimen abc_action_bar_subtitle_top_margin_material 0x0
+int dimen abc_action_button_min_height_material 0x0
+int dimen abc_action_button_min_width_material 0x0
+int dimen abc_action_button_min_width_overflow_material 0x0
+int dimen abc_alert_dialog_button_bar_height 0x0
+int dimen abc_alert_dialog_button_dimen 0x0
+int dimen abc_button_inset_horizontal_material 0x0
+int dimen abc_button_inset_vertical_material 0x0
+int dimen abc_button_padding_horizontal_material 0x0
+int dimen abc_button_padding_vertical_material 0x0
+int dimen abc_cascading_menus_min_smallest_width 0x0
+int dimen abc_config_prefDialogWidth 0x0
+int dimen abc_control_corner_material 0x0
+int dimen abc_control_inset_material 0x0
+int dimen abc_control_padding_material 0x0
+int dimen abc_dialog_corner_radius_material 0x0
+int dimen abc_dialog_fixed_height_major 0x0
+int dimen abc_dialog_fixed_height_minor 0x0
+int dimen abc_dialog_fixed_width_major 0x0
+int dimen abc_dialog_fixed_width_minor 0x0
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
+int dimen abc_dialog_list_padding_top_no_title 0x0
+int dimen abc_dialog_min_width_major 0x0
+int dimen abc_dialog_min_width_minor 0x0
+int dimen abc_dialog_padding_material 0x0
+int dimen abc_dialog_padding_top_material 0x0
+int dimen abc_dialog_title_divider_material 0x0
+int dimen abc_disabled_alpha_material_dark 0x0
+int dimen abc_disabled_alpha_material_light 0x0
+int dimen abc_dropdownitem_icon_width 0x0
+int dimen abc_dropdownitem_text_padding_left 0x0
+int dimen abc_dropdownitem_text_padding_right 0x0
+int dimen abc_edit_text_inset_bottom_material 0x0
+int dimen abc_edit_text_inset_horizontal_material 0x0
+int dimen abc_edit_text_inset_top_material 0x0
+int dimen abc_floating_window_z 0x0
+int dimen abc_list_item_height_large_material 0x0
+int dimen abc_list_item_height_material 0x0
+int dimen abc_list_item_height_small_material 0x0
+int dimen abc_list_item_padding_horizontal_material 0x0
+int dimen abc_panel_menu_list_width 0x0
+int dimen abc_progress_bar_height_material 0x0
+int dimen abc_search_view_preferred_height 0x0
+int dimen abc_search_view_preferred_width 0x0
+int dimen abc_seekbar_track_background_height_material 0x0
+int dimen abc_seekbar_track_progress_height_material 0x0
+int dimen abc_select_dialog_padding_start_material 0x0
+int dimen abc_switch_padding 0x0
+int dimen abc_text_size_body_1_material 0x0
+int dimen abc_text_size_body_2_material 0x0
+int dimen abc_text_size_button_material 0x0
+int dimen abc_text_size_caption_material 0x0
+int dimen abc_text_size_display_1_material 0x0
+int dimen abc_text_size_display_2_material 0x0
+int dimen abc_text_size_display_3_material 0x0
+int dimen abc_text_size_display_4_material 0x0
+int dimen abc_text_size_headline_material 0x0
+int dimen abc_text_size_large_material 0x0
+int dimen abc_text_size_medium_material 0x0
+int dimen abc_text_size_menu_header_material 0x0
+int dimen abc_text_size_menu_material 0x0
+int dimen abc_text_size_small_material 0x0
+int dimen abc_text_size_subhead_material 0x0
+int dimen abc_text_size_subtitle_material_toolbar 0x0
+int dimen abc_text_size_title_material 0x0
+int dimen abc_text_size_title_material_toolbar 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen disabled_alpha_material_dark 0x0
+int dimen disabled_alpha_material_light 0x0
+int dimen highlight_alpha_material_colored 0x0
+int dimen highlight_alpha_material_dark 0x0
+int dimen highlight_alpha_material_light 0x0
+int dimen hint_alpha_material_dark 0x0
+int dimen hint_alpha_material_light 0x0
+int dimen hint_pressed_alpha_material_dark 0x0
+int dimen hint_pressed_alpha_material_light 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int dimen tooltip_corner_radius 0x0
+int dimen tooltip_horizontal_padding 0x0
+int dimen tooltip_margin 0x0
+int dimen tooltip_precise_anchor_extra_offset 0x0
+int dimen tooltip_precise_anchor_threshold 0x0
+int dimen tooltip_vertical_padding 0x0
+int dimen tooltip_y_offset_non_touch 0x0
+int dimen tooltip_y_offset_touch 0x0
+int drawable abc_ab_share_pack_mtrl_alpha 0x0
+int drawable abc_action_bar_item_background_material 0x0
+int drawable abc_btn_borderless_material 0x0
+int drawable abc_btn_check_material 0x0
+int drawable abc_btn_check_material_anim 0x0
+int drawable abc_btn_check_to_on_mtrl_000 0x0
+int drawable abc_btn_check_to_on_mtrl_015 0x0
+int drawable abc_btn_colored_material 0x0
+int drawable abc_btn_default_mtrl_shape 0x0
+int drawable abc_btn_radio_material 0x0
+int drawable abc_btn_radio_material_anim 0x0
+int drawable abc_btn_radio_to_on_mtrl_000 0x0
+int drawable abc_btn_radio_to_on_mtrl_015 0x0
+int drawable abc_btn_switch_to_on_mtrl_00001 0x0
+int drawable abc_btn_switch_to_on_mtrl_00012 0x0
+int drawable abc_cab_background_internal_bg 0x0
+int drawable abc_cab_background_top_material 0x0
+int drawable abc_cab_background_top_mtrl_alpha 0x0
+int drawable abc_control_background_material 0x0
+int drawable abc_dialog_material_background 0x0
+int drawable abc_edit_text_material 0x0
+int drawable abc_ic_ab_back_material 0x0
+int drawable abc_ic_arrow_drop_right_black_24dp 0x0
+int drawable abc_ic_clear_material 0x0
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
+int drawable abc_ic_go_search_api_material 0x0
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_cut_mtrl_alpha 0x0
+int drawable abc_ic_menu_overflow_material 0x0
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
+int drawable abc_ic_menu_share_mtrl_alpha 0x0
+int drawable abc_ic_search_api_material 0x0
+int drawable abc_ic_star_black_16dp 0x0
+int drawable abc_ic_star_black_36dp 0x0
+int drawable abc_ic_star_black_48dp 0x0
+int drawable abc_ic_star_half_black_16dp 0x0
+int drawable abc_ic_star_half_black_36dp 0x0
+int drawable abc_ic_star_half_black_48dp 0x0
+int drawable abc_ic_voice_search_api_material 0x0
+int drawable abc_item_background_holo_dark 0x0
+int drawable abc_item_background_holo_light 0x0
+int drawable abc_list_divider_material 0x0
+int drawable abc_list_divider_mtrl_alpha 0x0
+int drawable abc_list_focused_holo 0x0
+int drawable abc_list_longpressed_holo 0x0
+int drawable abc_list_pressed_holo_dark 0x0
+int drawable abc_list_pressed_holo_light 0x0
+int drawable abc_list_selector_background_transition_holo_dark 0x0
+int drawable abc_list_selector_background_transition_holo_light 0x0
+int drawable abc_list_selector_disabled_holo_dark 0x0
+int drawable abc_list_selector_disabled_holo_light 0x0
+int drawable abc_list_selector_holo_dark 0x0
+int drawable abc_list_selector_holo_light 0x0
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
+int drawable abc_popup_background_mtrl_mult 0x0
+int drawable abc_ratingbar_indicator_material 0x0
+int drawable abc_ratingbar_material 0x0
+int drawable abc_ratingbar_small_material 0x0
+int drawable abc_scrubber_control_off_mtrl_alpha 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
+int drawable abc_scrubber_primary_mtrl_alpha 0x0
+int drawable abc_scrubber_track_mtrl_alpha 0x0
+int drawable abc_seekbar_thumb_material 0x0
+int drawable abc_seekbar_tick_mark_material 0x0
+int drawable abc_seekbar_track_material 0x0
+int drawable abc_spinner_mtrl_am_alpha 0x0
+int drawable abc_spinner_textfield_background_material 0x0
+int drawable abc_switch_thumb_material 0x0
+int drawable abc_switch_track_mtrl_alpha 0x0
+int drawable abc_tab_indicator_material 0x0
+int drawable abc_tab_indicator_mtrl_alpha 0x0
+int drawable abc_text_cursor_material 0x0
+int drawable abc_text_select_handle_left_mtrl_dark 0x0
+int drawable abc_text_select_handle_left_mtrl_light 0x0
+int drawable abc_text_select_handle_middle_mtrl_dark 0x0
+int drawable abc_text_select_handle_middle_mtrl_light 0x0
+int drawable abc_text_select_handle_right_mtrl_dark 0x0
+int drawable abc_text_select_handle_right_mtrl_light 0x0
+int drawable abc_textfield_activated_mtrl_alpha 0x0
+int drawable abc_textfield_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_activated_mtrl_alpha 0x0
+int drawable abc_textfield_search_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_material 0x0
+int drawable abc_vector_test 0x0
+int drawable btn_checkbox_checked_mtrl 0x0
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
+int drawable btn_checkbox_unchecked_mtrl 0x0
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
+int drawable btn_radio_off_mtrl 0x0
+int drawable btn_radio_off_to_on_mtrl_animation 0x0
+int drawable btn_radio_on_mtrl 0x0
+int drawable btn_radio_on_to_off_mtrl_animation 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int drawable tooltip_frame_dark 0x0
+int drawable tooltip_frame_light 0x0
+int id NO_DEBUG 0x0
+int id SHOW_ALL 0x0
+int id SHOW_PATH 0x0
+int id SHOW_PROGRESS 0x0
+int id accelerate 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id actionDown 0x0
+int id actionDownUp 0x0
+int id actionUp 0x0
+int id action_bar 0x0
+int id action_bar_activity_content 0x0
+int id action_bar_container 0x0
+int id action_bar_root 0x0
+int id action_bar_spinner 0x0
+int id action_bar_subtitle 0x0
+int id action_bar_title 0x0
+int id action_container 0x0
+int id action_context_bar 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_menu_divider 0x0
+int id action_menu_presenter 0x0
+int id action_mode_bar 0x0
+int id action_mode_bar_stub 0x0
+int id action_mode_close_button 0x0
+int id action_text 0x0
+int id actions 0x0
+int id activity_chooser_view_content 0x0
+int id add 0x0
+int id alertTitle 0x0
+int id aligned 0x0
+int id allStates 0x0
+int id animateToEnd 0x0
+int id animateToStart 0x0
+int id antiClockwise 0x0
+int id anticipate 0x0
+int id asConfigured 0x0
+int id async 0x0
+int id auto 0x0
+int id autoComplete 0x0
+int id autoCompleteToEnd 0x0
+int id autoCompleteToStart 0x0
+int id baseline 0x0
+int id bestChoice 0x0
+int id blocking 0x0
+int id bottom 0x0
+int id bounce 0x0
+int id buttonPanel 0x0
+int id callMeasure 0x0
+int id carryVelocity 0x0
+int id center 0x0
+int id chain 0x0
+int id chain2 0x0
+int id checkbox 0x0
+int id checked 0x0
+int id chronometer 0x0
+int id clockwise 0x0
+int id closest 0x0
+int id constraint 0x0
+int id content 0x0
+int id contentPanel 0x0
+int id continuousVelocity 0x0
+int id cos 0x0
+int id currentState 0x0
+int id custom 0x0
+int id customPanel 0x0
+int id decelerate 0x0
+int id decelerateAndComplete 0x0
+int id decor_content_parent 0x0
+int id default_activity_button 0x0
+int id deltaRelative 0x0
+int id dialog_button 0x0
+int id dragAnticlockwise 0x0
+int id dragClockwise 0x0
+int id dragDown 0x0
+int id dragEnd 0x0
+int id dragLeft 0x0
+int id dragRight 0x0
+int id dragStart 0x0
+int id dragUp 0x0
+int id easeIn 0x0
+int id easeInOut 0x0
+int id easeOut 0x0
+int id east 0x0
+int id edit_query 0x0
+int id end 0x0
+int id expand_activities_button 0x0
+int id expanded_menu 0x0
+int id flip 0x0
+int id forever 0x0
+int id frost 0x0
+int id gone 0x0
+int id group_divider 0x0
+int id home 0x0
+int id honorRequest 0x0
+int id horizontal_only 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id ignore 0x0
+int id ignoreRequest 0x0
+int id image 0x0
+int id immediateStop 0x0
+int id included 0x0
+int id info 0x0
+int id invisible 0x0
+int id italic 0x0
+int id jumpToEnd 0x0
+int id jumpToStart 0x0
+int id layout 0x0
+int id left 0x0
+int id line1 0x0
+int id line3 0x0
+int id linear 0x0
+int id listMode 0x0
+int id list_item 0x0
+int id match_constraint 0x0
+int id match_parent 0x0
+int id message 0x0
+int id middle 0x0
+int id motion_base 0x0
+int id multiply 0x0
+int id neverCompleteToEnd 0x0
+int id neverCompleteToStart 0x0
+int id noState 0x0
+int id none 0x0
+int id normal 0x0
+int id north 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id off 0x0
+int id on 0x0
+int id overshoot 0x0
+int id packed 0x0
+int id parent 0x0
+int id parentPanel 0x0
+int id parentRelative 0x0
+int id path 0x0
+int id pathRelative 0x0
+int id percent 0x0
+int id position 0x0
+int id postLayout 0x0
+int id progress_circular 0x0
+int id progress_horizontal 0x0
+int id radio 0x0
+int id rectangles 0x0
+int id reverseSawtooth 0x0
+int id right 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id sawtooth 0x0
+int id screen 0x0
+int id scrollIndicatorDown 0x0
+int id scrollIndicatorUp 0x0
+int id scrollView 0x0
+int id search_badge 0x0
+int id search_bar 0x0
+int id search_button 0x0
+int id search_close_btn 0x0
+int id search_edit_frame 0x0
+int id search_go_btn 0x0
+int id search_mag_icon 0x0
+int id search_plate 0x0
+int id search_src_text 0x0
+int id search_voice_btn 0x0
+int id select_dialog_listview 0x0
+int id sharedValueSet 0x0
+int id sharedValueUnset 0x0
+int id shortcut 0x0
+int id sin 0x0
+int id skipped 0x0
+int id south 0x0
+int id spacer 0x0
+int id spline 0x0
+int id split_action_bar 0x0
+int id spread 0x0
+int id spread_inside 0x0
+int id spring 0x0
+int id square 0x0
+int id src_atop 0x0
+int id src_in 0x0
+int id src_over 0x0
+int id standard 0x0
+int id start 0x0
+int id startHorizontal 0x0
+int id startVertical 0x0
+int id staticLayout 0x0
+int id staticPostLayout 0x0
+int id stop 0x0
+int id submenuarrow 0x0
+int id submit_area 0x0
+int id tabMode 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id text 0x0
+int id text2 0x0
+int id textSpacerNoButtons 0x0
+int id textSpacerNoTitle 0x0
+int id time 0x0
+int id title 0x0
+int id titleDividerNoCustom 0x0
+int id title_template 0x0
+int id top 0x0
+int id topPanel 0x0
+int id triangle 0x0
+int id unchecked 0x0
+int id uniform 0x0
+int id up 0x0
+int id vertical_only 0x0
+int id view_transition 0x0
+int id visible 0x0
+int id west 0x0
+int id wrap 0x0
+int id wrap_content 0x0
+int id wrap_content_constrained 0x0
+int id x_left 0x0
+int id x_right 0x0
+int integer abc_config_activityDefaultDur 0x0
+int integer abc_config_activityShortDur 0x0
+int integer cancel_button_image_alpha 0x0
+int integer config_tooltipAnimTime 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
+int interpolator fast_out_slow_in 0x0
+int layout abc_action_bar_title_item 0x0
+int layout abc_action_bar_up_container 0x0
+int layout abc_action_menu_item_layout 0x0
+int layout abc_action_menu_layout 0x0
+int layout abc_action_mode_bar 0x0
+int layout abc_action_mode_close_item_material 0x0
+int layout abc_activity_chooser_view 0x0
+int layout abc_activity_chooser_view_list_item 0x0
+int layout abc_alert_dialog_button_bar_material 0x0
+int layout abc_alert_dialog_material 0x0
+int layout abc_alert_dialog_title_material 0x0
+int layout abc_cascading_menu_item_layout 0x0
+int layout abc_dialog_title_material 0x0
+int layout abc_expanded_menu_layout 0x0
+int layout abc_list_menu_item_checkbox 0x0
+int layout abc_list_menu_item_icon 0x0
+int layout abc_list_menu_item_layout 0x0
+int layout abc_list_menu_item_radio 0x0
+int layout abc_popup_menu_header_item_layout 0x0
+int layout abc_popup_menu_item_layout 0x0
+int layout abc_screen_content_include 0x0
+int layout abc_screen_simple 0x0
+int layout abc_screen_simple_overlay_action_mode 0x0
+int layout abc_screen_toolbar 0x0
+int layout abc_search_dropdown_item_icons_2line 0x0
+int layout abc_search_view 0x0
+int layout abc_select_dialog_material 0x0
+int layout abc_tooltip 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int layout select_dialog_item_material 0x0
+int layout select_dialog_multichoice_material 0x0
+int layout select_dialog_singlechoice_material 0x0
+int layout support_simple_spinner_dropdown_item 0x0
+int string abc_action_bar_home_description 0x0
+int string abc_action_bar_up_description 0x0
+int string abc_action_menu_overflow_description 0x0
+int string abc_action_mode_done 0x0
+int string abc_activity_chooser_view_see_all 0x0
+int string abc_activitychooserview_choose_application 0x0
+int string abc_capital_off 0x0
+int string abc_capital_on 0x0
+int string abc_menu_alt_shortcut_label 0x0
+int string abc_menu_ctrl_shortcut_label 0x0
+int string abc_menu_delete_shortcut_label 0x0
+int string abc_menu_enter_shortcut_label 0x0
+int string abc_menu_function_shortcut_label 0x0
+int string abc_menu_meta_shortcut_label 0x0
+int string abc_menu_shift_shortcut_label 0x0
+int string abc_menu_space_shortcut_label 0x0
+int string abc_menu_sym_shortcut_label 0x0
+int string abc_prepend_shortcut_label 0x0
+int string abc_search_hint 0x0
+int string abc_searchview_description_clear 0x0
+int string abc_searchview_description_query 0x0
+int string abc_searchview_description_search 0x0
+int string abc_searchview_description_submit 0x0
+int string abc_searchview_description_voice 0x0
+int string abc_shareactionprovider_share_with 0x0
+int string abc_shareactionprovider_share_with_application 0x0
+int string abc_toolbar_collapse_description 0x0
+int string search_menu_title 0x0
+int string status_bar_notification_info_overflow 0x0
+int style AlertDialog_AppCompat 0x0
+int style AlertDialog_AppCompat_Light 0x0
+int style Animation_AppCompat_Dialog 0x0
+int style Animation_AppCompat_DropDownUp 0x0
+int style Animation_AppCompat_Tooltip 0x0
+int style Base_AlertDialog_AppCompat 0x0
+int style Base_AlertDialog_AppCompat_Light 0x0
+int style Base_Animation_AppCompat_Dialog 0x0
+int style Base_Animation_AppCompat_DropDownUp 0x0
+int style Base_Animation_AppCompat_Tooltip 0x0
+int style Base_DialogWindowTitleBackground_AppCompat 0x0
+int style Base_DialogWindowTitle_AppCompat 0x0
+int style Base_TextAppearance_AppCompat 0x0
+int style Base_TextAppearance_AppCompat_Body1 0x0
+int style Base_TextAppearance_AppCompat_Body2 0x0
+int style Base_TextAppearance_AppCompat_Button 0x0
+int style Base_TextAppearance_AppCompat_Caption 0x0
+int style Base_TextAppearance_AppCompat_Display1 0x0
+int style Base_TextAppearance_AppCompat_Display2 0x0
+int style Base_TextAppearance_AppCompat_Display3 0x0
+int style Base_TextAppearance_AppCompat_Display4 0x0
+int style Base_TextAppearance_AppCompat_Headline 0x0
+int style Base_TextAppearance_AppCompat_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Large 0x0
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Medium 0x0
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Menu 0x0
+int style Base_TextAppearance_AppCompat_SearchResult 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
+int style Base_TextAppearance_AppCompat_Small 0x0
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Subhead 0x0
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Title 0x0
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Tooltip 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style Base_ThemeOverlay_AppCompat 0x0
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dark 0x0
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style Base_ThemeOverlay_AppCompat_Light 0x0
+int style Base_Theme_AppCompat 0x0
+int style Base_Theme_AppCompat_CompactMenu 0x0
+int style Base_Theme_AppCompat_Dialog 0x0
+int style Base_Theme_AppCompat_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
+int style Base_Theme_AppCompat_Light 0x0
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
+int style Base_Theme_AppCompat_Light_Dialog 0x0
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat 0x0
+int style Base_V21_Theme_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat_Light 0x0
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V22_Theme_AppCompat 0x0
+int style Base_V22_Theme_AppCompat_Light 0x0
+int style Base_V23_Theme_AppCompat 0x0
+int style Base_V23_Theme_AppCompat_Light 0x0
+int style Base_V26_Theme_AppCompat 0x0
+int style Base_V26_Theme_AppCompat_Light 0x0
+int style Base_V26_Widget_AppCompat_Toolbar 0x0
+int style Base_V28_Theme_AppCompat 0x0
+int style Base_V28_Theme_AppCompat_Light 0x0
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat 0x0
+int style Base_V7_Theme_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat_Light 0x0
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_V7_Widget_AppCompat_EditText 0x0
+int style Base_V7_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_ActionBar 0x0
+int style Base_Widget_AppCompat_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_ActionButton 0x0
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
+int style Base_Widget_AppCompat_ActionMode 0x0
+int style Base_Widget_AppCompat_ActivityChooserView 0x0
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_Widget_AppCompat_Button 0x0
+int style Base_Widget_AppCompat_ButtonBar 0x0
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Borderless 0x0
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Colored 0x0
+int style Base_Widget_AppCompat_Button_Small 0x0
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Base_Widget_AppCompat_EditText 0x0
+int style Base_Widget_AppCompat_ImageButton 0x0
+int style Base_Widget_AppCompat_Light_ActionBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_ListMenuView 0x0
+int style Base_Widget_AppCompat_ListPopupWindow 0x0
+int style Base_Widget_AppCompat_ListView 0x0
+int style Base_Widget_AppCompat_ListView_DropDown 0x0
+int style Base_Widget_AppCompat_ListView_Menu 0x0
+int style Base_Widget_AppCompat_PopupMenu 0x0
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_PopupWindow 0x0
+int style Base_Widget_AppCompat_ProgressBar 0x0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Base_Widget_AppCompat_RatingBar 0x0
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
+int style Base_Widget_AppCompat_RatingBar_Small 0x0
+int style Base_Widget_AppCompat_SearchView 0x0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
+int style Base_Widget_AppCompat_SeekBar 0x0
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
+int style Base_Widget_AppCompat_Spinner 0x0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x0
+int style Base_Widget_AppCompat_TextView 0x0
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Base_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Platform_AppCompat 0x0
+int style Platform_AppCompat_Light 0x0
+int style Platform_ThemeOverlay_AppCompat 0x0
+int style Platform_ThemeOverlay_AppCompat_Dark 0x0
+int style Platform_ThemeOverlay_AppCompat_Light 0x0
+int style Platform_V21_AppCompat 0x0
+int style Platform_V21_AppCompat_Light 0x0
+int style Platform_V25_AppCompat 0x0
+int style Platform_V25_AppCompat_Light 0x0
+int style Platform_Widget_AppCompat_Spinner 0x0
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
+int style TextAppearance_AppCompat 0x0
+int style TextAppearance_AppCompat_Body1 0x0
+int style TextAppearance_AppCompat_Body2 0x0
+int style TextAppearance_AppCompat_Button 0x0
+int style TextAppearance_AppCompat_Caption 0x0
+int style TextAppearance_AppCompat_Display1 0x0
+int style TextAppearance_AppCompat_Display2 0x0
+int style TextAppearance_AppCompat_Display3 0x0
+int style TextAppearance_AppCompat_Display4 0x0
+int style TextAppearance_AppCompat_Headline 0x0
+int style TextAppearance_AppCompat_Inverse 0x0
+int style TextAppearance_AppCompat_Large 0x0
+int style TextAppearance_AppCompat_Large_Inverse 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Medium 0x0
+int style TextAppearance_AppCompat_Medium_Inverse 0x0
+int style TextAppearance_AppCompat_Menu 0x0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Small 0x0
+int style TextAppearance_AppCompat_Small_Inverse 0x0
+int style TextAppearance_AppCompat_Subhead 0x0
+int style TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style TextAppearance_AppCompat_Title 0x0
+int style TextAppearance_AppCompat_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Tooltip 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_Button 0x0
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Widget_Switch 0x0
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style ThemeOverlay_AppCompat 0x0
+int style ThemeOverlay_AppCompat_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dark 0x0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style ThemeOverlay_AppCompat_DayNight 0x0
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dialog 0x0
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style ThemeOverlay_AppCompat_Light 0x0
+int style Theme_AppCompat 0x0
+int style Theme_AppCompat_CompactMenu 0x0
+int style Theme_AppCompat_DayNight 0x0
+int style Theme_AppCompat_DayNight_DarkActionBar 0x0
+int style Theme_AppCompat_DayNight_Dialog 0x0
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
+int style Theme_AppCompat_DayNight_NoActionBar 0x0
+int style Theme_AppCompat_Dialog 0x0
+int style Theme_AppCompat_DialogWhenLarge 0x0
+int style Theme_AppCompat_Dialog_Alert 0x0
+int style Theme_AppCompat_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Empty 0x0
+int style Theme_AppCompat_Light 0x0
+int style Theme_AppCompat_Light_DarkActionBar 0x0
+int style Theme_AppCompat_Light_Dialog 0x0
+int style Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Light_NoActionBar 0x0
+int style Theme_AppCompat_NoActionBar 0x0
+int style Widget_AppCompat_ActionBar 0x0
+int style Widget_AppCompat_ActionBar_Solid 0x0
+int style Widget_AppCompat_ActionBar_TabBar 0x0
+int style Widget_AppCompat_ActionBar_TabText 0x0
+int style Widget_AppCompat_ActionBar_TabView 0x0
+int style Widget_AppCompat_ActionButton 0x0
+int style Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_ActionButton_Overflow 0x0
+int style Widget_AppCompat_ActionMode 0x0
+int style Widget_AppCompat_ActivityChooserView 0x0
+int style Widget_AppCompat_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Button 0x0
+int style Widget_AppCompat_ButtonBar 0x0
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Borderless 0x0
+int style Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Colored 0x0
+int style Widget_AppCompat_Button_Small 0x0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Widget_AppCompat_CompoundButton_Switch 0x0
+int style Widget_AppCompat_DrawerArrowToggle 0x0
+int style Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_EditText 0x0
+int style Widget_AppCompat_ImageButton 0x0
+int style Widget_AppCompat_Light_ActionBar 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
+int style Widget_AppCompat_Light_ActionButton 0x0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
+int style Widget_AppCompat_Light_ActivityChooserView 0x0
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_Light_ListPopupWindow 0x0
+int style Widget_AppCompat_Light_ListView_DropDown 0x0
+int style Widget_AppCompat_Light_PopupMenu 0x0
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_Light_SearchView 0x0
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_ListMenuView 0x0
+int style Widget_AppCompat_ListPopupWindow 0x0
+int style Widget_AppCompat_ListView 0x0
+int style Widget_AppCompat_ListView_DropDown 0x0
+int style Widget_AppCompat_ListView_Menu 0x0
+int style Widget_AppCompat_PopupMenu 0x0
+int style Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_PopupWindow 0x0
+int style Widget_AppCompat_ProgressBar 0x0
+int style Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Widget_AppCompat_RatingBar 0x0
+int style Widget_AppCompat_RatingBar_Indicator 0x0
+int style Widget_AppCompat_RatingBar_Small 0x0
+int style Widget_AppCompat_SearchView 0x0
+int style Widget_AppCompat_SearchView_ActionBar 0x0
+int style Widget_AppCompat_SeekBar 0x0
+int style Widget_AppCompat_SeekBar_Discrete 0x0
+int style Widget_AppCompat_Spinner 0x0
+int style Widget_AppCompat_Spinner_DropDown 0x0
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_Spinner_Underlined 0x0
+int style Widget_AppCompat_TextView 0x0
+int style Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Widget_AppCompat_Toolbar 0x0
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x10100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x0, 0x0 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable AnimatedStateListDrawableCompat_android_constantSize 0
+int styleable AnimatedStateListDrawableCompat_android_dither 1
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
+int styleable AnimatedStateListDrawableCompat_android_visible 5
+int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
+int styleable AnimatedStateListDrawableItem_android_drawable 0
+int styleable AnimatedStateListDrawableItem_android_id 1
+int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_fromId 1
+int styleable AnimatedStateListDrawableTransition_android_reversible 2
+int styleable AnimatedStateListDrawableTransition_android_toId 3
+int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable AppCompatTextHelper_android_drawableBottom 0
+int styleable AppCompatTextHelper_android_drawableEnd 1
+int styleable AppCompatTextHelper_android_drawableLeft 2
+int styleable AppCompatTextHelper_android_drawableRight 3
+int styleable AppCompatTextHelper_android_drawableStart 4
+int styleable AppCompatTextHelper_android_drawableTop 5
+int styleable AppCompatTextHelper_android_textAppearance 6
+int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTheme_actionBarDivider 0
+int styleable AppCompatTheme_actionBarItemBackground 1
+int styleable AppCompatTheme_actionBarPopupTheme 2
+int styleable AppCompatTheme_actionBarSize 3
+int styleable AppCompatTheme_actionBarSplitStyle 4
+int styleable AppCompatTheme_actionBarStyle 5
+int styleable AppCompatTheme_actionBarTabBarStyle 6
+int styleable AppCompatTheme_actionBarTabStyle 7
+int styleable AppCompatTheme_actionBarTabTextStyle 8
+int styleable AppCompatTheme_actionBarTheme 9
+int styleable AppCompatTheme_actionBarWidgetTheme 10
+int styleable AppCompatTheme_actionButtonStyle 11
+int styleable AppCompatTheme_actionDropDownStyle 12
+int styleable AppCompatTheme_actionMenuTextAppearance 13
+int styleable AppCompatTheme_actionMenuTextColor 14
+int styleable AppCompatTheme_actionModeBackground 15
+int styleable AppCompatTheme_actionModeCloseButtonStyle 16
+int styleable AppCompatTheme_actionModeCloseDrawable 17
+int styleable AppCompatTheme_actionModeCopyDrawable 18
+int styleable AppCompatTheme_actionModeCutDrawable 19
+int styleable AppCompatTheme_actionModeFindDrawable 20
+int styleable AppCompatTheme_actionModePasteDrawable 21
+int styleable AppCompatTheme_actionModePopupWindowStyle 22
+int styleable AppCompatTheme_actionModeSelectAllDrawable 23
+int styleable AppCompatTheme_actionModeShareDrawable 24
+int styleable AppCompatTheme_actionModeSplitBackground 25
+int styleable AppCompatTheme_actionModeStyle 26
+int styleable AppCompatTheme_actionModeWebSearchDrawable 27
+int styleable AppCompatTheme_actionOverflowButtonStyle 28
+int styleable AppCompatTheme_actionOverflowMenuStyle 29
+int styleable AppCompatTheme_activityChooserViewStyle 30
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 31
+int styleable AppCompatTheme_alertDialogCenterButtons 32
+int styleable AppCompatTheme_alertDialogStyle 33
+int styleable AppCompatTheme_alertDialogTheme 34
+int styleable AppCompatTheme_android_windowAnimationStyle 35
+int styleable AppCompatTheme_android_windowIsFloating 36
+int styleable AppCompatTheme_autoCompleteTextViewStyle 37
+int styleable AppCompatTheme_borderlessButtonStyle 38
+int styleable AppCompatTheme_buttonBarButtonStyle 39
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42
+int styleable AppCompatTheme_buttonBarStyle 43
+int styleable AppCompatTheme_buttonStyle 44
+int styleable AppCompatTheme_buttonStyleSmall 45
+int styleable AppCompatTheme_checkboxStyle 46
+int styleable AppCompatTheme_checkedTextViewStyle 47
+int styleable AppCompatTheme_colorAccent 48
+int styleable AppCompatTheme_colorBackgroundFloating 49
+int styleable AppCompatTheme_colorButtonNormal 50
+int styleable AppCompatTheme_colorControlActivated 51
+int styleable AppCompatTheme_colorControlHighlight 52
+int styleable AppCompatTheme_colorControlNormal 53
+int styleable AppCompatTheme_colorError 54
+int styleable AppCompatTheme_colorPrimary 55
+int styleable AppCompatTheme_colorPrimaryDark 56
+int styleable AppCompatTheme_colorSwitchThumbNormal 57
+int styleable AppCompatTheme_controlBackground 58
+int styleable AppCompatTheme_dialogCornerRadius 59
+int styleable AppCompatTheme_dialogPreferredPadding 60
+int styleable AppCompatTheme_dialogTheme 61
+int styleable AppCompatTheme_dividerHorizontal 62
+int styleable AppCompatTheme_dividerVertical 63
+int styleable AppCompatTheme_dropDownListViewStyle 64
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 65
+int styleable AppCompatTheme_editTextBackground 66
+int styleable AppCompatTheme_editTextColor 67
+int styleable AppCompatTheme_editTextStyle 68
+int styleable AppCompatTheme_homeAsUpIndicator 69
+int styleable AppCompatTheme_imageButtonStyle 70
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 71
+int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable ButtonBarLayout { 0x0 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable Carousel { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Carousel_carousel_backwardTransition 0
+int styleable Carousel_carousel_emptyViewsBehavior 1
+int styleable Carousel_carousel_firstView 2
+int styleable Carousel_carousel_forwardTransition 3
+int styleable Carousel_carousel_infinite 4
+int styleable Carousel_carousel_nextState 5
+int styleable Carousel_carousel_previousState 6
+int styleable Carousel_carousel_touchUpMode 7
+int styleable Carousel_carousel_touchUp_dampeningFactor 8
+int styleable Carousel_carousel_touchUp_velocityThreshold 9
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Constraint_android_alpha 0
+int styleable Constraint_android_elevation 1
+int styleable Constraint_android_id 2
+int styleable Constraint_android_layout_height 3
+int styleable Constraint_android_layout_marginBottom 4
+int styleable Constraint_android_layout_marginEnd 5
+int styleable Constraint_android_layout_marginLeft 6
+int styleable Constraint_android_layout_marginRight 7
+int styleable Constraint_android_layout_marginStart 8
+int styleable Constraint_android_layout_marginTop 9
+int styleable Constraint_android_layout_width 10
+int styleable Constraint_android_maxHeight 11
+int styleable Constraint_android_maxWidth 12
+int styleable Constraint_android_minHeight 13
+int styleable Constraint_android_minWidth 14
+int styleable Constraint_android_orientation 15
+int styleable Constraint_android_rotation 16
+int styleable Constraint_android_rotationX 17
+int styleable Constraint_android_rotationY 18
+int styleable Constraint_android_scaleX 19
+int styleable Constraint_android_scaleY 20
+int styleable Constraint_android_transformPivotX 21
+int styleable Constraint_android_transformPivotY 22
+int styleable Constraint_android_translationX 23
+int styleable Constraint_android_translationY 24
+int styleable Constraint_android_translationZ 25
+int styleable Constraint_android_visibility 26
+int styleable Constraint_animateCircleAngleTo 27
+int styleable Constraint_animateRelativeTo 28
+int styleable Constraint_barrierAllowsGoneWidgets 29
+int styleable Constraint_barrierDirection 30
+int styleable Constraint_barrierMargin 31
+int styleable Constraint_chainUseRtl 32
+int styleable Constraint_constraint_referenced_ids 33
+int styleable Constraint_constraint_referenced_tags 34
+int styleable Constraint_drawPath 35
+int styleable Constraint_flow_firstHorizontalBias 36
+int styleable Constraint_flow_firstHorizontalStyle 37
+int styleable Constraint_flow_firstVerticalBias 38
+int styleable Constraint_flow_firstVerticalStyle 39
+int styleable Constraint_flow_horizontalAlign 40
+int styleable Constraint_flow_horizontalBias 41
+int styleable Constraint_flow_horizontalGap 42
+int styleable Constraint_flow_horizontalStyle 43
+int styleable Constraint_flow_lastHorizontalBias 44
+int styleable Constraint_flow_lastHorizontalStyle 45
+int styleable Constraint_flow_lastVerticalBias 46
+int styleable Constraint_flow_lastVerticalStyle 47
+int styleable Constraint_flow_maxElementsWrap 48
+int styleable Constraint_flow_verticalAlign 49
+int styleable Constraint_flow_verticalBias 50
+int styleable Constraint_flow_verticalGap 51
+int styleable Constraint_flow_verticalStyle 52
+int styleable Constraint_flow_wrapMode 53
+int styleable Constraint_guidelineUseRtl 54
+int styleable Constraint_layout_constrainedHeight 55
+int styleable Constraint_layout_constrainedWidth 56
+int styleable Constraint_layout_constraintBaseline_creator 57
+int styleable Constraint_layout_constraintBaseline_toBaselineOf 58
+int styleable Constraint_layout_constraintBaseline_toBottomOf 59
+int styleable Constraint_layout_constraintBaseline_toTopOf 60
+int styleable Constraint_layout_constraintBottom_creator 61
+int styleable Constraint_layout_constraintBottom_toBottomOf 62
+int styleable Constraint_layout_constraintBottom_toTopOf 63
+int styleable Constraint_layout_constraintCircle 64
+int styleable Constraint_layout_constraintCircleAngle 65
+int styleable Constraint_layout_constraintCircleRadius 66
+int styleable Constraint_layout_constraintDimensionRatio 67
+int styleable Constraint_layout_constraintEnd_toEndOf 68
+int styleable Constraint_layout_constraintEnd_toStartOf 69
+int styleable Constraint_layout_constraintGuide_begin 70
+int styleable Constraint_layout_constraintGuide_end 71
+int styleable Constraint_layout_constraintGuide_percent 72
+int styleable Constraint_layout_constraintHeight 73
+int styleable Constraint_layout_constraintHeight_default 74
+int styleable Constraint_layout_constraintHeight_max 75
+int styleable Constraint_layout_constraintHeight_min 76
+int styleable Constraint_layout_constraintHeight_percent 77
+int styleable Constraint_layout_constraintHorizontal_bias 78
+int styleable Constraint_layout_constraintHorizontal_chainStyle 79
+int styleable Constraint_layout_constraintHorizontal_weight 80
+int styleable Constraint_layout_constraintLeft_creator 81
+int styleable Constraint_layout_constraintLeft_toLeftOf 82
+int styleable Constraint_layout_constraintLeft_toRightOf 83
+int styleable Constraint_layout_constraintRight_creator 84
+int styleable Constraint_layout_constraintRight_toLeftOf 85
+int styleable Constraint_layout_constraintRight_toRightOf 86
+int styleable Constraint_layout_constraintStart_toEndOf 87
+int styleable Constraint_layout_constraintStart_toStartOf 88
+int styleable Constraint_layout_constraintTag 89
+int styleable Constraint_layout_constraintTop_creator 90
+int styleable Constraint_layout_constraintTop_toBottomOf 91
+int styleable Constraint_layout_constraintTop_toTopOf 92
+int styleable Constraint_layout_constraintVertical_bias 93
+int styleable Constraint_layout_constraintVertical_chainStyle 94
+int styleable Constraint_layout_constraintVertical_weight 95
+int styleable Constraint_layout_constraintWidth 96
+int styleable Constraint_layout_constraintWidth_default 97
+int styleable Constraint_layout_constraintWidth_max 98
+int styleable Constraint_layout_constraintWidth_min 99
+int styleable Constraint_layout_constraintWidth_percent 100
+int styleable Constraint_layout_editor_absoluteX 101
+int styleable Constraint_layout_editor_absoluteY 102
+int styleable Constraint_layout_goneMarginBaseline 103
+int styleable Constraint_layout_goneMarginBottom 104
+int styleable Constraint_layout_goneMarginEnd 105
+int styleable Constraint_layout_goneMarginLeft 106
+int styleable Constraint_layout_goneMarginRight 107
+int styleable Constraint_layout_goneMarginStart 108
+int styleable Constraint_layout_goneMarginTop 109
+int styleable Constraint_layout_marginBaseline 110
+int styleable Constraint_layout_wrapBehaviorInParent 111
+int styleable Constraint_motionProgress 112
+int styleable Constraint_motionStagger 113
+int styleable Constraint_pathMotionArc 114
+int styleable Constraint_pivotAnchor 115
+int styleable Constraint_polarRelativeTo 116
+int styleable Constraint_quantizeMotionInterpolator 117
+int styleable Constraint_quantizeMotionPhase 118
+int styleable Constraint_quantizeMotionSteps 119
+int styleable Constraint_transformPivotTarget 120
+int styleable Constraint_transitionEasing 121
+int styleable Constraint_transitionPathRotate 122
+int styleable Constraint_visibilityMode 123
+int[] styleable ConstraintLayout_Layout { 0x1010440, 0x10100f5, 0x10100f6, 0x10100fa, 0x10103b6, 0x101053b, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x101053c, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintLayout_Layout_android_elevation 0
+int styleable ConstraintLayout_Layout_android_layout_height 1
+int styleable ConstraintLayout_Layout_android_layout_margin 2
+int styleable ConstraintLayout_Layout_android_layout_marginBottom 3
+int styleable ConstraintLayout_Layout_android_layout_marginEnd 4
+int styleable ConstraintLayout_Layout_android_layout_marginHorizontal 5
+int styleable ConstraintLayout_Layout_android_layout_marginLeft 6
+int styleable ConstraintLayout_Layout_android_layout_marginRight 7
+int styleable ConstraintLayout_Layout_android_layout_marginStart 8
+int styleable ConstraintLayout_Layout_android_layout_marginTop 9
+int styleable ConstraintLayout_Layout_android_layout_marginVertical 10
+int styleable ConstraintLayout_Layout_android_layout_width 11
+int styleable ConstraintLayout_Layout_android_maxHeight 12
+int styleable ConstraintLayout_Layout_android_maxWidth 13
+int styleable ConstraintLayout_Layout_android_minHeight 14
+int styleable ConstraintLayout_Layout_android_minWidth 15
+int styleable ConstraintLayout_Layout_android_orientation 16
+int styleable ConstraintLayout_Layout_android_padding 17
+int styleable ConstraintLayout_Layout_android_paddingBottom 18
+int styleable ConstraintLayout_Layout_android_paddingEnd 19
+int styleable ConstraintLayout_Layout_android_paddingLeft 20
+int styleable ConstraintLayout_Layout_android_paddingRight 21
+int styleable ConstraintLayout_Layout_android_paddingStart 22
+int styleable ConstraintLayout_Layout_android_paddingTop 23
+int styleable ConstraintLayout_Layout_android_visibility 24
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 25
+int styleable ConstraintLayout_Layout_barrierDirection 26
+int styleable ConstraintLayout_Layout_barrierMargin 27
+int styleable ConstraintLayout_Layout_chainUseRtl 28
+int styleable ConstraintLayout_Layout_circularflow_angles 29
+int styleable ConstraintLayout_Layout_circularflow_defaultAngle 30
+int styleable ConstraintLayout_Layout_circularflow_defaultRadius 31
+int styleable ConstraintLayout_Layout_circularflow_radiusInDP 32
+int styleable ConstraintLayout_Layout_circularflow_viewCenter 33
+int styleable ConstraintLayout_Layout_constraintSet 34
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 35
+int styleable ConstraintLayout_Layout_constraint_referenced_tags 36
+int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 37
+int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 38
+int styleable ConstraintLayout_Layout_flow_firstVerticalBias 39
+int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 40
+int styleable ConstraintLayout_Layout_flow_horizontalAlign 41
+int styleable ConstraintLayout_Layout_flow_horizontalBias 42
+int styleable ConstraintLayout_Layout_flow_horizontalGap 43
+int styleable ConstraintLayout_Layout_flow_horizontalStyle 44
+int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 45
+int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 46
+int styleable ConstraintLayout_Layout_flow_lastVerticalBias 47
+int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 48
+int styleable ConstraintLayout_Layout_flow_maxElementsWrap 49
+int styleable ConstraintLayout_Layout_flow_verticalAlign 50
+int styleable ConstraintLayout_Layout_flow_verticalBias 51
+int styleable ConstraintLayout_Layout_flow_verticalGap 52
+int styleable ConstraintLayout_Layout_flow_verticalStyle 53
+int styleable ConstraintLayout_Layout_flow_wrapMode 54
+int styleable ConstraintLayout_Layout_guidelineUseRtl 55
+int styleable ConstraintLayout_Layout_layoutDescription 56
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 57
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 58
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 59
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 60
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBottomOf 61
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toTopOf 62
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 63
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 64
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 65
+int styleable ConstraintLayout_Layout_layout_constraintCircle 66
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 67
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 68
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 69
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 70
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 71
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 72
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 73
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 74
+int styleable ConstraintLayout_Layout_layout_constraintHeight 75
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 76
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 77
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 78
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 79
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 80
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 81
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 82
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 83
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 84
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 85
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 86
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 87
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 88
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 89
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 90
+int styleable ConstraintLayout_Layout_layout_constraintTag 91
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 92
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 93
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 94
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 95
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 96
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 97
+int styleable ConstraintLayout_Layout_layout_constraintWidth 98
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 99
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 100
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 101
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 102
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 103
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 104
+int styleable ConstraintLayout_Layout_layout_goneMarginBaseline 105
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 106
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 107
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 108
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 109
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 110
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 111
+int styleable ConstraintLayout_Layout_layout_marginBaseline 112
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 113
+int styleable ConstraintLayout_Layout_layout_wrapBehaviorInParent 114
+int[] styleable ConstraintLayout_ReactiveGuide { 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_animateChange 0
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToAllConstraintSets 1
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_applyToConstraintSet 2
+int styleable ConstraintLayout_ReactiveGuide_reactiveGuide_valueId 3
+int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
+int[] styleable ConstraintOverride { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintOverride_android_alpha 0
+int styleable ConstraintOverride_android_elevation 1
+int styleable ConstraintOverride_android_id 2
+int styleable ConstraintOverride_android_layout_height 3
+int styleable ConstraintOverride_android_layout_marginBottom 4
+int styleable ConstraintOverride_android_layout_marginEnd 5
+int styleable ConstraintOverride_android_layout_marginLeft 6
+int styleable ConstraintOverride_android_layout_marginRight 7
+int styleable ConstraintOverride_android_layout_marginStart 8
+int styleable ConstraintOverride_android_layout_marginTop 9
+int styleable ConstraintOverride_android_layout_width 10
+int styleable ConstraintOverride_android_maxHeight 11
+int styleable ConstraintOverride_android_maxWidth 12
+int styleable ConstraintOverride_android_minHeight 13
+int styleable ConstraintOverride_android_minWidth 14
+int styleable ConstraintOverride_android_orientation 15
+int styleable ConstraintOverride_android_rotation 16
+int styleable ConstraintOverride_android_rotationX 17
+int styleable ConstraintOverride_android_rotationY 18
+int styleable ConstraintOverride_android_scaleX 19
+int styleable ConstraintOverride_android_scaleY 20
+int styleable ConstraintOverride_android_transformPivotX 21
+int styleable ConstraintOverride_android_transformPivotY 22
+int styleable ConstraintOverride_android_translationX 23
+int styleable ConstraintOverride_android_translationY 24
+int styleable ConstraintOverride_android_translationZ 25
+int styleable ConstraintOverride_android_visibility 26
+int styleable ConstraintOverride_animateCircleAngleTo 27
+int styleable ConstraintOverride_animateRelativeTo 28
+int styleable ConstraintOverride_barrierAllowsGoneWidgets 29
+int styleable ConstraintOverride_barrierDirection 30
+int styleable ConstraintOverride_barrierMargin 31
+int styleable ConstraintOverride_chainUseRtl 32
+int styleable ConstraintOverride_constraint_referenced_ids 33
+int styleable ConstraintOverride_drawPath 34
+int styleable ConstraintOverride_flow_firstHorizontalBias 35
+int styleable ConstraintOverride_flow_firstHorizontalStyle 36
+int styleable ConstraintOverride_flow_firstVerticalBias 37
+int styleable ConstraintOverride_flow_firstVerticalStyle 38
+int styleable ConstraintOverride_flow_horizontalAlign 39
+int styleable ConstraintOverride_flow_horizontalBias 40
+int styleable ConstraintOverride_flow_horizontalGap 41
+int styleable ConstraintOverride_flow_horizontalStyle 42
+int styleable ConstraintOverride_flow_lastHorizontalBias 43
+int styleable ConstraintOverride_flow_lastHorizontalStyle 44
+int styleable ConstraintOverride_flow_lastVerticalBias 45
+int styleable ConstraintOverride_flow_lastVerticalStyle 46
+int styleable ConstraintOverride_flow_maxElementsWrap 47
+int styleable ConstraintOverride_flow_verticalAlign 48
+int styleable ConstraintOverride_flow_verticalBias 49
+int styleable ConstraintOverride_flow_verticalGap 50
+int styleable ConstraintOverride_flow_verticalStyle 51
+int styleable ConstraintOverride_flow_wrapMode 52
+int styleable ConstraintOverride_guidelineUseRtl 53
+int styleable ConstraintOverride_layout_constrainedHeight 54
+int styleable ConstraintOverride_layout_constrainedWidth 55
+int styleable ConstraintOverride_layout_constraintBaseline_creator 56
+int styleable ConstraintOverride_layout_constraintBottom_creator 57
+int styleable ConstraintOverride_layout_constraintCircleAngle 58
+int styleable ConstraintOverride_layout_constraintCircleRadius 59
+int styleable ConstraintOverride_layout_constraintDimensionRatio 60
+int styleable ConstraintOverride_layout_constraintGuide_begin 61
+int styleable ConstraintOverride_layout_constraintGuide_end 62
+int styleable ConstraintOverride_layout_constraintGuide_percent 63
+int styleable ConstraintOverride_layout_constraintHeight 64
+int styleable ConstraintOverride_layout_constraintHeight_default 65
+int styleable ConstraintOverride_layout_constraintHeight_max 66
+int styleable ConstraintOverride_layout_constraintHeight_min 67
+int styleable ConstraintOverride_layout_constraintHeight_percent 68
+int styleable ConstraintOverride_layout_constraintHorizontal_bias 69
+int styleable ConstraintOverride_layout_constraintHorizontal_chainStyle 70
+int styleable ConstraintOverride_layout_constraintHorizontal_weight 71
+int styleable ConstraintOverride_layout_constraintLeft_creator 72
+int styleable ConstraintOverride_layout_constraintRight_creator 73
+int styleable ConstraintOverride_layout_constraintTag 74
+int styleable ConstraintOverride_layout_constraintTop_creator 75
+int styleable ConstraintOverride_layout_constraintVertical_bias 76
+int styleable ConstraintOverride_layout_constraintVertical_chainStyle 77
+int styleable ConstraintOverride_layout_constraintVertical_weight 78
+int styleable ConstraintOverride_layout_constraintWidth 79
+int styleable ConstraintOverride_layout_constraintWidth_default 80
+int styleable ConstraintOverride_layout_constraintWidth_max 81
+int styleable ConstraintOverride_layout_constraintWidth_min 82
+int styleable ConstraintOverride_layout_constraintWidth_percent 83
+int styleable ConstraintOverride_layout_editor_absoluteX 84
+int styleable ConstraintOverride_layout_editor_absoluteY 85
+int styleable ConstraintOverride_layout_goneMarginBaseline 86
+int styleable ConstraintOverride_layout_goneMarginBottom 87
+int styleable ConstraintOverride_layout_goneMarginEnd 88
+int styleable ConstraintOverride_layout_goneMarginLeft 89
+int styleable ConstraintOverride_layout_goneMarginRight 90
+int styleable ConstraintOverride_layout_goneMarginStart 91
+int styleable ConstraintOverride_layout_goneMarginTop 92
+int styleable ConstraintOverride_layout_marginBaseline 93
+int styleable ConstraintOverride_layout_wrapBehaviorInParent 94
+int styleable ConstraintOverride_motionProgress 95
+int styleable ConstraintOverride_motionStagger 96
+int styleable ConstraintOverride_motionTarget 97
+int styleable ConstraintOverride_pathMotionArc 98
+int styleable ConstraintOverride_pivotAnchor 99
+int styleable ConstraintOverride_polarRelativeTo 100
+int styleable ConstraintOverride_quantizeMotionInterpolator 101
+int styleable ConstraintOverride_quantizeMotionPhase 102
+int styleable ConstraintOverride_quantizeMotionSteps 103
+int styleable ConstraintOverride_transformPivotTarget 104
+int styleable ConstraintOverride_transitionEasing 105
+int styleable ConstraintOverride_transitionPathRotate 106
+int styleable ConstraintOverride_visibilityMode 107
+int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintSet_android_alpha 0
+int styleable ConstraintSet_android_elevation 1
+int styleable ConstraintSet_android_id 2
+int styleable ConstraintSet_android_layout_height 3
+int styleable ConstraintSet_android_layout_marginBottom 4
+int styleable ConstraintSet_android_layout_marginEnd 5
+int styleable ConstraintSet_android_layout_marginLeft 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginStart 8
+int styleable ConstraintSet_android_layout_marginTop 9
+int styleable ConstraintSet_android_layout_width 10
+int styleable ConstraintSet_android_maxHeight 11
+int styleable ConstraintSet_android_maxWidth 12
+int styleable ConstraintSet_android_minHeight 13
+int styleable ConstraintSet_android_minWidth 14
+int styleable ConstraintSet_android_orientation 15
+int styleable ConstraintSet_android_pivotX 16
+int styleable ConstraintSet_android_pivotY 17
+int styleable ConstraintSet_android_rotation 18
+int styleable ConstraintSet_android_rotationX 19
+int styleable ConstraintSet_android_rotationY 20
+int styleable ConstraintSet_android_scaleX 21
+int styleable ConstraintSet_android_scaleY 22
+int styleable ConstraintSet_android_transformPivotX 23
+int styleable ConstraintSet_android_transformPivotY 24
+int styleable ConstraintSet_android_translationX 25
+int styleable ConstraintSet_android_translationY 26
+int styleable ConstraintSet_android_translationZ 27
+int styleable ConstraintSet_android_visibility 28
+int styleable ConstraintSet_animateCircleAngleTo 29
+int styleable ConstraintSet_animateRelativeTo 30
+int styleable ConstraintSet_barrierAllowsGoneWidgets 31
+int styleable ConstraintSet_barrierDirection 32
+int styleable ConstraintSet_barrierMargin 33
+int styleable ConstraintSet_chainUseRtl 34
+int styleable ConstraintSet_constraintRotate 35
+int styleable ConstraintSet_constraint_referenced_ids 36
+int styleable ConstraintSet_constraint_referenced_tags 37
+int styleable ConstraintSet_deriveConstraintsFrom 38
+int styleable ConstraintSet_drawPath 39
+int styleable ConstraintSet_flow_firstHorizontalBias 40
+int styleable ConstraintSet_flow_firstHorizontalStyle 41
+int styleable ConstraintSet_flow_firstVerticalBias 42
+int styleable ConstraintSet_flow_firstVerticalStyle 43
+int styleable ConstraintSet_flow_horizontalAlign 44
+int styleable ConstraintSet_flow_horizontalBias 45
+int styleable ConstraintSet_flow_horizontalGap 46
+int styleable ConstraintSet_flow_horizontalStyle 47
+int styleable ConstraintSet_flow_lastHorizontalBias 48
+int styleable ConstraintSet_flow_lastHorizontalStyle 49
+int styleable ConstraintSet_flow_lastVerticalBias 50
+int styleable ConstraintSet_flow_lastVerticalStyle 51
+int styleable ConstraintSet_flow_maxElementsWrap 52
+int styleable ConstraintSet_flow_verticalAlign 53
+int styleable ConstraintSet_flow_verticalBias 54
+int styleable ConstraintSet_flow_verticalGap 55
+int styleable ConstraintSet_flow_verticalStyle 56
+int styleable ConstraintSet_flow_wrapMode 57
+int styleable ConstraintSet_guidelineUseRtl 58
+int styleable ConstraintSet_layout_constrainedHeight 59
+int styleable ConstraintSet_layout_constrainedWidth 60
+int styleable ConstraintSet_layout_constraintBaseline_creator 61
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 62
+int styleable ConstraintSet_layout_constraintBaseline_toBottomOf 63
+int styleable ConstraintSet_layout_constraintBaseline_toTopOf 64
+int styleable ConstraintSet_layout_constraintBottom_creator 65
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 66
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 67
+int styleable ConstraintSet_layout_constraintCircle 68
+int styleable ConstraintSet_layout_constraintCircleAngle 69
+int styleable ConstraintSet_layout_constraintCircleRadius 70
+int styleable ConstraintSet_layout_constraintDimensionRatio 71
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 72
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 73
+int styleable ConstraintSet_layout_constraintGuide_begin 74
+int styleable ConstraintSet_layout_constraintGuide_end 75
+int styleable ConstraintSet_layout_constraintGuide_percent 76
+int styleable ConstraintSet_layout_constraintHeight_default 77
+int styleable ConstraintSet_layout_constraintHeight_max 78
+int styleable ConstraintSet_layout_constraintHeight_min 79
+int styleable ConstraintSet_layout_constraintHeight_percent 80
+int styleable ConstraintSet_layout_constraintHorizontal_bias 81
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 82
+int styleable ConstraintSet_layout_constraintHorizontal_weight 83
+int styleable ConstraintSet_layout_constraintLeft_creator 84
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 85
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 86
+int styleable ConstraintSet_layout_constraintRight_creator 87
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 88
+int styleable ConstraintSet_layout_constraintRight_toRightOf 89
+int styleable ConstraintSet_layout_constraintStart_toEndOf 90
+int styleable ConstraintSet_layout_constraintStart_toStartOf 91
+int styleable ConstraintSet_layout_constraintTag 92
+int styleable ConstraintSet_layout_constraintTop_creator 93
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 94
+int styleable ConstraintSet_layout_constraintTop_toTopOf 95
+int styleable ConstraintSet_layout_constraintVertical_bias 96
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 97
+int styleable ConstraintSet_layout_constraintVertical_weight 98
+int styleable ConstraintSet_layout_constraintWidth_default 99
+int styleable ConstraintSet_layout_constraintWidth_max 100
+int styleable ConstraintSet_layout_constraintWidth_min 101
+int styleable ConstraintSet_layout_constraintWidth_percent 102
+int styleable ConstraintSet_layout_editor_absoluteX 103
+int styleable ConstraintSet_layout_editor_absoluteY 104
+int styleable ConstraintSet_layout_goneMarginBaseline 105
+int styleable ConstraintSet_layout_goneMarginBottom 106
+int styleable ConstraintSet_layout_goneMarginEnd 107
+int styleable ConstraintSet_layout_goneMarginLeft 108
+int styleable ConstraintSet_layout_goneMarginRight 109
+int styleable ConstraintSet_layout_goneMarginStart 110
+int styleable ConstraintSet_layout_goneMarginTop 111
+int styleable ConstraintSet_layout_marginBaseline 112
+int styleable ConstraintSet_layout_wrapBehaviorInParent 113
+int styleable ConstraintSet_motionProgress 114
+int styleable ConstraintSet_motionStagger 115
+int styleable ConstraintSet_pathMotionArc 116
+int styleable ConstraintSet_pivotAnchor 117
+int styleable ConstraintSet_polarRelativeTo 118
+int styleable ConstraintSet_quantizeMotionSteps 119
+int styleable ConstraintSet_transitionEasing 120
+int styleable ConstraintSet_transitionPathRotate 121
+int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CustomAttribute_attributeName 0
+int styleable CustomAttribute_customBoolean 1
+int styleable CustomAttribute_customColorDrawableValue 2
+int styleable CustomAttribute_customColorValue 3
+int styleable CustomAttribute_customDimension 4
+int styleable CustomAttribute_customFloatValue 5
+int styleable CustomAttribute_customIntegerValue 6
+int styleable CustomAttribute_customPixelDimension 7
+int styleable CustomAttribute_customReference 8
+int styleable CustomAttribute_customStringValue 9
+int styleable CustomAttribute_methodName 10
+int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ImageFilterView_altSrc 0
+int styleable ImageFilterView_blendSrc 1
+int styleable ImageFilterView_brightness 2
+int styleable ImageFilterView_contrast 3
+int styleable ImageFilterView_crossfade 4
+int styleable ImageFilterView_imagePanX 5
+int styleable ImageFilterView_imagePanY 6
+int styleable ImageFilterView_imageRotate 7
+int styleable ImageFilterView_imageZoom 8
+int styleable ImageFilterView_overlay 9
+int styleable ImageFilterView_round 10
+int styleable ImageFilterView_roundPercent 11
+int styleable ImageFilterView_saturation 12
+int styleable ImageFilterView_warmth 13
+int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyAttribute_android_alpha 0
+int styleable KeyAttribute_android_elevation 1
+int styleable KeyAttribute_android_rotation 2
+int styleable KeyAttribute_android_rotationX 3
+int styleable KeyAttribute_android_rotationY 4
+int styleable KeyAttribute_android_scaleX 5
+int styleable KeyAttribute_android_scaleY 6
+int styleable KeyAttribute_android_transformPivotX 7
+int styleable KeyAttribute_android_transformPivotY 8
+int styleable KeyAttribute_android_translationX 9
+int styleable KeyAttribute_android_translationY 10
+int styleable KeyAttribute_android_translationZ 11
+int styleable KeyAttribute_curveFit 12
+int styleable KeyAttribute_framePosition 13
+int styleable KeyAttribute_motionProgress 14
+int styleable KeyAttribute_motionTarget 15
+int styleable KeyAttribute_transformPivotTarget 16
+int styleable KeyAttribute_transitionEasing 17
+int styleable KeyAttribute_transitionPathRotate 18
+int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyCycle_android_alpha 0
+int styleable KeyCycle_android_elevation 1
+int styleable KeyCycle_android_rotation 2
+int styleable KeyCycle_android_rotationX 3
+int styleable KeyCycle_android_rotationY 4
+int styleable KeyCycle_android_scaleX 5
+int styleable KeyCycle_android_scaleY 6
+int styleable KeyCycle_android_translationX 7
+int styleable KeyCycle_android_translationY 8
+int styleable KeyCycle_android_translationZ 9
+int styleable KeyCycle_curveFit 10
+int styleable KeyCycle_framePosition 11
+int styleable KeyCycle_motionProgress 12
+int styleable KeyCycle_motionTarget 13
+int styleable KeyCycle_transitionEasing 14
+int styleable KeyCycle_transitionPathRotate 15
+int styleable KeyCycle_waveOffset 16
+int styleable KeyCycle_wavePeriod 17
+int styleable KeyCycle_wavePhase 18
+int styleable KeyCycle_waveShape 19
+int styleable KeyCycle_waveVariesBy 20
+int[] styleable KeyFrame { }
+int[] styleable KeyFramesAcceleration { }
+int[] styleable KeyFramesVelocity { }
+int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyPosition_curveFit 0
+int styleable KeyPosition_drawPath 1
+int styleable KeyPosition_framePosition 2
+int styleable KeyPosition_keyPositionType 3
+int styleable KeyPosition_motionTarget 4
+int styleable KeyPosition_pathMotionArc 5
+int styleable KeyPosition_percentHeight 6
+int styleable KeyPosition_percentWidth 7
+int styleable KeyPosition_percentX 8
+int styleable KeyPosition_percentY 9
+int styleable KeyPosition_sizePercent 10
+int styleable KeyPosition_transitionEasing 11
+int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTimeCycle_android_alpha 0
+int styleable KeyTimeCycle_android_elevation 1
+int styleable KeyTimeCycle_android_rotation 2
+int styleable KeyTimeCycle_android_rotationX 3
+int styleable KeyTimeCycle_android_rotationY 4
+int styleable KeyTimeCycle_android_scaleX 5
+int styleable KeyTimeCycle_android_scaleY 6
+int styleable KeyTimeCycle_android_translationX 7
+int styleable KeyTimeCycle_android_translationY 8
+int styleable KeyTimeCycle_android_translationZ 9
+int styleable KeyTimeCycle_curveFit 10
+int styleable KeyTimeCycle_framePosition 11
+int styleable KeyTimeCycle_motionProgress 12
+int styleable KeyTimeCycle_motionTarget 13
+int styleable KeyTimeCycle_transitionEasing 14
+int styleable KeyTimeCycle_transitionPathRotate 15
+int styleable KeyTimeCycle_waveDecay 16
+int styleable KeyTimeCycle_waveOffset 17
+int styleable KeyTimeCycle_wavePeriod 18
+int styleable KeyTimeCycle_wavePhase 19
+int styleable KeyTimeCycle_waveShape 20
+int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTrigger_framePosition 0
+int styleable KeyTrigger_motionTarget 1
+int styleable KeyTrigger_motion_postLayoutCollision 2
+int styleable KeyTrigger_motion_triggerOnCollision 3
+int styleable KeyTrigger_onCross 4
+int styleable KeyTrigger_onNegativeCross 5
+int styleable KeyTrigger_onPositiveCross 6
+int styleable KeyTrigger_triggerId 7
+int styleable KeyTrigger_triggerReceiver 8
+int styleable KeyTrigger_triggerSlack 9
+int styleable KeyTrigger_viewTransitionOnCross 10
+int styleable KeyTrigger_viewTransitionOnNegativeCross 11
+int styleable KeyTrigger_viewTransitionOnPositiveCross 12
+int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Layout_android_layout_height 0
+int styleable Layout_android_layout_marginBottom 1
+int styleable Layout_android_layout_marginEnd 2
+int styleable Layout_android_layout_marginLeft 3
+int styleable Layout_android_layout_marginRight 4
+int styleable Layout_android_layout_marginStart 5
+int styleable Layout_android_layout_marginTop 6
+int styleable Layout_android_layout_width 7
+int styleable Layout_android_orientation 8
+int styleable Layout_barrierAllowsGoneWidgets 9
+int styleable Layout_barrierDirection 10
+int styleable Layout_barrierMargin 11
+int styleable Layout_chainUseRtl 12
+int styleable Layout_constraint_referenced_ids 13
+int styleable Layout_constraint_referenced_tags 14
+int styleable Layout_guidelineUseRtl 15
+int styleable Layout_layout_constrainedHeight 16
+int styleable Layout_layout_constrainedWidth 17
+int styleable Layout_layout_constraintBaseline_creator 18
+int styleable Layout_layout_constraintBaseline_toBaselineOf 19
+int styleable Layout_layout_constraintBaseline_toBottomOf 20
+int styleable Layout_layout_constraintBaseline_toTopOf 21
+int styleable Layout_layout_constraintBottom_creator 22
+int styleable Layout_layout_constraintBottom_toBottomOf 23
+int styleable Layout_layout_constraintBottom_toTopOf 24
+int styleable Layout_layout_constraintCircle 25
+int styleable Layout_layout_constraintCircleAngle 26
+int styleable Layout_layout_constraintCircleRadius 27
+int styleable Layout_layout_constraintDimensionRatio 28
+int styleable Layout_layout_constraintEnd_toEndOf 29
+int styleable Layout_layout_constraintEnd_toStartOf 30
+int styleable Layout_layout_constraintGuide_begin 31
+int styleable Layout_layout_constraintGuide_end 32
+int styleable Layout_layout_constraintGuide_percent 33
+int styleable Layout_layout_constraintHeight 34
+int styleable Layout_layout_constraintHeight_default 35
+int styleable Layout_layout_constraintHeight_max 36
+int styleable Layout_layout_constraintHeight_min 37
+int styleable Layout_layout_constraintHeight_percent 38
+int styleable Layout_layout_constraintHorizontal_bias 39
+int styleable Layout_layout_constraintHorizontal_chainStyle 40
+int styleable Layout_layout_constraintHorizontal_weight 41
+int styleable Layout_layout_constraintLeft_creator 42
+int styleable Layout_layout_constraintLeft_toLeftOf 43
+int styleable Layout_layout_constraintLeft_toRightOf 44
+int styleable Layout_layout_constraintRight_creator 45
+int styleable Layout_layout_constraintRight_toLeftOf 46
+int styleable Layout_layout_constraintRight_toRightOf 47
+int styleable Layout_layout_constraintStart_toEndOf 48
+int styleable Layout_layout_constraintStart_toStartOf 49
+int styleable Layout_layout_constraintTop_creator 50
+int styleable Layout_layout_constraintTop_toBottomOf 51
+int styleable Layout_layout_constraintTop_toTopOf 52
+int styleable Layout_layout_constraintVertical_bias 53
+int styleable Layout_layout_constraintVertical_chainStyle 54
+int styleable Layout_layout_constraintVertical_weight 55
+int styleable Layout_layout_constraintWidth 56
+int styleable Layout_layout_constraintWidth_default 57
+int styleable Layout_layout_constraintWidth_max 58
+int styleable Layout_layout_constraintWidth_min 59
+int styleable Layout_layout_constraintWidth_percent 60
+int styleable Layout_layout_editor_absoluteX 61
+int styleable Layout_layout_editor_absoluteY 62
+int styleable Layout_layout_goneMarginBaseline 63
+int styleable Layout_layout_goneMarginBottom 64
+int styleable Layout_layout_goneMarginEnd 65
+int styleable Layout_layout_goneMarginLeft 66
+int styleable Layout_layout_goneMarginRight 67
+int styleable Layout_layout_goneMarginStart 68
+int styleable Layout_layout_goneMarginTop 69
+int styleable Layout_layout_marginBaseline 70
+int styleable Layout_layout_wrapBehaviorInParent 71
+int styleable Layout_maxHeight 72
+int styleable Layout_maxWidth 73
+int styleable Layout_minHeight 74
+int styleable Layout_minWidth 75
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
+int styleable LinearLayoutCompat_android_baselineAligned 0
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
+int styleable LinearLayoutCompat_android_gravity 2
+int styleable LinearLayoutCompat_android_orientation 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 1
+int styleable LinearLayoutCompat_Layout_android_layout_weight 2
+int styleable LinearLayoutCompat_Layout_android_layout_width 3
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
+int styleable MenuGroup_android_checkableBehavior 0
+int styleable MenuGroup_android_enabled 1
+int styleable MenuGroup_android_id 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 5
+int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MenuItem_actionLayout 0
+int styleable MenuItem_actionProviderClass 1
+int styleable MenuItem_actionViewClass 2
+int styleable MenuItem_alphabeticModifiers 3
+int styleable MenuItem_android_alphabeticShortcut 4
+int styleable MenuItem_android_checkable 5
+int styleable MenuItem_android_checked 6
+int styleable MenuItem_android_enabled 7
+int styleable MenuItem_android_icon 8
+int styleable MenuItem_android_id 9
+int styleable MenuItem_android_menuCategory 10
+int styleable MenuItem_android_numericShortcut 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 13
+int styleable MenuItem_android_title 14
+int styleable MenuItem_android_titleCondensed 15
+int styleable MenuItem_android_visible 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
+int styleable MenuView_android_headerBackground 0
+int styleable MenuView_android_horizontalDivider 1
+int styleable MenuView_android_itemBackground 2
+int styleable MenuView_android_itemIconDisabledAlpha 3
+int styleable MenuView_android_itemTextAppearance 4
+int styleable MenuView_android_verticalDivider 5
+int styleable MenuView_android_windowAnimationStyle 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MockView_mock_diagonalsColor 0
+int styleable MockView_mock_label 1
+int styleable MockView_mock_labelBackgroundColor 2
+int styleable MockView_mock_labelColor 3
+int styleable MockView_mock_showDiagonals 4
+int styleable MockView_mock_showLabel 5
+int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Motion_animateCircleAngleTo 0
+int styleable Motion_animateRelativeTo 1
+int styleable Motion_drawPath 2
+int styleable Motion_motionPathRotate 3
+int styleable Motion_motionStagger 4
+int styleable Motion_pathMotionArc 5
+int styleable Motion_quantizeMotionInterpolator 6
+int styleable Motion_quantizeMotionPhase 7
+int styleable Motion_quantizeMotionSteps 8
+int styleable Motion_transitionEasing 9
+int[] styleable MotionEffect { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MotionEffect_motionEffect_alpha 0
+int styleable MotionEffect_motionEffect_end 1
+int styleable MotionEffect_motionEffect_move 2
+int styleable MotionEffect_motionEffect_start 3
+int styleable MotionEffect_motionEffect_strict 4
+int styleable MotionEffect_motionEffect_translationX 5
+int styleable MotionEffect_motionEffect_translationY 6
+int styleable MotionEffect_motionEffect_viewTransition 7
+int[] styleable MotionHelper { 0x0, 0x0 }
+int styleable MotionHelper_onHide 0
+int styleable MotionHelper_onShow 1
+int[] styleable MotionLabel { 0x1010535, 0x10103ac, 0x10100af, 0x1010164, 0x101014f, 0x1010098, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MotionLabel_android_autoSizeTextType 0
+int styleable MotionLabel_android_fontFamily 1
+int styleable MotionLabel_android_gravity 2
+int styleable MotionLabel_android_shadowRadius 3
+int styleable MotionLabel_android_text 4
+int styleable MotionLabel_android_textColor 5
+int styleable MotionLabel_android_textSize 6
+int styleable MotionLabel_android_textStyle 7
+int styleable MotionLabel_android_typeface 8
+int styleable MotionLabel_borderRound 9
+int styleable MotionLabel_borderRoundPercent 10
+int styleable MotionLabel_scaleFromTextSize 11
+int styleable MotionLabel_textBackground 12
+int styleable MotionLabel_textBackgroundPanX 13
+int styleable MotionLabel_textBackgroundPanY 14
+int styleable MotionLabel_textBackgroundRotate 15
+int styleable MotionLabel_textBackgroundZoom 16
+int styleable MotionLabel_textOutlineColor 17
+int styleable MotionLabel_textOutlineThickness 18
+int styleable MotionLabel_textPanX 19
+int styleable MotionLabel_textPanY 20
+int styleable MotionLabel_textureBlurFactor 21
+int styleable MotionLabel_textureEffect 22
+int styleable MotionLabel_textureHeight 23
+int styleable MotionLabel_textureWidth 24
+int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MotionLayout_applyMotionScene 0
+int styleable MotionLayout_currentState 1
+int styleable MotionLayout_layoutDescription 2
+int styleable MotionLayout_motionDebug 3
+int styleable MotionLayout_motionProgress 4
+int styleable MotionLayout_showPaths 5
+int[] styleable MotionScene { 0x0, 0x0 }
+int styleable MotionScene_defaultDuration 0
+int styleable MotionScene_layoutDuringTransition 1
+int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
+int styleable MotionTelltales_telltales_tailColor 0
+int styleable MotionTelltales_telltales_tailScale 1
+int styleable MotionTelltales_telltales_velocityMode 2
+int[] styleable OnClick { 0x0, 0x0 }
+int styleable OnClick_clickAction 0
+int styleable OnClick_targetId 1
+int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable OnSwipe_autoCompleteMode 0
+int styleable OnSwipe_dragDirection 1
+int styleable OnSwipe_dragScale 2
+int styleable OnSwipe_dragThreshold 3
+int styleable OnSwipe_limitBoundsTo 4
+int styleable OnSwipe_maxAcceleration 5
+int styleable OnSwipe_maxVelocity 6
+int styleable OnSwipe_moveWhenScrollAtTop 7
+int styleable OnSwipe_nestedScrollFlags 8
+int styleable OnSwipe_onTouchUp 9
+int styleable OnSwipe_rotationCenterId 10
+int styleable OnSwipe_springBoundary 11
+int styleable OnSwipe_springDamping 12
+int styleable OnSwipe_springMass 13
+int styleable OnSwipe_springStiffness 14
+int styleable OnSwipe_springStopThreshold 15
+int styleable OnSwipe_touchAnchorId 16
+int styleable OnSwipe_touchAnchorSide 17
+int styleable OnSwipe_touchRegionId 18
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x0 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
+int styleable PropertySet_android_alpha 0
+int styleable PropertySet_android_visibility 1
+int styleable PropertySet_layout_constraintTag 2
+int styleable PropertySet_motionProgress 3
+int styleable PropertySet_visibilityMode 4
+int[] styleable RecycleListView { 0x0, 0x0 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 1
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 3
+int styleable SearchView_closeIcon 4
+int styleable SearchView_commitIcon 5
+int styleable SearchView_defaultQueryHint 6
+int styleable SearchView_goIcon 7
+int styleable SearchView_iconifiedByDefault 8
+int styleable SearchView_layout 9
+int styleable SearchView_queryBackground 10
+int styleable SearchView_queryHint 11
+int styleable SearchView_searchHintIcon 12
+int styleable SearchView_searchIcon 13
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 15
+int styleable SearchView_voiceIcon 16
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
+int styleable Spinner_android_dropDownWidth 0
+int styleable Spinner_android_entries 1
+int styleable Spinner_android_popupBackground 2
+int styleable Spinner_android_prompt 3
+int styleable Spinner_popupTheme 4
+int[] styleable State { 0x10100d0, 0x0 }
+int styleable State_android_id 0
+int styleable State_constraints 1
+int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable StateListDrawable_android_constantSize 0
+int styleable StateListDrawable_android_dither 1
+int styleable StateListDrawable_android_enterFadeDuration 2
+int styleable StateListDrawable_android_exitFadeDuration 3
+int styleable StateListDrawable_android_variablePadding 4
+int styleable StateListDrawable_android_visible 5
+int[] styleable StateListDrawableItem { 0x1010199 }
+int styleable StateListDrawableItem_android_drawable 0
+int[] styleable StateSet { 0x0 }
+int styleable StateSet_defaultState 0
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SwitchCompat_android_textOff 0
+int styleable SwitchCompat_android_textOn 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextAppearance_android_fontFamily 0
+int styleable TextAppearance_android_shadowColor 1
+int styleable TextAppearance_android_shadowDx 2
+int styleable TextAppearance_android_shadowDy 3
+int styleable TextAppearance_android_shadowRadius 4
+int styleable TextAppearance_android_textColor 5
+int styleable TextAppearance_android_textColorHint 6
+int styleable TextAppearance_android_textColorLink 7
+int styleable TextAppearance_android_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextEffects { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x101014f, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextEffects_android_fontFamily 0
+int styleable TextEffects_android_shadowColor 1
+int styleable TextEffects_android_shadowDx 2
+int styleable TextEffects_android_shadowDy 3
+int styleable TextEffects_android_shadowRadius 4
+int styleable TextEffects_android_text 5
+int styleable TextEffects_android_textSize 6
+int styleable TextEffects_android_textStyle 7
+int styleable TextEffects_android_typeface 8
+int styleable TextEffects_borderRound 9
+int styleable TextEffects_borderRoundPercent 10
+int styleable TextEffects_textFillColor 11
+int styleable TextEffects_textOutlineColor 12
+int styleable TextEffects_textOutlineThickness 13
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0 }
+int styleable Transform_android_elevation 0
+int styleable Transform_android_rotation 1
+int styleable Transform_android_rotationX 2
+int styleable Transform_android_rotationY 3
+int styleable Transform_android_scaleX 4
+int styleable Transform_android_scaleY 5
+int styleable Transform_android_transformPivotX 6
+int styleable Transform_android_transformPivotY 7
+int styleable Transform_android_translationX 8
+int styleable Transform_android_translationY 9
+int styleable Transform_android_translationZ 10
+int styleable Transform_transformPivotTarget 11
+int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Transition_android_id 0
+int styleable Transition_autoTransition 1
+int styleable Transition_constraintSetEnd 2
+int styleable Transition_constraintSetStart 3
+int styleable Transition_duration 4
+int styleable Transition_layoutDuringTransition 5
+int styleable Transition_motionInterpolator 6
+int styleable Transition_pathMotionArc 7
+int styleable Transition_staggered 8
+int styleable Transition_transitionDisable 9
+int styleable Transition_transitionFlags 10
+int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Variant_constraints 0
+int styleable Variant_region_heightLessThan 1
+int styleable Variant_region_heightMoreThan 2
+int styleable Variant_region_widthLessThan 3
+int styleable Variant_region_widthMoreThan 4
+int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
+int styleable View_android_focusable 0
+int styleable View_android_theme 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
+int[] styleable ViewTransition { 0x0, 0x0, 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ViewTransition_SharedValue 0
+int styleable ViewTransition_SharedValueId 1
+int styleable ViewTransition_android_id 2
+int styleable ViewTransition_clearsTag 3
+int styleable ViewTransition_duration 4
+int styleable ViewTransition_ifTagNotSet 5
+int styleable ViewTransition_ifTagSet 6
+int styleable ViewTransition_motionInterpolator 7
+int styleable ViewTransition_motionTarget 8
+int styleable ViewTransition_onStateTransition 9
+int styleable ViewTransition_pathMotionArc 10
+int styleable ViewTransition_setsTag 11
+int styleable ViewTransition_transitionDisable 12
+int styleable ViewTransition_upDuration 13
+int styleable ViewTransition_viewTransitionMode 14
+int[] styleable include { 0x0 }
+int styleable include_constraintSet 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/classes.jar
new file mode 100644
index 0000000..b4c0952
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res.zip
new file mode 100644
index 0000000..6f3a007
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res/values/values.xml
new file mode 100644
index 0000000..ecd644d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/124/jl/res/values/values.xml
@@ -0,0 +1,1563 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125.stamp
new file mode 100644
index 0000000..f852c4d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125.stamp
@@ -0,0 +1 @@
+327E59BCC5156568
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/AndroidManifest.xml
new file mode 100644
index 0000000..c117c12
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/R.txt
new file mode 100644
index 0000000..cd67b8c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/R.txt
@@ -0,0 +1,37 @@
+int attr cardBackgroundColor 0x7f040001
+int attr cardCornerRadius 0x7f040002
+int attr cardElevation 0x7f040003
+int attr cardMaxElevation 0x7f040004
+int attr cardPreventCornerOverlap 0x7f040005
+int attr cardUseCompatPadding 0x7f040006
+int attr cardViewStyle 0x7f040007
+int attr contentPadding 0x7f040008
+int attr contentPaddingBottom 0x7f040009
+int attr contentPaddingLeft 0x7f04000a
+int attr contentPaddingRight 0x7f04000b
+int attr contentPaddingTop 0x7f04000c
+int color cardview_dark_background 0x7f060001
+int color cardview_light_background 0x7f060002
+int color cardview_shadow_end_color 0x7f060003
+int color cardview_shadow_start_color 0x7f060004
+int dimen cardview_compat_inset_shadow 0x7f080001
+int dimen cardview_default_elevation 0x7f080002
+int dimen cardview_default_radius 0x7f080003
+int style Base_CardView 0x7f160001
+int style CardView 0x7f160002
+int style CardView_Dark 0x7f160003
+int style CardView_Light 0x7f160004
+int[] styleable CardView { 0x1010140, 0x101013f, 0x7f040001, 0x7f040002, 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040008, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
+int styleable CardView_android_minHeight 0
+int styleable CardView_android_minWidth 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/classes.jar
new file mode 100644
index 0000000..4c9f52f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res.zip
new file mode 100644
index 0000000..e9a9c2a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values-v23/values-v23.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values-v23/values-v23.xml
new file mode 100644
index 0000000..1d09208
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values-v23/values-v23.xml
@@ -0,0 +1,6 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values/values.xml
new file mode 100644
index 0000000..ea0f9e1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/125/jl/res/values/values.xml
@@ -0,0 +1,54 @@
+
+
+
+ #FF424242
+ #FFFFFFFF
+ #03000000
+ #37000000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1dp
+ 2dp
+ 2dp
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126.stamp
new file mode 100644
index 0000000..328ac8d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126.stamp
@@ -0,0 +1 @@
+8DEACBF6954DDE61
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/AndroidManifest.xml
new file mode 100644
index 0000000..02aa7b1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/AndroidManifest.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/R.txt
new file mode 100644
index 0000000..58e4bba
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/R.txt
@@ -0,0 +1,5822 @@
+int anim abc_fade_in 0x0
+int anim abc_fade_out 0x0
+int anim abc_grow_fade_in_from_bottom 0x0
+int anim abc_popup_enter 0x0
+int anim abc_popup_exit 0x0
+int anim abc_shrink_fade_out_from_bottom 0x0
+int anim abc_slide_in_bottom 0x0
+int anim abc_slide_in_top 0x0
+int anim abc_slide_out_bottom 0x0
+int anim abc_slide_out_top 0x0
+int anim abc_tooltip_enter 0x0
+int anim abc_tooltip_exit 0x0
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
+int anim btn_checkbox_to_checked_icon_null_animation 0x0
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
+int anim design_bottom_sheet_slide_in 0x0
+int anim design_bottom_sheet_slide_out 0x0
+int anim design_snackbar_in 0x0
+int anim design_snackbar_out 0x0
+int anim fragment_close_enter 0x0
+int anim fragment_close_exit 0x0
+int anim fragment_fade_enter 0x0
+int anim fragment_fade_exit 0x0
+int anim fragment_fast_out_extra_slow_in 0x0
+int anim fragment_open_enter 0x0
+int anim fragment_open_exit 0x0
+int anim mtrl_bottom_sheet_slide_in 0x0
+int anim mtrl_bottom_sheet_slide_out 0x0
+int anim mtrl_card_lowers_interpolator 0x0
+int animator design_appbar_state_list_animator 0x0
+int animator design_fab_hide_motion_spec 0x0
+int animator design_fab_show_motion_spec 0x0
+int animator linear_indeterminate_line1_head_interpolator 0x0
+int animator linear_indeterminate_line1_tail_interpolator 0x0
+int animator linear_indeterminate_line2_head_interpolator 0x0
+int animator linear_indeterminate_line2_tail_interpolator 0x0
+int animator m3_btn_elevated_btn_state_list_anim 0x0
+int animator m3_btn_state_list_anim 0x0
+int animator m3_card_elevated_state_list_anim 0x0
+int animator m3_card_state_list_anim 0x0
+int animator m3_chip_state_list_anim 0x0
+int animator m3_elevated_chip_state_list_anim 0x0
+int animator mtrl_btn_state_list_anim 0x0
+int animator mtrl_btn_unelevated_state_list_anim 0x0
+int animator mtrl_card_state_list_anim 0x0
+int animator mtrl_chip_state_list_anim 0x0
+int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x0
+int animator mtrl_extended_fab_change_size_expand_motion_spec 0x0
+int animator mtrl_extended_fab_hide_motion_spec 0x0
+int animator mtrl_extended_fab_show_motion_spec 0x0
+int animator mtrl_extended_fab_state_list_animator 0x0
+int animator mtrl_fab_hide_motion_spec 0x0
+int animator mtrl_fab_show_motion_spec 0x0
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
+int animator mtrl_fab_transformation_sheet_expand_spec 0x0
+int attr actionBarDivider 0x0
+int attr actionBarItemBackground 0x0
+int attr actionBarPopupTheme 0x0
+int attr actionBarSize 0x0
+int attr actionBarSplitStyle 0x0
+int attr actionBarStyle 0x0
+int attr actionBarTabBarStyle 0x0
+int attr actionBarTabStyle 0x0
+int attr actionBarTabTextStyle 0x0
+int attr actionBarTheme 0x0
+int attr actionBarWidgetTheme 0x0
+int attr actionButtonStyle 0x0
+int attr actionDropDownStyle 0x0
+int attr actionLayout 0x0
+int attr actionMenuTextAppearance 0x0
+int attr actionMenuTextColor 0x0
+int attr actionModeBackground 0x0
+int attr actionModeCloseButtonStyle 0x0
+int attr actionModeCloseDrawable 0x0
+int attr actionModeCopyDrawable 0x0
+int attr actionModeCutDrawable 0x0
+int attr actionModeFindDrawable 0x0
+int attr actionModePasteDrawable 0x0
+int attr actionModePopupWindowStyle 0x0
+int attr actionModeSelectAllDrawable 0x0
+int attr actionModeShareDrawable 0x0
+int attr actionModeSplitBackground 0x0
+int attr actionModeStyle 0x0
+int attr actionModeWebSearchDrawable 0x0
+int attr actionOverflowButtonStyle 0x0
+int attr actionOverflowMenuStyle 0x0
+int attr actionProviderClass 0x0
+int attr actionTextColorAlpha 0x0
+int attr actionViewClass 0x0
+int attr activityChooserViewStyle 0x0
+int attr alertDialogButtonGroupStyle 0x0
+int attr alertDialogCenterButtons 0x0
+int attr alertDialogStyle 0x0
+int attr alertDialogTheme 0x0
+int attr allowStacking 0x0
+int attr alpha 0x0
+int attr alphabeticModifiers 0x0
+int attr altSrc 0x0
+int attr animate_relativeTo 0x0
+int attr animationMode 0x0
+int attr appBarLayoutStyle 0x0
+int attr applyMotionScene 0x0
+int attr arcMode 0x0
+int attr arrowHeadLength 0x0
+int attr arrowShaftLength 0x0
+int attr attributeName 0x0
+int attr autoCompleteTextViewStyle 0x0
+int attr autoSizeMaxTextSize 0x0
+int attr autoSizeMinTextSize 0x0
+int attr autoSizePresetSizes 0x0
+int attr autoSizeStepGranularity 0x0
+int attr autoSizeTextType 0x0
+int attr autoTransition 0x0
+int attr background 0x0
+int attr backgroundColor 0x0
+int attr backgroundInsetBottom 0x0
+int attr backgroundInsetEnd 0x0
+int attr backgroundInsetStart 0x0
+int attr backgroundInsetTop 0x0
+int attr backgroundOverlayColorAlpha 0x0
+int attr backgroundSplit 0x0
+int attr backgroundStacked 0x0
+int attr backgroundTint 0x0
+int attr backgroundTintMode 0x0
+int attr badgeGravity 0x0
+int attr badgeRadius 0x0
+int attr badgeStyle 0x0
+int attr badgeTextColor 0x0
+int attr badgeWidePadding 0x0
+int attr badgeWithTextRadius 0x0
+int attr barLength 0x0
+int attr barrierAllowsGoneWidgets 0x0
+int attr barrierDirection 0x0
+int attr barrierMargin 0x0
+int attr behavior_autoHide 0x0
+int attr behavior_autoShrink 0x0
+int attr behavior_draggable 0x0
+int attr behavior_expandedOffset 0x0
+int attr behavior_fitToContents 0x0
+int attr behavior_halfExpandedRatio 0x0
+int attr behavior_hideable 0x0
+int attr behavior_overlapTop 0x0
+int attr behavior_peekHeight 0x0
+int attr behavior_saveFlags 0x0
+int attr behavior_skipCollapsed 0x0
+int attr borderWidth 0x0
+int attr borderlessButtonStyle 0x0
+int attr bottomAppBarStyle 0x0
+int attr bottomInsetScrimEnabled 0x0
+int attr bottomNavigationStyle 0x0
+int attr bottomSheetDialogTheme 0x0
+int attr bottomSheetStyle 0x0
+int attr boxBackgroundColor 0x0
+int attr boxBackgroundMode 0x0
+int attr boxCollapsedPaddingTop 0x0
+int attr boxCornerRadiusBottomEnd 0x0
+int attr boxCornerRadiusBottomStart 0x0
+int attr boxCornerRadiusTopEnd 0x0
+int attr boxCornerRadiusTopStart 0x0
+int attr boxStrokeColor 0x0
+int attr boxStrokeErrorColor 0x0
+int attr boxStrokeWidth 0x0
+int attr boxStrokeWidthFocused 0x0
+int attr brightness 0x0
+int attr buttonBarButtonStyle 0x0
+int attr buttonBarNegativeButtonStyle 0x0
+int attr buttonBarNeutralButtonStyle 0x0
+int attr buttonBarPositiveButtonStyle 0x0
+int attr buttonBarStyle 0x0
+int attr buttonCompat 0x0
+int attr buttonGravity 0x0
+int attr buttonIconDimen 0x0
+int attr buttonPanelSideLayout 0x0
+int attr buttonStyle 0x0
+int attr buttonStyleSmall 0x0
+int attr buttonTint 0x0
+int attr buttonTintMode 0x0
+int attr cardBackgroundColor 0x0
+int attr cardCornerRadius 0x0
+int attr cardElevation 0x0
+int attr cardForegroundColor 0x0
+int attr cardMaxElevation 0x0
+int attr cardPreventCornerOverlap 0x0
+int attr cardUseCompatPadding 0x0
+int attr cardViewStyle 0x0
+int attr centerIfNoTextEnabled 0x0
+int attr chainUseRtl 0x0
+int attr checkboxStyle 0x0
+int attr checkedButton 0x0
+int attr checkedChip 0x0
+int attr checkedIcon 0x0
+int attr checkedIconEnabled 0x0
+int attr checkedIconGravity 0x0
+int attr checkedIconMargin 0x0
+int attr checkedIconSize 0x0
+int attr checkedIconTint 0x0
+int attr checkedIconVisible 0x0
+int attr checkedTextViewStyle 0x0
+int attr chipBackgroundColor 0x0
+int attr chipCornerRadius 0x0
+int attr chipEndPadding 0x0
+int attr chipGroupStyle 0x0
+int attr chipIcon 0x0
+int attr chipIconEnabled 0x0
+int attr chipIconSize 0x0
+int attr chipIconTint 0x0
+int attr chipIconVisible 0x0
+int attr chipMinHeight 0x0
+int attr chipMinTouchTargetSize 0x0
+int attr chipSpacing 0x0
+int attr chipSpacingHorizontal 0x0
+int attr chipSpacingVertical 0x0
+int attr chipStandaloneStyle 0x0
+int attr chipStartPadding 0x0
+int attr chipStrokeColor 0x0
+int attr chipStrokeWidth 0x0
+int attr chipStyle 0x0
+int attr chipSurfaceColor 0x0
+int attr circleRadius 0x0
+int attr circularProgressIndicatorStyle 0x0
+int attr clickAction 0x0
+int attr clockFaceBackgroundColor 0x0
+int attr clockHandColor 0x0
+int attr clockIcon 0x0
+int attr clockNumberTextColor 0x0
+int attr closeIcon 0x0
+int attr closeIconEnabled 0x0
+int attr closeIconEndPadding 0x0
+int attr closeIconSize 0x0
+int attr closeIconStartPadding 0x0
+int attr closeIconTint 0x0
+int attr closeIconVisible 0x0
+int attr closeItemLayout 0x0
+int attr collapseContentDescription 0x0
+int attr collapseIcon 0x0
+int attr collapsedSize 0x0
+int attr collapsedTitleGravity 0x0
+int attr collapsedTitleTextAppearance 0x0
+int attr collapsedTitleTextColor 0x0
+int attr collapsingToolbarLayoutLargeSize 0x0
+int attr collapsingToolbarLayoutLargeStyle 0x0
+int attr collapsingToolbarLayoutMediumSize 0x0
+int attr collapsingToolbarLayoutMediumStyle 0x0
+int attr collapsingToolbarLayoutStyle 0x0
+int attr color 0x0
+int attr colorAccent 0x0
+int attr colorBackgroundFloating 0x0
+int attr colorButtonNormal 0x0
+int attr colorContainer 0x0
+int attr colorControlActivated 0x0
+int attr colorControlHighlight 0x0
+int attr colorControlNormal 0x0
+int attr colorError 0x0
+int attr colorErrorContainer 0x0
+int attr colorOnBackground 0x0
+int attr colorOnContainer 0x0
+int attr colorOnError 0x0
+int attr colorOnErrorContainer 0x0
+int attr colorOnPrimary 0x0
+int attr colorOnPrimaryContainer 0x0
+int attr colorOnPrimarySurface 0x0
+int attr colorOnSecondary 0x0
+int attr colorOnSecondaryContainer 0x0
+int attr colorOnSurface 0x0
+int attr colorOnSurfaceInverse 0x0
+int attr colorOnSurfaceVariant 0x0
+int attr colorOnTertiary 0x0
+int attr colorOnTertiaryContainer 0x0
+int attr colorOutline 0x0
+int attr colorPrimary 0x0
+int attr colorPrimaryContainer 0x0
+int attr colorPrimaryDark 0x0
+int attr colorPrimaryInverse 0x0
+int attr colorPrimarySurface 0x0
+int attr colorPrimaryVariant 0x0
+int attr colorSecondary 0x0
+int attr colorSecondaryContainer 0x0
+int attr colorSecondaryVariant 0x0
+int attr colorSurface 0x0
+int attr colorSurfaceInverse 0x0
+int attr colorSurfaceVariant 0x0
+int attr colorSwitchThumbNormal 0x0
+int attr colorTertiary 0x0
+int attr colorTertiaryContainer 0x0
+int attr commitIcon 0x0
+int attr constraintSet 0x0
+int attr constraintSetEnd 0x0
+int attr constraintSetStart 0x0
+int attr constraint_referenced_ids 0x0
+int attr constraints 0x0
+int attr content 0x0
+int attr contentDescription 0x0
+int attr contentInsetEnd 0x0
+int attr contentInsetEndWithActions 0x0
+int attr contentInsetLeft 0x0
+int attr contentInsetRight 0x0
+int attr contentInsetStart 0x0
+int attr contentInsetStartWithNavigation 0x0
+int attr contentPadding 0x0
+int attr contentPaddingBottom 0x0
+int attr contentPaddingEnd 0x0
+int attr contentPaddingLeft 0x0
+int attr contentPaddingRight 0x0
+int attr contentPaddingStart 0x0
+int attr contentPaddingTop 0x0
+int attr contentScrim 0x0
+int attr contrast 0x0
+int attr controlBackground 0x0
+int attr coordinatorLayoutStyle 0x0
+int attr cornerFamily 0x0
+int attr cornerFamilyBottomLeft 0x0
+int attr cornerFamilyBottomRight 0x0
+int attr cornerFamilyTopLeft 0x0
+int attr cornerFamilyTopRight 0x0
+int attr cornerRadius 0x0
+int attr cornerSize 0x0
+int attr cornerSizeBottomLeft 0x0
+int attr cornerSizeBottomRight 0x0
+int attr cornerSizeTopLeft 0x0
+int attr cornerSizeTopRight 0x0
+int attr counterEnabled 0x0
+int attr counterMaxLength 0x0
+int attr counterOverflowTextAppearance 0x0
+int attr counterOverflowTextColor 0x0
+int attr counterTextAppearance 0x0
+int attr counterTextColor 0x0
+int attr crossfade 0x0
+int attr currentState 0x0
+int attr curveFit 0x0
+int attr customBoolean 0x0
+int attr customColorDrawableValue 0x0
+int attr customColorValue 0x0
+int attr customDimension 0x0
+int attr customFloatValue 0x0
+int attr customIntegerValue 0x0
+int attr customNavigationLayout 0x0
+int attr customPixelDimension 0x0
+int attr customStringValue 0x0
+int attr dayInvalidStyle 0x0
+int attr daySelectedStyle 0x0
+int attr dayStyle 0x0
+int attr dayTodayStyle 0x0
+int attr defaultDuration 0x0
+int attr defaultQueryHint 0x0
+int attr defaultState 0x0
+int attr deltaPolarAngle 0x0
+int attr deltaPolarRadius 0x0
+int attr deriveConstraintsFrom 0x0
+int attr dialogCornerRadius 0x0
+int attr dialogPreferredPadding 0x0
+int attr dialogTheme 0x0
+int attr displayOptions 0x0
+int attr divider 0x0
+int attr dividerColor 0x0
+int attr dividerHorizontal 0x0
+int attr dividerInsetEnd 0x0
+int attr dividerInsetStart 0x0
+int attr dividerPadding 0x0
+int attr dividerThickness 0x0
+int attr dividerVertical 0x0
+int attr dragDirection 0x0
+int attr dragScale 0x0
+int attr dragThreshold 0x0
+int attr drawPath 0x0
+int attr drawableBottomCompat 0x0
+int attr drawableEndCompat 0x0
+int attr drawableLeftCompat 0x0
+int attr drawableRightCompat 0x0
+int attr drawableSize 0x0
+int attr drawableStartCompat 0x0
+int attr drawableTint 0x0
+int attr drawableTintMode 0x0
+int attr drawableTopCompat 0x0
+int attr drawerArrowStyle 0x0
+int attr drawerLayoutCornerSize 0x0
+int attr drawerLayoutStyle 0x0
+int attr dropDownListViewStyle 0x0
+int attr dropdownListPreferredItemHeight 0x0
+int attr duration 0x0
+int attr dynamicColorThemeOverlay 0x0
+int attr editTextBackground 0x0
+int attr editTextColor 0x0
+int attr editTextStyle 0x0
+int attr elevation 0x0
+int attr elevationOverlayAccentColor 0x0
+int attr elevationOverlayColor 0x0
+int attr elevationOverlayEnabled 0x0
+int attr enableEdgeToEdge 0x0
+int attr endIconCheckable 0x0
+int attr endIconContentDescription 0x0
+int attr endIconDrawable 0x0
+int attr endIconMode 0x0
+int attr endIconTint 0x0
+int attr endIconTintMode 0x0
+int attr enforceMaterialTheme 0x0
+int attr enforceTextAppearance 0x0
+int attr ensureMinTouchTargetSize 0x0
+int attr errorContentDescription 0x0
+int attr errorEnabled 0x0
+int attr errorIconDrawable 0x0
+int attr errorIconTint 0x0
+int attr errorIconTintMode 0x0
+int attr errorTextAppearance 0x0
+int attr errorTextColor 0x0
+int attr expandActivityOverflowButtonDrawable 0x0
+int attr expanded 0x0
+int attr expandedHintEnabled 0x0
+int attr expandedTitleGravity 0x0
+int attr expandedTitleMargin 0x0
+int attr expandedTitleMarginBottom 0x0
+int attr expandedTitleMarginEnd 0x0
+int attr expandedTitleMarginStart 0x0
+int attr expandedTitleMarginTop 0x0
+int attr expandedTitleTextAppearance 0x0
+int attr expandedTitleTextColor 0x0
+int attr extendMotionSpec 0x0
+int attr extendedFloatingActionButtonPrimaryStyle 0x0
+int attr extendedFloatingActionButtonSecondaryStyle 0x0
+int attr extendedFloatingActionButtonStyle 0x0
+int attr extendedFloatingActionButtonSurfaceStyle 0x0
+int attr extendedFloatingActionButtonTertiaryStyle 0x0
+int attr extraMultilineHeightEnabled 0x0
+int attr fabAlignmentMode 0x0
+int attr fabAnimationMode 0x0
+int attr fabCradleMargin 0x0
+int attr fabCradleRoundedCornerRadius 0x0
+int attr fabCradleVerticalOffset 0x0
+int attr fabCustomSize 0x0
+int attr fabSize 0x0
+int attr fastScrollEnabled 0x0
+int attr fastScrollHorizontalThumbDrawable 0x0
+int attr fastScrollHorizontalTrackDrawable 0x0
+int attr fastScrollVerticalThumbDrawable 0x0
+int attr fastScrollVerticalTrackDrawable 0x0
+int attr firstBaselineToTopHeight 0x0
+int attr floatingActionButtonLargePrimaryStyle 0x0
+int attr floatingActionButtonLargeSecondaryStyle 0x0
+int attr floatingActionButtonLargeStyle 0x0
+int attr floatingActionButtonLargeSurfaceStyle 0x0
+int attr floatingActionButtonLargeTertiaryStyle 0x0
+int attr floatingActionButtonPrimaryStyle 0x0
+int attr floatingActionButtonSecondaryStyle 0x0
+int attr floatingActionButtonStyle 0x0
+int attr floatingActionButtonSurfaceStyle 0x0
+int attr floatingActionButtonTertiaryStyle 0x0
+int attr flow_firstHorizontalBias 0x0
+int attr flow_firstHorizontalStyle 0x0
+int attr flow_firstVerticalBias 0x0
+int attr flow_firstVerticalStyle 0x0
+int attr flow_horizontalAlign 0x0
+int attr flow_horizontalBias 0x0
+int attr flow_horizontalGap 0x0
+int attr flow_horizontalStyle 0x0
+int attr flow_lastHorizontalBias 0x0
+int attr flow_lastHorizontalStyle 0x0
+int attr flow_lastVerticalBias 0x0
+int attr flow_lastVerticalStyle 0x0
+int attr flow_maxElementsWrap 0x0
+int attr flow_padding 0x0
+int attr flow_verticalAlign 0x0
+int attr flow_verticalBias 0x0
+int attr flow_verticalGap 0x0
+int attr flow_verticalStyle 0x0
+int attr flow_wrapMode 0x0
+int attr font 0x0
+int attr fontFamily 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontProviderSystemFontFamily 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr forceApplySystemWindowInsetTop 0x0
+int attr foregroundInsidePadding 0x0
+int attr framePosition 0x0
+int attr gapBetweenBars 0x0
+int attr gestureInsetBottomIgnored 0x0
+int attr goIcon 0x0
+int attr haloColor 0x0
+int attr haloRadius 0x0
+int attr headerLayout 0x0
+int attr height 0x0
+int attr helperText 0x0
+int attr helperTextEnabled 0x0
+int attr helperTextTextAppearance 0x0
+int attr helperTextTextColor 0x0
+int attr hideAnimationBehavior 0x0
+int attr hideMotionSpec 0x0
+int attr hideOnContentScroll 0x0
+int attr hideOnScroll 0x0
+int attr hintAnimationEnabled 0x0
+int attr hintEnabled 0x0
+int attr hintTextAppearance 0x0
+int attr hintTextColor 0x0
+int attr homeAsUpIndicator 0x0
+int attr homeLayout 0x0
+int attr horizontalOffset 0x0
+int attr horizontalOffsetWithText 0x0
+int attr hoveredFocusedTranslationZ 0x0
+int attr icon 0x0
+int attr iconEndPadding 0x0
+int attr iconGravity 0x0
+int attr iconPadding 0x0
+int attr iconSize 0x0
+int attr iconStartPadding 0x0
+int attr iconTint 0x0
+int attr iconTintMode 0x0
+int attr iconifiedByDefault 0x0
+int attr imageButtonStyle 0x0
+int attr indeterminateAnimationType 0x0
+int attr indeterminateProgressStyle 0x0
+int attr indicatorColor 0x0
+int attr indicatorDirectionCircular 0x0
+int attr indicatorDirectionLinear 0x0
+int attr indicatorInset 0x0
+int attr indicatorSize 0x0
+int attr initialActivityCount 0x0
+int attr insetForeground 0x0
+int attr isLightTheme 0x0
+int attr isMaterial3Theme 0x0
+int attr isMaterialTheme 0x0
+int attr itemActiveIndicatorStyle 0x0
+int attr itemBackground 0x0
+int attr itemFillColor 0x0
+int attr itemHorizontalPadding 0x0
+int attr itemHorizontalTranslationEnabled 0x0
+int attr itemIconPadding 0x0
+int attr itemIconSize 0x0
+int attr itemIconTint 0x0
+int attr itemMaxLines 0x0
+int attr itemMinHeight 0x0
+int attr itemPadding 0x0
+int attr itemPaddingBottom 0x0
+int attr itemPaddingTop 0x0
+int attr itemRippleColor 0x0
+int attr itemShapeAppearance 0x0
+int attr itemShapeAppearanceOverlay 0x0
+int attr itemShapeFillColor 0x0
+int attr itemShapeInsetBottom 0x0
+int attr itemShapeInsetEnd 0x0
+int attr itemShapeInsetStart 0x0
+int attr itemShapeInsetTop 0x0
+int attr itemSpacing 0x0
+int attr itemStrokeColor 0x0
+int attr itemStrokeWidth 0x0
+int attr itemTextAppearance 0x0
+int attr itemTextAppearanceActive 0x0
+int attr itemTextAppearanceInactive 0x0
+int attr itemTextColor 0x0
+int attr itemVerticalPadding 0x0
+int attr keyPositionType 0x0
+int attr keyboardIcon 0x0
+int attr keylines 0x0
+int attr labelBehavior 0x0
+int attr labelStyle 0x0
+int attr labelVisibilityMode 0x0
+int attr lastBaselineToBottomHeight 0x0
+int attr lastItemDecorated 0x0
+int attr layout 0x0
+int attr layoutDescription 0x0
+int attr layoutDuringTransition 0x0
+int attr layoutManager 0x0
+int attr layout_anchor 0x0
+int attr layout_anchorGravity 0x0
+int attr layout_behavior 0x0
+int attr layout_collapseMode 0x0
+int attr layout_collapseParallaxMultiplier 0x0
+int attr layout_constrainedHeight 0x0
+int attr layout_constrainedWidth 0x0
+int attr layout_constraintBaseline_creator 0x0
+int attr layout_constraintBaseline_toBaselineOf 0x0
+int attr layout_constraintBottom_creator 0x0
+int attr layout_constraintBottom_toBottomOf 0x0
+int attr layout_constraintBottom_toTopOf 0x0
+int attr layout_constraintCircle 0x0
+int attr layout_constraintCircleAngle 0x0
+int attr layout_constraintCircleRadius 0x0
+int attr layout_constraintDimensionRatio 0x0
+int attr layout_constraintEnd_toEndOf 0x0
+int attr layout_constraintEnd_toStartOf 0x0
+int attr layout_constraintGuide_begin 0x0
+int attr layout_constraintGuide_end 0x0
+int attr layout_constraintGuide_percent 0x0
+int attr layout_constraintHeight_default 0x0
+int attr layout_constraintHeight_max 0x0
+int attr layout_constraintHeight_min 0x0
+int attr layout_constraintHeight_percent 0x0
+int attr layout_constraintHorizontal_bias 0x0
+int attr layout_constraintHorizontal_chainStyle 0x0
+int attr layout_constraintHorizontal_weight 0x0
+int attr layout_constraintLeft_creator 0x0
+int attr layout_constraintLeft_toLeftOf 0x0
+int attr layout_constraintLeft_toRightOf 0x0
+int attr layout_constraintRight_creator 0x0
+int attr layout_constraintRight_toLeftOf 0x0
+int attr layout_constraintRight_toRightOf 0x0
+int attr layout_constraintStart_toEndOf 0x0
+int attr layout_constraintStart_toStartOf 0x0
+int attr layout_constraintTag 0x0
+int attr layout_constraintTop_creator 0x0
+int attr layout_constraintTop_toBottomOf 0x0
+int attr layout_constraintTop_toTopOf 0x0
+int attr layout_constraintVertical_bias 0x0
+int attr layout_constraintVertical_chainStyle 0x0
+int attr layout_constraintVertical_weight 0x0
+int attr layout_constraintWidth_default 0x0
+int attr layout_constraintWidth_max 0x0
+int attr layout_constraintWidth_min 0x0
+int attr layout_constraintWidth_percent 0x0
+int attr layout_dodgeInsetEdges 0x0
+int attr layout_editor_absoluteX 0x0
+int attr layout_editor_absoluteY 0x0
+int attr layout_goneMarginBottom 0x0
+int attr layout_goneMarginEnd 0x0
+int attr layout_goneMarginLeft 0x0
+int attr layout_goneMarginRight 0x0
+int attr layout_goneMarginStart 0x0
+int attr layout_goneMarginTop 0x0
+int attr layout_insetEdge 0x0
+int attr layout_keyline 0x0
+int attr layout_optimizationLevel 0x0
+int attr layout_scrollEffect 0x0
+int attr layout_scrollFlags 0x0
+int attr layout_scrollInterpolator 0x0
+int attr liftOnScroll 0x0
+int attr liftOnScrollTargetViewId 0x0
+int attr limitBoundsTo 0x0
+int attr lineHeight 0x0
+int attr lineSpacing 0x0
+int attr linearProgressIndicatorStyle 0x0
+int attr listChoiceBackgroundIndicator 0x0
+int attr listChoiceIndicatorMultipleAnimated 0x0
+int attr listChoiceIndicatorSingleAnimated 0x0
+int attr listDividerAlertDialog 0x0
+int attr listItemLayout 0x0
+int attr listLayout 0x0
+int attr listMenuViewStyle 0x0
+int attr listPopupWindowStyle 0x0
+int attr listPreferredItemHeight 0x0
+int attr listPreferredItemHeightLarge 0x0
+int attr listPreferredItemHeightSmall 0x0
+int attr listPreferredItemPaddingEnd 0x0
+int attr listPreferredItemPaddingLeft 0x0
+int attr listPreferredItemPaddingRight 0x0
+int attr listPreferredItemPaddingStart 0x0
+int attr logo 0x0
+int attr logoAdjustViewBounds 0x0
+int attr logoDescription 0x0
+int attr logoScaleType 0x0
+int attr marginHorizontal 0x0
+int attr marginLeftSystemWindowInsets 0x0
+int attr marginRightSystemWindowInsets 0x0
+int attr marginTopSystemWindowInsets 0x0
+int attr materialAlertDialogBodyTextStyle 0x0
+int attr materialAlertDialogButtonSpacerVisibility 0x0
+int attr materialAlertDialogTheme 0x0
+int attr materialAlertDialogTitleIconStyle 0x0
+int attr materialAlertDialogTitlePanelStyle 0x0
+int attr materialAlertDialogTitleTextStyle 0x0
+int attr materialButtonOutlinedStyle 0x0
+int attr materialButtonStyle 0x0
+int attr materialButtonToggleGroupStyle 0x0
+int attr materialCalendarDay 0x0
+int attr materialCalendarDayOfWeekLabel 0x0
+int attr materialCalendarFullscreenTheme 0x0
+int attr materialCalendarHeaderCancelButton 0x0
+int attr materialCalendarHeaderConfirmButton 0x0
+int attr materialCalendarHeaderDivider 0x0
+int attr materialCalendarHeaderLayout 0x0
+int attr materialCalendarHeaderSelection 0x0
+int attr materialCalendarHeaderTitle 0x0
+int attr materialCalendarHeaderToggleButton 0x0
+int attr materialCalendarMonth 0x0
+int attr materialCalendarMonthNavigationButton 0x0
+int attr materialCalendarStyle 0x0
+int attr materialCalendarTheme 0x0
+int attr materialCalendarYearNavigationButton 0x0
+int attr materialCardViewElevatedStyle 0x0
+int attr materialCardViewFilledStyle 0x0
+int attr materialCardViewOutlinedStyle 0x0
+int attr materialCardViewStyle 0x0
+int attr materialCircleRadius 0x0
+int attr materialClockStyle 0x0
+int attr materialDisplayDividerStyle 0x0
+int attr materialDividerHeavyStyle 0x0
+int attr materialDividerStyle 0x0
+int attr materialThemeOverlay 0x0
+int attr materialTimePickerStyle 0x0
+int attr materialTimePickerTheme 0x0
+int attr materialTimePickerTitleStyle 0x0
+int attr maxAcceleration 0x0
+int attr maxActionInlineWidth 0x0
+int attr maxButtonHeight 0x0
+int attr maxCharacterCount 0x0
+int attr maxHeight 0x0
+int attr maxImageSize 0x0
+int attr maxLines 0x0
+int attr maxVelocity 0x0
+int attr maxWidth 0x0
+int attr measureWithLargestChild 0x0
+int attr menu 0x0
+int attr menuGravity 0x0
+int attr minHeight 0x0
+int attr minHideDelay 0x0
+int attr minSeparation 0x0
+int attr minTouchTargetSize 0x0
+int attr minWidth 0x0
+int attr mock_diagonalsColor 0x0
+int attr mock_label 0x0
+int attr mock_labelBackgroundColor 0x0
+int attr mock_labelColor 0x0
+int attr mock_showDiagonals 0x0
+int attr mock_showLabel 0x0
+int attr motionDebug 0x0
+int attr motionDurationLong1 0x0
+int attr motionDurationLong2 0x0
+int attr motionDurationMedium1 0x0
+int attr motionDurationMedium2 0x0
+int attr motionDurationShort1 0x0
+int attr motionDurationShort2 0x0
+int attr motionEasingAccelerated 0x0
+int attr motionEasingDecelerated 0x0
+int attr motionEasingEmphasized 0x0
+int attr motionEasingLinear 0x0
+int attr motionEasingStandard 0x0
+int attr motionInterpolator 0x0
+int attr motionPath 0x0
+int attr motionPathRotate 0x0
+int attr motionProgress 0x0
+int attr motionStagger 0x0
+int attr motionTarget 0x0
+int attr motion_postLayoutCollision 0x0
+int attr motion_triggerOnCollision 0x0
+int attr moveWhenScrollAtTop 0x0
+int attr multiChoiceItemLayout 0x0
+int attr navigationContentDescription 0x0
+int attr navigationIcon 0x0
+int attr navigationIconTint 0x0
+int attr navigationMode 0x0
+int attr navigationRailStyle 0x0
+int attr navigationViewStyle 0x0
+int attr nestedScrollFlags 0x0
+int attr nestedScrollable 0x0
+int attr number 0x0
+int attr numericModifiers 0x0
+int attr onCross 0x0
+int attr onHide 0x0
+int attr onNegativeCross 0x0
+int attr onPositiveCross 0x0
+int attr onShow 0x0
+int attr onTouchUp 0x0
+int attr overlapAnchor 0x0
+int attr overlay 0x0
+int attr paddingBottomNoButtons 0x0
+int attr paddingBottomSystemWindowInsets 0x0
+int attr paddingEnd 0x0
+int attr paddingLeftSystemWindowInsets 0x0
+int attr paddingRightSystemWindowInsets 0x0
+int attr paddingStart 0x0
+int attr paddingTopNoTitle 0x0
+int attr paddingTopSystemWindowInsets 0x0
+int attr panelBackground 0x0
+int attr panelMenuListTheme 0x0
+int attr panelMenuListWidth 0x0
+int attr passwordToggleContentDescription 0x0
+int attr passwordToggleDrawable 0x0
+int attr passwordToggleEnabled 0x0
+int attr passwordToggleTint 0x0
+int attr passwordToggleTintMode 0x0
+int attr pathMotionArc 0x0
+int attr path_percent 0x0
+int attr percentHeight 0x0
+int attr percentWidth 0x0
+int attr percentX 0x0
+int attr percentY 0x0
+int attr perpendicularPath_percent 0x0
+int attr pivotAnchor 0x0
+int attr placeholderText 0x0
+int attr placeholderTextAppearance 0x0
+int attr placeholderTextColor 0x0
+int attr placeholder_emptyVisibility 0x0
+int attr popupMenuBackground 0x0
+int attr popupMenuStyle 0x0
+int attr popupTheme 0x0
+int attr popupWindowStyle 0x0
+int attr prefixText 0x0
+int attr prefixTextAppearance 0x0
+int attr prefixTextColor 0x0
+int attr preserveIconSpacing 0x0
+int attr pressedTranslationZ 0x0
+int attr progressBarPadding 0x0
+int attr progressBarStyle 0x0
+int attr queryBackground 0x0
+int attr queryHint 0x0
+int attr radioButtonStyle 0x0
+int attr rangeFillColor 0x0
+int attr ratingBarStyle 0x0
+int attr ratingBarStyleIndicator 0x0
+int attr ratingBarStyleSmall 0x0
+int attr recyclerViewStyle 0x0
+int attr region_heightLessThan 0x0
+int attr region_heightMoreThan 0x0
+int attr region_widthLessThan 0x0
+int attr region_widthMoreThan 0x0
+int attr reverseLayout 0x0
+int attr rippleColor 0x0
+int attr round 0x0
+int attr roundPercent 0x0
+int attr saturation 0x0
+int attr scrimAnimationDuration 0x0
+int attr scrimBackground 0x0
+int attr scrimVisibleHeightTrigger 0x0
+int attr searchHintIcon 0x0
+int attr searchIcon 0x0
+int attr searchViewStyle 0x0
+int attr seekBarStyle 0x0
+int attr selectableItemBackground 0x0
+int attr selectableItemBackgroundBorderless 0x0
+int attr selectionRequired 0x0
+int attr selectorSize 0x0
+int attr shapeAppearance 0x0
+int attr shapeAppearanceLargeComponent 0x0
+int attr shapeAppearanceMediumComponent 0x0
+int attr shapeAppearanceOverlay 0x0
+int attr shapeAppearanceSmallComponent 0x0
+int attr showAnimationBehavior 0x0
+int attr showAsAction 0x0
+int attr showDelay 0x0
+int attr showDividers 0x0
+int attr showMotionSpec 0x0
+int attr showPaths 0x0
+int attr showText 0x0
+int attr showTitle 0x0
+int attr shrinkMotionSpec 0x0
+int attr simpleItemLayout 0x0
+int attr simpleItems 0x0
+int attr singleChoiceItemLayout 0x0
+int attr singleLine 0x0
+int attr singleSelection 0x0
+int attr sizePercent 0x0
+int attr sliderStyle 0x0
+int attr snackbarButtonStyle 0x0
+int attr snackbarStyle 0x0
+int attr snackbarTextViewStyle 0x0
+int attr spanCount 0x0
+int attr spinBars 0x0
+int attr spinnerDropDownItemStyle 0x0
+int attr spinnerStyle 0x0
+int attr splitTrack 0x0
+int attr srcCompat 0x0
+int attr stackFromEnd 0x0
+int attr staggered 0x0
+int attr startIconCheckable 0x0
+int attr startIconContentDescription 0x0
+int attr startIconDrawable 0x0
+int attr startIconTint 0x0
+int attr startIconTintMode 0x0
+int attr state_above_anchor 0x0
+int attr state_collapsed 0x0
+int attr state_collapsible 0x0
+int attr state_dragged 0x0
+int attr state_liftable 0x0
+int attr state_lifted 0x0
+int attr statusBarBackground 0x0
+int attr statusBarForeground 0x0
+int attr statusBarScrim 0x0
+int attr strokeColor 0x0
+int attr strokeWidth 0x0
+int attr subMenuArrow 0x0
+int attr subheaderColor 0x0
+int attr subheaderInsetEnd 0x0
+int attr subheaderInsetStart 0x0
+int attr subheaderTextAppearance 0x0
+int attr submitBackground 0x0
+int attr subtitle 0x0
+int attr subtitleCentered 0x0
+int attr subtitleTextAppearance 0x0
+int attr subtitleTextColor 0x0
+int attr subtitleTextStyle 0x0
+int attr suffixText 0x0
+int attr suffixTextAppearance 0x0
+int attr suffixTextColor 0x0
+int attr suggestionRowLayout 0x0
+int attr switchMinWidth 0x0
+int attr switchPadding 0x0
+int attr switchStyle 0x0
+int attr switchTextAppearance 0x0
+int attr tabBackground 0x0
+int attr tabContentStart 0x0
+int attr tabGravity 0x0
+int attr tabIconTint 0x0
+int attr tabIconTintMode 0x0
+int attr tabIndicator 0x0
+int attr tabIndicatorAnimationDuration 0x0
+int attr tabIndicatorAnimationMode 0x0
+int attr tabIndicatorColor 0x0
+int attr tabIndicatorFullWidth 0x0
+int attr tabIndicatorGravity 0x0
+int attr tabIndicatorHeight 0x0
+int attr tabInlineLabel 0x0
+int attr tabMaxWidth 0x0
+int attr tabMinWidth 0x0
+int attr tabMode 0x0
+int attr tabPadding 0x0
+int attr tabPaddingBottom 0x0
+int attr tabPaddingEnd 0x0
+int attr tabPaddingStart 0x0
+int attr tabPaddingTop 0x0
+int attr tabRippleColor 0x0
+int attr tabSecondaryStyle 0x0
+int attr tabSelectedTextColor 0x0
+int attr tabStyle 0x0
+int attr tabTextAppearance 0x0
+int attr tabTextColor 0x0
+int attr tabUnboundedRipple 0x0
+int attr targetId 0x0
+int attr telltales_tailColor 0x0
+int attr telltales_tailScale 0x0
+int attr telltales_velocityMode 0x0
+int attr textAllCaps 0x0
+int attr textAppearanceBody1 0x0
+int attr textAppearanceBody2 0x0
+int attr textAppearanceBodyLarge 0x0
+int attr textAppearanceBodyMedium 0x0
+int attr textAppearanceBodySmall 0x0
+int attr textAppearanceButton 0x0
+int attr textAppearanceCaption 0x0
+int attr textAppearanceDisplayLarge 0x0
+int attr textAppearanceDisplayMedium 0x0
+int attr textAppearanceDisplaySmall 0x0
+int attr textAppearanceHeadline1 0x0
+int attr textAppearanceHeadline2 0x0
+int attr textAppearanceHeadline3 0x0
+int attr textAppearanceHeadline4 0x0
+int attr textAppearanceHeadline5 0x0
+int attr textAppearanceHeadline6 0x0
+int attr textAppearanceHeadlineLarge 0x0
+int attr textAppearanceHeadlineMedium 0x0
+int attr textAppearanceHeadlineSmall 0x0
+int attr textAppearanceLabelLarge 0x0
+int attr textAppearanceLabelMedium 0x0
+int attr textAppearanceLabelSmall 0x0
+int attr textAppearanceLargePopupMenu 0x0
+int attr textAppearanceLineHeightEnabled 0x0
+int attr textAppearanceListItem 0x0
+int attr textAppearanceListItemSecondary 0x0
+int attr textAppearanceListItemSmall 0x0
+int attr textAppearanceOverline 0x0
+int attr textAppearancePopupMenuHeader 0x0
+int attr textAppearanceSearchResultSubtitle 0x0
+int attr textAppearanceSearchResultTitle 0x0
+int attr textAppearanceSmallPopupMenu 0x0
+int attr textAppearanceSubtitle1 0x0
+int attr textAppearanceSubtitle2 0x0
+int attr textAppearanceTitleLarge 0x0
+int attr textAppearanceTitleMedium 0x0
+int attr textAppearanceTitleSmall 0x0
+int attr textColorAlertDialogListItem 0x0
+int attr textColorSearchUrl 0x0
+int attr textEndPadding 0x0
+int attr textInputFilledDenseStyle 0x0
+int attr textInputFilledExposedDropdownMenuStyle 0x0
+int attr textInputFilledStyle 0x0
+int attr textInputLayoutFocusedRectEnabled 0x0
+int attr textInputOutlinedDenseStyle 0x0
+int attr textInputOutlinedExposedDropdownMenuStyle 0x0
+int attr textInputOutlinedStyle 0x0
+int attr textInputStyle 0x0
+int attr textLocale 0x0
+int attr textStartPadding 0x0
+int attr theme 0x0
+int attr themeLineHeight 0x0
+int attr thickness 0x0
+int attr thumbColor 0x0
+int attr thumbElevation 0x0
+int attr thumbRadius 0x0
+int attr thumbStrokeColor 0x0
+int attr thumbStrokeWidth 0x0
+int attr thumbTextPadding 0x0
+int attr thumbTint 0x0
+int attr thumbTintMode 0x0
+int attr tickColor 0x0
+int attr tickColorActive 0x0
+int attr tickColorInactive 0x0
+int attr tickMark 0x0
+int attr tickMarkTint 0x0
+int attr tickMarkTintMode 0x0
+int attr tickVisible 0x0
+int attr tint 0x0
+int attr tintMode 0x0
+int attr title 0x0
+int attr titleCentered 0x0
+int attr titleCollapseMode 0x0
+int attr titleEnabled 0x0
+int attr titleMargin 0x0
+int attr titleMarginBottom 0x0
+int attr titleMarginEnd 0x0
+int attr titleMarginStart 0x0
+int attr titleMarginTop 0x0
+int attr titleMargins 0x0
+int attr titlePositionInterpolator 0x0
+int attr titleTextAppearance 0x0
+int attr titleTextColor 0x0
+int attr titleTextStyle 0x0
+int attr toolbarId 0x0
+int attr toolbarNavigationButtonStyle 0x0
+int attr toolbarStyle 0x0
+int attr toolbarSurfaceStyle 0x0
+int attr tooltipForegroundColor 0x0
+int attr tooltipFrameBackground 0x0
+int attr tooltipStyle 0x0
+int attr tooltipText 0x0
+int attr topInsetScrimEnabled 0x0
+int attr touchAnchorId 0x0
+int attr touchAnchorSide 0x0
+int attr touchRegionId 0x0
+int attr track 0x0
+int attr trackColor 0x0
+int attr trackColorActive 0x0
+int attr trackColorInactive 0x0
+int attr trackCornerRadius 0x0
+int attr trackHeight 0x0
+int attr trackThickness 0x0
+int attr trackTint 0x0
+int attr trackTintMode 0x0
+int attr transitionDisable 0x0
+int attr transitionEasing 0x0
+int attr transitionFlags 0x0
+int attr transitionPathRotate 0x0
+int attr transitionShapeAppearance 0x0
+int attr triggerId 0x0
+int attr triggerReceiver 0x0
+int attr triggerSlack 0x0
+int attr ttcIndex 0x0
+int attr useCompatPadding 0x0
+int attr useMaterialThemeColors 0x0
+int attr values 0x0
+int attr verticalOffset 0x0
+int attr verticalOffsetWithText 0x0
+int attr viewInflaterClass 0x0
+int attr visibilityMode 0x0
+int attr voiceIcon 0x0
+int attr warmth 0x0
+int attr waveDecay 0x0
+int attr waveOffset 0x0
+int attr wavePeriod 0x0
+int attr waveShape 0x0
+int attr waveVariesBy 0x0
+int attr windowActionBar 0x0
+int attr windowActionBarOverlay 0x0
+int attr windowActionModeOverlay 0x0
+int attr windowFixedHeightMajor 0x0
+int attr windowFixedHeightMinor 0x0
+int attr windowFixedWidthMajor 0x0
+int attr windowFixedWidthMinor 0x0
+int attr windowMinWidthMajor 0x0
+int attr windowMinWidthMinor 0x0
+int attr windowNoTitle 0x0
+int attr yearSelectedStyle 0x0
+int attr yearStyle 0x0
+int attr yearTodayStyle 0x0
+int bool abc_action_bar_embed_tabs 0x0
+int bool abc_allow_stacked_button_bar 0x0
+int bool abc_config_actionMenuItemAllCaps 0x0
+int bool mtrl_btn_textappearance_all_caps 0x0
+int color abc_background_cache_hint_selector_material_dark 0x0
+int color abc_background_cache_hint_selector_material_light 0x0
+int color abc_btn_colored_borderless_text_material 0x0
+int color abc_btn_colored_text_material 0x0
+int color abc_color_highlight_material 0x0
+int color abc_decor_view_status_guard 0x0
+int color abc_decor_view_status_guard_light 0x0
+int color abc_hint_foreground_material_dark 0x0
+int color abc_hint_foreground_material_light 0x0
+int color abc_primary_text_disable_only_material_dark 0x0
+int color abc_primary_text_disable_only_material_light 0x0
+int color abc_primary_text_material_dark 0x0
+int color abc_primary_text_material_light 0x0
+int color abc_search_url_text 0x0
+int color abc_search_url_text_normal 0x0
+int color abc_search_url_text_pressed 0x0
+int color abc_search_url_text_selected 0x0
+int color abc_secondary_text_material_dark 0x0
+int color abc_secondary_text_material_light 0x0
+int color abc_tint_btn_checkable 0x0
+int color abc_tint_default 0x0
+int color abc_tint_edittext 0x0
+int color abc_tint_seek_thumb 0x0
+int color abc_tint_spinner 0x0
+int color abc_tint_switch_track 0x0
+int color accent_material_dark 0x0
+int color accent_material_light 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color background_floating_material_dark 0x0
+int color background_floating_material_light 0x0
+int color background_material_dark 0x0
+int color background_material_light 0x0
+int color bright_foreground_disabled_material_dark 0x0
+int color bright_foreground_disabled_material_light 0x0
+int color bright_foreground_inverse_material_dark 0x0
+int color bright_foreground_inverse_material_light 0x0
+int color bright_foreground_material_dark 0x0
+int color bright_foreground_material_light 0x0
+int color button_material_dark 0x0
+int color button_material_light 0x0
+int color cardview_dark_background 0x0
+int color cardview_light_background 0x0
+int color cardview_shadow_end_color 0x0
+int color cardview_shadow_start_color 0x0
+int color checkbox_themeable_attribute_color 0x0
+int color design_bottom_navigation_shadow_color 0x0
+int color design_box_stroke_color 0x0
+int color design_dark_default_color_background 0x0
+int color design_dark_default_color_error 0x0
+int color design_dark_default_color_on_background 0x0
+int color design_dark_default_color_on_error 0x0
+int color design_dark_default_color_on_primary 0x0
+int color design_dark_default_color_on_secondary 0x0
+int color design_dark_default_color_on_surface 0x0
+int color design_dark_default_color_primary 0x0
+int color design_dark_default_color_primary_dark 0x0
+int color design_dark_default_color_primary_variant 0x0
+int color design_dark_default_color_secondary 0x0
+int color design_dark_default_color_secondary_variant 0x0
+int color design_dark_default_color_surface 0x0
+int color design_default_color_background 0x0
+int color design_default_color_error 0x0
+int color design_default_color_on_background 0x0
+int color design_default_color_on_error 0x0
+int color design_default_color_on_primary 0x0
+int color design_default_color_on_secondary 0x0
+int color design_default_color_on_surface 0x0
+int color design_default_color_primary 0x0
+int color design_default_color_primary_dark 0x0
+int color design_default_color_primary_variant 0x0
+int color design_default_color_secondary 0x0
+int color design_default_color_secondary_variant 0x0
+int color design_default_color_surface 0x0
+int color design_error 0x0
+int color design_fab_shadow_end_color 0x0
+int color design_fab_shadow_mid_color 0x0
+int color design_fab_shadow_start_color 0x0
+int color design_fab_stroke_end_inner_color 0x0
+int color design_fab_stroke_end_outer_color 0x0
+int color design_fab_stroke_top_inner_color 0x0
+int color design_fab_stroke_top_outer_color 0x0
+int color design_icon_tint 0x0
+int color design_snackbar_background_color 0x0
+int color dim_foreground_disabled_material_dark 0x0
+int color dim_foreground_disabled_material_light 0x0
+int color dim_foreground_material_dark 0x0
+int color dim_foreground_material_light 0x0
+int color error_color_material_dark 0x0
+int color error_color_material_light 0x0
+int color foreground_material_dark 0x0
+int color foreground_material_light 0x0
+int color highlighted_text_material_dark 0x0
+int color highlighted_text_material_light 0x0
+int color m3_appbar_overlay_color 0x0
+int color m3_assist_chip_icon_tint_color 0x0
+int color m3_assist_chip_stroke_color 0x0
+int color m3_button_background_color_selector 0x0
+int color m3_button_foreground_color_selector 0x0
+int color m3_button_outline_color_selector 0x0
+int color m3_button_ripple_color 0x0
+int color m3_button_ripple_color_selector 0x0
+int color m3_calendar_item_disabled_text 0x0
+int color m3_calendar_item_stroke_color 0x0
+int color m3_card_foreground_color 0x0
+int color m3_card_ripple_color 0x0
+int color m3_card_stroke_color 0x0
+int color m3_chip_assist_text_color 0x0
+int color m3_chip_background_color 0x0
+int color m3_chip_ripple_color 0x0
+int color m3_chip_stroke_color 0x0
+int color m3_chip_text_color 0x0
+int color m3_dark_default_color_primary_text 0x0
+int color m3_dark_default_color_secondary_text 0x0
+int color m3_dark_highlighted_text 0x0
+int color m3_dark_hint_foreground 0x0
+int color m3_dark_primary_text_disable_only 0x0
+int color m3_default_color_primary_text 0x0
+int color m3_default_color_secondary_text 0x0
+int color m3_dynamic_dark_default_color_primary_text 0x0
+int color m3_dynamic_dark_default_color_secondary_text 0x0
+int color m3_dynamic_dark_highlighted_text 0x0
+int color m3_dynamic_dark_hint_foreground 0x0
+int color m3_dynamic_dark_primary_text_disable_only 0x0
+int color m3_dynamic_default_color_primary_text 0x0
+int color m3_dynamic_default_color_secondary_text 0x0
+int color m3_dynamic_highlighted_text 0x0
+int color m3_dynamic_hint_foreground 0x0
+int color m3_dynamic_primary_text_disable_only 0x0
+int color m3_elevated_chip_background_color 0x0
+int color m3_highlighted_text 0x0
+int color m3_hint_foreground 0x0
+int color m3_navigation_bar_item_with_indicator_icon_tint 0x0
+int color m3_navigation_bar_item_with_indicator_label_tint 0x0
+int color m3_navigation_bar_ripple_color_selector 0x0
+int color m3_navigation_item_background_color 0x0
+int color m3_navigation_item_icon_tint 0x0
+int color m3_navigation_item_ripple_color 0x0
+int color m3_navigation_item_text_color 0x0
+int color m3_popupmenu_overlay_color 0x0
+int color m3_primary_text_disable_only 0x0
+int color m3_radiobutton_ripple_tint 0x0
+int color m3_ref_palette_black 0x0
+int color m3_ref_palette_dynamic_neutral0 0x0
+int color m3_ref_palette_dynamic_neutral10 0x0
+int color m3_ref_palette_dynamic_neutral100 0x0
+int color m3_ref_palette_dynamic_neutral20 0x0
+int color m3_ref_palette_dynamic_neutral30 0x0
+int color m3_ref_palette_dynamic_neutral40 0x0
+int color m3_ref_palette_dynamic_neutral50 0x0
+int color m3_ref_palette_dynamic_neutral60 0x0
+int color m3_ref_palette_dynamic_neutral70 0x0
+int color m3_ref_palette_dynamic_neutral80 0x0
+int color m3_ref_palette_dynamic_neutral90 0x0
+int color m3_ref_palette_dynamic_neutral95 0x0
+int color m3_ref_palette_dynamic_neutral99 0x0
+int color m3_ref_palette_dynamic_neutral_variant0 0x0
+int color m3_ref_palette_dynamic_neutral_variant10 0x0
+int color m3_ref_palette_dynamic_neutral_variant100 0x0
+int color m3_ref_palette_dynamic_neutral_variant20 0x0
+int color m3_ref_palette_dynamic_neutral_variant30 0x0
+int color m3_ref_palette_dynamic_neutral_variant40 0x0
+int color m3_ref_palette_dynamic_neutral_variant50 0x0
+int color m3_ref_palette_dynamic_neutral_variant60 0x0
+int color m3_ref_palette_dynamic_neutral_variant70 0x0
+int color m3_ref_palette_dynamic_neutral_variant80 0x0
+int color m3_ref_palette_dynamic_neutral_variant90 0x0
+int color m3_ref_palette_dynamic_neutral_variant95 0x0
+int color m3_ref_palette_dynamic_neutral_variant99 0x0
+int color m3_ref_palette_dynamic_primary0 0x0
+int color m3_ref_palette_dynamic_primary10 0x0
+int color m3_ref_palette_dynamic_primary100 0x0
+int color m3_ref_palette_dynamic_primary20 0x0
+int color m3_ref_palette_dynamic_primary30 0x0
+int color m3_ref_palette_dynamic_primary40 0x0
+int color m3_ref_palette_dynamic_primary50 0x0
+int color m3_ref_palette_dynamic_primary60 0x0
+int color m3_ref_palette_dynamic_primary70 0x0
+int color m3_ref_palette_dynamic_primary80 0x0
+int color m3_ref_palette_dynamic_primary90 0x0
+int color m3_ref_palette_dynamic_primary95 0x0
+int color m3_ref_palette_dynamic_primary99 0x0
+int color m3_ref_palette_dynamic_secondary0 0x0
+int color m3_ref_palette_dynamic_secondary10 0x0
+int color m3_ref_palette_dynamic_secondary100 0x0
+int color m3_ref_palette_dynamic_secondary20 0x0
+int color m3_ref_palette_dynamic_secondary30 0x0
+int color m3_ref_palette_dynamic_secondary40 0x0
+int color m3_ref_palette_dynamic_secondary50 0x0
+int color m3_ref_palette_dynamic_secondary60 0x0
+int color m3_ref_palette_dynamic_secondary70 0x0
+int color m3_ref_palette_dynamic_secondary80 0x0
+int color m3_ref_palette_dynamic_secondary90 0x0
+int color m3_ref_palette_dynamic_secondary95 0x0
+int color m3_ref_palette_dynamic_secondary99 0x0
+int color m3_ref_palette_dynamic_tertiary0 0x0
+int color m3_ref_palette_dynamic_tertiary10 0x0
+int color m3_ref_palette_dynamic_tertiary100 0x0
+int color m3_ref_palette_dynamic_tertiary20 0x0
+int color m3_ref_palette_dynamic_tertiary30 0x0
+int color m3_ref_palette_dynamic_tertiary40 0x0
+int color m3_ref_palette_dynamic_tertiary50 0x0
+int color m3_ref_palette_dynamic_tertiary60 0x0
+int color m3_ref_palette_dynamic_tertiary70 0x0
+int color m3_ref_palette_dynamic_tertiary80 0x0
+int color m3_ref_palette_dynamic_tertiary90 0x0
+int color m3_ref_palette_dynamic_tertiary95 0x0
+int color m3_ref_palette_dynamic_tertiary99 0x0
+int color m3_ref_palette_error0 0x0
+int color m3_ref_palette_error10 0x0
+int color m3_ref_palette_error100 0x0
+int color m3_ref_palette_error20 0x0
+int color m3_ref_palette_error30 0x0
+int color m3_ref_palette_error40 0x0
+int color m3_ref_palette_error50 0x0
+int color m3_ref_palette_error60 0x0
+int color m3_ref_palette_error70 0x0
+int color m3_ref_palette_error80 0x0
+int color m3_ref_palette_error90 0x0
+int color m3_ref_palette_error95 0x0
+int color m3_ref_palette_error99 0x0
+int color m3_ref_palette_neutral0 0x0
+int color m3_ref_palette_neutral10 0x0
+int color m3_ref_palette_neutral100 0x0
+int color m3_ref_palette_neutral20 0x0
+int color m3_ref_palette_neutral30 0x0
+int color m3_ref_palette_neutral40 0x0
+int color m3_ref_palette_neutral50 0x0
+int color m3_ref_palette_neutral60 0x0
+int color m3_ref_palette_neutral70 0x0
+int color m3_ref_palette_neutral80 0x0
+int color m3_ref_palette_neutral90 0x0
+int color m3_ref_palette_neutral95 0x0
+int color m3_ref_palette_neutral99 0x0
+int color m3_ref_palette_neutral_variant0 0x0
+int color m3_ref_palette_neutral_variant10 0x0
+int color m3_ref_palette_neutral_variant100 0x0
+int color m3_ref_palette_neutral_variant20 0x0
+int color m3_ref_palette_neutral_variant30 0x0
+int color m3_ref_palette_neutral_variant40 0x0
+int color m3_ref_palette_neutral_variant50 0x0
+int color m3_ref_palette_neutral_variant60 0x0
+int color m3_ref_palette_neutral_variant70 0x0
+int color m3_ref_palette_neutral_variant80 0x0
+int color m3_ref_palette_neutral_variant90 0x0
+int color m3_ref_palette_neutral_variant95 0x0
+int color m3_ref_palette_neutral_variant99 0x0
+int color m3_ref_palette_primary0 0x0
+int color m3_ref_palette_primary10 0x0
+int color m3_ref_palette_primary100 0x0
+int color m3_ref_palette_primary20 0x0
+int color m3_ref_palette_primary30 0x0
+int color m3_ref_palette_primary40 0x0
+int color m3_ref_palette_primary50 0x0
+int color m3_ref_palette_primary60 0x0
+int color m3_ref_palette_primary70 0x0
+int color m3_ref_palette_primary80 0x0
+int color m3_ref_palette_primary90 0x0
+int color m3_ref_palette_primary95 0x0
+int color m3_ref_palette_primary99 0x0
+int color m3_ref_palette_secondary0 0x0
+int color m3_ref_palette_secondary10 0x0
+int color m3_ref_palette_secondary100 0x0
+int color m3_ref_palette_secondary20 0x0
+int color m3_ref_palette_secondary30 0x0
+int color m3_ref_palette_secondary40 0x0
+int color m3_ref_palette_secondary50 0x0
+int color m3_ref_palette_secondary60 0x0
+int color m3_ref_palette_secondary70 0x0
+int color m3_ref_palette_secondary80 0x0
+int color m3_ref_palette_secondary90 0x0
+int color m3_ref_palette_secondary95 0x0
+int color m3_ref_palette_secondary99 0x0
+int color m3_ref_palette_tertiary0 0x0
+int color m3_ref_palette_tertiary10 0x0
+int color m3_ref_palette_tertiary100 0x0
+int color m3_ref_palette_tertiary20 0x0
+int color m3_ref_palette_tertiary30 0x0
+int color m3_ref_palette_tertiary40 0x0
+int color m3_ref_palette_tertiary50 0x0
+int color m3_ref_palette_tertiary60 0x0
+int color m3_ref_palette_tertiary70 0x0
+int color m3_ref_palette_tertiary80 0x0
+int color m3_ref_palette_tertiary90 0x0
+int color m3_ref_palette_tertiary95 0x0
+int color m3_ref_palette_tertiary99 0x0
+int color m3_ref_palette_white 0x0
+int color m3_selection_control_button_tint 0x0
+int color m3_selection_control_ripple_color_selector 0x0
+int color m3_slider_active_track_color 0x0
+int color m3_slider_halo_color 0x0
+int color m3_slider_inactive_track_color 0x0
+int color m3_slider_thumb_color 0x0
+int color m3_switch_thumb_tint 0x0
+int color m3_switch_track_tint 0x0
+int color m3_sys_color_dark_background 0x0
+int color m3_sys_color_dark_error 0x0
+int color m3_sys_color_dark_error_container 0x0
+int color m3_sys_color_dark_inverse_on_surface 0x0
+int color m3_sys_color_dark_inverse_primary 0x0
+int color m3_sys_color_dark_inverse_surface 0x0
+int color m3_sys_color_dark_on_background 0x0
+int color m3_sys_color_dark_on_error 0x0
+int color m3_sys_color_dark_on_error_container 0x0
+int color m3_sys_color_dark_on_primary 0x0
+int color m3_sys_color_dark_on_primary_container 0x0
+int color m3_sys_color_dark_on_secondary 0x0
+int color m3_sys_color_dark_on_secondary_container 0x0
+int color m3_sys_color_dark_on_surface 0x0
+int color m3_sys_color_dark_on_surface_variant 0x0
+int color m3_sys_color_dark_on_tertiary 0x0
+int color m3_sys_color_dark_on_tertiary_container 0x0
+int color m3_sys_color_dark_outline 0x0
+int color m3_sys_color_dark_primary 0x0
+int color m3_sys_color_dark_primary_container 0x0
+int color m3_sys_color_dark_secondary 0x0
+int color m3_sys_color_dark_secondary_container 0x0
+int color m3_sys_color_dark_surface 0x0
+int color m3_sys_color_dark_surface_variant 0x0
+int color m3_sys_color_dark_tertiary 0x0
+int color m3_sys_color_dark_tertiary_container 0x0
+int color m3_sys_color_dynamic_dark_background 0x0
+int color m3_sys_color_dynamic_dark_inverse_on_surface 0x0
+int color m3_sys_color_dynamic_dark_inverse_primary 0x0
+int color m3_sys_color_dynamic_dark_inverse_surface 0x0
+int color m3_sys_color_dynamic_dark_on_background 0x0
+int color m3_sys_color_dynamic_dark_on_primary 0x0
+int color m3_sys_color_dynamic_dark_on_primary_container 0x0
+int color m3_sys_color_dynamic_dark_on_secondary 0x0
+int color m3_sys_color_dynamic_dark_on_secondary_container 0x0
+int color m3_sys_color_dynamic_dark_on_surface 0x0
+int color m3_sys_color_dynamic_dark_on_surface_variant 0x0
+int color m3_sys_color_dynamic_dark_on_tertiary 0x0
+int color m3_sys_color_dynamic_dark_on_tertiary_container 0x0
+int color m3_sys_color_dynamic_dark_outline 0x0
+int color m3_sys_color_dynamic_dark_primary 0x0
+int color m3_sys_color_dynamic_dark_primary_container 0x0
+int color m3_sys_color_dynamic_dark_secondary 0x0
+int color m3_sys_color_dynamic_dark_secondary_container 0x0
+int color m3_sys_color_dynamic_dark_surface 0x0
+int color m3_sys_color_dynamic_dark_surface_variant 0x0
+int color m3_sys_color_dynamic_dark_tertiary 0x0
+int color m3_sys_color_dynamic_dark_tertiary_container 0x0
+int color m3_sys_color_dynamic_light_background 0x0
+int color m3_sys_color_dynamic_light_inverse_on_surface 0x0
+int color m3_sys_color_dynamic_light_inverse_primary 0x0
+int color m3_sys_color_dynamic_light_inverse_surface 0x0
+int color m3_sys_color_dynamic_light_on_background 0x0
+int color m3_sys_color_dynamic_light_on_primary 0x0
+int color m3_sys_color_dynamic_light_on_primary_container 0x0
+int color m3_sys_color_dynamic_light_on_secondary 0x0
+int color m3_sys_color_dynamic_light_on_secondary_container 0x0
+int color m3_sys_color_dynamic_light_on_surface 0x0
+int color m3_sys_color_dynamic_light_on_surface_variant 0x0
+int color m3_sys_color_dynamic_light_on_tertiary 0x0
+int color m3_sys_color_dynamic_light_on_tertiary_container 0x0
+int color m3_sys_color_dynamic_light_outline 0x0
+int color m3_sys_color_dynamic_light_primary 0x0
+int color m3_sys_color_dynamic_light_primary_container 0x0
+int color m3_sys_color_dynamic_light_secondary 0x0
+int color m3_sys_color_dynamic_light_secondary_container 0x0
+int color m3_sys_color_dynamic_light_surface 0x0
+int color m3_sys_color_dynamic_light_surface_variant 0x0
+int color m3_sys_color_dynamic_light_tertiary 0x0
+int color m3_sys_color_dynamic_light_tertiary_container 0x0
+int color m3_sys_color_light_background 0x0
+int color m3_sys_color_light_error 0x0
+int color m3_sys_color_light_error_container 0x0
+int color m3_sys_color_light_inverse_on_surface 0x0
+int color m3_sys_color_light_inverse_primary 0x0
+int color m3_sys_color_light_inverse_surface 0x0
+int color m3_sys_color_light_on_background 0x0
+int color m3_sys_color_light_on_error 0x0
+int color m3_sys_color_light_on_error_container 0x0
+int color m3_sys_color_light_on_primary 0x0
+int color m3_sys_color_light_on_primary_container 0x0
+int color m3_sys_color_light_on_secondary 0x0
+int color m3_sys_color_light_on_secondary_container 0x0
+int color m3_sys_color_light_on_surface 0x0
+int color m3_sys_color_light_on_surface_variant 0x0
+int color m3_sys_color_light_on_tertiary 0x0
+int color m3_sys_color_light_on_tertiary_container 0x0
+int color m3_sys_color_light_outline 0x0
+int color m3_sys_color_light_primary 0x0
+int color m3_sys_color_light_primary_container 0x0
+int color m3_sys_color_light_secondary 0x0
+int color m3_sys_color_light_secondary_container 0x0
+int color m3_sys_color_light_surface 0x0
+int color m3_sys_color_light_surface_variant 0x0
+int color m3_sys_color_light_tertiary 0x0
+int color m3_sys_color_light_tertiary_container 0x0
+int color m3_tabs_icon_color 0x0
+int color m3_tabs_ripple_color 0x0
+int color m3_text_button_background_color_selector 0x0
+int color m3_text_button_foreground_color_selector 0x0
+int color m3_text_button_ripple_color_selector 0x0
+int color m3_textfield_filled_background_color 0x0
+int color m3_textfield_indicator_text_color 0x0
+int color m3_textfield_input_text_color 0x0
+int color m3_textfield_label_color 0x0
+int color m3_textfield_stroke_color 0x0
+int color m3_timepicker_button_background_color 0x0
+int color m3_timepicker_button_ripple_color 0x0
+int color m3_timepicker_button_text_color 0x0
+int color m3_timepicker_clock_text_color 0x0
+int color m3_timepicker_display_background_color 0x0
+int color m3_timepicker_display_ripple_color 0x0
+int color m3_timepicker_display_stroke_color 0x0
+int color m3_timepicker_display_text_color 0x0
+int color m3_timepicker_secondary_text_button_ripple_color 0x0
+int color m3_timepicker_secondary_text_button_text_color 0x0
+int color m3_tonal_button_ripple_color_selector 0x0
+int color material_blue_grey_800 0x0
+int color material_blue_grey_900 0x0
+int color material_blue_grey_950 0x0
+int color material_cursor_color 0x0
+int color material_deep_teal_200 0x0
+int color material_deep_teal_500 0x0
+int color material_divider_color 0x0
+int color material_dynamic_neutral0 0x0
+int color material_dynamic_neutral10 0x0
+int color material_dynamic_neutral100 0x0
+int color material_dynamic_neutral20 0x0
+int color material_dynamic_neutral30 0x0
+int color material_dynamic_neutral40 0x0
+int color material_dynamic_neutral50 0x0
+int color material_dynamic_neutral60 0x0
+int color material_dynamic_neutral70 0x0
+int color material_dynamic_neutral80 0x0
+int color material_dynamic_neutral90 0x0
+int color material_dynamic_neutral95 0x0
+int color material_dynamic_neutral99 0x0
+int color material_dynamic_neutral_variant0 0x0
+int color material_dynamic_neutral_variant10 0x0
+int color material_dynamic_neutral_variant100 0x0
+int color material_dynamic_neutral_variant20 0x0
+int color material_dynamic_neutral_variant30 0x0
+int color material_dynamic_neutral_variant40 0x0
+int color material_dynamic_neutral_variant50 0x0
+int color material_dynamic_neutral_variant60 0x0
+int color material_dynamic_neutral_variant70 0x0
+int color material_dynamic_neutral_variant80 0x0
+int color material_dynamic_neutral_variant90 0x0
+int color material_dynamic_neutral_variant95 0x0
+int color material_dynamic_neutral_variant99 0x0
+int color material_dynamic_primary0 0x0
+int color material_dynamic_primary10 0x0
+int color material_dynamic_primary100 0x0
+int color material_dynamic_primary20 0x0
+int color material_dynamic_primary30 0x0
+int color material_dynamic_primary40 0x0
+int color material_dynamic_primary50 0x0
+int color material_dynamic_primary60 0x0
+int color material_dynamic_primary70 0x0
+int color material_dynamic_primary80 0x0
+int color material_dynamic_primary90 0x0
+int color material_dynamic_primary95 0x0
+int color material_dynamic_primary99 0x0
+int color material_dynamic_secondary0 0x0
+int color material_dynamic_secondary10 0x0
+int color material_dynamic_secondary100 0x0
+int color material_dynamic_secondary20 0x0
+int color material_dynamic_secondary30 0x0
+int color material_dynamic_secondary40 0x0
+int color material_dynamic_secondary50 0x0
+int color material_dynamic_secondary60 0x0
+int color material_dynamic_secondary70 0x0
+int color material_dynamic_secondary80 0x0
+int color material_dynamic_secondary90 0x0
+int color material_dynamic_secondary95 0x0
+int color material_dynamic_secondary99 0x0
+int color material_dynamic_tertiary0 0x0
+int color material_dynamic_tertiary10 0x0
+int color material_dynamic_tertiary100 0x0
+int color material_dynamic_tertiary20 0x0
+int color material_dynamic_tertiary30 0x0
+int color material_dynamic_tertiary40 0x0
+int color material_dynamic_tertiary50 0x0
+int color material_dynamic_tertiary60 0x0
+int color material_dynamic_tertiary70 0x0
+int color material_dynamic_tertiary80 0x0
+int color material_dynamic_tertiary90 0x0
+int color material_dynamic_tertiary95 0x0
+int color material_dynamic_tertiary99 0x0
+int color material_grey_100 0x0
+int color material_grey_300 0x0
+int color material_grey_50 0x0
+int color material_grey_600 0x0
+int color material_grey_800 0x0
+int color material_grey_850 0x0
+int color material_grey_900 0x0
+int color material_harmonized_color_error 0x0
+int color material_harmonized_color_error_container 0x0
+int color material_harmonized_color_on_error 0x0
+int color material_harmonized_color_on_error_container 0x0
+int color material_on_background_disabled 0x0
+int color material_on_background_emphasis_high_type 0x0
+int color material_on_background_emphasis_medium 0x0
+int color material_on_primary_disabled 0x0
+int color material_on_primary_emphasis_high_type 0x0
+int color material_on_primary_emphasis_medium 0x0
+int color material_on_surface_disabled 0x0
+int color material_on_surface_emphasis_high_type 0x0
+int color material_on_surface_emphasis_medium 0x0
+int color material_on_surface_stroke 0x0
+int color material_slider_active_tick_marks_color 0x0
+int color material_slider_active_track_color 0x0
+int color material_slider_halo_color 0x0
+int color material_slider_inactive_tick_marks_color 0x0
+int color material_slider_inactive_track_color 0x0
+int color material_slider_thumb_color 0x0
+int color material_timepicker_button_background 0x0
+int color material_timepicker_button_stroke 0x0
+int color material_timepicker_clock_text_color 0x0
+int color material_timepicker_clockface 0x0
+int color material_timepicker_modebutton_tint 0x0
+int color mtrl_btn_bg_color_selector 0x0
+int color mtrl_btn_ripple_color 0x0
+int color mtrl_btn_stroke_color_selector 0x0
+int color mtrl_btn_text_btn_bg_color_selector 0x0
+int color mtrl_btn_text_btn_ripple_color 0x0
+int color mtrl_btn_text_color_disabled 0x0
+int color mtrl_btn_text_color_selector 0x0
+int color mtrl_btn_transparent_bg_color 0x0
+int color mtrl_calendar_item_stroke_color 0x0
+int color mtrl_calendar_selected_range 0x0
+int color mtrl_card_view_foreground 0x0
+int color mtrl_card_view_ripple 0x0
+int color mtrl_chip_background_color 0x0
+int color mtrl_chip_close_icon_tint 0x0
+int color mtrl_chip_surface_color 0x0
+int color mtrl_chip_text_color 0x0
+int color mtrl_choice_chip_background_color 0x0
+int color mtrl_choice_chip_ripple_color 0x0
+int color mtrl_choice_chip_text_color 0x0
+int color mtrl_error 0x0
+int color mtrl_fab_bg_color_selector 0x0
+int color mtrl_fab_icon_text_color_selector 0x0
+int color mtrl_fab_ripple_color 0x0
+int color mtrl_filled_background_color 0x0
+int color mtrl_filled_icon_tint 0x0
+int color mtrl_filled_stroke_color 0x0
+int color mtrl_indicator_text_color 0x0
+int color mtrl_navigation_bar_colored_item_tint 0x0
+int color mtrl_navigation_bar_colored_ripple_color 0x0
+int color mtrl_navigation_bar_item_tint 0x0
+int color mtrl_navigation_bar_ripple_color 0x0
+int color mtrl_navigation_item_background_color 0x0
+int color mtrl_navigation_item_icon_tint 0x0
+int color mtrl_navigation_item_text_color 0x0
+int color mtrl_on_primary_text_btn_text_color_selector 0x0
+int color mtrl_on_surface_ripple_color 0x0
+int color mtrl_outlined_icon_tint 0x0
+int color mtrl_outlined_stroke_color 0x0
+int color mtrl_popupmenu_overlay_color 0x0
+int color mtrl_scrim_color 0x0
+int color mtrl_tabs_colored_ripple_color 0x0
+int color mtrl_tabs_icon_color_selector 0x0
+int color mtrl_tabs_icon_color_selector_colored 0x0
+int color mtrl_tabs_legacy_text_color_selector 0x0
+int color mtrl_tabs_ripple_color 0x0
+int color mtrl_text_btn_text_color_selector 0x0
+int color mtrl_textinput_default_box_stroke_color 0x0
+int color mtrl_textinput_disabled_color 0x0
+int color mtrl_textinput_filled_box_default_background_color 0x0
+int color mtrl_textinput_focused_box_stroke_color 0x0
+int color mtrl_textinput_hovered_box_stroke_color 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color primary_dark_material_dark 0x0
+int color primary_dark_material_light 0x0
+int color primary_material_dark 0x0
+int color primary_material_light 0x0
+int color primary_text_default_material_dark 0x0
+int color primary_text_default_material_light 0x0
+int color primary_text_disabled_material_dark 0x0
+int color primary_text_disabled_material_light 0x0
+int color radiobutton_themeable_attribute_color 0x0
+int color ripple_material_dark 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_dark 0x0
+int color secondary_text_default_material_light 0x0
+int color secondary_text_disabled_material_dark 0x0
+int color secondary_text_disabled_material_light 0x0
+int color switch_thumb_disabled_material_dark 0x0
+int color switch_thumb_disabled_material_light 0x0
+int color switch_thumb_material_dark 0x0
+int color switch_thumb_material_light 0x0
+int color switch_thumb_normal_material_dark 0x0
+int color switch_thumb_normal_material_light 0x0
+int color test_color 0x0
+int color test_mtrl_calendar_day 0x0
+int color test_mtrl_calendar_day_selected 0x0
+int color tooltip_background_dark 0x0
+int color tooltip_background_light 0x0
+int dimen abc_action_bar_content_inset_material 0x0
+int dimen abc_action_bar_content_inset_with_nav 0x0
+int dimen abc_action_bar_default_height_material 0x0
+int dimen abc_action_bar_default_padding_end_material 0x0
+int dimen abc_action_bar_default_padding_start_material 0x0
+int dimen abc_action_bar_elevation_material 0x0
+int dimen abc_action_bar_icon_vertical_padding_material 0x0
+int dimen abc_action_bar_overflow_padding_end_material 0x0
+int dimen abc_action_bar_overflow_padding_start_material 0x0
+int dimen abc_action_bar_stacked_max_height 0x0
+int dimen abc_action_bar_stacked_tab_max_width 0x0
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
+int dimen abc_action_bar_subtitle_top_margin_material 0x0
+int dimen abc_action_button_min_height_material 0x0
+int dimen abc_action_button_min_width_material 0x0
+int dimen abc_action_button_min_width_overflow_material 0x0
+int dimen abc_alert_dialog_button_bar_height 0x0
+int dimen abc_alert_dialog_button_dimen 0x0
+int dimen abc_button_inset_horizontal_material 0x0
+int dimen abc_button_inset_vertical_material 0x0
+int dimen abc_button_padding_horizontal_material 0x0
+int dimen abc_button_padding_vertical_material 0x0
+int dimen abc_cascading_menus_min_smallest_width 0x0
+int dimen abc_config_prefDialogWidth 0x0
+int dimen abc_control_corner_material 0x0
+int dimen abc_control_inset_material 0x0
+int dimen abc_control_padding_material 0x0
+int dimen abc_dialog_corner_radius_material 0x0
+int dimen abc_dialog_fixed_height_major 0x0
+int dimen abc_dialog_fixed_height_minor 0x0
+int dimen abc_dialog_fixed_width_major 0x0
+int dimen abc_dialog_fixed_width_minor 0x0
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
+int dimen abc_dialog_list_padding_top_no_title 0x0
+int dimen abc_dialog_min_width_major 0x0
+int dimen abc_dialog_min_width_minor 0x0
+int dimen abc_dialog_padding_material 0x0
+int dimen abc_dialog_padding_top_material 0x0
+int dimen abc_dialog_title_divider_material 0x0
+int dimen abc_disabled_alpha_material_dark 0x0
+int dimen abc_disabled_alpha_material_light 0x0
+int dimen abc_dropdownitem_icon_width 0x0
+int dimen abc_dropdownitem_text_padding_left 0x0
+int dimen abc_dropdownitem_text_padding_right 0x0
+int dimen abc_edit_text_inset_bottom_material 0x0
+int dimen abc_edit_text_inset_horizontal_material 0x0
+int dimen abc_edit_text_inset_top_material 0x0
+int dimen abc_floating_window_z 0x0
+int dimen abc_list_item_height_large_material 0x0
+int dimen abc_list_item_height_material 0x0
+int dimen abc_list_item_height_small_material 0x0
+int dimen abc_list_item_padding_horizontal_material 0x0
+int dimen abc_panel_menu_list_width 0x0
+int dimen abc_progress_bar_height_material 0x0
+int dimen abc_search_view_preferred_height 0x0
+int dimen abc_search_view_preferred_width 0x0
+int dimen abc_seekbar_track_background_height_material 0x0
+int dimen abc_seekbar_track_progress_height_material 0x0
+int dimen abc_select_dialog_padding_start_material 0x0
+int dimen abc_switch_padding 0x0
+int dimen abc_text_size_body_1_material 0x0
+int dimen abc_text_size_body_2_material 0x0
+int dimen abc_text_size_button_material 0x0
+int dimen abc_text_size_caption_material 0x0
+int dimen abc_text_size_display_1_material 0x0
+int dimen abc_text_size_display_2_material 0x0
+int dimen abc_text_size_display_3_material 0x0
+int dimen abc_text_size_display_4_material 0x0
+int dimen abc_text_size_headline_material 0x0
+int dimen abc_text_size_large_material 0x0
+int dimen abc_text_size_medium_material 0x0
+int dimen abc_text_size_menu_header_material 0x0
+int dimen abc_text_size_menu_material 0x0
+int dimen abc_text_size_small_material 0x0
+int dimen abc_text_size_subhead_material 0x0
+int dimen abc_text_size_subtitle_material_toolbar 0x0
+int dimen abc_text_size_title_material 0x0
+int dimen abc_text_size_title_material_toolbar 0x0
+int dimen action_bar_size 0x0
+int dimen appcompat_dialog_background_inset 0x0
+int dimen cardview_compat_inset_shadow 0x0
+int dimen cardview_default_elevation 0x0
+int dimen cardview_default_radius 0x0
+int dimen clock_face_margin_start 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen def_drawer_elevation 0x0
+int dimen default_dimension 0x0
+int dimen design_appbar_elevation 0x0
+int dimen design_bottom_navigation_active_item_max_width 0x0
+int dimen design_bottom_navigation_active_item_min_width 0x0
+int dimen design_bottom_navigation_active_text_size 0x0
+int dimen design_bottom_navigation_elevation 0x0
+int dimen design_bottom_navigation_height 0x0
+int dimen design_bottom_navigation_icon_size 0x0
+int dimen design_bottom_navigation_item_max_width 0x0
+int dimen design_bottom_navigation_item_min_width 0x0
+int dimen design_bottom_navigation_label_padding 0x0
+int dimen design_bottom_navigation_margin 0x0
+int dimen design_bottom_navigation_shadow_height 0x0
+int dimen design_bottom_navigation_text_size 0x0
+int dimen design_bottom_sheet_elevation 0x0
+int dimen design_bottom_sheet_modal_elevation 0x0
+int dimen design_bottom_sheet_peek_height_min 0x0
+int dimen design_fab_border_width 0x0
+int dimen design_fab_elevation 0x0
+int dimen design_fab_image_size 0x0
+int dimen design_fab_size_mini 0x0
+int dimen design_fab_size_normal 0x0
+int dimen design_fab_translation_z_hovered_focused 0x0
+int dimen design_fab_translation_z_pressed 0x0
+int dimen design_navigation_elevation 0x0
+int dimen design_navigation_icon_padding 0x0
+int dimen design_navigation_icon_size 0x0
+int dimen design_navigation_item_horizontal_padding 0x0
+int dimen design_navigation_item_icon_padding 0x0
+int dimen design_navigation_item_vertical_padding 0x0
+int dimen design_navigation_max_width 0x0
+int dimen design_navigation_padding_bottom 0x0
+int dimen design_navigation_separator_vertical_padding 0x0
+int dimen design_snackbar_action_inline_max_width 0x0
+int dimen design_snackbar_action_text_color_alpha 0x0
+int dimen design_snackbar_background_corner_radius 0x0
+int dimen design_snackbar_elevation 0x0
+int dimen design_snackbar_extra_spacing_horizontal 0x0
+int dimen design_snackbar_max_width 0x0
+int dimen design_snackbar_min_width 0x0
+int dimen design_snackbar_padding_horizontal 0x0
+int dimen design_snackbar_padding_vertical 0x0
+int dimen design_snackbar_padding_vertical_2lines 0x0
+int dimen design_snackbar_text_size 0x0
+int dimen design_tab_max_width 0x0
+int dimen design_tab_scrollable_min_width 0x0
+int dimen design_tab_text_size 0x0
+int dimen design_tab_text_size_2line 0x0
+int dimen design_textinput_caption_translate_y 0x0
+int dimen disabled_alpha_material_dark 0x0
+int dimen disabled_alpha_material_light 0x0
+int dimen fastscroll_default_thickness 0x0
+int dimen fastscroll_margin 0x0
+int dimen fastscroll_minimum_range 0x0
+int dimen highlight_alpha_material_colored 0x0
+int dimen highlight_alpha_material_dark 0x0
+int dimen highlight_alpha_material_light 0x0
+int dimen hint_alpha_material_dark 0x0
+int dimen hint_alpha_material_light 0x0
+int dimen hint_pressed_alpha_material_dark 0x0
+int dimen hint_pressed_alpha_material_light 0x0
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
+int dimen item_touch_helper_swipe_escape_max_velocity 0x0
+int dimen item_touch_helper_swipe_escape_velocity 0x0
+int dimen m3_alert_dialog_action_bottom_padding 0x0
+int dimen m3_alert_dialog_action_top_padding 0x0
+int dimen m3_alert_dialog_corner_size 0x0
+int dimen m3_alert_dialog_elevation 0x0
+int dimen m3_alert_dialog_icon_margin 0x0
+int dimen m3_alert_dialog_icon_size 0x0
+int dimen m3_alert_dialog_title_bottom_margin 0x0
+int dimen m3_appbar_expanded_title_margin_bottom 0x0
+int dimen m3_appbar_expanded_title_margin_horizontal 0x0
+int dimen m3_appbar_scrim_height_trigger 0x0
+int dimen m3_appbar_scrim_height_trigger_large 0x0
+int dimen m3_appbar_scrim_height_trigger_medium 0x0
+int dimen m3_appbar_size_compact 0x0
+int dimen m3_appbar_size_large 0x0
+int dimen m3_appbar_size_medium 0x0
+int dimen m3_badge_horizontal_offset 0x0
+int dimen m3_badge_radius 0x0
+int dimen m3_badge_vertical_offset 0x0
+int dimen m3_badge_with_text_horizontal_offset 0x0
+int dimen m3_badge_with_text_radius 0x0
+int dimen m3_badge_with_text_vertical_offset 0x0
+int dimen m3_bottom_nav_item_active_indicator_height 0x0
+int dimen m3_bottom_nav_item_active_indicator_margin_horizontal 0x0
+int dimen m3_bottom_nav_item_active_indicator_width 0x0
+int dimen m3_bottom_nav_item_padding_bottom 0x0
+int dimen m3_bottom_nav_item_padding_top 0x0
+int dimen m3_bottom_nav_min_height 0x0
+int dimen m3_bottom_sheet_elevation 0x0
+int dimen m3_bottom_sheet_modal_elevation 0x0
+int dimen m3_bottomappbar_fab_cradle_margin 0x0
+int dimen m3_bottomappbar_fab_cradle_rounded_corner_radius 0x0
+int dimen m3_bottomappbar_fab_cradle_vertical_offset 0x0
+int dimen m3_btn_dialog_btn_min_width 0x0
+int dimen m3_btn_dialog_btn_spacing 0x0
+int dimen m3_btn_disabled_elevation 0x0
+int dimen m3_btn_disabled_translation_z 0x0
+int dimen m3_btn_elevated_btn_elevation 0x0
+int dimen m3_btn_elevation 0x0
+int dimen m3_btn_icon_btn_padding_left 0x0
+int dimen m3_btn_icon_btn_padding_right 0x0
+int dimen m3_btn_icon_only_default_padding 0x0
+int dimen m3_btn_icon_only_default_size 0x0
+int dimen m3_btn_icon_only_icon_padding 0x0
+int dimen m3_btn_icon_only_min_width 0x0
+int dimen m3_btn_inset 0x0
+int dimen m3_btn_max_width 0x0
+int dimen m3_btn_padding_bottom 0x0
+int dimen m3_btn_padding_left 0x0
+int dimen m3_btn_padding_right 0x0
+int dimen m3_btn_padding_top 0x0
+int dimen m3_btn_stroke_size 0x0
+int dimen m3_btn_text_btn_icon_padding_left 0x0
+int dimen m3_btn_text_btn_icon_padding_right 0x0
+int dimen m3_btn_text_btn_padding_left 0x0
+int dimen m3_btn_text_btn_padding_right 0x0
+int dimen m3_btn_translation_z_base 0x0
+int dimen m3_btn_translation_z_hovered 0x0
+int dimen m3_card_dragged_z 0x0
+int dimen m3_card_elevated_dragged_z 0x0
+int dimen m3_card_elevated_elevation 0x0
+int dimen m3_card_elevated_hovered_z 0x0
+int dimen m3_card_elevation 0x0
+int dimen m3_card_hovered_z 0x0
+int dimen m3_card_stroke_width 0x0
+int dimen m3_chip_checked_hovered_translation_z 0x0
+int dimen m3_chip_corner_size 0x0
+int dimen m3_chip_disabled_translation_z 0x0
+int dimen m3_chip_dragged_translation_z 0x0
+int dimen m3_chip_elevated_elevation 0x0
+int dimen m3_chip_hovered_translation_z 0x0
+int dimen m3_chip_icon_size 0x0
+int dimen m3_datepicker_elevation 0x0
+int dimen m3_divider_heavy_thickness 0x0
+int dimen m3_extended_fab_bottom_padding 0x0
+int dimen m3_extended_fab_end_padding 0x0
+int dimen m3_extended_fab_icon_padding 0x0
+int dimen m3_extended_fab_min_height 0x0
+int dimen m3_extended_fab_start_padding 0x0
+int dimen m3_extended_fab_top_padding 0x0
+int dimen m3_fab_border_width 0x0
+int dimen m3_fab_corner_size 0x0
+int dimen m3_fab_translation_z_hovered_focused 0x0
+int dimen m3_fab_translation_z_pressed 0x0
+int dimen m3_large_fab_max_image_size 0x0
+int dimen m3_large_fab_size 0x0
+int dimen m3_menu_elevation 0x0
+int dimen m3_navigation_drawer_layout_corner_size 0x0
+int dimen m3_navigation_item_horizontal_padding 0x0
+int dimen m3_navigation_item_icon_padding 0x0
+int dimen m3_navigation_item_shape_inset_bottom 0x0
+int dimen m3_navigation_item_shape_inset_end 0x0
+int dimen m3_navigation_item_shape_inset_start 0x0
+int dimen m3_navigation_item_shape_inset_top 0x0
+int dimen m3_navigation_item_vertical_padding 0x0
+int dimen m3_navigation_menu_divider_horizontal_padding 0x0
+int dimen m3_navigation_menu_headline_horizontal_padding 0x0
+int dimen m3_navigation_rail_default_width 0x0
+int dimen m3_navigation_rail_item_active_indicator_height 0x0
+int dimen m3_navigation_rail_item_active_indicator_margin_horizontal 0x0
+int dimen m3_navigation_rail_item_active_indicator_width 0x0
+int dimen m3_navigation_rail_item_min_height 0x0
+int dimen m3_navigation_rail_item_padding_bottom 0x0
+int dimen m3_navigation_rail_item_padding_top 0x0
+int dimen m3_ripple_default_alpha 0x0
+int dimen m3_ripple_focused_alpha 0x0
+int dimen m3_ripple_hovered_alpha 0x0
+int dimen m3_ripple_pressed_alpha 0x0
+int dimen m3_ripple_selectable_pressed_alpha 0x0
+int dimen m3_slider_thumb_elevation 0x0
+int dimen m3_snackbar_action_text_color_alpha 0x0
+int dimen m3_snackbar_margin 0x0
+int dimen m3_sys_elevation_level0 0x0
+int dimen m3_sys_elevation_level1 0x0
+int dimen m3_sys_elevation_level2 0x0
+int dimen m3_sys_elevation_level3 0x0
+int dimen m3_sys_elevation_level4 0x0
+int dimen m3_sys_elevation_level5 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_emphasized_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_emphasized_decelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_control_y2 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_legacy_decelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_linear_control_x1 0x0
+int dimen m3_sys_motion_easing_linear_control_x2 0x0
+int dimen m3_sys_motion_easing_linear_control_y1 0x0
+int dimen m3_sys_motion_easing_linear_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_accelerate_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_control_y2 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_x1 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_x2 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_y1 0x0
+int dimen m3_sys_motion_easing_standard_decelerate_control_y2 0x0
+int dimen m3_sys_state_dragged_state_layer_opacity 0x0
+int dimen m3_sys_state_focus_state_layer_opacity 0x0
+int dimen m3_sys_state_hover_state_layer_opacity 0x0
+int dimen m3_sys_state_pressed_state_layer_opacity 0x0
+int dimen m3_timepicker_display_stroke_width 0x0
+int dimen m3_timepicker_window_elevation 0x0
+int dimen material_bottom_sheet_max_width 0x0
+int dimen material_clock_display_padding 0x0
+int dimen material_clock_face_margin_top 0x0
+int dimen material_clock_hand_center_dot_radius 0x0
+int dimen material_clock_hand_padding 0x0
+int dimen material_clock_hand_stroke_width 0x0
+int dimen material_clock_number_text_padding 0x0
+int dimen material_clock_number_text_size 0x0
+int dimen material_clock_period_toggle_height 0x0
+int dimen material_clock_period_toggle_margin_left 0x0
+int dimen material_clock_period_toggle_width 0x0
+int dimen material_clock_size 0x0
+int dimen material_cursor_inset_bottom 0x0
+int dimen material_cursor_inset_top 0x0
+int dimen material_cursor_width 0x0
+int dimen material_divider_thickness 0x0
+int dimen material_emphasis_disabled 0x0
+int dimen material_emphasis_disabled_background 0x0
+int dimen material_emphasis_high_type 0x0
+int dimen material_emphasis_medium 0x0
+int dimen material_filled_edittext_font_1_3_padding_bottom 0x0
+int dimen material_filled_edittext_font_1_3_padding_top 0x0
+int dimen material_filled_edittext_font_2_0_padding_bottom 0x0
+int dimen material_filled_edittext_font_2_0_padding_top 0x0
+int dimen material_font_1_3_box_collapsed_padding_top 0x0
+int dimen material_font_2_0_box_collapsed_padding_top 0x0
+int dimen material_helper_text_default_padding_top 0x0
+int dimen material_helper_text_font_1_3_padding_horizontal 0x0
+int dimen material_helper_text_font_1_3_padding_top 0x0
+int dimen material_input_text_to_prefix_suffix_padding 0x0
+int dimen material_text_size_dp 0x0
+int dimen material_text_size_sp 0x0
+int dimen material_text_view_test_line_height 0x0
+int dimen material_text_view_test_line_height_override 0x0
+int dimen material_textinput_default_width 0x0
+int dimen material_textinput_max_width 0x0
+int dimen material_textinput_min_width 0x0
+int dimen material_time_picker_minimum_screen_height 0x0
+int dimen material_time_picker_minimum_screen_width 0x0
+int dimen material_timepicker_dialog_buttons_margin_top 0x0
+int dimen mtrl_alert_dialog_background_inset_bottom 0x0
+int dimen mtrl_alert_dialog_background_inset_end 0x0
+int dimen mtrl_alert_dialog_background_inset_start 0x0
+int dimen mtrl_alert_dialog_background_inset_top 0x0
+int dimen mtrl_alert_dialog_picker_background_inset 0x0
+int dimen mtrl_badge_horizontal_edge_offset 0x0
+int dimen mtrl_badge_long_text_horizontal_padding 0x0
+int dimen mtrl_badge_radius 0x0
+int dimen mtrl_badge_text_horizontal_edge_offset 0x0
+int dimen mtrl_badge_text_size 0x0
+int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x0
+int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x0
+int dimen mtrl_badge_with_text_radius 0x0
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x0
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x0
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x0
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x0
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x0
+int dimen mtrl_bottomappbar_height 0x0
+int dimen mtrl_btn_corner_radius 0x0
+int dimen mtrl_btn_dialog_btn_min_width 0x0
+int dimen mtrl_btn_disabled_elevation 0x0
+int dimen mtrl_btn_disabled_z 0x0
+int dimen mtrl_btn_elevation 0x0
+int dimen mtrl_btn_focused_z 0x0
+int dimen mtrl_btn_hovered_z 0x0
+int dimen mtrl_btn_icon_btn_padding_left 0x0
+int dimen mtrl_btn_icon_padding 0x0
+int dimen mtrl_btn_inset 0x0
+int dimen mtrl_btn_letter_spacing 0x0
+int dimen mtrl_btn_max_width 0x0
+int dimen mtrl_btn_padding_bottom 0x0
+int dimen mtrl_btn_padding_left 0x0
+int dimen mtrl_btn_padding_right 0x0
+int dimen mtrl_btn_padding_top 0x0
+int dimen mtrl_btn_pressed_z 0x0
+int dimen mtrl_btn_snackbar_margin_horizontal 0x0
+int dimen mtrl_btn_stroke_size 0x0
+int dimen mtrl_btn_text_btn_icon_padding 0x0
+int dimen mtrl_btn_text_btn_padding_left 0x0
+int dimen mtrl_btn_text_btn_padding_right 0x0
+int dimen mtrl_btn_text_size 0x0
+int dimen mtrl_btn_z 0x0
+int dimen mtrl_calendar_action_confirm_button_min_width 0x0
+int dimen mtrl_calendar_action_height 0x0
+int dimen mtrl_calendar_action_padding 0x0
+int dimen mtrl_calendar_bottom_padding 0x0
+int dimen mtrl_calendar_content_padding 0x0
+int dimen mtrl_calendar_day_corner 0x0
+int dimen mtrl_calendar_day_height 0x0
+int dimen mtrl_calendar_day_horizontal_padding 0x0
+int dimen mtrl_calendar_day_today_stroke 0x0
+int dimen mtrl_calendar_day_vertical_padding 0x0
+int dimen mtrl_calendar_day_width 0x0
+int dimen mtrl_calendar_days_of_week_height 0x0
+int dimen mtrl_calendar_dialog_background_inset 0x0
+int dimen mtrl_calendar_header_content_padding 0x0
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x0
+int dimen mtrl_calendar_header_divider_thickness 0x0
+int dimen mtrl_calendar_header_height 0x0
+int dimen mtrl_calendar_header_height_fullscreen 0x0
+int dimen mtrl_calendar_header_selection_line_height 0x0
+int dimen mtrl_calendar_header_text_padding 0x0
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x0
+int dimen mtrl_calendar_header_toggle_margin_top 0x0
+int dimen mtrl_calendar_landscape_header_width 0x0
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x0
+int dimen mtrl_calendar_month_horizontal_padding 0x0
+int dimen mtrl_calendar_month_vertical_padding 0x0
+int dimen mtrl_calendar_navigation_bottom_padding 0x0
+int dimen mtrl_calendar_navigation_height 0x0
+int dimen mtrl_calendar_navigation_top_padding 0x0
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x0
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x0
+int dimen mtrl_calendar_text_input_padding_top 0x0
+int dimen mtrl_calendar_title_baseline_to_top 0x0
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x0
+int dimen mtrl_calendar_year_corner 0x0
+int dimen mtrl_calendar_year_height 0x0
+int dimen mtrl_calendar_year_horizontal_padding 0x0
+int dimen mtrl_calendar_year_vertical_padding 0x0
+int dimen mtrl_calendar_year_width 0x0
+int dimen mtrl_card_checked_icon_margin 0x0
+int dimen mtrl_card_checked_icon_size 0x0
+int dimen mtrl_card_corner_radius 0x0
+int dimen mtrl_card_dragged_z 0x0
+int dimen mtrl_card_elevation 0x0
+int dimen mtrl_card_spacing 0x0
+int dimen mtrl_chip_pressed_translation_z 0x0
+int dimen mtrl_chip_text_size 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
+int dimen mtrl_extended_fab_bottom_padding 0x0
+int dimen mtrl_extended_fab_corner_radius 0x0
+int dimen mtrl_extended_fab_disabled_elevation 0x0
+int dimen mtrl_extended_fab_disabled_translation_z 0x0
+int dimen mtrl_extended_fab_elevation 0x0
+int dimen mtrl_extended_fab_end_padding 0x0
+int dimen mtrl_extended_fab_end_padding_icon 0x0
+int dimen mtrl_extended_fab_icon_size 0x0
+int dimen mtrl_extended_fab_icon_text_spacing 0x0
+int dimen mtrl_extended_fab_min_height 0x0
+int dimen mtrl_extended_fab_min_width 0x0
+int dimen mtrl_extended_fab_start_padding 0x0
+int dimen mtrl_extended_fab_start_padding_icon 0x0
+int dimen mtrl_extended_fab_top_padding 0x0
+int dimen mtrl_extended_fab_translation_z_base 0x0
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x0
+int dimen mtrl_extended_fab_translation_z_pressed 0x0
+int dimen mtrl_fab_elevation 0x0
+int dimen mtrl_fab_min_touch_target 0x0
+int dimen mtrl_fab_translation_z_hovered_focused 0x0
+int dimen mtrl_fab_translation_z_pressed 0x0
+int dimen mtrl_high_ripple_default_alpha 0x0
+int dimen mtrl_high_ripple_focused_alpha 0x0
+int dimen mtrl_high_ripple_hovered_alpha 0x0
+int dimen mtrl_high_ripple_pressed_alpha 0x0
+int dimen mtrl_large_touch_target 0x0
+int dimen mtrl_low_ripple_default_alpha 0x0
+int dimen mtrl_low_ripple_focused_alpha 0x0
+int dimen mtrl_low_ripple_hovered_alpha 0x0
+int dimen mtrl_low_ripple_pressed_alpha 0x0
+int dimen mtrl_min_touch_target_size 0x0
+int dimen mtrl_navigation_bar_item_default_icon_size 0x0
+int dimen mtrl_navigation_bar_item_default_margin 0x0
+int dimen mtrl_navigation_elevation 0x0
+int dimen mtrl_navigation_item_horizontal_padding 0x0
+int dimen mtrl_navigation_item_icon_padding 0x0
+int dimen mtrl_navigation_item_icon_size 0x0
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x0
+int dimen mtrl_navigation_item_shape_vertical_margin 0x0
+int dimen mtrl_navigation_rail_active_text_size 0x0
+int dimen mtrl_navigation_rail_compact_width 0x0
+int dimen mtrl_navigation_rail_default_width 0x0
+int dimen mtrl_navigation_rail_elevation 0x0
+int dimen mtrl_navigation_rail_icon_margin 0x0
+int dimen mtrl_navigation_rail_icon_size 0x0
+int dimen mtrl_navigation_rail_margin 0x0
+int dimen mtrl_navigation_rail_text_bottom_margin 0x0
+int dimen mtrl_navigation_rail_text_size 0x0
+int dimen mtrl_progress_circular_inset 0x0
+int dimen mtrl_progress_circular_inset_extra_small 0x0
+int dimen mtrl_progress_circular_inset_medium 0x0
+int dimen mtrl_progress_circular_inset_small 0x0
+int dimen mtrl_progress_circular_radius 0x0
+int dimen mtrl_progress_circular_size 0x0
+int dimen mtrl_progress_circular_size_extra_small 0x0
+int dimen mtrl_progress_circular_size_medium 0x0
+int dimen mtrl_progress_circular_size_small 0x0
+int dimen mtrl_progress_circular_track_thickness_extra_small 0x0
+int dimen mtrl_progress_circular_track_thickness_medium 0x0
+int dimen mtrl_progress_circular_track_thickness_small 0x0
+int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x0
+int dimen mtrl_progress_track_thickness 0x0
+int dimen mtrl_shape_corner_size_large_component 0x0
+int dimen mtrl_shape_corner_size_medium_component 0x0
+int dimen mtrl_shape_corner_size_small_component 0x0
+int dimen mtrl_slider_halo_radius 0x0
+int dimen mtrl_slider_label_padding 0x0
+int dimen mtrl_slider_label_radius 0x0
+int dimen mtrl_slider_label_square_side 0x0
+int dimen mtrl_slider_thumb_elevation 0x0
+int dimen mtrl_slider_thumb_radius 0x0
+int dimen mtrl_slider_track_height 0x0
+int dimen mtrl_slider_track_side_padding 0x0
+int dimen mtrl_slider_track_top 0x0
+int dimen mtrl_slider_widget_height 0x0
+int dimen mtrl_snackbar_action_text_color_alpha 0x0
+int dimen mtrl_snackbar_background_corner_radius 0x0
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
+int dimen mtrl_snackbar_margin 0x0
+int dimen mtrl_snackbar_message_margin_horizontal 0x0
+int dimen mtrl_snackbar_padding_horizontal 0x0
+int dimen mtrl_switch_thumb_elevation 0x0
+int dimen mtrl_textinput_box_corner_radius_medium 0x0
+int dimen mtrl_textinput_box_corner_radius_small 0x0
+int dimen mtrl_textinput_box_label_cutout_padding 0x0
+int dimen mtrl_textinput_box_stroke_width_default 0x0
+int dimen mtrl_textinput_box_stroke_width_focused 0x0
+int dimen mtrl_textinput_counter_margin_start 0x0
+int dimen mtrl_textinput_end_icon_margin_start 0x0
+int dimen mtrl_textinput_outline_box_expanded_padding 0x0
+int dimen mtrl_textinput_start_icon_margin_end 0x0
+int dimen mtrl_toolbar_default_height 0x0
+int dimen mtrl_tooltip_arrowSize 0x0
+int dimen mtrl_tooltip_cornerSize 0x0
+int dimen mtrl_tooltip_minHeight 0x0
+int dimen mtrl_tooltip_minWidth 0x0
+int dimen mtrl_tooltip_padding 0x0
+int dimen mtrl_transition_shared_axis_slide_distance 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int dimen test_dimen 0x0
+int dimen test_mtrl_calendar_day_cornerSize 0x0
+int dimen test_navigation_bar_active_item_max_width 0x0
+int dimen test_navigation_bar_active_item_min_width 0x0
+int dimen test_navigation_bar_active_text_size 0x0
+int dimen test_navigation_bar_elevation 0x0
+int dimen test_navigation_bar_height 0x0
+int dimen test_navigation_bar_icon_size 0x0
+int dimen test_navigation_bar_item_max_width 0x0
+int dimen test_navigation_bar_item_min_width 0x0
+int dimen test_navigation_bar_label_padding 0x0
+int dimen test_navigation_bar_shadow_height 0x0
+int dimen test_navigation_bar_text_size 0x0
+int dimen tooltip_corner_radius 0x0
+int dimen tooltip_horizontal_padding 0x0
+int dimen tooltip_margin 0x0
+int dimen tooltip_precise_anchor_extra_offset 0x0
+int dimen tooltip_precise_anchor_threshold 0x0
+int dimen tooltip_vertical_padding 0x0
+int dimen tooltip_y_offset_non_touch 0x0
+int dimen tooltip_y_offset_touch 0x0
+int drawable abc_ab_share_pack_mtrl_alpha 0x0
+int drawable abc_action_bar_item_background_material 0x0
+int drawable abc_btn_borderless_material 0x0
+int drawable abc_btn_check_material 0x0
+int drawable abc_btn_check_material_anim 0x0
+int drawable abc_btn_check_to_on_mtrl_000 0x0
+int drawable abc_btn_check_to_on_mtrl_015 0x0
+int drawable abc_btn_colored_material 0x0
+int drawable abc_btn_default_mtrl_shape 0x0
+int drawable abc_btn_radio_material 0x0
+int drawable abc_btn_radio_material_anim 0x0
+int drawable abc_btn_radio_to_on_mtrl_000 0x0
+int drawable abc_btn_radio_to_on_mtrl_015 0x0
+int drawable abc_btn_switch_to_on_mtrl_00001 0x0
+int drawable abc_btn_switch_to_on_mtrl_00012 0x0
+int drawable abc_cab_background_internal_bg 0x0
+int drawable abc_cab_background_top_material 0x0
+int drawable abc_cab_background_top_mtrl_alpha 0x0
+int drawable abc_control_background_material 0x0
+int drawable abc_dialog_material_background 0x0
+int drawable abc_edit_text_material 0x0
+int drawable abc_ic_ab_back_material 0x0
+int drawable abc_ic_arrow_drop_right_black_24dp 0x0
+int drawable abc_ic_clear_material 0x0
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
+int drawable abc_ic_go_search_api_material 0x0
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_cut_mtrl_alpha 0x0
+int drawable abc_ic_menu_overflow_material 0x0
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
+int drawable abc_ic_menu_share_mtrl_alpha 0x0
+int drawable abc_ic_search_api_material 0x0
+int drawable abc_ic_star_black_16dp 0x0
+int drawable abc_ic_star_black_36dp 0x0
+int drawable abc_ic_star_black_48dp 0x0
+int drawable abc_ic_star_half_black_16dp 0x0
+int drawable abc_ic_star_half_black_36dp 0x0
+int drawable abc_ic_star_half_black_48dp 0x0
+int drawable abc_ic_voice_search_api_material 0x0
+int drawable abc_item_background_holo_dark 0x0
+int drawable abc_item_background_holo_light 0x0
+int drawable abc_list_divider_material 0x0
+int drawable abc_list_divider_mtrl_alpha 0x0
+int drawable abc_list_focused_holo 0x0
+int drawable abc_list_longpressed_holo 0x0
+int drawable abc_list_pressed_holo_dark 0x0
+int drawable abc_list_pressed_holo_light 0x0
+int drawable abc_list_selector_background_transition_holo_dark 0x0
+int drawable abc_list_selector_background_transition_holo_light 0x0
+int drawable abc_list_selector_disabled_holo_dark 0x0
+int drawable abc_list_selector_disabled_holo_light 0x0
+int drawable abc_list_selector_holo_dark 0x0
+int drawable abc_list_selector_holo_light 0x0
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
+int drawable abc_popup_background_mtrl_mult 0x0
+int drawable abc_ratingbar_indicator_material 0x0
+int drawable abc_ratingbar_material 0x0
+int drawable abc_ratingbar_small_material 0x0
+int drawable abc_scrubber_control_off_mtrl_alpha 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
+int drawable abc_scrubber_primary_mtrl_alpha 0x0
+int drawable abc_scrubber_track_mtrl_alpha 0x0
+int drawable abc_seekbar_thumb_material 0x0
+int drawable abc_seekbar_tick_mark_material 0x0
+int drawable abc_seekbar_track_material 0x0
+int drawable abc_spinner_mtrl_am_alpha 0x0
+int drawable abc_spinner_textfield_background_material 0x0
+int drawable abc_switch_thumb_material 0x0
+int drawable abc_switch_track_mtrl_alpha 0x0
+int drawable abc_tab_indicator_material 0x0
+int drawable abc_tab_indicator_mtrl_alpha 0x0
+int drawable abc_text_cursor_material 0x0
+int drawable abc_text_select_handle_left_mtrl_dark 0x0
+int drawable abc_text_select_handle_left_mtrl_light 0x0
+int drawable abc_text_select_handle_middle_mtrl_dark 0x0
+int drawable abc_text_select_handle_middle_mtrl_light 0x0
+int drawable abc_text_select_handle_right_mtrl_dark 0x0
+int drawable abc_text_select_handle_right_mtrl_light 0x0
+int drawable abc_textfield_activated_mtrl_alpha 0x0
+int drawable abc_textfield_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_activated_mtrl_alpha 0x0
+int drawable abc_textfield_search_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_material 0x0
+int drawable abc_vector_test 0x0
+int drawable avd_hide_password 0x0
+int drawable avd_show_password 0x0
+int drawable btn_checkbox_checked_mtrl 0x0
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
+int drawable btn_checkbox_unchecked_mtrl 0x0
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
+int drawable btn_radio_off_mtrl 0x0
+int drawable btn_radio_off_to_on_mtrl_animation 0x0
+int drawable btn_radio_on_mtrl 0x0
+int drawable btn_radio_on_to_off_mtrl_animation 0x0
+int drawable design_fab_background 0x0
+int drawable design_ic_visibility 0x0
+int drawable design_ic_visibility_off 0x0
+int drawable design_password_eye 0x0
+int drawable design_snackbar_background 0x0
+int drawable ic_clock_black_24dp 0x0
+int drawable ic_keyboard_black_24dp 0x0
+int drawable ic_m3_chip_check 0x0
+int drawable ic_m3_chip_checked_circle 0x0
+int drawable ic_m3_chip_close 0x0
+int drawable ic_mtrl_checked_circle 0x0
+int drawable ic_mtrl_chip_checked_black 0x0
+int drawable ic_mtrl_chip_checked_circle 0x0
+int drawable ic_mtrl_chip_close_circle 0x0
+int drawable m3_appbar_background 0x0
+int drawable m3_popupmenu_background_overlay 0x0
+int drawable m3_radiobutton_ripple 0x0
+int drawable m3_selection_control_ripple 0x0
+int drawable m3_tabs_background 0x0
+int drawable m3_tabs_line_indicator 0x0
+int drawable m3_tabs_rounded_line_indicator 0x0
+int drawable m3_tabs_transparent_background 0x0
+int drawable material_cursor_drawable 0x0
+int drawable material_ic_calendar_black_24dp 0x0
+int drawable material_ic_clear_black_24dp 0x0
+int drawable material_ic_edit_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_left_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_next_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
+int drawable material_ic_menu_arrow_down_black_24dp 0x0
+int drawable material_ic_menu_arrow_up_black_24dp 0x0
+int drawable mtrl_dialog_background 0x0
+int drawable mtrl_dropdown_arrow 0x0
+int drawable mtrl_ic_arrow_drop_down 0x0
+int drawable mtrl_ic_arrow_drop_up 0x0
+int drawable mtrl_ic_cancel 0x0
+int drawable mtrl_ic_error 0x0
+int drawable mtrl_navigation_bar_item_background 0x0
+int drawable mtrl_popupmenu_background 0x0
+int drawable mtrl_popupmenu_background_overlay 0x0
+int drawable mtrl_tabs_default_indicator 0x0
+int drawable navigation_empty_icon 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int drawable test_custom_background 0x0
+int drawable tooltip_frame_dark 0x0
+int drawable tooltip_frame_light 0x0
+int id BOTTOM_END 0x0
+int id BOTTOM_START 0x0
+int id NO_DEBUG 0x0
+int id SHOW_ALL 0x0
+int id SHOW_PATH 0x0
+int id SHOW_PROGRESS 0x0
+int id TOP_END 0x0
+int id TOP_START 0x0
+int id accelerate 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_bar 0x0
+int id action_bar_activity_content 0x0
+int id action_bar_container 0x0
+int id action_bar_root 0x0
+int id action_bar_spinner 0x0
+int id action_bar_subtitle 0x0
+int id action_bar_title 0x0
+int id action_container 0x0
+int id action_context_bar 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_menu_divider 0x0
+int id action_menu_presenter 0x0
+int id action_mode_bar 0x0
+int id action_mode_bar_stub 0x0
+int id action_mode_close_button 0x0
+int id action_text 0x0
+int id actions 0x0
+int id activity_chooser_view_content 0x0
+int id add 0x0
+int id alertTitle 0x0
+int id aligned 0x0
+int id animateToEnd 0x0
+int id animateToStart 0x0
+int id arc 0x0
+int id asConfigured 0x0
+int id async 0x0
+int id auto 0x0
+int id autoComplete 0x0
+int id autoCompleteToEnd 0x0
+int id autoCompleteToStart 0x0
+int id barrier 0x0
+int id baseline 0x0
+int id blocking 0x0
+int id bottom 0x0
+int id bounce 0x0
+int id buttonPanel 0x0
+int id cancel_button 0x0
+int id center 0x0
+int id centerCrop 0x0
+int id centerInside 0x0
+int id chain 0x0
+int id checkbox 0x0
+int id checked 0x0
+int id chip 0x0
+int id chip1 0x0
+int id chip2 0x0
+int id chip3 0x0
+int id chip_group 0x0
+int id chronometer 0x0
+int id circle_center 0x0
+int id clear_text 0x0
+int id clockwise 0x0
+int id compress 0x0
+int id confirm_button 0x0
+int id container 0x0
+int id content 0x0
+int id contentPanel 0x0
+int id contiguous 0x0
+int id coordinator 0x0
+int id cos 0x0
+int id counterclockwise 0x0
+int id custom 0x0
+int id customPanel 0x0
+int id cut 0x0
+int id date_picker_actions 0x0
+int id decelerate 0x0
+int id decelerateAndComplete 0x0
+int id decor_content_parent 0x0
+int id default_activity_button 0x0
+int id deltaRelative 0x0
+int id design_bottom_sheet 0x0
+int id design_menu_item_action_area 0x0
+int id design_menu_item_action_area_stub 0x0
+int id design_menu_item_text 0x0
+int id design_navigation_view 0x0
+int id dialog_button 0x0
+int id disjoint 0x0
+int id dragDown 0x0
+int id dragEnd 0x0
+int id dragLeft 0x0
+int id dragRight 0x0
+int id dragStart 0x0
+int id dragUp 0x0
+int id dropdown_editable 0x0
+int id dropdown_menu 0x0
+int id dropdown_noneditable 0x0
+int id easeIn 0x0
+int id easeInOut 0x0
+int id easeOut 0x0
+int id edit_query 0x0
+int id edittext_dropdown_editable 0x0
+int id edittext_dropdown_noneditable 0x0
+int id elastic 0x0
+int id end 0x0
+int id endToStart 0x0
+int id expand_activities_button 0x0
+int id expanded_menu 0x0
+int id fade 0x0
+int id fill 0x0
+int id filled 0x0
+int id fitCenter 0x0
+int id fitEnd 0x0
+int id fitStart 0x0
+int id fitXY 0x0
+int id fixed 0x0
+int id flip 0x0
+int id floating 0x0
+int id forever 0x0
+int id fragment_container_view_tag 0x0
+int id fullscreen_header 0x0
+int id ghost_view 0x0
+int id ghost_view_holder 0x0
+int id gone 0x0
+int id group_divider 0x0
+int id guideline 0x0
+int id header_title 0x0
+int id home 0x0
+int id honorRequest 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id ignore 0x0
+int id ignoreRequest 0x0
+int id image 0x0
+int id info 0x0
+int id invisible 0x0
+int id inward 0x0
+int id italic 0x0
+int id item_touch_helper_previous_elevation 0x0
+int id jumpToEnd 0x0
+int id jumpToStart 0x0
+int id labeled 0x0
+int id layout 0x0
+int id left 0x0
+int id leftToRight 0x0
+int id line1 0x0
+int id line3 0x0
+int id linear 0x0
+int id listMode 0x0
+int id list_item 0x0
+int id masked 0x0
+int id material_clock_display 0x0
+int id material_clock_face 0x0
+int id material_clock_hand 0x0
+int id material_clock_period_am_button 0x0
+int id material_clock_period_pm_button 0x0
+int id material_clock_period_toggle 0x0
+int id material_hour_text_input 0x0
+int id material_hour_tv 0x0
+int id material_label 0x0
+int id material_minute_text_input 0x0
+int id material_minute_tv 0x0
+int id material_textinput_timepicker 0x0
+int id material_timepicker_cancel_button 0x0
+int id material_timepicker_container 0x0
+int id material_timepicker_edit_text 0x0
+int id material_timepicker_mode_button 0x0
+int id material_timepicker_ok_button 0x0
+int id material_timepicker_view 0x0
+int id material_value_index 0x0
+int id matrix 0x0
+int id message 0x0
+int id middle 0x0
+int id mini 0x0
+int id month_grid 0x0
+int id month_navigation_bar 0x0
+int id month_navigation_fragment_toggle 0x0
+int id month_navigation_next 0x0
+int id month_navigation_previous 0x0
+int id month_title 0x0
+int id motion_base 0x0
+int id mtrl_anchor_parent 0x0
+int id mtrl_calendar_day_selector_frame 0x0
+int id mtrl_calendar_days_of_week 0x0
+int id mtrl_calendar_frame 0x0
+int id mtrl_calendar_main_pane 0x0
+int id mtrl_calendar_months 0x0
+int id mtrl_calendar_selection_frame 0x0
+int id mtrl_calendar_text_input_frame 0x0
+int id mtrl_calendar_year_selector_frame 0x0
+int id mtrl_card_checked_layer_id 0x0
+int id mtrl_child_content_container 0x0
+int id mtrl_internal_children_alpha_tag 0x0
+int id mtrl_motion_snapshot_view 0x0
+int id mtrl_picker_fullscreen 0x0
+int id mtrl_picker_header 0x0
+int id mtrl_picker_header_selection_text 0x0
+int id mtrl_picker_header_title_and_selection 0x0
+int id mtrl_picker_header_toggle 0x0
+int id mtrl_picker_text_input_date 0x0
+int id mtrl_picker_text_input_range_end 0x0
+int id mtrl_picker_text_input_range_start 0x0
+int id mtrl_picker_title_text 0x0
+int id mtrl_view_tag_bottom_padding 0x0
+int id multiply 0x0
+int id navigation_bar_item_active_indicator_view 0x0
+int id navigation_bar_item_icon_container 0x0
+int id navigation_bar_item_icon_view 0x0
+int id navigation_bar_item_labels_group 0x0
+int id navigation_bar_item_large_label_view 0x0
+int id navigation_bar_item_small_label_view 0x0
+int id navigation_header_container 0x0
+int id none 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id off 0x0
+int id on 0x0
+int id outline 0x0
+int id outward 0x0
+int id packed 0x0
+int id parallax 0x0
+int id parent 0x0
+int id parentPanel 0x0
+int id parentRelative 0x0
+int id parent_matrix 0x0
+int id password_toggle 0x0
+int id path 0x0
+int id pathRelative 0x0
+int id percent 0x0
+int id pin 0x0
+int id position 0x0
+int id postLayout 0x0
+int id progress_circular 0x0
+int id progress_horizontal 0x0
+int id radio 0x0
+int id rectangles 0x0
+int id reverseSawtooth 0x0
+int id right 0x0
+int id rightToLeft 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id rounded 0x0
+int id row_index_key 0x0
+int id save_non_transition_alpha 0x0
+int id save_overlay_view 0x0
+int id sawtooth 0x0
+int id scale 0x0
+int id screen 0x0
+int id scrollIndicatorDown 0x0
+int id scrollIndicatorUp 0x0
+int id scrollView 0x0
+int id scrollable 0x0
+int id search_badge 0x0
+int id search_bar 0x0
+int id search_button 0x0
+int id search_close_btn 0x0
+int id search_edit_frame 0x0
+int id search_go_btn 0x0
+int id search_mag_icon 0x0
+int id search_plate 0x0
+int id search_src_text 0x0
+int id search_voice_btn 0x0
+int id select_dialog_listview 0x0
+int id selected 0x0
+int id selection_type 0x0
+int id shortcut 0x0
+int id sin 0x0
+int id slide 0x0
+int id snackbar_action 0x0
+int id snackbar_text 0x0
+int id spacer 0x0
+int id spline 0x0
+int id split_action_bar 0x0
+int id spread 0x0
+int id spread_inside 0x0
+int id square 0x0
+int id src_atop 0x0
+int id src_in 0x0
+int id src_over 0x0
+int id standard 0x0
+int id start 0x0
+int id startHorizontal 0x0
+int id startToEnd 0x0
+int id startVertical 0x0
+int id staticLayout 0x0
+int id staticPostLayout 0x0
+int id stop 0x0
+int id stretch 0x0
+int id submenuarrow 0x0
+int id submit_area 0x0
+int id tabMode 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_on_apply_window_listener 0x0
+int id tag_on_receive_content_listener 0x0
+int id tag_on_receive_content_mime_types 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_state_description 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id tag_window_insets_animation_callback 0x0
+int id test_checkbox_android_button_tint 0x0
+int id test_checkbox_app_button_tint 0x0
+int id test_radiobutton_android_button_tint 0x0
+int id test_radiobutton_app_button_tint 0x0
+int id text 0x0
+int id text2 0x0
+int id textSpacerNoButtons 0x0
+int id textSpacerNoTitle 0x0
+int id text_input_end_icon 0x0
+int id text_input_error_icon 0x0
+int id text_input_start_icon 0x0
+int id textinput_counter 0x0
+int id textinput_error 0x0
+int id textinput_helper_text 0x0
+int id textinput_placeholder 0x0
+int id textinput_prefix_text 0x0
+int id textinput_suffix_text 0x0
+int id time 0x0
+int id title 0x0
+int id titleDividerNoCustom 0x0
+int id title_template 0x0
+int id top 0x0
+int id topPanel 0x0
+int id touch_outside 0x0
+int id transition_current_scene 0x0
+int id transition_layout_save 0x0
+int id transition_position 0x0
+int id transition_scene_layoutid_cache 0x0
+int id transition_transform 0x0
+int id triangle 0x0
+int id unchecked 0x0
+int id uniform 0x0
+int id unlabeled 0x0
+int id up 0x0
+int id view_offset_helper 0x0
+int id visible 0x0
+int id visible_removing_fragment_view_tag 0x0
+int id withinBounds 0x0
+int id wrap 0x0
+int id wrap_content 0x0
+int id zero_corner_chip 0x0
+int integer abc_config_activityDefaultDur 0x0
+int integer abc_config_activityShortDur 0x0
+int integer app_bar_elevation_anim_duration 0x0
+int integer bottom_sheet_slide_duration 0x0
+int integer cancel_button_image_alpha 0x0
+int integer config_tooltipAnimTime 0x0
+int integer design_snackbar_text_max_lines 0x0
+int integer design_tab_indicator_anim_duration_ms 0x0
+int integer hide_password_duration 0x0
+int integer m3_btn_anim_delay_ms 0x0
+int integer m3_btn_anim_duration_ms 0x0
+int integer m3_card_anim_delay_ms 0x0
+int integer m3_card_anim_duration_ms 0x0
+int integer m3_chip_anim_duration 0x0
+int integer m3_sys_motion_duration_100 0x0
+int integer m3_sys_motion_duration_1000 0x0
+int integer m3_sys_motion_duration_150 0x0
+int integer m3_sys_motion_duration_200 0x0
+int integer m3_sys_motion_duration_250 0x0
+int integer m3_sys_motion_duration_300 0x0
+int integer m3_sys_motion_duration_350 0x0
+int integer m3_sys_motion_duration_400 0x0
+int integer m3_sys_motion_duration_450 0x0
+int integer m3_sys_motion_duration_50 0x0
+int integer m3_sys_motion_duration_500 0x0
+int integer m3_sys_motion_duration_550 0x0
+int integer m3_sys_motion_duration_600 0x0
+int integer m3_sys_motion_duration_700 0x0
+int integer m3_sys_motion_duration_800 0x0
+int integer m3_sys_motion_duration_900 0x0
+int integer m3_sys_motion_path 0x0
+int integer material_motion_duration_long_1 0x0
+int integer material_motion_duration_long_2 0x0
+int integer material_motion_duration_medium_1 0x0
+int integer material_motion_duration_medium_2 0x0
+int integer material_motion_duration_short_1 0x0
+int integer material_motion_duration_short_2 0x0
+int integer material_motion_path 0x0
+int integer mtrl_badge_max_character_count 0x0
+int integer mtrl_btn_anim_delay_ms 0x0
+int integer mtrl_btn_anim_duration_ms 0x0
+int integer mtrl_calendar_header_orientation 0x0
+int integer mtrl_calendar_selection_text_lines 0x0
+int integer mtrl_calendar_year_selector_span 0x0
+int integer mtrl_card_anim_delay_ms 0x0
+int integer mtrl_card_anim_duration_ms 0x0
+int integer mtrl_chip_anim_duration 0x0
+int integer mtrl_tab_indicator_anim_duration_ms 0x0
+int integer mtrl_view_gone 0x0
+int integer mtrl_view_invisible 0x0
+int integer mtrl_view_visible 0x0
+int integer show_password_duration 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
+int interpolator fast_out_slow_in 0x0
+int interpolator mtrl_fast_out_linear_in 0x0
+int interpolator mtrl_fast_out_slow_in 0x0
+int interpolator mtrl_linear 0x0
+int interpolator mtrl_linear_out_slow_in 0x0
+int layout abc_action_bar_title_item 0x0
+int layout abc_action_bar_up_container 0x0
+int layout abc_action_menu_item_layout 0x0
+int layout abc_action_menu_layout 0x0
+int layout abc_action_mode_bar 0x0
+int layout abc_action_mode_close_item_material 0x0
+int layout abc_activity_chooser_view 0x0
+int layout abc_activity_chooser_view_list_item 0x0
+int layout abc_alert_dialog_button_bar_material 0x0
+int layout abc_alert_dialog_material 0x0
+int layout abc_alert_dialog_title_material 0x0
+int layout abc_cascading_menu_item_layout 0x0
+int layout abc_dialog_title_material 0x0
+int layout abc_expanded_menu_layout 0x0
+int layout abc_list_menu_item_checkbox 0x0
+int layout abc_list_menu_item_icon 0x0
+int layout abc_list_menu_item_layout 0x0
+int layout abc_list_menu_item_radio 0x0
+int layout abc_popup_menu_header_item_layout 0x0
+int layout abc_popup_menu_item_layout 0x0
+int layout abc_screen_content_include 0x0
+int layout abc_screen_simple 0x0
+int layout abc_screen_simple_overlay_action_mode 0x0
+int layout abc_screen_toolbar 0x0
+int layout abc_search_dropdown_item_icons_2line 0x0
+int layout abc_search_view 0x0
+int layout abc_select_dialog_material 0x0
+int layout abc_tooltip 0x0
+int layout custom_dialog 0x0
+int layout design_bottom_navigation_item 0x0
+int layout design_bottom_sheet_dialog 0x0
+int layout design_layout_snackbar 0x0
+int layout design_layout_snackbar_include 0x0
+int layout design_layout_tab_icon 0x0
+int layout design_layout_tab_text 0x0
+int layout design_menu_item_action_area 0x0
+int layout design_navigation_item 0x0
+int layout design_navigation_item_header 0x0
+int layout design_navigation_item_separator 0x0
+int layout design_navigation_item_subheader 0x0
+int layout design_navigation_menu 0x0
+int layout design_navigation_menu_item 0x0
+int layout design_text_input_end_icon 0x0
+int layout design_text_input_start_icon 0x0
+int layout m3_alert_dialog 0x0
+int layout m3_alert_dialog_actions 0x0
+int layout m3_alert_dialog_title 0x0
+int layout m3_auto_complete_simple_item 0x0
+int layout material_chip_input_combo 0x0
+int layout material_clock_display 0x0
+int layout material_clock_display_divider 0x0
+int layout material_clock_period_toggle 0x0
+int layout material_clock_period_toggle_land 0x0
+int layout material_clockface_textview 0x0
+int layout material_clockface_view 0x0
+int layout material_radial_view_group 0x0
+int layout material_textinput_timepicker 0x0
+int layout material_time_chip 0x0
+int layout material_time_input 0x0
+int layout material_timepicker 0x0
+int layout material_timepicker_dialog 0x0
+int layout material_timepicker_textinput_display 0x0
+int layout mtrl_alert_dialog 0x0
+int layout mtrl_alert_dialog_actions 0x0
+int layout mtrl_alert_dialog_title 0x0
+int layout mtrl_alert_select_dialog_item 0x0
+int layout mtrl_alert_select_dialog_multichoice 0x0
+int layout mtrl_alert_select_dialog_singlechoice 0x0
+int layout mtrl_auto_complete_simple_item 0x0
+int layout mtrl_calendar_day 0x0
+int layout mtrl_calendar_day_of_week 0x0
+int layout mtrl_calendar_days_of_week 0x0
+int layout mtrl_calendar_horizontal 0x0
+int layout mtrl_calendar_month 0x0
+int layout mtrl_calendar_month_labeled 0x0
+int layout mtrl_calendar_month_navigation 0x0
+int layout mtrl_calendar_months 0x0
+int layout mtrl_calendar_vertical 0x0
+int layout mtrl_calendar_year 0x0
+int layout mtrl_layout_snackbar 0x0
+int layout mtrl_layout_snackbar_include 0x0
+int layout mtrl_navigation_rail_item 0x0
+int layout mtrl_picker_actions 0x0
+int layout mtrl_picker_dialog 0x0
+int layout mtrl_picker_fullscreen 0x0
+int layout mtrl_picker_header_dialog 0x0
+int layout mtrl_picker_header_fullscreen 0x0
+int layout mtrl_picker_header_selection_text 0x0
+int layout mtrl_picker_header_title_text 0x0
+int layout mtrl_picker_header_toggle 0x0
+int layout mtrl_picker_text_input_date 0x0
+int layout mtrl_picker_text_input_date_range 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int layout select_dialog_item_material 0x0
+int layout select_dialog_multichoice_material 0x0
+int layout select_dialog_singlechoice_material 0x0
+int layout support_simple_spinner_dropdown_item 0x0
+int layout test_action_chip 0x0
+int layout test_chip_zero_corner_radius 0x0
+int layout test_design_checkbox 0x0
+int layout test_design_radiobutton 0x0
+int layout test_exposed_dropdown_menu 0x0
+int layout test_navigation_bar_item_layout 0x0
+int layout test_reflow_chipgroup 0x0
+int layout test_toolbar 0x0
+int layout test_toolbar_custom_background 0x0
+int layout test_toolbar_elevation 0x0
+int layout test_toolbar_surface 0x0
+int layout text_view_with_line_height_from_appearance 0x0
+int layout text_view_with_line_height_from_layout 0x0
+int layout text_view_with_line_height_from_style 0x0
+int layout text_view_with_theme_line_height 0x0
+int layout text_view_without_line_height 0x0
+int plurals mtrl_badge_content_description 0x0
+int string abc_action_bar_home_description 0x0
+int string abc_action_bar_up_description 0x0
+int string abc_action_menu_overflow_description 0x0
+int string abc_action_mode_done 0x0
+int string abc_activity_chooser_view_see_all 0x0
+int string abc_activitychooserview_choose_application 0x0
+int string abc_capital_off 0x0
+int string abc_capital_on 0x0
+int string abc_menu_alt_shortcut_label 0x0
+int string abc_menu_ctrl_shortcut_label 0x0
+int string abc_menu_delete_shortcut_label 0x0
+int string abc_menu_enter_shortcut_label 0x0
+int string abc_menu_function_shortcut_label 0x0
+int string abc_menu_meta_shortcut_label 0x0
+int string abc_menu_shift_shortcut_label 0x0
+int string abc_menu_space_shortcut_label 0x0
+int string abc_menu_sym_shortcut_label 0x0
+int string abc_prepend_shortcut_label 0x0
+int string abc_search_hint 0x0
+int string abc_searchview_description_clear 0x0
+int string abc_searchview_description_query 0x0
+int string abc_searchview_description_search 0x0
+int string abc_searchview_description_submit 0x0
+int string abc_searchview_description_voice 0x0
+int string abc_shareactionprovider_share_with 0x0
+int string abc_shareactionprovider_share_with_application 0x0
+int string abc_toolbar_collapse_description 0x0
+int string appbar_scrolling_view_behavior 0x0
+int string bottom_sheet_behavior 0x0
+int string bottomsheet_action_expand_halfway 0x0
+int string character_counter_content_description 0x0
+int string character_counter_overflowed_content_description 0x0
+int string character_counter_pattern 0x0
+int string chip_text 0x0
+int string clear_text_end_icon_content_description 0x0
+int string error_icon_content_description 0x0
+int string exposed_dropdown_menu_content_description 0x0
+int string fab_transformation_scrim_behavior 0x0
+int string fab_transformation_sheet_behavior 0x0
+int string hide_bottom_view_on_scroll_behavior 0x0
+int string icon_content_description 0x0
+int string item_view_role_description 0x0
+int string label 0x0
+int string m3_ref_typeface_brand_medium 0x0
+int string m3_ref_typeface_brand_regular 0x0
+int string m3_ref_typeface_plain_medium 0x0
+int string m3_ref_typeface_plain_regular 0x0
+int string m3_sys_motion_easing_emphasized 0x0
+int string m3_sys_motion_easing_emphasized_accelerate 0x0
+int string m3_sys_motion_easing_emphasized_decelerate 0x0
+int string m3_sys_motion_easing_emphasized_path_data 0x0
+int string m3_sys_motion_easing_legacy 0x0
+int string m3_sys_motion_easing_legacy_accelerate 0x0
+int string m3_sys_motion_easing_legacy_decelerate 0x0
+int string m3_sys_motion_easing_linear 0x0
+int string m3_sys_motion_easing_standard 0x0
+int string m3_sys_motion_easing_standard_accelerate 0x0
+int string m3_sys_motion_easing_standard_decelerate 0x0
+int string material_clock_display_divider 0x0
+int string material_clock_toggle_content_description 0x0
+int string material_hour_selection 0x0
+int string material_hour_suffix 0x0
+int string material_minute_selection 0x0
+int string material_minute_suffix 0x0
+int string material_motion_easing_accelerated 0x0
+int string material_motion_easing_decelerated 0x0
+int string material_motion_easing_emphasized 0x0
+int string material_motion_easing_linear 0x0
+int string material_motion_easing_standard 0x0
+int string material_slider_range_end 0x0
+int string material_slider_range_start 0x0
+int string material_timepicker_am 0x0
+int string material_timepicker_clock_mode_description 0x0
+int string material_timepicker_hour 0x0
+int string material_timepicker_minute 0x0
+int string material_timepicker_pm 0x0
+int string material_timepicker_select_time 0x0
+int string material_timepicker_text_input_mode_description 0x0
+int string mtrl_badge_numberless_content_description 0x0
+int string mtrl_chip_close_icon_content_description 0x0
+int string mtrl_exceed_max_badge_number_content_description 0x0
+int string mtrl_exceed_max_badge_number_suffix 0x0
+int string mtrl_picker_a11y_next_month 0x0
+int string mtrl_picker_a11y_prev_month 0x0
+int string mtrl_picker_announce_current_selection 0x0
+int string mtrl_picker_cancel 0x0
+int string mtrl_picker_confirm 0x0
+int string mtrl_picker_date_header_selected 0x0
+int string mtrl_picker_date_header_title 0x0
+int string mtrl_picker_date_header_unselected 0x0
+int string mtrl_picker_day_of_week_column_header 0x0
+int string mtrl_picker_invalid_format 0x0
+int string mtrl_picker_invalid_format_example 0x0
+int string mtrl_picker_invalid_format_use 0x0
+int string mtrl_picker_invalid_range 0x0
+int string mtrl_picker_navigate_to_year_description 0x0
+int string mtrl_picker_out_of_range 0x0
+int string mtrl_picker_range_header_only_end_selected 0x0
+int string mtrl_picker_range_header_only_start_selected 0x0
+int string mtrl_picker_range_header_selected 0x0
+int string mtrl_picker_range_header_title 0x0
+int string mtrl_picker_range_header_unselected 0x0
+int string mtrl_picker_save 0x0
+int string mtrl_picker_text_input_date_hint 0x0
+int string mtrl_picker_text_input_date_range_end_hint 0x0
+int string mtrl_picker_text_input_date_range_start_hint 0x0
+int string mtrl_picker_text_input_day_abbr 0x0
+int string mtrl_picker_text_input_month_abbr 0x0
+int string mtrl_picker_text_input_year_abbr 0x0
+int string mtrl_picker_toggle_to_calendar_input_mode 0x0
+int string mtrl_picker_toggle_to_day_selection 0x0
+int string mtrl_picker_toggle_to_text_input_mode 0x0
+int string mtrl_picker_toggle_to_year_selection 0x0
+int string mtrl_timepicker_confirm 0x0
+int string password_toggle_content_description 0x0
+int string path_password_eye 0x0
+int string path_password_eye_mask_strike_through 0x0
+int string path_password_eye_mask_visible 0x0
+int string path_password_strike_through 0x0
+int string search_menu_title 0x0
+int string status_bar_notification_info_overflow 0x0
+int style AlertDialog_AppCompat 0x0
+int style AlertDialog_AppCompat_Light 0x0
+int style AndroidThemeColorAccentYellow 0x0
+int style Animation_AppCompat_Dialog 0x0
+int style Animation_AppCompat_DropDownUp 0x0
+int style Animation_AppCompat_Tooltip 0x0
+int style Animation_Design_BottomSheetDialog 0x0
+int style Animation_MaterialComponents_BottomSheetDialog 0x0
+int style Base_AlertDialog_AppCompat 0x0
+int style Base_AlertDialog_AppCompat_Light 0x0
+int style Base_Animation_AppCompat_Dialog 0x0
+int style Base_Animation_AppCompat_DropDownUp 0x0
+int style Base_Animation_AppCompat_Tooltip 0x0
+int style Base_CardView 0x0
+int style Base_DialogWindowTitleBackground_AppCompat 0x0
+int style Base_DialogWindowTitle_AppCompat 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x0
+int style Base_TextAppearance_AppCompat 0x0
+int style Base_TextAppearance_AppCompat_Body1 0x0
+int style Base_TextAppearance_AppCompat_Body2 0x0
+int style Base_TextAppearance_AppCompat_Button 0x0
+int style Base_TextAppearance_AppCompat_Caption 0x0
+int style Base_TextAppearance_AppCompat_Display1 0x0
+int style Base_TextAppearance_AppCompat_Display2 0x0
+int style Base_TextAppearance_AppCompat_Display3 0x0
+int style Base_TextAppearance_AppCompat_Display4 0x0
+int style Base_TextAppearance_AppCompat_Headline 0x0
+int style Base_TextAppearance_AppCompat_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Large 0x0
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Medium 0x0
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Menu 0x0
+int style Base_TextAppearance_AppCompat_SearchResult 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
+int style Base_TextAppearance_AppCompat_Small 0x0
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Subhead 0x0
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Title 0x0
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Tooltip 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style Base_TextAppearance_MaterialComponents_Badge 0x0
+int style Base_TextAppearance_MaterialComponents_Button 0x0
+int style Base_TextAppearance_MaterialComponents_Headline6 0x0
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x0
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style Base_ThemeOverlay_AppCompat 0x0
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dark 0x0
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style Base_ThemeOverlay_AppCompat_Light 0x0
+int style Base_ThemeOverlay_Material3_AutoCompleteTextView 0x0
+int style Base_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_ThemeOverlay_Material3_Dialog 0x0
+int style Base_ThemeOverlay_Material3_TextInputEditText 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
+int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style Base_Theme_AppCompat 0x0
+int style Base_Theme_AppCompat_CompactMenu 0x0
+int style Base_Theme_AppCompat_Dialog 0x0
+int style Base_Theme_AppCompat_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
+int style Base_Theme_AppCompat_Light 0x0
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
+int style Base_Theme_AppCompat_Light_Dialog 0x0
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Base_Theme_Material3_Dark 0x0
+int style Base_Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Base_Theme_Material3_Dark_Dialog 0x0
+int style Base_Theme_Material3_Light 0x0
+int style Base_Theme_Material3_Light_BottomSheetDialog 0x0
+int style Base_Theme_Material3_Light_Dialog 0x0
+int style Base_Theme_MaterialComponents 0x0
+int style Base_Theme_MaterialComponents_Bridge 0x0
+int style Base_Theme_MaterialComponents_CompactMenu 0x0
+int style Base_Theme_MaterialComponents_Dialog 0x0
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x0
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x0
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x0
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x0
+int style Base_Theme_MaterialComponents_Light 0x0
+int style Base_Theme_MaterialComponents_Light_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x0
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
+int style Base_V14_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style Base_V14_Theme_Material3_Dark 0x0
+int style Base_V14_Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Base_V14_Theme_Material3_Dark_Dialog 0x0
+int style Base_V14_Theme_Material3_Light 0x0
+int style Base_V14_Theme_Material3_Light_BottomSheetDialog 0x0
+int style Base_V14_Theme_Material3_Light_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents 0x0
+int style Base_V14_Theme_MaterialComponents_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V21_ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style Base_V21_Theme_AppCompat 0x0
+int style Base_V21_Theme_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat_Light 0x0
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V21_Theme_MaterialComponents 0x0
+int style Base_V21_Theme_MaterialComponents_Dialog 0x0
+int style Base_V21_Theme_MaterialComponents_Light 0x0
+int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_V22_Theme_AppCompat 0x0
+int style Base_V22_Theme_AppCompat_Light 0x0
+int style Base_V23_Theme_AppCompat 0x0
+int style Base_V23_Theme_AppCompat_Light 0x0
+int style Base_V24_Theme_Material3_Dark 0x0
+int style Base_V24_Theme_Material3_Dark_Dialog 0x0
+int style Base_V24_Theme_Material3_Light 0x0
+int style Base_V24_Theme_Material3_Light_Dialog 0x0
+int style Base_V26_Theme_AppCompat 0x0
+int style Base_V26_Theme_AppCompat_Light 0x0
+int style Base_V26_Widget_AppCompat_Toolbar 0x0
+int style Base_V28_Theme_AppCompat 0x0
+int style Base_V28_Theme_AppCompat_Light 0x0
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat 0x0
+int style Base_V7_Theme_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat_Light 0x0
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_V7_Widget_AppCompat_EditText 0x0
+int style Base_V7_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_ActionBar 0x0
+int style Base_Widget_AppCompat_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_ActionButton 0x0
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
+int style Base_Widget_AppCompat_ActionMode 0x0
+int style Base_Widget_AppCompat_ActivityChooserView 0x0
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_Widget_AppCompat_Button 0x0
+int style Base_Widget_AppCompat_ButtonBar 0x0
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Borderless 0x0
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Colored 0x0
+int style Base_Widget_AppCompat_Button_Small 0x0
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Base_Widget_AppCompat_EditText 0x0
+int style Base_Widget_AppCompat_ImageButton 0x0
+int style Base_Widget_AppCompat_Light_ActionBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_ListMenuView 0x0
+int style Base_Widget_AppCompat_ListPopupWindow 0x0
+int style Base_Widget_AppCompat_ListView 0x0
+int style Base_Widget_AppCompat_ListView_DropDown 0x0
+int style Base_Widget_AppCompat_ListView_Menu 0x0
+int style Base_Widget_AppCompat_PopupMenu 0x0
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_PopupWindow 0x0
+int style Base_Widget_AppCompat_ProgressBar 0x0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Base_Widget_AppCompat_RatingBar 0x0
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
+int style Base_Widget_AppCompat_RatingBar_Small 0x0
+int style Base_Widget_AppCompat_SearchView 0x0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
+int style Base_Widget_AppCompat_SeekBar 0x0
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
+int style Base_Widget_AppCompat_Spinner 0x0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x0
+int style Base_Widget_AppCompat_TextView 0x0
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Base_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Base_Widget_Design_TabLayout 0x0
+int style Base_Widget_Material3_ActionBar_Solid 0x0
+int style Base_Widget_Material3_ActionMode 0x0
+int style Base_Widget_Material3_CardView 0x0
+int style Base_Widget_Material3_Chip 0x0
+int style Base_Widget_Material3_CollapsingToolbar 0x0
+int style Base_Widget_Material3_CompoundButton_CheckBox 0x0
+int style Base_Widget_Material3_CompoundButton_RadioButton 0x0
+int style Base_Widget_Material3_CompoundButton_Switch 0x0
+int style Base_Widget_Material3_ExtendedFloatingActionButton 0x0
+int style Base_Widget_Material3_ExtendedFloatingActionButton_Icon 0x0
+int style Base_Widget_Material3_FloatingActionButton 0x0
+int style Base_Widget_Material3_FloatingActionButton_Large 0x0
+int style Base_Widget_Material3_Light_ActionBar_Solid 0x0
+int style Base_Widget_Material3_MaterialCalendar_NavigationButton 0x0
+int style Base_Widget_Material3_Snackbar 0x0
+int style Base_Widget_Material3_TabLayout 0x0
+int style Base_Widget_Material3_TabLayout_OnSurface 0x0
+int style Base_Widget_Material3_TabLayout_Secondary 0x0
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
+int style Base_Widget_MaterialComponents_CheckedTextView 0x0
+int style Base_Widget_MaterialComponents_Chip 0x0
+int style Base_Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
+int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
+int style Base_Widget_MaterialComponents_PopupMenu 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x0
+int style Base_Widget_MaterialComponents_Slider 0x0
+int style Base_Widget_MaterialComponents_Snackbar 0x0
+int style Base_Widget_MaterialComponents_TextInputEditText 0x0
+int style Base_Widget_MaterialComponents_TextInputLayout 0x0
+int style Base_Widget_MaterialComponents_TextView 0x0
+int style CardView 0x0
+int style CardView_Dark 0x0
+int style CardView_Light 0x0
+int style EmptyTheme 0x0
+int style MaterialAlertDialog_Material3 0x0
+int style MaterialAlertDialog_Material3_Body_Text 0x0
+int style MaterialAlertDialog_Material3_Body_Text_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Icon 0x0
+int style MaterialAlertDialog_Material3_Title_Icon_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Panel 0x0
+int style MaterialAlertDialog_Material3_Title_Panel_CenterStacked 0x0
+int style MaterialAlertDialog_Material3_Title_Text 0x0
+int style MaterialAlertDialog_Material3_Title_Text_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents 0x0
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x0
+int style Platform_AppCompat 0x0
+int style Platform_AppCompat_Light 0x0
+int style Platform_MaterialComponents 0x0
+int style Platform_MaterialComponents_Dialog 0x0
+int style Platform_MaterialComponents_Light 0x0
+int style Platform_MaterialComponents_Light_Dialog 0x0
+int style Platform_ThemeOverlay_AppCompat 0x0
+int style Platform_ThemeOverlay_AppCompat_Dark 0x0
+int style Platform_ThemeOverlay_AppCompat_Light 0x0
+int style Platform_V21_AppCompat 0x0
+int style Platform_V21_AppCompat_Light 0x0
+int style Platform_V25_AppCompat 0x0
+int style Platform_V25_AppCompat_Light 0x0
+int style Platform_Widget_AppCompat_Spinner 0x0
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
+int style ShapeAppearanceOverlay 0x0
+int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x0
+int style ShapeAppearanceOverlay_BottomRightCut 0x0
+int style ShapeAppearanceOverlay_Cut 0x0
+int style ShapeAppearanceOverlay_DifferentCornerSize 0x0
+int style ShapeAppearanceOverlay_Material3_Button 0x0
+int style ShapeAppearanceOverlay_Material3_Chip 0x0
+int style ShapeAppearanceOverlay_Material3_FloatingActionButton 0x0
+int style ShapeAppearanceOverlay_Material3_NavigationView_Item 0x0
+int style ShapeAppearanceOverlay_Material3_TextField_Filled 0x0
+int style ShapeAppearanceOverlay_MaterialAlertDialog_Material3 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
+int style ShapeAppearanceOverlay_TopLeftCut 0x0
+int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraLarge_Top 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_ExtraSmall_Top 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Full 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large_End 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Large_Top 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Medium 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_None 0x0
+int style ShapeAppearance_M3_Sys_Shape_Corner_Small 0x0
+int style ShapeAppearance_Material3_Corner_ExtraLarge 0x0
+int style ShapeAppearance_Material3_Corner_ExtraSmall 0x0
+int style ShapeAppearance_Material3_Corner_Full 0x0
+int style ShapeAppearance_Material3_Corner_Large 0x0
+int style ShapeAppearance_Material3_Corner_Medium 0x0
+int style ShapeAppearance_Material3_Corner_None 0x0
+int style ShapeAppearance_Material3_Corner_Small 0x0
+int style ShapeAppearance_Material3_LargeComponent 0x0
+int style ShapeAppearance_Material3_MediumComponent 0x0
+int style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator 0x0
+int style ShapeAppearance_Material3_SmallComponent 0x0
+int style ShapeAppearance_Material3_Tooltip 0x0
+int style ShapeAppearance_MaterialComponents 0x0
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x0
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x0
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x0
+int style ShapeAppearance_MaterialComponents_Test 0x0
+int style ShapeAppearance_MaterialComponents_Tooltip 0x0
+int style TestStyleWithLineHeight 0x0
+int style TestStyleWithLineHeightAppearance 0x0
+int style TestStyleWithThemeLineHeightAttribute 0x0
+int style TestStyleWithoutLineHeight 0x0
+int style TestThemeWithLineHeight 0x0
+int style TestThemeWithLineHeightDisabled 0x0
+int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
+int style Test_Theme_MaterialComponents_MaterialCalendar 0x0
+int style Test_Widget_MaterialComponents_MaterialCalendar 0x0
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x0
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
+int style TextAppearance_AppCompat 0x0
+int style TextAppearance_AppCompat_Body1 0x0
+int style TextAppearance_AppCompat_Body2 0x0
+int style TextAppearance_AppCompat_Button 0x0
+int style TextAppearance_AppCompat_Caption 0x0
+int style TextAppearance_AppCompat_Display1 0x0
+int style TextAppearance_AppCompat_Display2 0x0
+int style TextAppearance_AppCompat_Display3 0x0
+int style TextAppearance_AppCompat_Display4 0x0
+int style TextAppearance_AppCompat_Headline 0x0
+int style TextAppearance_AppCompat_Inverse 0x0
+int style TextAppearance_AppCompat_Large 0x0
+int style TextAppearance_AppCompat_Large_Inverse 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Medium 0x0
+int style TextAppearance_AppCompat_Medium_Inverse 0x0
+int style TextAppearance_AppCompat_Menu 0x0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Small 0x0
+int style TextAppearance_AppCompat_Small_Inverse 0x0
+int style TextAppearance_AppCompat_Subhead 0x0
+int style TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style TextAppearance_AppCompat_Title 0x0
+int style TextAppearance_AppCompat_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Tooltip 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_Button 0x0
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Widget_Switch 0x0
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x0
+int style TextAppearance_Design_Counter 0x0
+int style TextAppearance_Design_Counter_Overflow 0x0
+int style TextAppearance_Design_Error 0x0
+int style TextAppearance_Design_HelperText 0x0
+int style TextAppearance_Design_Hint 0x0
+int style TextAppearance_Design_Placeholder 0x0
+int style TextAppearance_Design_Prefix 0x0
+int style TextAppearance_Design_Snackbar_Message 0x0
+int style TextAppearance_Design_Suffix 0x0
+int style TextAppearance_Design_Tab 0x0
+int style TextAppearance_M3_Sys_Typescale_BodyLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_BodyMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_BodySmall 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplayLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplayMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_DisplaySmall 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_HeadlineSmall 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_LabelSmall 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleLarge 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleMedium 0x0
+int style TextAppearance_M3_Sys_Typescale_TitleSmall 0x0
+int style TextAppearance_Material3_ActionBar_Subtitle 0x0
+int style TextAppearance_Material3_ActionBar_Title 0x0
+int style TextAppearance_Material3_BodyLarge 0x0
+int style TextAppearance_Material3_BodyMedium 0x0
+int style TextAppearance_Material3_BodySmall 0x0
+int style TextAppearance_Material3_DisplayLarge 0x0
+int style TextAppearance_Material3_DisplayMedium 0x0
+int style TextAppearance_Material3_DisplaySmall 0x0
+int style TextAppearance_Material3_HeadlineLarge 0x0
+int style TextAppearance_Material3_HeadlineMedium 0x0
+int style TextAppearance_Material3_HeadlineSmall 0x0
+int style TextAppearance_Material3_LabelLarge 0x0
+int style TextAppearance_Material3_LabelMedium 0x0
+int style TextAppearance_Material3_LabelSmall 0x0
+int style TextAppearance_Material3_MaterialTimePicker_Title 0x0
+int style TextAppearance_Material3_TitleLarge 0x0
+int style TextAppearance_Material3_TitleMedium 0x0
+int style TextAppearance_Material3_TitleSmall 0x0
+int style TextAppearance_MaterialComponents_Badge 0x0
+int style TextAppearance_MaterialComponents_Body1 0x0
+int style TextAppearance_MaterialComponents_Body2 0x0
+int style TextAppearance_MaterialComponents_Button 0x0
+int style TextAppearance_MaterialComponents_Caption 0x0
+int style TextAppearance_MaterialComponents_Chip 0x0
+int style TextAppearance_MaterialComponents_Headline1 0x0
+int style TextAppearance_MaterialComponents_Headline2 0x0
+int style TextAppearance_MaterialComponents_Headline3 0x0
+int style TextAppearance_MaterialComponents_Headline4 0x0
+int style TextAppearance_MaterialComponents_Headline5 0x0
+int style TextAppearance_MaterialComponents_Headline6 0x0
+int style TextAppearance_MaterialComponents_Overline 0x0
+int style TextAppearance_MaterialComponents_Subtitle1 0x0
+int style TextAppearance_MaterialComponents_Subtitle2 0x0
+int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
+int style TextAppearance_MaterialComponents_Tooltip 0x0
+int style TextAppearance_Test_NoTextSize 0x0
+int style TextAppearance_Test_UsesDp 0x0
+int style TextAppearance_Test_UsesSP 0x0
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style ThemeOverlayColorAccentRed 0x0
+int style ThemeOverlay_AppCompat 0x0
+int style ThemeOverlay_AppCompat_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dark 0x0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style ThemeOverlay_AppCompat_DayNight 0x0
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dialog 0x0
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style ThemeOverlay_AppCompat_Light 0x0
+int style ThemeOverlay_Design_TextInputEditText 0x0
+int style ThemeOverlay_Material3 0x0
+int style ThemeOverlay_Material3_ActionBar 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox 0x0
+int style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style ThemeOverlay_Material3_BottomAppBar 0x0
+int style ThemeOverlay_Material3_BottomSheetDialog 0x0
+int style ThemeOverlay_Material3_Button 0x0
+int style ThemeOverlay_Material3_Button_ElevatedButton 0x0
+int style ThemeOverlay_Material3_Button_TextButton 0x0
+int style ThemeOverlay_Material3_Button_TextButton_Snackbar 0x0
+int style ThemeOverlay_Material3_Button_TonalButton 0x0
+int style ThemeOverlay_Material3_Chip 0x0
+int style ThemeOverlay_Material3_Chip_Assist 0x0
+int style ThemeOverlay_Material3_Dark 0x0
+int style ThemeOverlay_Material3_Dark_ActionBar 0x0
+int style ThemeOverlay_Material3_DayNight_BottomSheetDialog 0x0
+int style ThemeOverlay_Material3_Dialog 0x0
+int style ThemeOverlay_Material3_Dialog_Alert 0x0
+int style ThemeOverlay_Material3_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_Material3_DynamicColors_Dark 0x0
+int style ThemeOverlay_Material3_DynamicColors_DayNight 0x0
+int style ThemeOverlay_Material3_DynamicColors_Light 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Primary 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Secondary 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Surface 0x0
+int style ThemeOverlay_Material3_FloatingActionButton_Tertiary 0x0
+int style ThemeOverlay_Material3_HarmonizedColors 0x0
+int style ThemeOverlay_Material3_HarmonizedColors_Empty 0x0
+int style ThemeOverlay_Material3_Light 0x0
+int style ThemeOverlay_Material3_Light_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_Material3_MaterialAlertDialog 0x0
+int style ThemeOverlay_Material3_MaterialAlertDialog_Centered 0x0
+int style ThemeOverlay_Material3_MaterialCalendar 0x0
+int style ThemeOverlay_Material3_MaterialCalendar_Fullscreen 0x0
+int style ThemeOverlay_Material3_MaterialCalendar_HeaderCancelButton 0x0
+int style ThemeOverlay_Material3_MaterialTimePicker 0x0
+int style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
+int style ThemeOverlay_Material3_NavigationView 0x0
+int style ThemeOverlay_Material3_Snackbar 0x0
+int style ThemeOverlay_Material3_TextInputEditText 0x0
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox 0x0
+int style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense 0x0
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox 0x0
+int style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense 0x0
+int style ThemeOverlay_Material3_Toolbar_Surface 0x0
+int style ThemeOverlay_MaterialAlertDialog_Material3_Title_Icon 0x0
+int style ThemeOverlay_MaterialComponents 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x0
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style ThemeOverlay_MaterialComponents_Dark 0x0
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x0
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x0
+int style ThemeOverlay_MaterialComponents_Dialog 0x0
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_MaterialComponents_Light 0x0
+int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x0
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x0
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Popup_Primary 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x0
+int style Theme_AppCompat 0x0
+int style Theme_AppCompat_CompactMenu 0x0
+int style Theme_AppCompat_DayNight 0x0
+int style Theme_AppCompat_DayNight_DarkActionBar 0x0
+int style Theme_AppCompat_DayNight_Dialog 0x0
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
+int style Theme_AppCompat_DayNight_NoActionBar 0x0
+int style Theme_AppCompat_Dialog 0x0
+int style Theme_AppCompat_DialogWhenLarge 0x0
+int style Theme_AppCompat_Dialog_Alert 0x0
+int style Theme_AppCompat_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Empty 0x0
+int style Theme_AppCompat_Light 0x0
+int style Theme_AppCompat_Light_DarkActionBar 0x0
+int style Theme_AppCompat_Light_Dialog 0x0
+int style Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Light_NoActionBar 0x0
+int style Theme_AppCompat_NoActionBar 0x0
+int style Theme_Design 0x0
+int style Theme_Design_BottomSheetDialog 0x0
+int style Theme_Design_Light 0x0
+int style Theme_Design_Light_BottomSheetDialog 0x0
+int style Theme_Design_Light_NoActionBar 0x0
+int style Theme_Design_NoActionBar 0x0
+int style Theme_Material3_Dark 0x0
+int style Theme_Material3_Dark_BottomSheetDialog 0x0
+int style Theme_Material3_Dark_Dialog 0x0
+int style Theme_Material3_Dark_DialogWhenLarge 0x0
+int style Theme_Material3_Dark_Dialog_Alert 0x0
+int style Theme_Material3_Dark_Dialog_MinWidth 0x0
+int style Theme_Material3_Dark_NoActionBar 0x0
+int style Theme_Material3_DayNight 0x0
+int style Theme_Material3_DayNight_BottomSheetDialog 0x0
+int style Theme_Material3_DayNight_Dialog 0x0
+int style Theme_Material3_DayNight_DialogWhenLarge 0x0
+int style Theme_Material3_DayNight_Dialog_Alert 0x0
+int style Theme_Material3_DayNight_Dialog_MinWidth 0x0
+int style Theme_Material3_DayNight_NoActionBar 0x0
+int style Theme_Material3_DynamicColors_Dark 0x0
+int style Theme_Material3_DynamicColors_DayNight 0x0
+int style Theme_Material3_DynamicColors_Light 0x0
+int style Theme_Material3_Light 0x0
+int style Theme_Material3_Light_BottomSheetDialog 0x0
+int style Theme_Material3_Light_Dialog 0x0
+int style Theme_Material3_Light_DialogWhenLarge 0x0
+int style Theme_Material3_Light_Dialog_Alert 0x0
+int style Theme_Material3_Light_Dialog_MinWidth 0x0
+int style Theme_Material3_Light_NoActionBar 0x0
+int style Theme_MaterialComponents 0x0
+int style Theme_MaterialComponents_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_Bridge 0x0
+int style Theme_MaterialComponents_CompactMenu 0x0
+int style Theme_MaterialComponents_DayNight 0x0
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_DayNight_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x0
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog 0x0
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x0
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x0
+int style Theme_MaterialComponents_Dialog 0x0
+int style Theme_MaterialComponents_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_Dialog_Alert 0x0
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_Light 0x0
+int style Theme_MaterialComponents_Light_BarSize 0x0
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_Light_Bridge 0x0
+int style Theme_MaterialComponents_Light_DarkActionBar 0x0
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog 0x0
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x0
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_Light_LargeTouch 0x0
+int style Theme_MaterialComponents_Light_NoActionBar 0x0
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x0
+int style Theme_MaterialComponents_NoActionBar 0x0
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x0
+int style Widget_AppCompat_ActionBar 0x0
+int style Widget_AppCompat_ActionBar_Solid 0x0
+int style Widget_AppCompat_ActionBar_TabBar 0x0
+int style Widget_AppCompat_ActionBar_TabText 0x0
+int style Widget_AppCompat_ActionBar_TabView 0x0
+int style Widget_AppCompat_ActionButton 0x0
+int style Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_ActionButton_Overflow 0x0
+int style Widget_AppCompat_ActionMode 0x0
+int style Widget_AppCompat_ActivityChooserView 0x0
+int style Widget_AppCompat_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Button 0x0
+int style Widget_AppCompat_ButtonBar 0x0
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Borderless 0x0
+int style Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Colored 0x0
+int style Widget_AppCompat_Button_Small 0x0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Widget_AppCompat_CompoundButton_Switch 0x0
+int style Widget_AppCompat_DrawerArrowToggle 0x0
+int style Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_EditText 0x0
+int style Widget_AppCompat_ImageButton 0x0
+int style Widget_AppCompat_Light_ActionBar 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
+int style Widget_AppCompat_Light_ActionButton 0x0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
+int style Widget_AppCompat_Light_ActivityChooserView 0x0
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_Light_ListPopupWindow 0x0
+int style Widget_AppCompat_Light_ListView_DropDown 0x0
+int style Widget_AppCompat_Light_PopupMenu 0x0
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_Light_SearchView 0x0
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_ListMenuView 0x0
+int style Widget_AppCompat_ListPopupWindow 0x0
+int style Widget_AppCompat_ListView 0x0
+int style Widget_AppCompat_ListView_DropDown 0x0
+int style Widget_AppCompat_ListView_Menu 0x0
+int style Widget_AppCompat_PopupMenu 0x0
+int style Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_PopupWindow 0x0
+int style Widget_AppCompat_ProgressBar 0x0
+int style Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Widget_AppCompat_RatingBar 0x0
+int style Widget_AppCompat_RatingBar_Indicator 0x0
+int style Widget_AppCompat_RatingBar_Small 0x0
+int style Widget_AppCompat_SearchView 0x0
+int style Widget_AppCompat_SearchView_ActionBar 0x0
+int style Widget_AppCompat_SeekBar 0x0
+int style Widget_AppCompat_SeekBar_Discrete 0x0
+int style Widget_AppCompat_Spinner 0x0
+int style Widget_AppCompat_Spinner_DropDown 0x0
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_Spinner_Underlined 0x0
+int style Widget_AppCompat_TextView 0x0
+int style Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Widget_AppCompat_Toolbar 0x0
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int style Widget_Design_AppBarLayout 0x0
+int style Widget_Design_BottomNavigationView 0x0
+int style Widget_Design_BottomSheet_Modal 0x0
+int style Widget_Design_CollapsingToolbar 0x0
+int style Widget_Design_FloatingActionButton 0x0
+int style Widget_Design_NavigationView 0x0
+int style Widget_Design_ScrimInsetsFrameLayout 0x0
+int style Widget_Design_Snackbar 0x0
+int style Widget_Design_TabLayout 0x0
+int style Widget_Design_TextInputEditText 0x0
+int style Widget_Design_TextInputLayout 0x0
+int style Widget_Material3_ActionBar_Solid 0x0
+int style Widget_Material3_ActionMode 0x0
+int style Widget_Material3_AppBarLayout 0x0
+int style Widget_Material3_AutoCompleteTextView_FilledBox 0x0
+int style Widget_Material3_AutoCompleteTextView_FilledBox_Dense 0x0
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox 0x0
+int style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style Widget_Material3_Badge 0x0
+int style Widget_Material3_BottomAppBar 0x0
+int style Widget_Material3_BottomNavigationView 0x0
+int style Widget_Material3_BottomNavigationView_ActiveIndicator 0x0
+int style Widget_Material3_BottomSheet 0x0
+int style Widget_Material3_BottomSheet_Modal 0x0
+int style Widget_Material3_Button 0x0
+int style Widget_Material3_Button_ElevatedButton 0x0
+int style Widget_Material3_Button_ElevatedButton_Icon 0x0
+int style Widget_Material3_Button_Icon 0x0
+int style Widget_Material3_Button_IconButton 0x0
+int style Widget_Material3_Button_OutlinedButton 0x0
+int style Widget_Material3_Button_OutlinedButton_Icon 0x0
+int style Widget_Material3_Button_TextButton 0x0
+int style Widget_Material3_Button_TextButton_Dialog 0x0
+int style Widget_Material3_Button_TextButton_Dialog_Flush 0x0
+int style Widget_Material3_Button_TextButton_Dialog_Icon 0x0
+int style Widget_Material3_Button_TextButton_Icon 0x0
+int style Widget_Material3_Button_TextButton_Snackbar 0x0
+int style Widget_Material3_Button_TonalButton 0x0
+int style Widget_Material3_Button_TonalButton_Icon 0x0
+int style Widget_Material3_Button_UnelevatedButton 0x0
+int style Widget_Material3_CardView_Elevated 0x0
+int style Widget_Material3_CardView_Filled 0x0
+int style Widget_Material3_CardView_Outlined 0x0
+int style Widget_Material3_CheckedTextView 0x0
+int style Widget_Material3_ChipGroup 0x0
+int style Widget_Material3_Chip_Assist 0x0
+int style Widget_Material3_Chip_Assist_Elevated 0x0
+int style Widget_Material3_Chip_Filter 0x0
+int style Widget_Material3_Chip_Filter_Elevated 0x0
+int style Widget_Material3_Chip_Input 0x0
+int style Widget_Material3_Chip_Input_Elevated 0x0
+int style Widget_Material3_Chip_Input_Icon 0x0
+int style Widget_Material3_Chip_Input_Icon_Elevated 0x0
+int style Widget_Material3_Chip_Suggestion 0x0
+int style Widget_Material3_Chip_Suggestion_Elevated 0x0
+int style Widget_Material3_CircularProgressIndicator 0x0
+int style Widget_Material3_CircularProgressIndicator_ExtraSmall 0x0
+int style Widget_Material3_CircularProgressIndicator_Medium 0x0
+int style Widget_Material3_CircularProgressIndicator_Small 0x0
+int style Widget_Material3_CollapsingToolbar 0x0
+int style Widget_Material3_CollapsingToolbar_Large 0x0
+int style Widget_Material3_CollapsingToolbar_Medium 0x0
+int style Widget_Material3_CompoundButton_CheckBox 0x0
+int style Widget_Material3_CompoundButton_RadioButton 0x0
+int style Widget_Material3_CompoundButton_Switch 0x0
+int style Widget_Material3_DrawerLayout 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Primary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Secondary 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Surface 0x0
+int style Widget_Material3_ExtendedFloatingActionButton_Tertiary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Primary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Secondary 0x0
+int style Widget_Material3_FloatingActionButton_Large_Surface 0x0
+int style Widget_Material3_FloatingActionButton_Large_Tertiary 0x0
+int style Widget_Material3_FloatingActionButton_Primary 0x0
+int style Widget_Material3_FloatingActionButton_Secondary 0x0
+int style Widget_Material3_FloatingActionButton_Surface 0x0
+int style Widget_Material3_FloatingActionButton_Tertiary 0x0
+int style Widget_Material3_Light_ActionBar_Solid 0x0
+int style Widget_Material3_LinearProgressIndicator 0x0
+int style Widget_Material3_MaterialCalendar 0x0
+int style Widget_Material3_MaterialCalendar_Day 0x0
+int style Widget_Material3_MaterialCalendar_DayOfWeekLabel 0x0
+int style Widget_Material3_MaterialCalendar_DayTextView 0x0
+int style Widget_Material3_MaterialCalendar_Day_Invalid 0x0
+int style Widget_Material3_MaterialCalendar_Day_Selected 0x0
+int style Widget_Material3_MaterialCalendar_Day_Today 0x0
+int style Widget_Material3_MaterialCalendar_Fullscreen 0x0
+int style Widget_Material3_MaterialCalendar_HeaderCancelButton 0x0
+int style Widget_Material3_MaterialCalendar_HeaderDivider 0x0
+int style Widget_Material3_MaterialCalendar_HeaderLayout 0x0
+int style Widget_Material3_MaterialCalendar_HeaderSelection 0x0
+int style Widget_Material3_MaterialCalendar_HeaderSelection_Fullscreen 0x0
+int style Widget_Material3_MaterialCalendar_HeaderTitle 0x0
+int style Widget_Material3_MaterialCalendar_HeaderToggleButton 0x0
+int style Widget_Material3_MaterialCalendar_Item 0x0
+int style Widget_Material3_MaterialCalendar_MonthNavigationButton 0x0
+int style Widget_Material3_MaterialCalendar_MonthTextView 0x0
+int style Widget_Material3_MaterialCalendar_Year 0x0
+int style Widget_Material3_MaterialCalendar_YearNavigationButton 0x0
+int style Widget_Material3_MaterialCalendar_Year_Selected 0x0
+int style Widget_Material3_MaterialCalendar_Year_Today 0x0
+int style Widget_Material3_MaterialDivider 0x0
+int style Widget_Material3_MaterialDivider_Heavy 0x0
+int style Widget_Material3_MaterialTimePicker 0x0
+int style Widget_Material3_MaterialTimePicker_Button 0x0
+int style Widget_Material3_MaterialTimePicker_Clock 0x0
+int style Widget_Material3_MaterialTimePicker_Display 0x0
+int style Widget_Material3_MaterialTimePicker_Display_Divider 0x0
+int style Widget_Material3_MaterialTimePicker_Display_HelperText 0x0
+int style Widget_Material3_MaterialTimePicker_Display_TextInputEditText 0x0
+int style Widget_Material3_MaterialTimePicker_Display_TextInputLayout 0x0
+int style Widget_Material3_MaterialTimePicker_ImageButton 0x0
+int style Widget_Material3_NavigationRailView 0x0
+int style Widget_Material3_NavigationRailView_ActiveIndicator 0x0
+int style Widget_Material3_NavigationView 0x0
+int style Widget_Material3_PopupMenu 0x0
+int style Widget_Material3_PopupMenu_ContextMenu 0x0
+int style Widget_Material3_PopupMenu_ListPopupWindow 0x0
+int style Widget_Material3_PopupMenu_Overflow 0x0
+int style Widget_Material3_Slider 0x0
+int style Widget_Material3_Snackbar 0x0
+int style Widget_Material3_Snackbar_FullWidth 0x0
+int style Widget_Material3_Snackbar_TextView 0x0
+int style Widget_Material3_TabLayout 0x0
+int style Widget_Material3_TabLayout_OnSurface 0x0
+int style Widget_Material3_TabLayout_Secondary 0x0
+int style Widget_Material3_TextInputEditText_FilledBox 0x0
+int style Widget_Material3_TextInputEditText_FilledBox_Dense 0x0
+int style Widget_Material3_TextInputEditText_OutlinedBox 0x0
+int style Widget_Material3_TextInputEditText_OutlinedBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_FilledBox 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
+int style Widget_Material3_Toolbar 0x0
+int style Widget_Material3_Toolbar_OnSurface 0x0
+int style Widget_Material3_Toolbar_Surface 0x0
+int style Widget_Material3_Tooltip 0x0
+int style Widget_MaterialComponents_ActionBar_Primary 0x0
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x0
+int style Widget_MaterialComponents_ActionBar_Solid 0x0
+int style Widget_MaterialComponents_ActionBar_Surface 0x0
+int style Widget_MaterialComponents_ActionMode 0x0
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x0
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x0
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_Badge 0x0
+int style Widget_MaterialComponents_BottomAppBar 0x0
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x0
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x0
+int style Widget_MaterialComponents_BottomNavigationView 0x0
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x0
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x0
+int style Widget_MaterialComponents_BottomSheet 0x0
+int style Widget_MaterialComponents_BottomSheet_Modal 0x0
+int style Widget_MaterialComponents_Button 0x0
+int style Widget_MaterialComponents_Button_Icon 0x0
+int style Widget_MaterialComponents_Button_OutlinedButton 0x0
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x0
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x0
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x0
+int style Widget_MaterialComponents_CardView 0x0
+int style Widget_MaterialComponents_CheckedTextView 0x0
+int style Widget_MaterialComponents_ChipGroup 0x0
+int style Widget_MaterialComponents_Chip_Action 0x0
+int style Widget_MaterialComponents_Chip_Choice 0x0
+int style Widget_MaterialComponents_Chip_Entry 0x0
+int style Widget_MaterialComponents_Chip_Filter 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x0
+int style Widget_MaterialComponents_CollapsingToolbar 0x0
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x0
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x0
+int style Widget_MaterialComponents_CompoundButton_Switch 0x0
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x0
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x0
+int style Widget_MaterialComponents_FloatingActionButton 0x0
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x0
+int style Widget_MaterialComponents_LinearProgressIndicator 0x0
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x0
+int style Widget_MaterialComponents_MaterialCalendar 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x0
+int style Widget_MaterialComponents_MaterialCalendar_DayOfWeekLabel 0x0
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x0
+int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x0
+int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x0
+int style Widget_MaterialComponents_MaterialDivider 0x0
+int style Widget_MaterialComponents_NavigationRailView 0x0
+int style Widget_MaterialComponents_NavigationRailView_Colored 0x0
+int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x0
+int style Widget_MaterialComponents_NavigationRailView_Compact 0x0
+int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x0
+int style Widget_MaterialComponents_NavigationView 0x0
+int style Widget_MaterialComponents_PopupMenu 0x0
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x0
+int style Widget_MaterialComponents_ProgressIndicator 0x0
+int style Widget_MaterialComponents_ShapeableImageView 0x0
+int style Widget_MaterialComponents_Slider 0x0
+int style Widget_MaterialComponents_Snackbar 0x0
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x0
+int style Widget_MaterialComponents_Snackbar_TextView 0x0
+int style Widget_MaterialComponents_TabLayout 0x0
+int style Widget_MaterialComponents_TabLayout_Colored 0x0
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x0
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x0
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x0
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextView 0x0
+int style Widget_MaterialComponents_TimePicker 0x0
+int style Widget_MaterialComponents_TimePicker_Button 0x0
+int style Widget_MaterialComponents_TimePicker_Clock 0x0
+int style Widget_MaterialComponents_TimePicker_Display 0x0
+int style Widget_MaterialComponents_TimePicker_Display_Divider 0x0
+int style Widget_MaterialComponents_TimePicker_Display_HelperText 0x0
+int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
+int style Widget_MaterialComponents_TimePicker_Display_TextInputLayout 0x0
+int style Widget_MaterialComponents_TimePicker_ImageButton 0x0
+int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x0
+int style Widget_MaterialComponents_Toolbar 0x0
+int style Widget_MaterialComponents_Toolbar_Primary 0x0
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x0
+int style Widget_MaterialComponents_Toolbar_Surface 0x0
+int style Widget_MaterialComponents_Tooltip 0x0
+int style Widget_Support_CoordinatorLayout 0x0
+int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x10100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x0, 0x0 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable AnimatedStateListDrawableCompat_android_constantSize 0
+int styleable AnimatedStateListDrawableCompat_android_dither 1
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
+int styleable AnimatedStateListDrawableCompat_android_visible 5
+int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
+int styleable AnimatedStateListDrawableItem_android_drawable 0
+int styleable AnimatedStateListDrawableItem_android_id 1
+int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_fromId 1
+int styleable AnimatedStateListDrawableTransition_android_reversible 2
+int styleable AnimatedStateListDrawableTransition_android_toId 3
+int[] styleable AppBarLayout { 0x10100d4, 0x1010540, 0x101048f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_android_keyboardNavigationCluster 1
+int styleable AppBarLayout_android_touchscreenBlocksFocus 2
+int styleable AppBarLayout_elevation 3
+int styleable AppBarLayout_expanded 4
+int styleable AppBarLayout_liftOnScroll 5
+int styleable AppBarLayout_liftOnScrollTargetViewId 6
+int styleable AppBarLayout_statusBarForeground 7
+int[] styleable AppBarLayoutStates { 0x0, 0x0, 0x0, 0x0 }
+int styleable AppBarLayoutStates_state_collapsed 0
+int styleable AppBarLayoutStates_state_collapsible 1
+int styleable AppBarLayoutStates_state_liftable 2
+int styleable AppBarLayoutStates_state_lifted 3
+int[] styleable AppBarLayout_Layout { 0x0, 0x0, 0x0 }
+int styleable AppBarLayout_Layout_layout_scrollEffect 0
+int styleable AppBarLayout_Layout_layout_scrollFlags 1
+int styleable AppBarLayout_Layout_layout_scrollInterpolator 2
+int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable AppCompatTextHelper_android_drawableBottom 0
+int styleable AppCompatTextHelper_android_drawableEnd 1
+int styleable AppCompatTextHelper_android_drawableLeft 2
+int styleable AppCompatTextHelper_android_drawableRight 3
+int styleable AppCompatTextHelper_android_drawableStart 4
+int styleable AppCompatTextHelper_android_drawableTop 5
+int styleable AppCompatTextHelper_android_textAppearance 6
+int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTheme_actionBarDivider 0
+int styleable AppCompatTheme_actionBarItemBackground 1
+int styleable AppCompatTheme_actionBarPopupTheme 2
+int styleable AppCompatTheme_actionBarSize 3
+int styleable AppCompatTheme_actionBarSplitStyle 4
+int styleable AppCompatTheme_actionBarStyle 5
+int styleable AppCompatTheme_actionBarTabBarStyle 6
+int styleable AppCompatTheme_actionBarTabStyle 7
+int styleable AppCompatTheme_actionBarTabTextStyle 8
+int styleable AppCompatTheme_actionBarTheme 9
+int styleable AppCompatTheme_actionBarWidgetTheme 10
+int styleable AppCompatTheme_actionButtonStyle 11
+int styleable AppCompatTheme_actionDropDownStyle 12
+int styleable AppCompatTheme_actionMenuTextAppearance 13
+int styleable AppCompatTheme_actionMenuTextColor 14
+int styleable AppCompatTheme_actionModeBackground 15
+int styleable AppCompatTheme_actionModeCloseButtonStyle 16
+int styleable AppCompatTheme_actionModeCloseDrawable 17
+int styleable AppCompatTheme_actionModeCopyDrawable 18
+int styleable AppCompatTheme_actionModeCutDrawable 19
+int styleable AppCompatTheme_actionModeFindDrawable 20
+int styleable AppCompatTheme_actionModePasteDrawable 21
+int styleable AppCompatTheme_actionModePopupWindowStyle 22
+int styleable AppCompatTheme_actionModeSelectAllDrawable 23
+int styleable AppCompatTheme_actionModeShareDrawable 24
+int styleable AppCompatTheme_actionModeSplitBackground 25
+int styleable AppCompatTheme_actionModeStyle 26
+int styleable AppCompatTheme_actionModeWebSearchDrawable 27
+int styleable AppCompatTheme_actionOverflowButtonStyle 28
+int styleable AppCompatTheme_actionOverflowMenuStyle 29
+int styleable AppCompatTheme_activityChooserViewStyle 30
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 31
+int styleable AppCompatTheme_alertDialogCenterButtons 32
+int styleable AppCompatTheme_alertDialogStyle 33
+int styleable AppCompatTheme_alertDialogTheme 34
+int styleable AppCompatTheme_android_windowAnimationStyle 35
+int styleable AppCompatTheme_android_windowIsFloating 36
+int styleable AppCompatTheme_autoCompleteTextViewStyle 37
+int styleable AppCompatTheme_borderlessButtonStyle 38
+int styleable AppCompatTheme_buttonBarButtonStyle 39
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 40
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 41
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 42
+int styleable AppCompatTheme_buttonBarStyle 43
+int styleable AppCompatTheme_buttonStyle 44
+int styleable AppCompatTheme_buttonStyleSmall 45
+int styleable AppCompatTheme_checkboxStyle 46
+int styleable AppCompatTheme_checkedTextViewStyle 47
+int styleable AppCompatTheme_colorAccent 48
+int styleable AppCompatTheme_colorBackgroundFloating 49
+int styleable AppCompatTheme_colorButtonNormal 50
+int styleable AppCompatTheme_colorControlActivated 51
+int styleable AppCompatTheme_colorControlHighlight 52
+int styleable AppCompatTheme_colorControlNormal 53
+int styleable AppCompatTheme_colorError 54
+int styleable AppCompatTheme_colorPrimary 55
+int styleable AppCompatTheme_colorPrimaryDark 56
+int styleable AppCompatTheme_colorSwitchThumbNormal 57
+int styleable AppCompatTheme_controlBackground 58
+int styleable AppCompatTheme_dialogCornerRadius 59
+int styleable AppCompatTheme_dialogPreferredPadding 60
+int styleable AppCompatTheme_dialogTheme 61
+int styleable AppCompatTheme_dividerHorizontal 62
+int styleable AppCompatTheme_dividerVertical 63
+int styleable AppCompatTheme_dropDownListViewStyle 64
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 65
+int styleable AppCompatTheme_editTextBackground 66
+int styleable AppCompatTheme_editTextColor 67
+int styleable AppCompatTheme_editTextStyle 68
+int styleable AppCompatTheme_homeAsUpIndicator 69
+int styleable AppCompatTheme_imageButtonStyle 70
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 71
+int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 72
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 73
+int styleable AppCompatTheme_listDividerAlertDialog 74
+int styleable AppCompatTheme_listMenuViewStyle 75
+int styleable AppCompatTheme_listPopupWindowStyle 76
+int styleable AppCompatTheme_listPreferredItemHeight 77
+int styleable AppCompatTheme_listPreferredItemHeightLarge 78
+int styleable AppCompatTheme_listPreferredItemHeightSmall 79
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 80
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 81
+int styleable AppCompatTheme_listPreferredItemPaddingRight 82
+int styleable AppCompatTheme_listPreferredItemPaddingStart 83
+int styleable AppCompatTheme_panelBackground 84
+int styleable AppCompatTheme_panelMenuListTheme 85
+int styleable AppCompatTheme_panelMenuListWidth 86
+int styleable AppCompatTheme_popupMenuStyle 87
+int styleable AppCompatTheme_popupWindowStyle 88
+int styleable AppCompatTheme_radioButtonStyle 89
+int styleable AppCompatTheme_ratingBarStyle 90
+int styleable AppCompatTheme_ratingBarStyleIndicator 91
+int styleable AppCompatTheme_ratingBarStyleSmall 92
+int styleable AppCompatTheme_searchViewStyle 93
+int styleable AppCompatTheme_seekBarStyle 94
+int styleable AppCompatTheme_selectableItemBackground 95
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 96
+int styleable AppCompatTheme_spinnerDropDownItemStyle 97
+int styleable AppCompatTheme_spinnerStyle 98
+int styleable AppCompatTheme_switchStyle 99
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 100
+int styleable AppCompatTheme_textAppearanceListItem 101
+int styleable AppCompatTheme_textAppearanceListItemSecondary 102
+int styleable AppCompatTheme_textAppearanceListItemSmall 103
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 104
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 105
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 106
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 107
+int styleable AppCompatTheme_textColorAlertDialogListItem 108
+int styleable AppCompatTheme_textColorSearchUrl 109
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 110
+int styleable AppCompatTheme_toolbarStyle 111
+int styleable AppCompatTheme_tooltipForegroundColor 112
+int styleable AppCompatTheme_tooltipFrameBackground 113
+int styleable AppCompatTheme_viewInflaterClass 114
+int styleable AppCompatTheme_windowActionBar 115
+int styleable AppCompatTheme_windowActionBarOverlay 116
+int styleable AppCompatTheme_windowActionModeOverlay 117
+int styleable AppCompatTheme_windowFixedHeightMajor 118
+int styleable AppCompatTheme_windowFixedHeightMinor 119
+int styleable AppCompatTheme_windowFixedWidthMajor 120
+int styleable AppCompatTheme_windowFixedWidthMinor 121
+int styleable AppCompatTheme_windowMinWidthMajor 122
+int styleable AppCompatTheme_windowMinWidthMinor 123
+int styleable AppCompatTheme_windowNoTitle 124
+int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Badge_backgroundColor 0
+int styleable Badge_badgeGravity 1
+int styleable Badge_badgeRadius 2
+int styleable Badge_badgeTextColor 3
+int styleable Badge_badgeWidePadding 4
+int styleable Badge_badgeWithTextRadius 5
+int styleable Badge_horizontalOffset 6
+int styleable Badge_horizontalOffsetWithText 7
+int styleable Badge_maxCharacterCount 8
+int styleable Badge_number 9
+int styleable Badge_verticalOffset 10
+int styleable Badge_verticalOffsetWithText 11
+int[] styleable BaseProgressIndicator { 0x1010139, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BaseProgressIndicator_android_indeterminate 0
+int styleable BaseProgressIndicator_hideAnimationBehavior 1
+int styleable BaseProgressIndicator_indicatorColor 2
+int styleable BaseProgressIndicator_minHideDelay 3
+int styleable BaseProgressIndicator_showAnimationBehavior 4
+int styleable BaseProgressIndicator_showDelay 5
+int styleable BaseProgressIndicator_trackColor 6
+int styleable BaseProgressIndicator_trackCornerRadius 7
+int styleable BaseProgressIndicator_trackThickness 8
+int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BottomAppBar_backgroundTint 0
+int styleable BottomAppBar_elevation 1
+int styleable BottomAppBar_fabAlignmentMode 2
+int styleable BottomAppBar_fabAnimationMode 3
+int styleable BottomAppBar_fabCradleMargin 4
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
+int styleable BottomAppBar_fabCradleVerticalOffset 6
+int styleable BottomAppBar_hideOnScroll 7
+int styleable BottomAppBar_navigationIconTint 8
+int styleable BottomAppBar_paddingBottomSystemWindowInsets 9
+int styleable BottomAppBar_paddingLeftSystemWindowInsets 10
+int styleable BottomAppBar_paddingRightSystemWindowInsets 11
+int[] styleable BottomNavigationView { 0x1010140, 0x0 }
+int styleable BottomNavigationView_android_minHeight 0
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 1
+int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x1010120, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BottomSheetBehavior_Layout_android_elevation 0
+int styleable BottomSheetBehavior_Layout_android_maxHeight 1
+int styleable BottomSheetBehavior_Layout_android_maxWidth 2
+int styleable BottomSheetBehavior_Layout_backgroundTint 3
+int styleable BottomSheetBehavior_Layout_behavior_draggable 4
+int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 5
+int styleable BottomSheetBehavior_Layout_behavior_fitToContents 6
+int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 7
+int styleable BottomSheetBehavior_Layout_behavior_hideable 8
+int styleable BottomSheetBehavior_Layout_behavior_peekHeight 9
+int styleable BottomSheetBehavior_Layout_behavior_saveFlags 10
+int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 11
+int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 12
+int styleable BottomSheetBehavior_Layout_marginLeftSystemWindowInsets 13
+int styleable BottomSheetBehavior_Layout_marginRightSystemWindowInsets 14
+int styleable BottomSheetBehavior_Layout_marginTopSystemWindowInsets 15
+int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 16
+int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 17
+int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 18
+int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 19
+int styleable BottomSheetBehavior_Layout_shapeAppearance 20
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 21
+int[] styleable ButtonBarLayout { 0x0 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CardView_android_minHeight 0
+int styleable CardView_android_minWidth 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Chip_android_checkable 0
+int styleable Chip_android_ellipsize 1
+int styleable Chip_android_maxWidth 2
+int styleable Chip_android_text 3
+int styleable Chip_android_textAppearance 4
+int styleable Chip_android_textColor 5
+int styleable Chip_android_textSize 6
+int styleable Chip_checkedIcon 7
+int styleable Chip_checkedIconEnabled 8
+int styleable Chip_checkedIconTint 9
+int styleable Chip_checkedIconVisible 10
+int styleable Chip_chipBackgroundColor 11
+int styleable Chip_chipCornerRadius 12
+int styleable Chip_chipEndPadding 13
+int styleable Chip_chipIcon 14
+int styleable Chip_chipIconEnabled 15
+int styleable Chip_chipIconSize 16
+int styleable Chip_chipIconTint 17
+int styleable Chip_chipIconVisible 18
+int styleable Chip_chipMinHeight 19
+int styleable Chip_chipMinTouchTargetSize 20
+int styleable Chip_chipStartPadding 21
+int styleable Chip_chipStrokeColor 22
+int styleable Chip_chipStrokeWidth 23
+int styleable Chip_chipSurfaceColor 24
+int styleable Chip_closeIcon 25
+int styleable Chip_closeIconEnabled 26
+int styleable Chip_closeIconEndPadding 27
+int styleable Chip_closeIconSize 28
+int styleable Chip_closeIconStartPadding 29
+int styleable Chip_closeIconTint 30
+int styleable Chip_closeIconVisible 31
+int styleable Chip_ensureMinTouchTargetSize 32
+int styleable Chip_hideMotionSpec 33
+int styleable Chip_iconEndPadding 34
+int styleable Chip_iconStartPadding 35
+int styleable Chip_rippleColor 36
+int styleable Chip_shapeAppearance 37
+int styleable Chip_shapeAppearanceOverlay 38
+int styleable Chip_showMotionSpec 39
+int styleable Chip_textEndPadding 40
+int styleable Chip_textStartPadding 41
+int[] styleable ChipGroup { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ChipGroup_checkedChip 0
+int styleable ChipGroup_chipSpacing 1
+int styleable ChipGroup_chipSpacingHorizontal 2
+int styleable ChipGroup_chipSpacingVertical 3
+int styleable ChipGroup_selectionRequired 4
+int styleable ChipGroup_singleLine 5
+int styleable ChipGroup_singleSelection 6
+int[] styleable CircularProgressIndicator { 0x0, 0x0, 0x0 }
+int styleable CircularProgressIndicator_indicatorDirectionCircular 0
+int styleable CircularProgressIndicator_indicatorInset 1
+int styleable CircularProgressIndicator_indicatorSize 2
+int[] styleable ClockFaceView { 0x0, 0x0 }
+int styleable ClockFaceView_clockFaceBackgroundColor 0
+int styleable ClockFaceView_clockNumberTextColor 1
+int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
+int styleable ClockHandView_clockHandColor 0
+int styleable ClockHandView_materialCircleRadius 1
+int styleable ClockHandView_selectorSize 2
+int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
+int styleable CollapsingToolbarLayout_collapsedTitleTextColor 2
+int styleable CollapsingToolbarLayout_contentScrim 3
+int styleable CollapsingToolbarLayout_expandedTitleGravity 4
+int styleable CollapsingToolbarLayout_expandedTitleMargin 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 6
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 7
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 8
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 9
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 10
+int styleable CollapsingToolbarLayout_expandedTitleTextColor 11
+int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 12
+int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 13
+int styleable CollapsingToolbarLayout_maxLines 14
+int styleable CollapsingToolbarLayout_scrimAnimationDuration 15
+int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 16
+int styleable CollapsingToolbarLayout_statusBarScrim 17
+int styleable CollapsingToolbarLayout_title 18
+int styleable CollapsingToolbarLayout_titleCollapseMode 19
+int styleable CollapsingToolbarLayout_titleEnabled 20
+int styleable CollapsingToolbarLayout_titlePositionInterpolator 21
+int styleable CollapsingToolbarLayout_toolbarId 22
+int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Constraint_android_alpha 0
+int styleable Constraint_android_elevation 1
+int styleable Constraint_android_id 2
+int styleable Constraint_android_layout_height 3
+int styleable Constraint_android_layout_marginBottom 4
+int styleable Constraint_android_layout_marginEnd 5
+int styleable Constraint_android_layout_marginLeft 6
+int styleable Constraint_android_layout_marginRight 7
+int styleable Constraint_android_layout_marginStart 8
+int styleable Constraint_android_layout_marginTop 9
+int styleable Constraint_android_layout_width 10
+int styleable Constraint_android_maxHeight 11
+int styleable Constraint_android_maxWidth 12
+int styleable Constraint_android_minHeight 13
+int styleable Constraint_android_minWidth 14
+int styleable Constraint_android_orientation 15
+int styleable Constraint_android_rotation 16
+int styleable Constraint_android_rotationX 17
+int styleable Constraint_android_rotationY 18
+int styleable Constraint_android_scaleX 19
+int styleable Constraint_android_scaleY 20
+int styleable Constraint_android_transformPivotX 21
+int styleable Constraint_android_transformPivotY 22
+int styleable Constraint_android_translationX 23
+int styleable Constraint_android_translationY 24
+int styleable Constraint_android_translationZ 25
+int styleable Constraint_android_visibility 26
+int styleable Constraint_animate_relativeTo 27
+int styleable Constraint_barrierAllowsGoneWidgets 28
+int styleable Constraint_barrierDirection 29
+int styleable Constraint_barrierMargin 30
+int styleable Constraint_chainUseRtl 31
+int styleable Constraint_constraint_referenced_ids 32
+int styleable Constraint_drawPath 33
+int styleable Constraint_flow_firstHorizontalBias 34
+int styleable Constraint_flow_firstHorizontalStyle 35
+int styleable Constraint_flow_firstVerticalBias 36
+int styleable Constraint_flow_firstVerticalStyle 37
+int styleable Constraint_flow_horizontalAlign 38
+int styleable Constraint_flow_horizontalBias 39
+int styleable Constraint_flow_horizontalGap 40
+int styleable Constraint_flow_horizontalStyle 41
+int styleable Constraint_flow_lastHorizontalBias 42
+int styleable Constraint_flow_lastHorizontalStyle 43
+int styleable Constraint_flow_lastVerticalBias 44
+int styleable Constraint_flow_lastVerticalStyle 45
+int styleable Constraint_flow_maxElementsWrap 46
+int styleable Constraint_flow_verticalAlign 47
+int styleable Constraint_flow_verticalBias 48
+int styleable Constraint_flow_verticalGap 49
+int styleable Constraint_flow_verticalStyle 50
+int styleable Constraint_flow_wrapMode 51
+int styleable Constraint_layout_constrainedHeight 52
+int styleable Constraint_layout_constrainedWidth 53
+int styleable Constraint_layout_constraintBaseline_creator 54
+int styleable Constraint_layout_constraintBaseline_toBaselineOf 55
+int styleable Constraint_layout_constraintBottom_creator 56
+int styleable Constraint_layout_constraintBottom_toBottomOf 57
+int styleable Constraint_layout_constraintBottom_toTopOf 58
+int styleable Constraint_layout_constraintCircle 59
+int styleable Constraint_layout_constraintCircleAngle 60
+int styleable Constraint_layout_constraintCircleRadius 61
+int styleable Constraint_layout_constraintDimensionRatio 62
+int styleable Constraint_layout_constraintEnd_toEndOf 63
+int styleable Constraint_layout_constraintEnd_toStartOf 64
+int styleable Constraint_layout_constraintGuide_begin 65
+int styleable Constraint_layout_constraintGuide_end 66
+int styleable Constraint_layout_constraintGuide_percent 67
+int styleable Constraint_layout_constraintHeight_default 68
+int styleable Constraint_layout_constraintHeight_max 69
+int styleable Constraint_layout_constraintHeight_min 70
+int styleable Constraint_layout_constraintHeight_percent 71
+int styleable Constraint_layout_constraintHorizontal_bias 72
+int styleable Constraint_layout_constraintHorizontal_chainStyle 73
+int styleable Constraint_layout_constraintHorizontal_weight 74
+int styleable Constraint_layout_constraintLeft_creator 75
+int styleable Constraint_layout_constraintLeft_toLeftOf 76
+int styleable Constraint_layout_constraintLeft_toRightOf 77
+int styleable Constraint_layout_constraintRight_creator 78
+int styleable Constraint_layout_constraintRight_toLeftOf 79
+int styleable Constraint_layout_constraintRight_toRightOf 80
+int styleable Constraint_layout_constraintStart_toEndOf 81
+int styleable Constraint_layout_constraintStart_toStartOf 82
+int styleable Constraint_layout_constraintTag 83
+int styleable Constraint_layout_constraintTop_creator 84
+int styleable Constraint_layout_constraintTop_toBottomOf 85
+int styleable Constraint_layout_constraintTop_toTopOf 86
+int styleable Constraint_layout_constraintVertical_bias 87
+int styleable Constraint_layout_constraintVertical_chainStyle 88
+int styleable Constraint_layout_constraintVertical_weight 89
+int styleable Constraint_layout_constraintWidth_default 90
+int styleable Constraint_layout_constraintWidth_max 91
+int styleable Constraint_layout_constraintWidth_min 92
+int styleable Constraint_layout_constraintWidth_percent 93
+int styleable Constraint_layout_editor_absoluteX 94
+int styleable Constraint_layout_editor_absoluteY 95
+int styleable Constraint_layout_goneMarginBottom 96
+int styleable Constraint_layout_goneMarginEnd 97
+int styleable Constraint_layout_goneMarginLeft 98
+int styleable Constraint_layout_goneMarginRight 99
+int styleable Constraint_layout_goneMarginStart 100
+int styleable Constraint_layout_goneMarginTop 101
+int styleable Constraint_motionProgress 102
+int styleable Constraint_motionStagger 103
+int styleable Constraint_pathMotionArc 104
+int styleable Constraint_pivotAnchor 105
+int styleable Constraint_transitionEasing 106
+int styleable Constraint_transitionPathRotate 107
+int styleable Constraint_visibilityMode 108
+int[] styleable ConstraintLayout_Layout { 0x1010440, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintLayout_Layout_android_elevation 0
+int styleable ConstraintLayout_Layout_android_maxHeight 1
+int styleable ConstraintLayout_Layout_android_maxWidth 2
+int styleable ConstraintLayout_Layout_android_minHeight 3
+int styleable ConstraintLayout_Layout_android_minWidth 4
+int styleable ConstraintLayout_Layout_android_orientation 5
+int styleable ConstraintLayout_Layout_android_padding 6
+int styleable ConstraintLayout_Layout_android_paddingBottom 7
+int styleable ConstraintLayout_Layout_android_paddingEnd 8
+int styleable ConstraintLayout_Layout_android_paddingLeft 9
+int styleable ConstraintLayout_Layout_android_paddingRight 10
+int styleable ConstraintLayout_Layout_android_paddingStart 11
+int styleable ConstraintLayout_Layout_android_paddingTop 12
+int styleable ConstraintLayout_Layout_android_visibility 13
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 14
+int styleable ConstraintLayout_Layout_barrierDirection 15
+int styleable ConstraintLayout_Layout_barrierMargin 16
+int styleable ConstraintLayout_Layout_chainUseRtl 17
+int styleable ConstraintLayout_Layout_constraintSet 18
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 19
+int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 20
+int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 21
+int styleable ConstraintLayout_Layout_flow_firstVerticalBias 22
+int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 23
+int styleable ConstraintLayout_Layout_flow_horizontalAlign 24
+int styleable ConstraintLayout_Layout_flow_horizontalBias 25
+int styleable ConstraintLayout_Layout_flow_horizontalGap 26
+int styleable ConstraintLayout_Layout_flow_horizontalStyle 27
+int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 28
+int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 29
+int styleable ConstraintLayout_Layout_flow_lastVerticalBias 30
+int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 31
+int styleable ConstraintLayout_Layout_flow_maxElementsWrap 32
+int styleable ConstraintLayout_Layout_flow_verticalAlign 33
+int styleable ConstraintLayout_Layout_flow_verticalBias 34
+int styleable ConstraintLayout_Layout_flow_verticalGap 35
+int styleable ConstraintLayout_Layout_flow_verticalStyle 36
+int styleable ConstraintLayout_Layout_flow_wrapMode 37
+int styleable ConstraintLayout_Layout_layoutDescription 38
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 39
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 40
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 41
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 42
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 43
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 44
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 45
+int styleable ConstraintLayout_Layout_layout_constraintCircle 46
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 47
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 48
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 49
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 50
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 51
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 52
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 53
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 54
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 55
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 56
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 57
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 58
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 59
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 60
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 61
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 62
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 63
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 64
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 65
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 66
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 67
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 68
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 69
+int styleable ConstraintLayout_Layout_layout_constraintTag 70
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 71
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 72
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 73
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 74
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 75
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 76
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 77
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 78
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 79
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 80
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 81
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 82
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 83
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 84
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 85
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 86
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 87
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 88
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 89
+int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
+int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintSet_android_alpha 0
+int styleable ConstraintSet_android_elevation 1
+int styleable ConstraintSet_android_id 2
+int styleable ConstraintSet_android_layout_height 3
+int styleable ConstraintSet_android_layout_marginBottom 4
+int styleable ConstraintSet_android_layout_marginEnd 5
+int styleable ConstraintSet_android_layout_marginLeft 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginStart 8
+int styleable ConstraintSet_android_layout_marginTop 9
+int styleable ConstraintSet_android_layout_width 10
+int styleable ConstraintSet_android_maxHeight 11
+int styleable ConstraintSet_android_maxWidth 12
+int styleable ConstraintSet_android_minHeight 13
+int styleable ConstraintSet_android_minWidth 14
+int styleable ConstraintSet_android_orientation 15
+int styleable ConstraintSet_android_pivotX 16
+int styleable ConstraintSet_android_pivotY 17
+int styleable ConstraintSet_android_rotation 18
+int styleable ConstraintSet_android_rotationX 19
+int styleable ConstraintSet_android_rotationY 20
+int styleable ConstraintSet_android_scaleX 21
+int styleable ConstraintSet_android_scaleY 22
+int styleable ConstraintSet_android_transformPivotX 23
+int styleable ConstraintSet_android_transformPivotY 24
+int styleable ConstraintSet_android_translationX 25
+int styleable ConstraintSet_android_translationY 26
+int styleable ConstraintSet_android_translationZ 27
+int styleable ConstraintSet_android_visibility 28
+int styleable ConstraintSet_animate_relativeTo 29
+int styleable ConstraintSet_barrierAllowsGoneWidgets 30
+int styleable ConstraintSet_barrierDirection 31
+int styleable ConstraintSet_barrierMargin 32
+int styleable ConstraintSet_chainUseRtl 33
+int styleable ConstraintSet_constraint_referenced_ids 34
+int styleable ConstraintSet_deriveConstraintsFrom 35
+int styleable ConstraintSet_drawPath 36
+int styleable ConstraintSet_flow_firstHorizontalBias 37
+int styleable ConstraintSet_flow_firstHorizontalStyle 38
+int styleable ConstraintSet_flow_firstVerticalBias 39
+int styleable ConstraintSet_flow_firstVerticalStyle 40
+int styleable ConstraintSet_flow_horizontalAlign 41
+int styleable ConstraintSet_flow_horizontalBias 42
+int styleable ConstraintSet_flow_horizontalGap 43
+int styleable ConstraintSet_flow_horizontalStyle 44
+int styleable ConstraintSet_flow_lastHorizontalBias 45
+int styleable ConstraintSet_flow_lastHorizontalStyle 46
+int styleable ConstraintSet_flow_lastVerticalBias 47
+int styleable ConstraintSet_flow_lastVerticalStyle 48
+int styleable ConstraintSet_flow_maxElementsWrap 49
+int styleable ConstraintSet_flow_verticalAlign 50
+int styleable ConstraintSet_flow_verticalBias 51
+int styleable ConstraintSet_flow_verticalGap 52
+int styleable ConstraintSet_flow_verticalStyle 53
+int styleable ConstraintSet_flow_wrapMode 54
+int styleable ConstraintSet_layout_constrainedHeight 55
+int styleable ConstraintSet_layout_constrainedWidth 56
+int styleable ConstraintSet_layout_constraintBaseline_creator 57
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 58
+int styleable ConstraintSet_layout_constraintBottom_creator 59
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 60
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 61
+int styleable ConstraintSet_layout_constraintCircle 62
+int styleable ConstraintSet_layout_constraintCircleAngle 63
+int styleable ConstraintSet_layout_constraintCircleRadius 64
+int styleable ConstraintSet_layout_constraintDimensionRatio 65
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 66
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 67
+int styleable ConstraintSet_layout_constraintGuide_begin 68
+int styleable ConstraintSet_layout_constraintGuide_end 69
+int styleable ConstraintSet_layout_constraintGuide_percent 70
+int styleable ConstraintSet_layout_constraintHeight_default 71
+int styleable ConstraintSet_layout_constraintHeight_max 72
+int styleable ConstraintSet_layout_constraintHeight_min 73
+int styleable ConstraintSet_layout_constraintHeight_percent 74
+int styleable ConstraintSet_layout_constraintHorizontal_bias 75
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 76
+int styleable ConstraintSet_layout_constraintHorizontal_weight 77
+int styleable ConstraintSet_layout_constraintLeft_creator 78
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 79
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 80
+int styleable ConstraintSet_layout_constraintRight_creator 81
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 82
+int styleable ConstraintSet_layout_constraintRight_toRightOf 83
+int styleable ConstraintSet_layout_constraintStart_toEndOf 84
+int styleable ConstraintSet_layout_constraintStart_toStartOf 85
+int styleable ConstraintSet_layout_constraintTag 86
+int styleable ConstraintSet_layout_constraintTop_creator 87
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 88
+int styleable ConstraintSet_layout_constraintTop_toTopOf 89
+int styleable ConstraintSet_layout_constraintVertical_bias 90
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 91
+int styleable ConstraintSet_layout_constraintVertical_weight 92
+int styleable ConstraintSet_layout_constraintWidth_default 93
+int styleable ConstraintSet_layout_constraintWidth_max 94
+int styleable ConstraintSet_layout_constraintWidth_min 95
+int styleable ConstraintSet_layout_constraintWidth_percent 96
+int styleable ConstraintSet_layout_editor_absoluteX 97
+int styleable ConstraintSet_layout_editor_absoluteY 98
+int styleable ConstraintSet_layout_goneMarginBottom 99
+int styleable ConstraintSet_layout_goneMarginEnd 100
+int styleable ConstraintSet_layout_goneMarginLeft 101
+int styleable ConstraintSet_layout_goneMarginRight 102
+int styleable ConstraintSet_layout_goneMarginStart 103
+int styleable ConstraintSet_layout_goneMarginTop 104
+int styleable ConstraintSet_motionProgress 105
+int styleable ConstraintSet_motionStagger 106
+int styleable ConstraintSet_pathMotionArc 107
+int styleable ConstraintSet_pivotAnchor 108
+int styleable ConstraintSet_transitionEasing 109
+int styleable ConstraintSet_transitionPathRotate 110
+int[] styleable CoordinatorLayout { 0x0, 0x0 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CustomAttribute_attributeName 0
+int styleable CustomAttribute_customBoolean 1
+int styleable CustomAttribute_customColorDrawableValue 2
+int styleable CustomAttribute_customColorValue 3
+int styleable CustomAttribute_customDimension 4
+int styleable CustomAttribute_customFloatValue 5
+int styleable CustomAttribute_customIntegerValue 6
+int styleable CustomAttribute_customPixelDimension 7
+int styleable CustomAttribute_customStringValue 8
+int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable DrawerLayout { 0x0 }
+int styleable DrawerLayout_elevation 0
+int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ExtendedFloatingActionButton_collapsedSize 0
+int styleable ExtendedFloatingActionButton_elevation 1
+int styleable ExtendedFloatingActionButton_extendMotionSpec 2
+int styleable ExtendedFloatingActionButton_hideMotionSpec 3
+int styleable ExtendedFloatingActionButton_showMotionSpec 4
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 5
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x0, 0x0 }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x101000e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FloatingActionButton_android_enabled 0
+int styleable FloatingActionButton_backgroundTint 1
+int styleable FloatingActionButton_backgroundTintMode 2
+int styleable FloatingActionButton_borderWidth 3
+int styleable FloatingActionButton_elevation 4
+int styleable FloatingActionButton_ensureMinTouchTargetSize 5
+int styleable FloatingActionButton_fabCustomSize 6
+int styleable FloatingActionButton_fabSize 7
+int styleable FloatingActionButton_hideMotionSpec 8
+int styleable FloatingActionButton_hoveredFocusedTranslationZ 9
+int styleable FloatingActionButton_maxImageSize 10
+int styleable FloatingActionButton_pressedTranslationZ 11
+int styleable FloatingActionButton_rippleColor 12
+int styleable FloatingActionButton_shapeAppearance 13
+int styleable FloatingActionButton_shapeAppearanceOverlay 14
+int styleable FloatingActionButton_showMotionSpec 15
+int styleable FloatingActionButton_useCompatPadding 16
+int[] styleable FloatingActionButton_Behavior_Layout { 0x0 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x0, 0x0 }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int styleable FontFamily_fontProviderSystemFontFamily 6
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
+int styleable Fragment_android_id 0
+int styleable Fragment_android_name 1
+int styleable Fragment_android_tag 2
+int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
+int styleable FragmentContainerView_android_name 0
+int styleable FragmentContainerView_android_tag 1
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ImageFilterView_altSrc 0
+int styleable ImageFilterView_brightness 1
+int styleable ImageFilterView_contrast 2
+int styleable ImageFilterView_crossfade 3
+int styleable ImageFilterView_overlay 4
+int styleable ImageFilterView_round 5
+int styleable ImageFilterView_roundPercent 6
+int styleable ImageFilterView_saturation 7
+int styleable ImageFilterView_warmth 8
+int[] styleable Insets { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Insets_marginLeftSystemWindowInsets 0
+int styleable Insets_marginRightSystemWindowInsets 1
+int styleable Insets_marginTopSystemWindowInsets 2
+int styleable Insets_paddingBottomSystemWindowInsets 3
+int styleable Insets_paddingLeftSystemWindowInsets 4
+int styleable Insets_paddingRightSystemWindowInsets 5
+int styleable Insets_paddingTopSystemWindowInsets 6
+int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyAttribute_android_alpha 0
+int styleable KeyAttribute_android_elevation 1
+int styleable KeyAttribute_android_rotation 2
+int styleable KeyAttribute_android_rotationX 3
+int styleable KeyAttribute_android_rotationY 4
+int styleable KeyAttribute_android_scaleX 5
+int styleable KeyAttribute_android_scaleY 6
+int styleable KeyAttribute_android_transformPivotX 7
+int styleable KeyAttribute_android_transformPivotY 8
+int styleable KeyAttribute_android_translationX 9
+int styleable KeyAttribute_android_translationY 10
+int styleable KeyAttribute_android_translationZ 11
+int styleable KeyAttribute_curveFit 12
+int styleable KeyAttribute_framePosition 13
+int styleable KeyAttribute_motionProgress 14
+int styleable KeyAttribute_motionTarget 15
+int styleable KeyAttribute_transitionEasing 16
+int styleable KeyAttribute_transitionPathRotate 17
+int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyCycle_android_alpha 0
+int styleable KeyCycle_android_elevation 1
+int styleable KeyCycle_android_rotation 2
+int styleable KeyCycle_android_rotationX 3
+int styleable KeyCycle_android_rotationY 4
+int styleable KeyCycle_android_scaleX 5
+int styleable KeyCycle_android_scaleY 6
+int styleable KeyCycle_android_translationX 7
+int styleable KeyCycle_android_translationY 8
+int styleable KeyCycle_android_translationZ 9
+int styleable KeyCycle_curveFit 10
+int styleable KeyCycle_framePosition 11
+int styleable KeyCycle_motionProgress 12
+int styleable KeyCycle_motionTarget 13
+int styleable KeyCycle_transitionEasing 14
+int styleable KeyCycle_transitionPathRotate 15
+int styleable KeyCycle_waveOffset 16
+int styleable KeyCycle_wavePeriod 17
+int styleable KeyCycle_waveShape 18
+int styleable KeyCycle_waveVariesBy 19
+int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyPosition_curveFit 0
+int styleable KeyPosition_drawPath 1
+int styleable KeyPosition_framePosition 2
+int styleable KeyPosition_keyPositionType 3
+int styleable KeyPosition_motionTarget 4
+int styleable KeyPosition_pathMotionArc 5
+int styleable KeyPosition_percentHeight 6
+int styleable KeyPosition_percentWidth 7
+int styleable KeyPosition_percentX 8
+int styleable KeyPosition_percentY 9
+int styleable KeyPosition_sizePercent 10
+int styleable KeyPosition_transitionEasing 11
+int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTimeCycle_android_alpha 0
+int styleable KeyTimeCycle_android_elevation 1
+int styleable KeyTimeCycle_android_rotation 2
+int styleable KeyTimeCycle_android_rotationX 3
+int styleable KeyTimeCycle_android_rotationY 4
+int styleable KeyTimeCycle_android_scaleX 5
+int styleable KeyTimeCycle_android_scaleY 6
+int styleable KeyTimeCycle_android_translationX 7
+int styleable KeyTimeCycle_android_translationY 8
+int styleable KeyTimeCycle_android_translationZ 9
+int styleable KeyTimeCycle_curveFit 10
+int styleable KeyTimeCycle_framePosition 11
+int styleable KeyTimeCycle_motionProgress 12
+int styleable KeyTimeCycle_motionTarget 13
+int styleable KeyTimeCycle_transitionEasing 14
+int styleable KeyTimeCycle_transitionPathRotate 15
+int styleable KeyTimeCycle_waveDecay 16
+int styleable KeyTimeCycle_waveOffset 17
+int styleable KeyTimeCycle_wavePeriod 18
+int styleable KeyTimeCycle_waveShape 19
+int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTrigger_framePosition 0
+int styleable KeyTrigger_motionTarget 1
+int styleable KeyTrigger_motion_postLayoutCollision 2
+int styleable KeyTrigger_motion_triggerOnCollision 3
+int styleable KeyTrigger_onCross 4
+int styleable KeyTrigger_onNegativeCross 5
+int styleable KeyTrigger_onPositiveCross 6
+int styleable KeyTrigger_triggerId 7
+int styleable KeyTrigger_triggerReceiver 8
+int styleable KeyTrigger_triggerSlack 9
+int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Layout_android_layout_height 0
+int styleable Layout_android_layout_marginBottom 1
+int styleable Layout_android_layout_marginEnd 2
+int styleable Layout_android_layout_marginLeft 3
+int styleable Layout_android_layout_marginRight 4
+int styleable Layout_android_layout_marginStart 5
+int styleable Layout_android_layout_marginTop 6
+int styleable Layout_android_layout_width 7
+int styleable Layout_android_orientation 8
+int styleable Layout_barrierAllowsGoneWidgets 9
+int styleable Layout_barrierDirection 10
+int styleable Layout_barrierMargin 11
+int styleable Layout_chainUseRtl 12
+int styleable Layout_constraint_referenced_ids 13
+int styleable Layout_layout_constrainedHeight 14
+int styleable Layout_layout_constrainedWidth 15
+int styleable Layout_layout_constraintBaseline_creator 16
+int styleable Layout_layout_constraintBaseline_toBaselineOf 17
+int styleable Layout_layout_constraintBottom_creator 18
+int styleable Layout_layout_constraintBottom_toBottomOf 19
+int styleable Layout_layout_constraintBottom_toTopOf 20
+int styleable Layout_layout_constraintCircle 21
+int styleable Layout_layout_constraintCircleAngle 22
+int styleable Layout_layout_constraintCircleRadius 23
+int styleable Layout_layout_constraintDimensionRatio 24
+int styleable Layout_layout_constraintEnd_toEndOf 25
+int styleable Layout_layout_constraintEnd_toStartOf 26
+int styleable Layout_layout_constraintGuide_begin 27
+int styleable Layout_layout_constraintGuide_end 28
+int styleable Layout_layout_constraintGuide_percent 29
+int styleable Layout_layout_constraintHeight_default 30
+int styleable Layout_layout_constraintHeight_max 31
+int styleable Layout_layout_constraintHeight_min 32
+int styleable Layout_layout_constraintHeight_percent 33
+int styleable Layout_layout_constraintHorizontal_bias 34
+int styleable Layout_layout_constraintHorizontal_chainStyle 35
+int styleable Layout_layout_constraintHorizontal_weight 36
+int styleable Layout_layout_constraintLeft_creator 37
+int styleable Layout_layout_constraintLeft_toLeftOf 38
+int styleable Layout_layout_constraintLeft_toRightOf 39
+int styleable Layout_layout_constraintRight_creator 40
+int styleable Layout_layout_constraintRight_toLeftOf 41
+int styleable Layout_layout_constraintRight_toRightOf 42
+int styleable Layout_layout_constraintStart_toEndOf 43
+int styleable Layout_layout_constraintStart_toStartOf 44
+int styleable Layout_layout_constraintTop_creator 45
+int styleable Layout_layout_constraintTop_toBottomOf 46
+int styleable Layout_layout_constraintTop_toTopOf 47
+int styleable Layout_layout_constraintVertical_bias 48
+int styleable Layout_layout_constraintVertical_chainStyle 49
+int styleable Layout_layout_constraintVertical_weight 50
+int styleable Layout_layout_constraintWidth_default 51
+int styleable Layout_layout_constraintWidth_max 52
+int styleable Layout_layout_constraintWidth_min 53
+int styleable Layout_layout_constraintWidth_percent 54
+int styleable Layout_layout_editor_absoluteX 55
+int styleable Layout_layout_editor_absoluteY 56
+int styleable Layout_layout_goneMarginBottom 57
+int styleable Layout_layout_goneMarginEnd 58
+int styleable Layout_layout_goneMarginLeft 59
+int styleable Layout_layout_goneMarginRight 60
+int styleable Layout_layout_goneMarginStart 61
+int styleable Layout_layout_goneMarginTop 62
+int styleable Layout_maxHeight 63
+int styleable Layout_maxWidth 64
+int styleable Layout_minHeight 65
+int styleable Layout_minWidth 66
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
+int styleable LinearLayoutCompat_android_baselineAligned 0
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
+int styleable LinearLayoutCompat_android_gravity 2
+int styleable LinearLayoutCompat_android_orientation 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 1
+int styleable LinearLayoutCompat_Layout_android_layout_weight 2
+int styleable LinearLayoutCompat_Layout_android_layout_width 3
+int[] styleable LinearProgressIndicator { 0x0, 0x0 }
+int styleable LinearProgressIndicator_indeterminateAnimationType 0
+int styleable LinearProgressIndicator_indicatorDirectionLinear 1
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MaterialAlertDialog { 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
+int styleable MaterialAlertDialogTheme_materialAlertDialogButtonSpacerVisibility 1
+int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 2
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 3
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 4
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 5
+int[] styleable MaterialAutoCompleteTextView { 0x1010220, 0x0, 0x0 }
+int styleable MaterialAutoCompleteTextView_android_inputType 0
+int styleable MaterialAutoCompleteTextView_simpleItemLayout 1
+int styleable MaterialAutoCompleteTextView_simpleItems 2
+int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialButton_android_background 0
+int styleable MaterialButton_android_checkable 1
+int styleable MaterialButton_android_insetBottom 2
+int styleable MaterialButton_android_insetLeft 3
+int styleable MaterialButton_android_insetRight 4
+int styleable MaterialButton_android_insetTop 5
+int styleable MaterialButton_backgroundTint 6
+int styleable MaterialButton_backgroundTintMode 7
+int styleable MaterialButton_cornerRadius 8
+int styleable MaterialButton_elevation 9
+int styleable MaterialButton_icon 10
+int styleable MaterialButton_iconGravity 11
+int styleable MaterialButton_iconPadding 12
+int styleable MaterialButton_iconSize 13
+int styleable MaterialButton_iconTint 14
+int styleable MaterialButton_iconTintMode 15
+int styleable MaterialButton_rippleColor 16
+int styleable MaterialButton_shapeAppearance 17
+int styleable MaterialButton_shapeAppearanceOverlay 18
+int styleable MaterialButton_strokeColor 19
+int styleable MaterialButton_strokeWidth 20
+int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
+int styleable MaterialButtonToggleGroup_checkedButton 0
+int styleable MaterialButtonToggleGroup_selectionRequired 1
+int styleable MaterialButtonToggleGroup_singleSelection 2
+int[] styleable MaterialCalendar { 0x101020d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCalendar_android_windowFullscreen 0
+int styleable MaterialCalendar_dayInvalidStyle 1
+int styleable MaterialCalendar_daySelectedStyle 2
+int styleable MaterialCalendar_dayStyle 3
+int styleable MaterialCalendar_dayTodayStyle 4
+int styleable MaterialCalendar_nestedScrollable 5
+int styleable MaterialCalendar_rangeFillColor 6
+int styleable MaterialCalendar_yearSelectedStyle 7
+int styleable MaterialCalendar_yearStyle 8
+int styleable MaterialCalendar_yearTodayStyle 9
+int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCalendarItem_android_insetBottom 0
+int styleable MaterialCalendarItem_android_insetLeft 1
+int styleable MaterialCalendarItem_android_insetRight 2
+int styleable MaterialCalendarItem_android_insetTop 3
+int styleable MaterialCalendarItem_itemFillColor 4
+int styleable MaterialCalendarItem_itemShapeAppearance 5
+int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
+int styleable MaterialCalendarItem_itemStrokeColor 7
+int styleable MaterialCalendarItem_itemStrokeWidth 8
+int styleable MaterialCalendarItem_itemTextColor 9
+int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCardView_android_checkable 0
+int styleable MaterialCardView_cardForegroundColor 1
+int styleable MaterialCardView_checkedIcon 2
+int styleable MaterialCardView_checkedIconGravity 3
+int styleable MaterialCardView_checkedIconMargin 4
+int styleable MaterialCardView_checkedIconSize 5
+int styleable MaterialCardView_checkedIconTint 6
+int styleable MaterialCardView_rippleColor 7
+int styleable MaterialCardView_shapeAppearance 8
+int styleable MaterialCardView_shapeAppearanceOverlay 9
+int styleable MaterialCardView_state_dragged 10
+int styleable MaterialCardView_strokeColor 11
+int styleable MaterialCardView_strokeWidth 12
+int[] styleable MaterialCheckBox { 0x0, 0x0, 0x0 }
+int styleable MaterialCheckBox_buttonTint 0
+int styleable MaterialCheckBox_centerIfNoTextEnabled 1
+int styleable MaterialCheckBox_useMaterialThemeColors 2
+int[] styleable MaterialDivider { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialDivider_dividerColor 0
+int styleable MaterialDivider_dividerInsetEnd 1
+int styleable MaterialDivider_dividerInsetStart 2
+int styleable MaterialDivider_dividerThickness 3
+int styleable MaterialDivider_lastItemDecorated 4
+int[] styleable MaterialRadioButton { 0x0, 0x0 }
+int styleable MaterialRadioButton_buttonTint 0
+int styleable MaterialRadioButton_useMaterialThemeColors 1
+int[] styleable MaterialShape { 0x0, 0x0 }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
+int styleable MaterialTextAppearance_android_letterSpacing 0
+int styleable MaterialTextAppearance_android_lineHeight 1
+int styleable MaterialTextAppearance_lineHeight 2
+int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x0 }
+int styleable MaterialTextView_android_lineHeight 0
+int styleable MaterialTextView_android_textAppearance 1
+int styleable MaterialTextView_lineHeight 2
+int[] styleable MaterialTimePicker { 0x0, 0x0 }
+int styleable MaterialTimePicker_clockIcon 0
+int styleable MaterialTimePicker_keyboardIcon 1
+int[] styleable MaterialToolbar { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialToolbar_logoAdjustViewBounds 0
+int styleable MaterialToolbar_logoScaleType 1
+int styleable MaterialToolbar_navigationIconTint 2
+int styleable MaterialToolbar_subtitleCentered 3
+int styleable MaterialToolbar_titleCentered 4
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
+int styleable MenuGroup_android_checkableBehavior 0
+int styleable MenuGroup_android_enabled 1
+int styleable MenuGroup_android_id 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 5
+int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MenuItem_actionLayout 0
+int styleable MenuItem_actionProviderClass 1
+int styleable MenuItem_actionViewClass 2
+int styleable MenuItem_alphabeticModifiers 3
+int styleable MenuItem_android_alphabeticShortcut 4
+int styleable MenuItem_android_checkable 5
+int styleable MenuItem_android_checked 6
+int styleable MenuItem_android_enabled 7
+int styleable MenuItem_android_icon 8
+int styleable MenuItem_android_id 9
+int styleable MenuItem_android_menuCategory 10
+int styleable MenuItem_android_numericShortcut 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 13
+int styleable MenuItem_android_title 14
+int styleable MenuItem_android_titleCondensed 15
+int styleable MenuItem_android_visible 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
+int styleable MenuView_android_headerBackground 0
+int styleable MenuView_android_horizontalDivider 1
+int styleable MenuView_android_itemBackground 2
+int styleable MenuView_android_itemIconDisabledAlpha 3
+int styleable MenuView_android_itemTextAppearance 4
+int styleable MenuView_android_verticalDivider 5
+int styleable MenuView_android_windowAnimationStyle 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MockView_mock_diagonalsColor 0
+int styleable MockView_mock_label 1
+int styleable MockView_mock_labelBackgroundColor 2
+int styleable MockView_mock_labelColor 3
+int styleable MockView_mock_showDiagonals 4
+int styleable MockView_mock_showLabel 5
+int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Motion_animate_relativeTo 0
+int styleable Motion_drawPath 1
+int styleable Motion_motionPathRotate 2
+int styleable Motion_motionStagger 3
+int styleable Motion_pathMotionArc 4
+int styleable Motion_transitionEasing 5
+int[] styleable MotionHelper { 0x0, 0x0 }
+int styleable MotionHelper_onHide 0
+int styleable MotionHelper_onShow 1
+int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MotionLayout_applyMotionScene 0
+int styleable MotionLayout_currentState 1
+int styleable MotionLayout_layoutDescription 2
+int styleable MotionLayout_motionDebug 3
+int styleable MotionLayout_motionProgress 4
+int styleable MotionLayout_showPaths 5
+int[] styleable MotionScene { 0x0, 0x0 }
+int styleable MotionScene_defaultDuration 0
+int styleable MotionScene_layoutDuringTransition 1
+int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
+int styleable MotionTelltales_telltales_tailColor 0
+int styleable MotionTelltales_telltales_tailScale 1
+int styleable MotionTelltales_telltales_velocityMode 2
+int[] styleable NavigationBarActiveIndicator { 0x10101a5, 0x1010155, 0x1010159, 0x0, 0x0 }
+int styleable NavigationBarActiveIndicator_android_color 0
+int styleable NavigationBarActiveIndicator_android_height 1
+int styleable NavigationBarActiveIndicator_android_width 2
+int styleable NavigationBarActiveIndicator_marginHorizontal 3
+int styleable NavigationBarActiveIndicator_shapeAppearance 4
+int[] styleable NavigationBarView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationBarView_backgroundTint 0
+int styleable NavigationBarView_elevation 1
+int styleable NavigationBarView_itemActiveIndicatorStyle 2
+int styleable NavigationBarView_itemBackground 3
+int styleable NavigationBarView_itemIconSize 4
+int styleable NavigationBarView_itemIconTint 5
+int styleable NavigationBarView_itemPaddingBottom 6
+int styleable NavigationBarView_itemPaddingTop 7
+int styleable NavigationBarView_itemRippleColor 8
+int styleable NavigationBarView_itemTextAppearanceActive 9
+int styleable NavigationBarView_itemTextAppearanceInactive 10
+int styleable NavigationBarView_itemTextColor 11
+int styleable NavigationBarView_labelVisibilityMode 12
+int styleable NavigationBarView_menu 13
+int[] styleable NavigationRailView { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationRailView_headerLayout 0
+int styleable NavigationRailView_itemMinHeight 1
+int styleable NavigationRailView_menuGravity 2
+int styleable NavigationRailView_paddingBottomSystemWindowInsets 3
+int styleable NavigationRailView_paddingTopSystemWindowInsets 4
+int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x10100b3, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationView_android_background 0
+int styleable NavigationView_android_fitsSystemWindows 1
+int styleable NavigationView_android_layout_gravity 2
+int styleable NavigationView_android_maxWidth 3
+int styleable NavigationView_bottomInsetScrimEnabled 4
+int styleable NavigationView_dividerInsetEnd 5
+int styleable NavigationView_dividerInsetStart 6
+int styleable NavigationView_drawerLayoutCornerSize 7
+int styleable NavigationView_elevation 8
+int styleable NavigationView_headerLayout 9
+int styleable NavigationView_itemBackground 10
+int styleable NavigationView_itemHorizontalPadding 11
+int styleable NavigationView_itemIconPadding 12
+int styleable NavigationView_itemIconSize 13
+int styleable NavigationView_itemIconTint 14
+int styleable NavigationView_itemMaxLines 15
+int styleable NavigationView_itemRippleColor 16
+int styleable NavigationView_itemShapeAppearance 17
+int styleable NavigationView_itemShapeAppearanceOverlay 18
+int styleable NavigationView_itemShapeFillColor 19
+int styleable NavigationView_itemShapeInsetBottom 20
+int styleable NavigationView_itemShapeInsetEnd 21
+int styleable NavigationView_itemShapeInsetStart 22
+int styleable NavigationView_itemShapeInsetTop 23
+int styleable NavigationView_itemTextAppearance 24
+int styleable NavigationView_itemTextColor 25
+int styleable NavigationView_itemVerticalPadding 26
+int styleable NavigationView_menu 27
+int styleable NavigationView_shapeAppearance 28
+int styleable NavigationView_shapeAppearanceOverlay 29
+int styleable NavigationView_subheaderColor 30
+int styleable NavigationView_subheaderInsetEnd 31
+int styleable NavigationView_subheaderInsetStart 32
+int styleable NavigationView_subheaderTextAppearance 33
+int styleable NavigationView_topInsetScrimEnabled 34
+int[] styleable OnClick { 0x0, 0x0 }
+int styleable OnClick_clickAction 0
+int styleable OnClick_targetId 1
+int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable OnSwipe_dragDirection 0
+int styleable OnSwipe_dragScale 1
+int styleable OnSwipe_dragThreshold 2
+int styleable OnSwipe_limitBoundsTo 3
+int styleable OnSwipe_maxAcceleration 4
+int styleable OnSwipe_maxVelocity 5
+int styleable OnSwipe_moveWhenScrollAtTop 6
+int styleable OnSwipe_nestedScrollFlags 7
+int styleable OnSwipe_onTouchUp 8
+int styleable OnSwipe_touchAnchorId 9
+int styleable OnSwipe_touchAnchorSide 10
+int styleable OnSwipe_touchRegionId 11
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x0 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
+int styleable PropertySet_android_alpha 0
+int styleable PropertySet_android_visibility 1
+int styleable PropertySet_layout_constraintTag 2
+int styleable PropertySet_motionProgress 3
+int styleable PropertySet_visibilityMode 4
+int[] styleable RadialViewGroup { 0x0 }
+int styleable RadialViewGroup_materialCircleRadius 0
+int[] styleable RangeSlider { 0x0, 0x0 }
+int styleable RangeSlider_minSeparation 0
+int styleable RangeSlider_values 1
+int[] styleable RecycleListView { 0x0, 0x0 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ScrimInsetsFrameLayout { 0x0 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x0 }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 1
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 3
+int styleable SearchView_closeIcon 4
+int styleable SearchView_commitIcon 5
+int styleable SearchView_defaultQueryHint 6
+int styleable SearchView_goIcon 7
+int styleable SearchView_iconifiedByDefault 8
+int styleable SearchView_layout 9
+int styleable SearchView_queryBackground 10
+int styleable SearchView_queryHint 11
+int styleable SearchView_searchHintIcon 12
+int styleable SearchView_searchIcon 13
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 15
+int styleable SearchView_voiceIcon 16
+int[] styleable ShapeAppearance { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ShapeAppearance_cornerFamily 0
+int styleable ShapeAppearance_cornerFamilyBottomLeft 1
+int styleable ShapeAppearance_cornerFamilyBottomRight 2
+int styleable ShapeAppearance_cornerFamilyTopLeft 3
+int styleable ShapeAppearance_cornerFamilyTopRight 4
+int styleable ShapeAppearance_cornerSize 5
+int styleable ShapeAppearance_cornerSizeBottomLeft 6
+int styleable ShapeAppearance_cornerSizeBottomRight 7
+int styleable ShapeAppearance_cornerSizeTopLeft 8
+int styleable ShapeAppearance_cornerSizeTopRight 9
+int[] styleable ShapeableImageView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ShapeableImageView_contentPadding 0
+int styleable ShapeableImageView_contentPaddingBottom 1
+int styleable ShapeableImageView_contentPaddingEnd 2
+int styleable ShapeableImageView_contentPaddingLeft 3
+int styleable ShapeableImageView_contentPaddingRight 4
+int styleable ShapeableImageView_contentPaddingStart 5
+int styleable ShapeableImageView_contentPaddingTop 6
+int styleable ShapeableImageView_shapeAppearance 7
+int styleable ShapeableImageView_shapeAppearanceOverlay 8
+int styleable ShapeableImageView_strokeColor 9
+int styleable ShapeableImageView_strokeWidth 10
+int[] styleable Slider { 0x101000e, 0x1010146, 0x1010024, 0x10102de, 0x10102df, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Slider_android_enabled 0
+int styleable Slider_android_stepSize 1
+int styleable Slider_android_value 2
+int styleable Slider_android_valueFrom 3
+int styleable Slider_android_valueTo 4
+int styleable Slider_haloColor 5
+int styleable Slider_haloRadius 6
+int styleable Slider_labelBehavior 7
+int styleable Slider_labelStyle 8
+int styleable Slider_thumbColor 9
+int styleable Slider_thumbElevation 10
+int styleable Slider_thumbRadius 11
+int styleable Slider_thumbStrokeColor 12
+int styleable Slider_thumbStrokeWidth 13
+int styleable Slider_tickColor 14
+int styleable Slider_tickColorActive 15
+int styleable Slider_tickColorInactive 16
+int styleable Slider_tickVisible 17
+int styleable Slider_trackColor 18
+int styleable Slider_trackColorActive 19
+int styleable Slider_trackColorInactive 20
+int styleable Slider_trackHeight 21
+int[] styleable Snackbar { 0x0, 0x0, 0x0 }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int styleable Snackbar_snackbarTextViewStyle 2
+int[] styleable SnackbarLayout { 0x0, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SnackbarLayout_actionTextColorAlpha 0
+int styleable SnackbarLayout_android_maxWidth 1
+int styleable SnackbarLayout_animationMode 2
+int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
+int styleable SnackbarLayout_backgroundTint 4
+int styleable SnackbarLayout_backgroundTintMode 5
+int styleable SnackbarLayout_elevation 6
+int styleable SnackbarLayout_maxActionInlineWidth 7
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
+int styleable Spinner_android_dropDownWidth 0
+int styleable Spinner_android_entries 1
+int styleable Spinner_android_popupBackground 2
+int styleable Spinner_android_prompt 3
+int styleable Spinner_popupTheme 4
+int[] styleable State { 0x10100d0, 0x0 }
+int styleable State_android_id 0
+int styleable State_constraints 1
+int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable StateListDrawable_android_constantSize 0
+int styleable StateListDrawable_android_dither 1
+int styleable StateListDrawable_android_enterFadeDuration 2
+int styleable StateListDrawable_android_exitFadeDuration 3
+int styleable StateListDrawable_android_variablePadding 4
+int styleable StateListDrawable_android_visible 5
+int[] styleable StateListDrawableItem { 0x1010199 }
+int styleable StateListDrawableItem_android_drawable 0
+int[] styleable StateSet { 0x0 }
+int styleable StateSet_defaultState 0
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SwitchCompat_android_textOff 0
+int styleable SwitchCompat_android_textOn 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable SwitchMaterial { 0x0 }
+int styleable SwitchMaterial_useMaterialThemeColors 0
+int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
+int styleable TabItem_android_icon 0
+int styleable TabItem_android_layout 1
+int styleable TabItem_android_text 2
+int[] styleable TabLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TabLayout_tabBackground 0
+int styleable TabLayout_tabContentStart 1
+int styleable TabLayout_tabGravity 2
+int styleable TabLayout_tabIconTint 3
+int styleable TabLayout_tabIconTintMode 4
+int styleable TabLayout_tabIndicator 5
+int styleable TabLayout_tabIndicatorAnimationDuration 6
+int styleable TabLayout_tabIndicatorAnimationMode 7
+int styleable TabLayout_tabIndicatorColor 8
+int styleable TabLayout_tabIndicatorFullWidth 9
+int styleable TabLayout_tabIndicatorGravity 10
+int styleable TabLayout_tabIndicatorHeight 11
+int styleable TabLayout_tabInlineLabel 12
+int styleable TabLayout_tabMaxWidth 13
+int styleable TabLayout_tabMinWidth 14
+int styleable TabLayout_tabMode 15
+int styleable TabLayout_tabPadding 16
+int styleable TabLayout_tabPaddingBottom 17
+int styleable TabLayout_tabPaddingEnd 18
+int styleable TabLayout_tabPaddingStart 19
+int styleable TabLayout_tabPaddingTop 20
+int styleable TabLayout_tabRippleColor 21
+int styleable TabLayout_tabSelectedTextColor 22
+int styleable TabLayout_tabTextAppearance 23
+int styleable TabLayout_tabTextColor 24
+int styleable TabLayout_tabUnboundedRipple 25
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextAppearance_android_fontFamily 0
+int styleable TextAppearance_android_shadowColor 1
+int styleable TextAppearance_android_shadowDx 2
+int styleable TextAppearance_android_shadowDy 3
+int styleable TextAppearance_android_shadowRadius 4
+int styleable TextAppearance_android_textColor 5
+int styleable TextAppearance_android_textColorHint 6
+int styleable TextAppearance_android_textColorLink 7
+int styleable TextAppearance_android_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextInputEditText { 0x0 }
+int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
+int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x1010157, 0x101011f, 0x101015a, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextInputLayout_android_enabled 0
+int styleable TextInputLayout_android_hint 1
+int styleable TextInputLayout_android_maxEms 2
+int styleable TextInputLayout_android_maxWidth 3
+int styleable TextInputLayout_android_minEms 4
+int styleable TextInputLayout_android_minWidth 5
+int styleable TextInputLayout_android_textColorHint 6
+int styleable TextInputLayout_boxBackgroundColor 7
+int styleable TextInputLayout_boxBackgroundMode 8
+int styleable TextInputLayout_boxCollapsedPaddingTop 9
+int styleable TextInputLayout_boxCornerRadiusBottomEnd 10
+int styleable TextInputLayout_boxCornerRadiusBottomStart 11
+int styleable TextInputLayout_boxCornerRadiusTopEnd 12
+int styleable TextInputLayout_boxCornerRadiusTopStart 13
+int styleable TextInputLayout_boxStrokeColor 14
+int styleable TextInputLayout_boxStrokeErrorColor 15
+int styleable TextInputLayout_boxStrokeWidth 16
+int styleable TextInputLayout_boxStrokeWidthFocused 17
+int styleable TextInputLayout_counterEnabled 18
+int styleable TextInputLayout_counterMaxLength 19
+int styleable TextInputLayout_counterOverflowTextAppearance 20
+int styleable TextInputLayout_counterOverflowTextColor 21
+int styleable TextInputLayout_counterTextAppearance 22
+int styleable TextInputLayout_counterTextColor 23
+int styleable TextInputLayout_endIconCheckable 24
+int styleable TextInputLayout_endIconContentDescription 25
+int styleable TextInputLayout_endIconDrawable 26
+int styleable TextInputLayout_endIconMode 27
+int styleable TextInputLayout_endIconTint 28
+int styleable TextInputLayout_endIconTintMode 29
+int styleable TextInputLayout_errorContentDescription 30
+int styleable TextInputLayout_errorEnabled 31
+int styleable TextInputLayout_errorIconDrawable 32
+int styleable TextInputLayout_errorIconTint 33
+int styleable TextInputLayout_errorIconTintMode 34
+int styleable TextInputLayout_errorTextAppearance 35
+int styleable TextInputLayout_errorTextColor 36
+int styleable TextInputLayout_expandedHintEnabled 37
+int styleable TextInputLayout_helperText 38
+int styleable TextInputLayout_helperTextEnabled 39
+int styleable TextInputLayout_helperTextTextAppearance 40
+int styleable TextInputLayout_helperTextTextColor 41
+int styleable TextInputLayout_hintAnimationEnabled 42
+int styleable TextInputLayout_hintEnabled 43
+int styleable TextInputLayout_hintTextAppearance 44
+int styleable TextInputLayout_hintTextColor 45
+int styleable TextInputLayout_passwordToggleContentDescription 46
+int styleable TextInputLayout_passwordToggleDrawable 47
+int styleable TextInputLayout_passwordToggleEnabled 48
+int styleable TextInputLayout_passwordToggleTint 49
+int styleable TextInputLayout_passwordToggleTintMode 50
+int styleable TextInputLayout_placeholderText 51
+int styleable TextInputLayout_placeholderTextAppearance 52
+int styleable TextInputLayout_placeholderTextColor 53
+int styleable TextInputLayout_prefixText 54
+int styleable TextInputLayout_prefixTextAppearance 55
+int styleable TextInputLayout_prefixTextColor 56
+int styleable TextInputLayout_shapeAppearance 57
+int styleable TextInputLayout_shapeAppearanceOverlay 58
+int styleable TextInputLayout_startIconCheckable 59
+int styleable TextInputLayout_startIconContentDescription 60
+int styleable TextInputLayout_startIconDrawable 61
+int styleable TextInputLayout_startIconTint 62
+int styleable TextInputLayout_startIconTintMode 63
+int styleable TextInputLayout_suffixText 64
+int styleable TextInputLayout_suffixTextAppearance 65
+int styleable TextInputLayout_suffixTextColor 66
+int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable Tooltip { 0x10100f6, 0x1010140, 0x101013f, 0x10100d5, 0x101014f, 0x1010034, 0x1010098, 0x0 }
+int styleable Tooltip_android_layout_margin 0
+int styleable Tooltip_android_minHeight 1
+int styleable Tooltip_android_minWidth 2
+int styleable Tooltip_android_padding 3
+int styleable Tooltip_android_text 4
+int styleable Tooltip_android_textAppearance 5
+int styleable Tooltip_android_textColor 6
+int styleable Tooltip_backgroundTint 7
+int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa }
+int styleable Transform_android_elevation 0
+int styleable Transform_android_rotation 1
+int styleable Transform_android_rotationX 2
+int styleable Transform_android_rotationY 3
+int styleable Transform_android_scaleX 4
+int styleable Transform_android_scaleY 5
+int styleable Transform_android_transformPivotX 6
+int styleable Transform_android_transformPivotY 7
+int styleable Transform_android_translationX 8
+int styleable Transform_android_translationY 9
+int styleable Transform_android_translationZ 10
+int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Transition_android_id 0
+int styleable Transition_autoTransition 1
+int styleable Transition_constraintSetEnd 2
+int styleable Transition_constraintSetStart 3
+int styleable Transition_duration 4
+int styleable Transition_layoutDuringTransition 5
+int styleable Transition_motionInterpolator 6
+int styleable Transition_pathMotionArc 7
+int styleable Transition_staggered 8
+int styleable Transition_transitionDisable 9
+int styleable Transition_transitionFlags 10
+int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Variant_constraints 0
+int styleable Variant_region_heightLessThan 1
+int styleable Variant_region_heightMoreThan 2
+int styleable Variant_region_widthLessThan 3
+int styleable Variant_region_widthMoreThan 4
+int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
+int styleable View_android_focusable 0
+int styleable View_android_theme 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewPager2 { 0x10100c4 }
+int styleable ViewPager2_android_orientation 0
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
+int xml standalone_badge 0x0
+int xml standalone_badge_gravity_bottom_end 0x0
+int xml standalone_badge_gravity_bottom_start 0x0
+int xml standalone_badge_gravity_top_start 0x0
+int xml standalone_badge_offset 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/annotations.zip
new file mode 100644
index 0000000..fa26465
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/classes.jar
new file mode 100644
index 0000000..4a983a2
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/proguard.txt
new file mode 100644
index 0000000..241f624
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/proguard.txt
@@ -0,0 +1,46 @@
+# Copyright (C) 2015 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# CoordinatorLayout resolves the behaviors of its child components with reflection.
+-keep public class * extends androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior {
+ public (android.content.Context, android.util.AttributeSet);
+ public ();
+}
+
+# Make sure we keep annotations for CoordinatorLayout's DefaultBehavior
+-keepattributes RuntimeVisible*Annotation*
+
+# Copyright (C) 2018 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# AppCompatViewInflater reads the viewInflaterClass theme attribute which then
+# reflectively instantiates MaterialComponentsViewInflater using the no-argument
+# constructor. We only need to keep this constructor and the class name if
+# AppCompatViewInflater is also being kept.
+-if class androidx.appcompat.app.AppCompatViewInflater
+-keep class com.google.android.material.theme.MaterialComponentsViewInflater {
+ ();
+}
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/public.txt
new file mode 100644
index 0000000..e84d42c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/public.txt
@@ -0,0 +1,996 @@
+style Animation_Design_BottomSheetDialog
+style MaterialAlertDialog_Material3
+style MaterialAlertDialog_Material3_Body_Text
+style MaterialAlertDialog_Material3_Body_Text_CenterStacked
+style MaterialAlertDialog_Material3_Title_Icon
+style MaterialAlertDialog_Material3_Title_Icon_CenterStacked
+style MaterialAlertDialog_Material3_Title_Panel
+style MaterialAlertDialog_Material3_Title_Panel_CenterStacked
+style MaterialAlertDialog_Material3_Title_Text
+style MaterialAlertDialog_Material3_Title_Text_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Icon
+style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Panel
+style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked
+style MaterialAlertDialog_MaterialComponents_Title_Text
+style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked
+style Platform_MaterialComponents
+style Platform_MaterialComponents_Light
+style ShapeAppearance_Material3_LargeComponent
+style ShapeAppearance_Material3_MediumComponent
+style ShapeAppearance_Material3_NavigationBarView_ActiveIndicator
+style ShapeAppearance_Material3_SmallComponent
+style ShapeAppearance_Material3_Tooltip
+style ShapeAppearance_MaterialComponents_LargeComponent
+style ShapeAppearance_MaterialComponents_MediumComponent
+style ShapeAppearance_MaterialComponents_SmallComponent
+style ShapeAppearance_MaterialComponents_Tooltip
+style ShapeAppearanceOverlay_Material3_Button
+style ShapeAppearanceOverlay_Material3_Chip
+style ShapeAppearanceOverlay_Material3_FloatingActionButton
+style ShapeAppearanceOverlay_Material3_NavigationView_Item
+style ShapeAppearanceOverlay_MaterialAlertDialog_Material3
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen
+style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year
+style TextAppearance_Design_CollapsingToolbar_Expanded
+style TextAppearance_Material3_ActionBar_Subtitle
+style TextAppearance_Material3_ActionBar_Title
+style TextAppearance_Material3_BodyLarge
+style TextAppearance_Material3_BodyMedium
+style TextAppearance_Material3_BodySmall
+style TextAppearance_Material3_DisplayLarge
+style TextAppearance_Material3_DisplayMedium
+style TextAppearance_Material3_DisplaySmall
+style TextAppearance_Material3_HeadlineLarge
+style TextAppearance_Material3_HeadlineMedium
+style TextAppearance_Material3_HeadlineSmall
+style TextAppearance_Material3_LabelLarge
+style TextAppearance_Material3_LabelMedium
+style TextAppearance_Material3_LabelSmall
+style TextAppearance_Material3_MaterialTimePicker_Title
+style TextAppearance_Material3_TitleLarge
+style TextAppearance_Material3_TitleMedium
+style TextAppearance_Material3_TitleSmall
+style TextAppearance_MaterialComponents_Body1
+style TextAppearance_MaterialComponents_Body2
+style TextAppearance_MaterialComponents_Button
+style TextAppearance_MaterialComponents_Caption
+style TextAppearance_MaterialComponents_Headline1
+style TextAppearance_MaterialComponents_Headline2
+style TextAppearance_MaterialComponents_Headline3
+style TextAppearance_MaterialComponents_Headline4
+style TextAppearance_MaterialComponents_Headline5
+style TextAppearance_MaterialComponents_Headline6
+style TextAppearance_MaterialComponents_Overline
+style TextAppearance_MaterialComponents_Subtitle1
+style TextAppearance_MaterialComponents_Subtitle2
+style TextAppearance_MaterialComponents_Tooltip
+style Theme_Design
+style Theme_Design_BottomSheetDialog
+style Theme_Design_Light
+style Theme_Design_Light_NoActionBar
+style Theme_Design_NoActionBar
+style Theme_Material3_Dark
+style Theme_Material3_Dark_BottomSheetDialog
+style Theme_Material3_Dark_Dialog
+style Theme_Material3_Dark_Dialog_Alert
+style Theme_Material3_Dark_Dialog_MinWidth
+style Theme_Material3_Dark_DialogWhenLarge
+style Theme_Material3_Dark_NoActionBar
+style Theme_Material3_DayNight
+style Theme_Material3_DayNight_BottomSheetDialog
+style Theme_Material3_DayNight_Dialog
+style Theme_Material3_DayNight_Dialog_Alert
+style Theme_Material3_DayNight_Dialog_MinWidth
+style Theme_Material3_DayNight_DialogWhenLarge
+style Theme_Material3_DayNight_NoActionBar
+style Theme_Material3_DynamicColors_Dark
+style Theme_Material3_DynamicColors_DayNight
+style Theme_Material3_DynamicColors_Light
+style Theme_Material3_Light
+style Theme_Material3_Light_BottomSheetDialog
+style Theme_Material3_Light_Dialog
+style Theme_Material3_Light_Dialog_Alert
+style Theme_Material3_Light_Dialog_MinWidth
+style Theme_Material3_Light_DialogWhenLarge
+style Theme_Material3_Light_NoActionBar
+style Theme_MaterialComponents
+style Theme_MaterialComponents_BottomSheetDialog
+style Theme_MaterialComponents_Bridge
+style Theme_MaterialComponents_CompactMenu
+style Theme_MaterialComponents_DayNight
+style Theme_MaterialComponents_DayNight_Bridge
+style Theme_MaterialComponents_DayNight_DarkActionBar
+style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge
+style Theme_MaterialComponents_DayNight_Dialog
+style Theme_MaterialComponents_DayNight_Dialog_Alert
+style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize
+style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth
+style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DayNight_DialogWhenLarge
+style Theme_MaterialComponents_DayNight_NoActionBar
+style Theme_MaterialComponents_DayNight_NoActionBar_Bridge
+style Theme_MaterialComponents_Dialog
+style Theme_MaterialComponents_Dialog_Alert
+style Theme_MaterialComponents_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Dialog_Bridge
+style Theme_MaterialComponents_Dialog_FixedSize
+style Theme_MaterialComponents_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Dialog_MinWidth
+style Theme_MaterialComponents_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_DialogWhenLarge
+style Theme_MaterialComponents_Light
+style Theme_MaterialComponents_Light_BottomSheetDialog
+style Theme_MaterialComponents_Light_Bridge
+style Theme_MaterialComponents_Light_DarkActionBar
+style Theme_MaterialComponents_Light_DarkActionBar_Bridge
+style Theme_MaterialComponents_Light_Dialog
+style Theme_MaterialComponents_Light_Dialog_Alert
+style Theme_MaterialComponents_Light_Dialog_Alert_Bridge
+style Theme_MaterialComponents_Light_Dialog_Bridge
+style Theme_MaterialComponents_Light_Dialog_FixedSize
+style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge
+style Theme_MaterialComponents_Light_Dialog_MinWidth
+style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge
+style Theme_MaterialComponents_Light_DialogWhenLarge
+style Theme_MaterialComponents_Light_NoActionBar
+style Theme_MaterialComponents_Light_NoActionBar_Bridge
+style Theme_MaterialComponents_NoActionBar
+style Theme_MaterialComponents_NoActionBar_Bridge
+style ThemeOverlay_Material3
+style ThemeOverlay_Material3_AutoCompleteTextView
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox
+style ThemeOverlay_Material3_AutoCompleteTextView_FilledBox_Dense
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox
+style ThemeOverlay_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style ThemeOverlay_Material3_BottomAppBar
+style ThemeOverlay_Material3_BottomSheetDialog
+style ThemeOverlay_Material3_Button
+style ThemeOverlay_Material3_Button_ElevatedButton
+style ThemeOverlay_Material3_Button_TextButton
+style ThemeOverlay_Material3_Button_TextButton_Snackbar
+style ThemeOverlay_Material3_Button_TonalButton
+style ThemeOverlay_Material3_Dark
+style ThemeOverlay_Material3_DayNight_BottomSheetDialog
+style ThemeOverlay_Material3_Dialog
+style ThemeOverlay_Material3_Dialog_Alert
+style ThemeOverlay_Material3_DynamicColors_Dark
+style ThemeOverlay_Material3_DynamicColors_DayNight
+style ThemeOverlay_Material3_DynamicColors_Light
+style ThemeOverlay_Material3_FloatingActionButton_Primary
+style ThemeOverlay_Material3_FloatingActionButton_Secondary
+style ThemeOverlay_Material3_FloatingActionButton_Surface
+style ThemeOverlay_Material3_FloatingActionButton_Tertiary
+style ThemeOverlay_Material3_Light
+style ThemeOverlay_Material3_MaterialAlertDialog
+style ThemeOverlay_Material3_MaterialAlertDialog_Centered
+style ThemeOverlay_Material3_MaterialCalendar
+style ThemeOverlay_Material3_MaterialCalendar_Fullscreen
+style ThemeOverlay_Material3_MaterialTimePicker
+style ThemeOverlay_Material3_MaterialTimePicker_Display_TextInputEditText
+style ThemeOverlay_Material3_NavigationView
+style ThemeOverlay_Material3_Snackbar
+style ThemeOverlay_Material3_TextInputEditText
+style ThemeOverlay_Material3_TextInputEditText_FilledBox
+style ThemeOverlay_Material3_TextInputEditText_FilledBox_Dense
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox
+style ThemeOverlay_Material3_TextInputEditText_OutlinedBox_Dense
+style ThemeOverlay_Material3_Toolbar_Surface
+style ThemeOverlay_MaterialComponents
+style ThemeOverlay_MaterialComponents_ActionBar
+style ThemeOverlay_MaterialComponents_BottomSheetDialog
+style ThemeOverlay_MaterialComponents_Dark
+style ThemeOverlay_MaterialComponents_Dark_ActionBar
+style ThemeOverlay_MaterialComponents_Dialog
+style ThemeOverlay_MaterialComponents_Dialog_Alert
+style ThemeOverlay_MaterialComponents_Light
+style ThemeOverlay_MaterialComponents_MaterialCalendar
+style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen
+style ThemeOverlay_MaterialComponents_TimePicker
+style ThemeOverlay_MaterialComponents_Toolbar_Primary
+style ThemeOverlay_MaterialComponents_Toolbar_Surface
+style Widget_Design_AppBarLayout
+style Widget_Design_BottomNavigationView
+style Widget_Design_BottomSheet_Modal
+style Widget_Design_CollapsingToolbar
+style Widget_Design_FloatingActionButton
+style Widget_Design_NavigationView
+style Widget_Design_ScrimInsetsFrameLayout
+style Widget_Design_Snackbar
+style Widget_Design_TabLayout
+style Widget_Design_TextInputLayout
+style Widget_Material3_ActionBar_Solid
+style Widget_Material3_ActionMode
+style Widget_Material3_AppBarLayout
+style Widget_Material3_AutoCompleteTextView_FilledBox
+style Widget_Material3_AutoCompleteTextView_FilledBox_Dense
+style Widget_Material3_AutoCompleteTextView_OutlinedBox
+style Widget_Material3_AutoCompleteTextView_OutlinedBox_Dense
+style Widget_Material3_Badge
+style Widget_Material3_BottomAppBar
+style Widget_Material3_BottomNavigationView
+style Widget_Material3_BottomNavigationView_ActiveIndicator
+style Widget_Material3_BottomSheet
+style Widget_Material3_BottomSheet_Modal
+style Widget_Material3_Button
+style Widget_Material3_Button_ElevatedButton
+style Widget_Material3_Button_ElevatedButton_Icon
+style Widget_Material3_Button_Icon
+style Widget_Material3_Button_IconButton
+style Widget_Material3_Button_OutlinedButton
+style Widget_Material3_Button_OutlinedButton_Icon
+style Widget_Material3_Button_TextButton
+style Widget_Material3_Button_TextButton_Dialog
+style Widget_Material3_Button_TextButton_Dialog_Flush
+style Widget_Material3_Button_TextButton_Dialog_Icon
+style Widget_Material3_Button_TextButton_Icon
+style Widget_Material3_Button_TextButton_Snackbar
+style Widget_Material3_Button_TonalButton
+style Widget_Material3_Button_TonalButton_Icon
+style Widget_Material3_Button_UnelevatedButton
+style Widget_Material3_CardView_Elevated
+style Widget_Material3_CardView_Filled
+style Widget_Material3_CardView_Outlined
+style Widget_Material3_CheckedTextView
+style Widget_Material3_Chip_Assist
+style Widget_Material3_Chip_Assist_Elevated
+style Widget_Material3_Chip_Filter
+style Widget_Material3_Chip_Filter_Elevated
+style Widget_Material3_Chip_Input
+style Widget_Material3_Chip_Input_Elevated
+style Widget_Material3_Chip_Input_Icon
+style Widget_Material3_Chip_Input_Icon_Elevated
+style Widget_Material3_Chip_Suggestion
+style Widget_Material3_Chip_Suggestion_Elevated
+style Widget_Material3_ChipGroup
+style Widget_Material3_CircularProgressIndicator
+style Widget_Material3_CircularProgressIndicator_ExtraSmall
+style Widget_Material3_CircularProgressIndicator_Medium
+style Widget_Material3_CircularProgressIndicator_Small
+style Widget_Material3_CollapsingToolbar
+style Widget_Material3_CollapsingToolbar_Large
+style Widget_Material3_CollapsingToolbar_Medium
+style Widget_Material3_CompoundButton_CheckBox
+style Widget_Material3_CompoundButton_RadioButton
+style Widget_Material3_CompoundButton_Switch
+style Widget_Material3_DrawerLayout
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Icon_Tertiary
+style Widget_Material3_ExtendedFloatingActionButton_Primary
+style Widget_Material3_ExtendedFloatingActionButton_Secondary
+style Widget_Material3_ExtendedFloatingActionButton_Surface
+style Widget_Material3_ExtendedFloatingActionButton_Tertiary
+style Widget_Material3_FloatingActionButton_Large_Primary
+style Widget_Material3_FloatingActionButton_Large_Secondary
+style Widget_Material3_FloatingActionButton_Large_Surface
+style Widget_Material3_FloatingActionButton_Large_Tertiary
+style Widget_Material3_FloatingActionButton_Primary
+style Widget_Material3_FloatingActionButton_Secondary
+style Widget_Material3_FloatingActionButton_Surface
+style Widget_Material3_FloatingActionButton_Tertiary
+style Widget_Material3_Light_ActionBar_Solid
+style Widget_Material3_LinearProgressIndicator
+style Widget_Material3_MaterialCalendar
+style Widget_Material3_MaterialCalendar_Day
+style Widget_Material3_MaterialCalendar_Day_Invalid
+style Widget_Material3_MaterialCalendar_Day_Selected
+style Widget_Material3_MaterialCalendar_Day_Today
+style Widget_Material3_MaterialCalendar_Fullscreen
+style Widget_Material3_MaterialCalendar_Item
+style Widget_Material3_MaterialCalendar_Year
+style Widget_Material3_MaterialCalendar_Year_Selected
+style Widget_Material3_MaterialCalendar_Year_Today
+style Widget_Material3_MaterialDivider
+style Widget_Material3_MaterialDivider_Heavy
+style Widget_Material3_MaterialTimePicker
+style Widget_Material3_MaterialTimePicker_Button
+style Widget_Material3_MaterialTimePicker_Clock
+style Widget_Material3_MaterialTimePicker_Display
+style Widget_Material3_MaterialTimePicker_Display_Divider
+style Widget_Material3_MaterialTimePicker_Display_HelperText
+style Widget_Material3_MaterialTimePicker_Display_TextInputEditText
+style Widget_Material3_MaterialTimePicker_Display_TextInputLayout
+style Widget_Material3_MaterialTimePicker_ImageButton
+style Widget_Material3_NavigationRailView
+style Widget_Material3_NavigationRailView_ActiveIndicator
+style Widget_Material3_NavigationView
+style Widget_Material3_PopupMenu
+style Widget_Material3_PopupMenu_ContextMenu
+style Widget_Material3_PopupMenu_ListPopupWindow
+style Widget_Material3_PopupMenu_Overflow
+style Widget_Material3_Slider
+style Widget_Material3_Snackbar
+style Widget_Material3_Snackbar_FullWidth
+style Widget_Material3_Snackbar_TextView
+style Widget_Material3_TabLayout
+style Widget_Material3_TabLayout_OnSurface
+style Widget_Material3_TabLayout_Secondary
+style Widget_Material3_TextInputEditText_FilledBox
+style Widget_Material3_TextInputEditText_FilledBox_Dense
+style Widget_Material3_TextInputEditText_OutlinedBox
+style Widget_Material3_TextInputEditText_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox
+style Widget_Material3_TextInputLayout_FilledBox_Dense
+style Widget_Material3_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense
+style Widget_Material3_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_Material3_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_Material3_Toolbar
+style Widget_Material3_Toolbar_OnSurface
+style Widget_Material3_Toolbar_Surface
+style Widget_Material3_Tooltip
+style Widget_MaterialComponents_ActionBar_Primary
+style Widget_MaterialComponents_ActionBar_PrimarySurface
+style Widget_MaterialComponents_ActionBar_Solid
+style Widget_MaterialComponents_ActionBar_Surface
+style Widget_MaterialComponents_AppBarLayout_Primary
+style Widget_MaterialComponents_AppBarLayout_PrimarySurface
+style Widget_MaterialComponents_AppBarLayout_Surface
+style Widget_MaterialComponents_Badge
+style Widget_MaterialComponents_BottomAppBar
+style Widget_MaterialComponents_BottomAppBar_Colored
+style Widget_MaterialComponents_BottomAppBar_PrimarySurface
+style Widget_MaterialComponents_BottomNavigationView
+style Widget_MaterialComponents_BottomNavigationView_Colored
+style Widget_MaterialComponents_BottomNavigationView_PrimarySurface
+style Widget_MaterialComponents_BottomSheet
+style Widget_MaterialComponents_BottomSheet_Modal
+style Widget_MaterialComponents_Button
+style Widget_MaterialComponents_Button_OutlinedButton
+style Widget_MaterialComponents_Button_TextButton
+style Widget_MaterialComponents_Button_TextButton_Dialog
+style Widget_MaterialComponents_Button_TextButton_Dialog_Flush
+style Widget_MaterialComponents_Button_UnelevatedButton
+style Widget_MaterialComponents_CardView
+style Widget_MaterialComponents_Chip_Action
+style Widget_MaterialComponents_Chip_Choice
+style Widget_MaterialComponents_Chip_Entry
+style Widget_MaterialComponents_Chip_Filter
+style Widget_MaterialComponents_ChipGroup
+style Widget_MaterialComponents_CircularProgressIndicator
+style Widget_MaterialComponents_ExtendedFloatingActionButton
+style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon
+style Widget_MaterialComponents_FloatingActionButton
+style Widget_MaterialComponents_Light_ActionBar_Solid
+style Widget_MaterialComponents_LinearProgressIndicator
+style Widget_MaterialComponents_MaterialCalendar
+style Widget_MaterialComponents_MaterialCalendar_Day
+style Widget_MaterialComponents_MaterialCalendar_Day_Invalid
+style Widget_MaterialComponents_MaterialCalendar_Day_Selected
+style Widget_MaterialComponents_MaterialCalendar_Day_Today
+style Widget_MaterialComponents_MaterialCalendar_Fullscreen
+style Widget_MaterialComponents_MaterialCalendar_Item
+style Widget_MaterialComponents_MaterialCalendar_Year
+style Widget_MaterialComponents_MaterialCalendar_Year_Selected
+style Widget_MaterialComponents_MaterialCalendar_Year_Today
+style Widget_MaterialComponents_MaterialDivider
+style Widget_MaterialComponents_NavigationRailView
+style Widget_MaterialComponents_NavigationRailView_Colored
+style Widget_MaterialComponents_NavigationRailView_Colored_Compact
+style Widget_MaterialComponents_NavigationRailView_Compact
+style Widget_MaterialComponents_NavigationRailView_PrimarySurface
+style Widget_MaterialComponents_Slider
+style Widget_MaterialComponents_Snackbar
+style Widget_MaterialComponents_Snackbar_FullWidth
+style Widget_MaterialComponents_Snackbar_TextView
+style Widget_MaterialComponents_TabLayout
+style Widget_MaterialComponents_TabLayout_Colored
+style Widget_MaterialComponents_TabLayout_PrimarySurface
+style Widget_MaterialComponents_TextInputLayout_FilledBox
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense
+style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu
+style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu
+style Widget_MaterialComponents_TextView
+style Widget_MaterialComponents_TimePicker
+style Widget_MaterialComponents_TimePicker_Button
+style Widget_MaterialComponents_TimePicker_Display
+style Widget_MaterialComponents_TimePicker_Display_TextInputEditText
+style Widget_MaterialComponents_TimePicker_ImageButton
+style Widget_MaterialComponents_Toolbar
+style Widget_MaterialComponents_Toolbar_Primary
+style Widget_MaterialComponents_Toolbar_PrimarySurface
+style Widget_MaterialComponents_Toolbar_Surface
+style Widget_MaterialComponents_Tooltip
+attr additionalPaddingEndForIcon
+attr additionalPaddingStartForIcon
+attr animationMode
+attr appBarLayoutStyle
+string appbar_scrolling_view_behavior
+attr backgroundColor
+attr backgroundInsetBottom
+attr backgroundInsetEnd
+attr backgroundInsetStart
+attr backgroundInsetTop
+color backgroundTint
+attr backgroundTint
+attr badgeGravity
+attr badgeStyle
+attr badgeTextColor
+attr behavior_autoHide
+attr behavior_autoShrink
+attr behavior_draggable
+attr behavior_expandedOffset
+attr behavior_fitToContents
+attr behavior_halfExpandedRatio
+attr behavior_hideable
+attr behavior_overlapTop
+attr behavior_peekHeight
+attr behavior_saveFlags
+attr behavior_skipCollapsed
+attr borderWidth
+attr bottomAppBarStyle
+attr bottomInsetScrimEnabled
+attr bottomNavigationStyle
+attr bottomSheetDialogTheme
+attr bottomSheetStyle
+string bottom_sheet_behavior
+attr boxBackgroundColor
+attr boxBackgroundMode
+attr boxCollapsedPaddingBottom
+attr boxCollapsedPaddingTop
+attr boxCornerRadiusBottomEnd
+attr boxCornerRadiusBottomStart
+attr boxCornerRadiusTopEnd
+attr boxCornerRadiusTopStart
+attr boxExpandedPaddingBottom
+attr boxExpandedPaddingTop
+attr boxPaddingBottom
+attr boxPaddingEnd
+attr boxPaddingStart
+attr boxPaddingTop
+attr boxStrokeColor
+attr boxStrokeErrorColor
+attr boxStrokeWidth
+attr boxStrokeWidthFocused
+attr cardForegroundColor
+attr centerIfNoTextEnabled
+attr checkedButton
+attr checkedChip
+attr checkedIcon
+attr checkedIconEnabled
+attr checkedIconGravity
+attr checkedIconMargin
+attr checkedIconSize
+attr checkedIconTint
+attr checkedIconVisible
+attr chipBackgroundColor
+attr chipCornerRadius
+attr chipEndPadding
+attr chipGroupStyle
+attr chipIcon
+attr chipIconEnabled
+attr chipIconSize
+attr chipIconTint
+attr chipIconVisible
+attr chipMinHeight
+attr chipMinTouchTargetSize
+attr chipSpacing
+attr chipSpacingHorizontal
+attr chipSpacingVertical
+attr chipStandaloneStyle
+attr chipStartPadding
+attr chipStrokeColor
+attr chipStrokeWidth
+attr chipStyle
+attr circularProgressIndicatorStyle
+attr clockFaceBackgroundColor
+attr clockHandColor
+attr clockIcon
+attr clockNumberTextColor
+attr closeIcon
+attr closeIconEnabled
+attr closeIconEndPadding
+attr closeIconSize
+attr closeIconStartPadding
+attr closeIconTint
+attr closeIconVisible
+attr collapsedSize
+attr collapsedTitleGravity
+attr collapsedTitleTextAppearance
+attr collapsedTitleTextColor
+attr collapsingToolbarLayoutLargeSize
+attr collapsingToolbarLayoutLargeStyle
+attr collapsingToolbarLayoutMediumSize
+attr collapsingToolbarLayoutMediumStyle
+attr collapsingToolbarLayoutStyle
+attr colorErrorContainer
+attr colorOnBackground
+attr colorOnError
+attr colorOnErrorContainer
+attr colorOnPrimary
+attr colorOnPrimaryContainer
+attr colorOnPrimarySurface
+attr colorOnSecondary
+attr colorOnSecondaryContainer
+attr colorOnSurface
+attr colorOnSurfaceInverse
+attr colorOnSurfaceVariant
+attr colorOnTertiary
+attr colorOnTertiaryContainer
+attr colorOutline
+attr colorPrimaryContainer
+attr colorPrimaryInverse
+attr colorPrimarySurface
+attr colorPrimaryVariant
+attr colorSecondary
+attr colorSecondaryContainer
+attr colorSecondaryVariant
+attr colorSurface
+attr colorSurfaceInverse
+attr colorSurfaceVariant
+attr colorTertiary
+attr colorTertiaryContainer
+attr contentPaddingEnd
+attr contentPaddingStart
+attr contentScrim
+attr cornerFamily
+attr cornerFamilyBottomLeft
+attr cornerFamilyBottomRight
+attr cornerFamilyTopLeft
+attr cornerFamilyTopRight
+attr cornerRadius
+attr cornerSize
+attr cornerSizeBottomLeft
+attr cornerSizeBottomRight
+attr cornerSizeTopLeft
+attr cornerSizeTopRight
+attr counterEnabled
+attr counterMaxLength
+attr counterOverflowTextAppearance
+attr counterOverflowTextColor
+attr counterTextAppearance
+attr counterTextColor
+attr dayInvalidStyle
+attr daySelectedStyle
+attr dayStyle
+attr dayTodayStyle
+color design_default_color_background
+color design_default_color_error
+color design_default_color_on_primary
+color design_default_color_on_secondary
+color design_default_color_primary
+color design_default_color_primary_dark
+color design_default_color_primary_variant
+color design_default_color_secondary
+color design_default_color_secondary_variant
+color design_default_color_surface
+attr dividerColor
+attr dividerInsetEnd
+attr dividerInsetStart
+attr dividerThickness
+attr drawerLayoutCornerSize
+attr dynamicColorThemeOverlay
+attr elevationOverlayColor
+attr elevationOverlayEnabled
+attr enableEdgeToEdge
+attr endIconCheckable
+attr endIconContentDescription
+attr endIconDrawable
+attr endIconMode
+attr endIconTint
+attr endIconTintMode
+attr enforceMaterialTheme
+attr enforceTextAppearance
+attr ensureMinTouchTargetSize
+attr errorContentDescription
+attr errorEnabled
+attr errorIconDrawable
+attr errorIconTint
+attr errorIconTintMode
+attr errorTextAppearance
+attr errorTextColor
+attr expanded
+attr expandedHintEnabled
+attr expandedTitleGravity
+attr expandedTitleMargin
+attr expandedTitleMarginBottom
+attr expandedTitleMarginEnd
+attr expandedTitleMarginStart
+attr expandedTitleMarginTop
+attr expandedTitleTextAppearance
+attr expandedTitleTextColor
+attr extendMotionSpec
+attr extendedFloatingActionButtonPrimaryStyle
+attr extendedFloatingActionButtonSecondaryStyle
+attr extendedFloatingActionButtonStyle
+attr extendedFloatingActionButtonSurfaceStyle
+attr extendedFloatingActionButtonTertiaryStyle
+attr fabAlignmentMode
+attr fabAnimationMode
+attr fabCradleMargin
+attr fabCradleRoundedCornerRadius
+attr fabCradleVerticalOffset
+attr fabCustomSize
+attr fabSize
+string fab_transformation_scrim_behavior
+string fab_transformation_sheet_behavior
+attr floatingActionButtonLargePrimaryStyle
+attr floatingActionButtonLargeSecondaryStyle
+attr floatingActionButtonLargeStyle
+attr floatingActionButtonLargeSurfaceStyle
+attr floatingActionButtonLargeTertiaryStyle
+attr floatingActionButtonPrimaryStyle
+attr floatingActionButtonSecondaryStyle
+attr floatingActionButtonStyle
+attr floatingActionButtonSurfaceStyle
+attr floatingActionButtonTertiaryStyle
+attr gestureInsetBottomIgnored
+attr haloColor
+attr haloRadius
+attr headerLayout
+attr helperText
+attr helperTextEnabled
+attr helperTextTextAppearance
+attr helperTextTextColor
+attr hideAnimationBehavior
+attr hideMotionSpec
+attr hideOnScroll
+string hide_bottom_view_on_scroll_behavior
+attr hintAnimationEnabled
+attr hintEnabled
+attr hintTextAppearance
+attr hintTextColor
+attr horizontalOffset
+attr hoveredFocusedTranslationZ
+attr icon
+attr iconEndPadding
+attr iconGravity
+attr iconPadding
+attr iconSize
+attr iconStartPadding
+attr iconTint
+attr iconTintMode
+attr indeterminateAnimationType
+attr indicatorColor
+attr indicatorDirectionCircular
+attr indicatorDirectionLinear
+attr indicatorInset
+attr indicatorSize
+attr insetForeground
+attr itemActiveIndicatorStyle
+attr itemBackground
+attr itemFillColor
+attr itemHorizontalPadding
+attr itemHorizontalTranslationEnabled
+attr itemIconPadding
+attr itemIconSize
+attr itemIconTint
+attr itemMaxLines
+attr itemMinHeight
+attr itemPaddingBottom
+attr itemPaddingTop
+attr itemRippleColor
+attr itemShapeAppearance
+attr itemShapeAppearanceOverlay
+attr itemShapeFillColor
+attr itemShapeInsetBottom
+attr itemShapeInsetEnd
+attr itemShapeInsetStart
+attr itemShapeInsetTop
+attr itemStrokeColor
+attr itemStrokeWidth
+attr itemTextAppearance
+attr itemTextAppearanceActive
+attr itemTextAppearanceInactive
+attr itemTextColor
+attr itemVerticalPadding
+attr keyboardIcon
+attr labelBehavior
+attr labelStyle
+attr labelVisibilityMode
+attr lastItemDecorated
+attr layout_collapseMode
+attr layout_collapseParallaxMultiplier
+attr layout_scrollFlags
+attr layout_scrollInterpolator
+attr liftOnScroll
+attr liftOnScrollTargetViewId
+attr linearProgressIndicatorStyle
+attr logoAdjustViewBounds
+attr logoScaleType
+attr marginHorizontal
+attr marginLeftSystemWindowInsets
+attr marginRightSystemWindowInsets
+attr marginTopSystemWindowInsets
+attr materialAlertDialogBodyTextStyle
+attr materialAlertDialogButtonSpacerVisibility
+attr materialAlertDialogTheme
+attr materialAlertDialogTitleIconStyle
+attr materialAlertDialogTitlePanelStyle
+attr materialAlertDialogTitleTextStyle
+attr materialButtonOutlinedStyle
+attr materialButtonStyle
+attr materialButtonToggleGroupStyle
+attr materialCalendarFullscreenTheme
+attr materialCalendarStyle
+attr materialCalendarTheme
+attr materialCardViewElevatedStyle
+attr materialCardViewFilledStyle
+attr materialCardViewOutlinedStyle
+attr materialCardViewStyle
+attr materialClockStyle
+attr materialDividerHeavyStyle
+attr materialDividerStyle
+attr materialThemeOverlay
+attr materialTimePickerStyle
+attr materialTimePickerTheme
+color material_dynamic_neutral0
+color material_dynamic_neutral10
+color material_dynamic_neutral100
+color material_dynamic_neutral20
+color material_dynamic_neutral30
+color material_dynamic_neutral40
+color material_dynamic_neutral50
+color material_dynamic_neutral60
+color material_dynamic_neutral70
+color material_dynamic_neutral80
+color material_dynamic_neutral90
+color material_dynamic_neutral95
+color material_dynamic_neutral99
+color material_dynamic_neutral_variant0
+color material_dynamic_neutral_variant10
+color material_dynamic_neutral_variant100
+color material_dynamic_neutral_variant20
+color material_dynamic_neutral_variant30
+color material_dynamic_neutral_variant40
+color material_dynamic_neutral_variant50
+color material_dynamic_neutral_variant60
+color material_dynamic_neutral_variant70
+color material_dynamic_neutral_variant80
+color material_dynamic_neutral_variant90
+color material_dynamic_neutral_variant95
+color material_dynamic_neutral_variant99
+color material_dynamic_primary0
+color material_dynamic_primary10
+color material_dynamic_primary100
+color material_dynamic_primary20
+color material_dynamic_primary30
+color material_dynamic_primary40
+color material_dynamic_primary50
+color material_dynamic_primary60
+color material_dynamic_primary70
+color material_dynamic_primary80
+color material_dynamic_primary90
+color material_dynamic_primary95
+color material_dynamic_primary99
+color material_dynamic_secondary0
+color material_dynamic_secondary10
+color material_dynamic_secondary100
+color material_dynamic_secondary20
+color material_dynamic_secondary30
+color material_dynamic_secondary40
+color material_dynamic_secondary50
+color material_dynamic_secondary60
+color material_dynamic_secondary70
+color material_dynamic_secondary80
+color material_dynamic_secondary90
+color material_dynamic_secondary95
+color material_dynamic_secondary99
+color material_dynamic_tertiary0
+color material_dynamic_tertiary10
+color material_dynamic_tertiary100
+color material_dynamic_tertiary20
+color material_dynamic_tertiary30
+color material_dynamic_tertiary40
+color material_dynamic_tertiary50
+color material_dynamic_tertiary60
+color material_dynamic_tertiary70
+color material_dynamic_tertiary80
+color material_dynamic_tertiary90
+color material_dynamic_tertiary95
+color material_dynamic_tertiary99
+dimen material_emphasis_disabled
+dimen material_emphasis_disabled_background
+dimen material_emphasis_high_type
+dimen material_emphasis_medium
+integer material_motion_duration_long_1
+integer material_motion_duration_long_2
+integer material_motion_duration_medium_1
+integer material_motion_duration_medium_2
+integer material_motion_duration_short_1
+integer material_motion_duration_short_2
+string material_motion_easing_accelerated
+string material_motion_easing_decelerated
+string material_motion_easing_emphasized
+string material_motion_easing_linear
+string material_motion_easing_standard
+color material_on_background_disabled
+color material_on_background_emphasis_high_type
+color material_on_background_emphasis_medium
+color material_on_primary_disabled
+color material_on_primary_emphasis_high_type
+color material_on_primary_emphasis_medium
+color material_on_surface_disabled
+color material_on_surface_emphasis_high_type
+color material_on_surface_emphasis_medium
+color material_on_surface_stroke
+attr maxActionInlineWidth
+attr maxCharacterCount
+attr maxImageSize
+attr maxLines
+attr menu
+attr menuGravity
+attr minHideDelay
+attr minTouchTargetSize
+attr motionDurationLong1
+attr motionDurationLong2
+attr motionDurationMedium1
+attr motionDurationMedium2
+attr motionDurationShort1
+attr motionDurationShort2
+attr motionEasingAccelerated
+attr motionEasingDecelerated
+attr motionEasingEmphasized
+attr motionEasingLinear
+attr motionEasingStandard
+attr motionPath
+attr navigationIconTint
+attr navigationRailStyle
+attr navigationViewStyle
+attr number
+attr paddingBottomSystemWindowInsets
+attr paddingLeftSystemWindowInsets
+attr paddingRightSystemWindowInsets
+attr paddingTopSystemWindowInsets
+attr passwordToggleContentDescription
+attr passwordToggleDrawable
+attr passwordToggleEnabled
+attr passwordToggleTint
+attr passwordToggleTintMode
+attr placeholderText
+attr placeholderTextAppearance
+attr placeholderTextColor
+attr popupMenuBackground
+attr prefixText
+attr prefixTextAppearance
+attr prefixTextColor
+attr pressedTranslationZ
+attr rangeFillColor
+attr rippleColor
+attr scrimAnimationDuration
+attr scrimBackground
+attr scrimVisibleHeightTrigger
+attr selectionRequired
+attr shapeAppearance
+attr shapeAppearanceLargeComponent
+attr shapeAppearanceMediumComponent
+attr shapeAppearanceOverlay
+attr shapeAppearanceSmallComponent
+attr showAnimationBehavior
+attr showDelay
+attr showMotionSpec
+attr shrinkMotionSpec
+attr simpleItemLayout
+attr simpleItems
+attr singleLine
+attr singleSelection
+attr sliderStyle
+attr snackbarButtonStyle
+attr snackbarStyle
+attr snackbarTextViewStyle
+attr startIconCheckable
+attr startIconContentDescription
+attr startIconDrawable
+attr startIconTint
+attr startIconTintMode
+attr state_dragged
+attr state_liftable
+attr state_lifted
+attr statusBarForeground
+attr statusBarScrim
+attr strokeColor
+attr strokeWidth
+attr subheaderColor
+attr subheaderInsetEnd
+attr subheaderInsetStart
+attr subheaderTextAppearance
+attr subtitleCentered
+attr suffixText
+attr suffixTextAppearance
+attr suffixTextColor
+attr tabBackground
+attr tabContentStart
+attr tabGravity
+attr tabIconTint
+attr tabIconTintMode
+attr tabIndicator
+attr tabIndicatorAnimationMode
+attr tabIndicatorColor
+attr tabIndicatorFullWidth
+attr tabIndicatorGravity
+attr tabIndicatorHeight
+attr tabInlineLabel
+attr tabMaxWidth
+attr tabMinWidth
+attr tabMode
+attr tabPadding
+attr tabPaddingBottom
+attr tabPaddingEnd
+attr tabPaddingStart
+attr tabPaddingTop
+attr tabRippleColor
+attr tabSecondaryStyle
+attr tabSelectedTextColor
+attr tabStyle
+attr tabTextAppearance
+attr tabTextColor
+attr textAppearanceBody1
+attr textAppearanceBody2
+attr textAppearanceBodyLarge
+attr textAppearanceBodyMedium
+attr textAppearanceBodySmall
+attr textAppearanceButton
+attr textAppearanceCaption
+attr textAppearanceDisplayLarge
+attr textAppearanceDisplayMedium
+attr textAppearanceDisplaySmall
+attr textAppearanceHeadline1
+attr textAppearanceHeadline2
+attr textAppearanceHeadline3
+attr textAppearanceHeadline4
+attr textAppearanceHeadline5
+attr textAppearanceHeadline6
+attr textAppearanceHeadlineLarge
+attr textAppearanceHeadlineMedium
+attr textAppearanceHeadlineSmall
+attr textAppearanceLabelLarge
+attr textAppearanceLabelMedium
+attr textAppearanceLabelSmall
+attr textAppearanceOverline
+attr textAppearanceSubtitle1
+attr textAppearanceSubtitle2
+attr textAppearanceTitleLarge
+attr textAppearanceTitleMedium
+attr textAppearanceTitleSmall
+attr textEndPadding
+attr textInputFilledDenseStyle
+attr textInputFilledExposedDropdownMenuStyle
+attr textInputFilledStyle
+attr textInputLayoutFocusedRectEnabled
+attr textInputOutlinedDenseStyle
+attr textInputOutlinedExposedDropdownMenuStyle
+attr textInputOutlinedStyle
+attr textInputStyle
+attr textStartPadding
+attr thumbColor
+attr thumbElevation
+attr thumbRadius
+attr thumbStrokeColor
+attr thumbStrokeWidth
+attr tickColor
+attr tickColorActive
+attr tickColorInactive
+attr tickVisible
+attr titleCentered
+attr titleEnabled
+attr titlePositionInterpolator
+attr toolbarId
+attr toolbarSurfaceStyle
+attr tooltipStyle
+attr topInsetScrimEnabled
+attr trackColor
+attr trackColorActive
+attr trackColorInactive
+attr trackCornerRadius
+attr trackHeight
+attr trackThickness
+attr transitionShapeAppearance
+attr useCompatPadding
+attr useMaterialThemeColors
+attr values
+attr verticalOffset
+attr yearSelectedStyle
+attr yearStyle
+attr yearTodayStyle
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res.zip
new file mode 100644
index 0000000..f5e50d0
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_in.xml
new file mode 100644
index 0000000..30d0d0d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_in.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_out.xml
new file mode 100644
index 0000000..459c216
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/design_bottom_sheet_slide_out.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_in.xml
new file mode 100644
index 0000000..737e410
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_in.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_out.xml
new file mode 100644
index 0000000..4e63b7b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim-v21/mtrl_bottom_sheet_slide_out.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_in.xml
new file mode 100644
index 0000000..b01829e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_in.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_out.xml
new file mode 100644
index 0000000..12fd977
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_bottom_sheet_slide_out.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_in.xml
new file mode 100644
index 0000000..45e6ccb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_in.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_out.xml
new file mode 100644
index 0000000..5e21a20
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/design_snackbar_out.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_in.xml
new file mode 100644
index 0000000..34a8b7b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_in.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_out.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_out.xml
new file mode 100644
index 0000000..3a4c67a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_bottom_sheet_slide_out.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_card_lowers_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_card_lowers_interpolator.xml
new file mode 100644
index 0000000..a80d781
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/anim/mtrl_card_lowers_interpolator.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator-v21/design_appbar_state_list_animator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator-v21/design_appbar_state_list_animator.xml
new file mode 100644
index 0000000..94ee693
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator-v21/design_appbar_state_list_animator.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ -
+
+
+
+ -
+
+
+
+ -
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_hide_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_hide_motion_spec.xml
new file mode 100644
index 0000000..c748813
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_hide_motion_spec.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_show_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_show_motion_spec.xml
new file mode 100644
index 0000000..bfddcee
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/design_fab_show_motion_spec.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_head_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_head_interpolator.xml
new file mode 100644
index 0000000..627678f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_head_interpolator.xml
@@ -0,0 +1,23 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_tail_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_tail_interpolator.xml
new file mode 100644
index 0000000..82ca9eb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line1_tail_interpolator.xml
@@ -0,0 +1,23 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_head_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_head_interpolator.xml
new file mode 100644
index 0000000..4b5cac8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_head_interpolator.xml
@@ -0,0 +1,23 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_tail_interpolator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_tail_interpolator.xml
new file mode 100644
index 0000000..7834163
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/linear_indeterminate_line2_tail_interpolator.xml
@@ -0,0 +1,23 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_elevated_btn_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_elevated_btn_state_list_anim.xml
new file mode 100644
index 0000000..c1d5edd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_elevated_btn_state_list_anim.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_state_list_anim.xml
new file mode 100644
index 0000000..56d21ec
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_btn_state_list_anim.xml
@@ -0,0 +1,72 @@
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_elevated_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_elevated_state_list_anim.xml
new file mode 100644
index 0000000..cdc2bb4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_elevated_state_list_anim.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_state_list_anim.xml
new file mode 100644
index 0000000..33a828b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_card_state_list_anim.xml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_chip_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_chip_state_list_anim.xml
new file mode 100644
index 0000000..5718329
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_chip_state_list_anim.xml
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_elevated_chip_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_elevated_chip_state_list_anim.xml
new file mode 100644
index 0000000..240f429
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/m3_elevated_chip_state_list_anim.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_state_list_anim.xml
new file mode 100644
index 0000000..38d4d9f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_state_list_anim.xml
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_unelevated_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_unelevated_state_list_anim.xml
new file mode 100644
index 0000000..5d5834a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_btn_unelevated_state_list_anim.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_card_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_card_state_list_anim.xml
new file mode 100644
index 0000000..058c65b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_card_state_list_anim.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+ -
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_chip_state_list_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_chip_state_list_anim.xml
new file mode 100644
index 0000000..dcdb4d1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_chip_state_list_anim.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml
new file mode 100644
index 0000000..f4b8018
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml
new file mode 100644
index 0000000..d03b023
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_hide_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_hide_motion_spec.xml
new file mode 100644
index 0000000..9f9f2ae
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_hide_motion_spec.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_show_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_show_motion_spec.xml
new file mode 100644
index 0000000..9659742
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_show_motion_spec.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_state_list_animator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_state_list_animator.xml
new file mode 100644
index 0000000..ae64e8f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_extended_fab_state_list_animator.xml
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_hide_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_hide_motion_spec.xml
new file mode 100644
index 0000000..122aca1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_hide_motion_spec.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_show_motion_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_show_motion_spec.xml
new file mode 100644
index 0000000..392e0d9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_show_motion_spec.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml
new file mode 100644
index 0000000..1da3578
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_expand_spec.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_expand_spec.xml
new file mode 100644
index 0000000..0f10c4c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/animator/mtrl_fab_transformation_sheet_expand_spec.xml
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_button_stroke.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_button_stroke.xml
new file mode 100644
index 0000000..7854866
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_button_stroke.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_clockface.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_clockface.xml
new file mode 100644
index 0000000..cb0d4c0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_clockface.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_modebutton_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_modebutton_tint.xml
new file mode 100644
index 0000000..2f1331f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-night-v8/material_timepicker_modebutton_tint.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_primary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_primary_text.xml
new file mode 100644
index 0000000..7fe6931
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_primary_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml
new file mode 100644
index 0000000..129b6f5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_highlighted_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_highlighted_text.xml
new file mode 100644
index 0000000..cdd3583
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_highlighted_text.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_hint_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_hint_foreground.xml
new file mode 100644
index 0000000..44039d8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_hint_foreground.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml
new file mode 100644
index 0000000..97dd91d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_primary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_primary_text.xml
new file mode 100644
index 0000000..219c210
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_primary_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_secondary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_secondary_text.xml
new file mode 100644
index 0000000..e9706bb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_default_color_secondary_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_highlighted_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_highlighted_text.xml
new file mode 100644
index 0000000..5543e65
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_highlighted_text.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_hint_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_hint_foreground.xml
new file mode 100644
index 0000000..34d8867
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_hint_foreground.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_primary_text_disable_only.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_primary_text_disable_only.xml
new file mode 100644
index 0000000..e2a24c6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color-v31/m3_dynamic_primary_text_disable_only.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/checkbox_themeable_attribute_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/checkbox_themeable_attribute_color.xml
new file mode 100644
index 0000000..7b55f4c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/checkbox_themeable_attribute_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_box_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_box_stroke_color.xml
new file mode 100644
index 0000000..e31903f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_box_stroke_color.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_error.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_error.xml
new file mode 100644
index 0000000..80b2b6c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_error.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_icon_tint.xml
new file mode 100644
index 0000000..b5a7111
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/design_icon_tint.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_appbar_overlay_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_appbar_overlay_color.xml
new file mode 100644
index 0000000..e905911
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_appbar_overlay_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_icon_tint_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_icon_tint_color.xml
new file mode 100644
index 0000000..6815069
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_icon_tint_color.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_stroke_color.xml
new file mode 100644
index 0000000..75e3601
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_assist_chip_stroke_color.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_background_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_background_color_selector.xml
new file mode 100644
index 0000000..9f4ebda
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_background_color_selector.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_foreground_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_foreground_color_selector.xml
new file mode 100644
index 0000000..9e594c5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_foreground_color_selector.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_outline_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_outline_color_selector.xml
new file mode 100644
index 0000000..df01f9d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_outline_color_selector.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color.xml
new file mode 100644
index 0000000..6393e53
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color_selector.xml
new file mode 100644
index 0000000..879e8f6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_button_ripple_color_selector.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_disabled_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_disabled_text.xml
new file mode 100644
index 0000000..1d733b2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_disabled_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_stroke_color.xml
new file mode 100644
index 0000000..a988c4d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_calendar_item_stroke_color.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_foreground_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_foreground_color.xml
new file mode 100644
index 0000000..ef22c51
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_foreground_color.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_ripple_color.xml
new file mode 100644
index 0000000..e2bad74
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_ripple_color.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_stroke_color.xml
new file mode 100644
index 0000000..42a6c07
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_card_stroke_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_assist_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_assist_text_color.xml
new file mode 100644
index 0000000..ab7f687
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_assist_text_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_background_color.xml
new file mode 100644
index 0000000..8efdcda
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_background_color.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_ripple_color.xml
new file mode 100644
index 0000000..3e8ace2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_ripple_color.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_stroke_color.xml
new file mode 100644
index 0000000..3cc9b0d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_stroke_color.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_text_color.xml
new file mode 100644
index 0000000..70a4a34
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_chip_text_color.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_primary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_primary_text.xml
new file mode 100644
index 0000000..ef7f3b8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_primary_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_secondary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_secondary_text.xml
new file mode 100644
index 0000000..0f5b122
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_default_color_secondary_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_highlighted_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_highlighted_text.xml
new file mode 100644
index 0000000..c9ac3ab
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_highlighted_text.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_hint_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_hint_foreground.xml
new file mode 100644
index 0000000..9edd7e6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_hint_foreground.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_primary_text_disable_only.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_primary_text_disable_only.xml
new file mode 100644
index 0000000..1e9383a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_dark_primary_text_disable_only.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_primary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_primary_text.xml
new file mode 100644
index 0000000..ba8e8b3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_primary_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_secondary_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_secondary_text.xml
new file mode 100644
index 0000000..e64ad1a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_default_color_secondary_text.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_elevated_chip_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_elevated_chip_background_color.xml
new file mode 100644
index 0000000..926b975
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_elevated_chip_background_color.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_highlighted_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_highlighted_text.xml
new file mode 100644
index 0000000..dd3ad37
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_highlighted_text.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_hint_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_hint_foreground.xml
new file mode 100644
index 0000000..6dfb3b2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_hint_foreground.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml
new file mode 100644
index 0000000..6e8eedb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_label_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_label_tint.xml
new file mode 100644
index 0000000..9c054f2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_item_with_indicator_label_tint.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_ripple_color_selector.xml
new file mode 100644
index 0000000..5d3d705
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_bar_ripple_color_selector.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_background_color.xml
new file mode 100644
index 0000000..df34430
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_background_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_icon_tint.xml
new file mode 100644
index 0000000..4ab0384
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_icon_tint.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_ripple_color.xml
new file mode 100644
index 0000000..17aad96
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_ripple_color.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_text_color.xml
new file mode 100644
index 0000000..4ab0384
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_navigation_item_text_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_popupmenu_overlay_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_popupmenu_overlay_color.xml
new file mode 100644
index 0000000..bf25f82
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_popupmenu_overlay_color.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_primary_text_disable_only.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_primary_text_disable_only.xml
new file mode 100644
index 0000000..af842e6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_primary_text_disable_only.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_radiobutton_ripple_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_radiobutton_ripple_tint.xml
new file mode 100644
index 0000000..f6fb909
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_radiobutton_ripple_tint.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_button_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_button_tint.xml
new file mode 100644
index 0000000..f1c0b7f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_button_tint.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_ripple_color_selector.xml
new file mode 100644
index 0000000..0977642
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_selection_control_ripple_color_selector.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_active_track_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_active_track_color.xml
new file mode 100644
index 0000000..3d107e8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_active_track_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_halo_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_halo_color.xml
new file mode 100644
index 0000000..40be92b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_halo_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_inactive_track_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_inactive_track_color.xml
new file mode 100644
index 0000000..5ff01e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_inactive_track_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_thumb_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_thumb_color.xml
new file mode 100644
index 0000000..98c9409
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_slider_thumb_color.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_thumb_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_thumb_tint.xml
new file mode 100644
index 0000000..ad3fa33
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_thumb_tint.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_track_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_track_tint.xml
new file mode 100644
index 0000000..a92c59f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_switch_track_tint.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_icon_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_icon_color.xml
new file mode 100644
index 0000000..870d91c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_icon_color.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_ripple_color.xml
new file mode 100644
index 0000000..8347a8c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tabs_ripple_color.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_background_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_background_color_selector.xml
new file mode 100644
index 0000000..cb926ad
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_background_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_foreground_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_foreground_color_selector.xml
new file mode 100644
index 0000000..f4a4770
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_foreground_color_selector.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_ripple_color_selector.xml
new file mode 100644
index 0000000..9243bef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_text_button_ripple_color_selector.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_filled_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_filled_background_color.xml
new file mode 100644
index 0000000..d1d2481
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_filled_background_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_indicator_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_indicator_text_color.xml
new file mode 100644
index 0000000..ba51f00
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_indicator_text_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_input_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_input_text_color.xml
new file mode 100644
index 0000000..9265d50
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_input_text_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_label_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_label_color.xml
new file mode 100644
index 0000000..4665853
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_label_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_stroke_color.xml
new file mode 100644
index 0000000..3020bb4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_textfield_stroke_color.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_background_color.xml
new file mode 100644
index 0000000..9350db5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_background_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_ripple_color.xml
new file mode 100644
index 0000000..fd97fcd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_ripple_color.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_text_color.xml
new file mode 100644
index 0000000..2f06b3b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_button_text_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_clock_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_clock_text_color.xml
new file mode 100644
index 0000000..99e7b9f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_clock_text_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_background_color.xml
new file mode 100644
index 0000000..942e584
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_background_color.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_ripple_color.xml
new file mode 100644
index 0000000..bffda75
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_ripple_color.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_stroke_color.xml
new file mode 100644
index 0000000..0969681
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_stroke_color.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_text_color.xml
new file mode 100644
index 0000000..14d3d4a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_display_text_color.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_ripple_color.xml
new file mode 100644
index 0000000..9dd384c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_ripple_color.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_text_color.xml
new file mode 100644
index 0000000..81e688d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_timepicker_secondary_text_button_text_color.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tonal_button_ripple_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tonal_button_ripple_color_selector.xml
new file mode 100644
index 0000000..e08d52d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/m3_tonal_button_ripple_color_selector.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_cursor_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_cursor_color.xml
new file mode 100644
index 0000000..787ae51
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_cursor_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_divider_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_divider_color.xml
new file mode 100644
index 0000000..f9d3ff3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_divider_color.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_disabled.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_disabled.xml
new file mode 100644
index 0000000..9c7f0bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_disabled.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_high_type.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_high_type.xml
new file mode 100644
index 0000000..5601110
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_high_type.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_medium.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_medium.xml
new file mode 100644
index 0000000..1a9480b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_background_emphasis_medium.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_disabled.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_disabled.xml
new file mode 100644
index 0000000..c971e2c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_disabled.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_high_type.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_high_type.xml
new file mode 100644
index 0000000..6aebb05
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_high_type.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_medium.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_medium.xml
new file mode 100644
index 0000000..8795019
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_primary_emphasis_medium.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_disabled.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_disabled.xml
new file mode 100644
index 0000000..390d9f2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_disabled.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_high_type.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_high_type.xml
new file mode 100644
index 0000000..24f2fab
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_high_type.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_medium.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_medium.xml
new file mode 100644
index 0000000..fa5295b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_emphasis_medium.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_stroke.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_stroke.xml
new file mode 100644
index 0000000..fffd52e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_on_surface_stroke.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_tick_marks_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_tick_marks_color.xml
new file mode 100644
index 0000000..c55e115
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_tick_marks_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_track_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_track_color.xml
new file mode 100644
index 0000000..47a5d5f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_active_track_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_halo_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_halo_color.xml
new file mode 100644
index 0000000..da0ab8c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_halo_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_tick_marks_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_tick_marks_color.xml
new file mode 100644
index 0000000..cecd651
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_tick_marks_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_track_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_track_color.xml
new file mode 100644
index 0000000..873f5a9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_inactive_track_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_thumb_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_thumb_color.xml
new file mode 100644
index 0000000..8a77994
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_slider_thumb_color.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_background.xml
new file mode 100644
index 0000000..603d8c7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_background.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_stroke.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_stroke.xml
new file mode 100644
index 0000000..9493bc4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_button_stroke.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clock_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clock_text_color.xml
new file mode 100644
index 0000000..0f74e98
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clock_text_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clockface.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clockface.xml
new file mode 100644
index 0000000..a6ca678
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_clockface.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_modebutton_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_modebutton_tint.xml
new file mode 100644
index 0000000..557aa06
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/material_timepicker_modebutton_tint.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_bg_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_bg_color_selector.xml
new file mode 100644
index 0000000..689809a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_bg_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_ripple_color.xml
new file mode 100644
index 0000000..25c82cf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_ripple_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_stroke_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_stroke_color_selector.xml
new file mode 100644
index 0000000..5db3a22
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_stroke_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_bg_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_bg_color_selector.xml
new file mode 100644
index 0000000..72c7542
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_bg_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_ripple_color.xml
new file mode 100644
index 0000000..87b9e30
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_btn_ripple_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_color_selector.xml
new file mode 100644
index 0000000..659e08c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_btn_text_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_item_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_item_stroke_color.xml
new file mode 100644
index 0000000..fef1013
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_item_stroke_color.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_selected_range.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_selected_range.xml
new file mode 100644
index 0000000..37071cf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_calendar_selected_range.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_foreground.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_foreground.xml
new file mode 100644
index 0000000..4e6d3c3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_foreground.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_ripple.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_ripple.xml
new file mode 100644
index 0000000..bc58d21
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_card_view_ripple.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_background_color.xml
new file mode 100644
index 0000000..25100da
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_background_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_close_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_close_icon_tint.xml
new file mode 100644
index 0000000..e8ac08d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_close_icon_tint.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_surface_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_surface_color.xml
new file mode 100644
index 0000000..c77a053
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_surface_color.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_text_color.xml
new file mode 100644
index 0000000..227b349
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_chip_text_color.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_background_color.xml
new file mode 100644
index 0000000..ea71779
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_background_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_ripple_color.xml
new file mode 100644
index 0000000..642b9ce
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_ripple_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_text_color.xml
new file mode 100644
index 0000000..62b8677
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_choice_chip_text_color.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_error.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_error.xml
new file mode 100644
index 0000000..a46497f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_error.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_bg_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_bg_color_selector.xml
new file mode 100644
index 0000000..31b20b2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_bg_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_icon_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_icon_text_color_selector.xml
new file mode 100644
index 0000000..0e87a86
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_icon_text_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_ripple_color.xml
new file mode 100644
index 0000000..2791c18
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_fab_ripple_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_background_color.xml
new file mode 100644
index 0000000..0cf75c3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_background_color.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_icon_tint.xml
new file mode 100644
index 0000000..bafe722
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_icon_tint.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_stroke_color.xml
new file mode 100644
index 0000000..802d832
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_filled_stroke_color.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_indicator_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_indicator_text_color.xml
new file mode 100644
index 0000000..fd978fa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_indicator_text_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_item_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_item_tint.xml
new file mode 100644
index 0000000..9f76bd2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_item_tint.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_ripple_color.xml
new file mode 100644
index 0000000..dc03816
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_colored_ripple_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_item_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_item_tint.xml
new file mode 100644
index 0000000..7234783
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_item_tint.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_ripple_color.xml
new file mode 100644
index 0000000..65cd72d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_bar_ripple_color.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_background_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_background_color.xml
new file mode 100644
index 0000000..1fc6fb5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_background_color.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_icon_tint.xml
new file mode 100644
index 0000000..f69dbaf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_icon_tint.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_text_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_text_color.xml
new file mode 100644
index 0000000..f69dbaf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_navigation_item_text_color.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_primary_text_btn_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_primary_text_btn_text_color_selector.xml
new file mode 100644
index 0000000..2ea9f1b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_primary_text_btn_text_color_selector.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_surface_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_surface_ripple_color.xml
new file mode 100644
index 0000000..edccf85
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_on_surface_ripple_color.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_icon_tint.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_icon_tint.xml
new file mode 100644
index 0000000..d14fb07
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_icon_tint.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_stroke_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_stroke_color.xml
new file mode 100644
index 0000000..b687332
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_outlined_stroke_color.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_popupmenu_overlay_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_popupmenu_overlay_color.xml
new file mode 100644
index 0000000..b891e97
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_popupmenu_overlay_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_colored_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_colored_ripple_color.xml
new file mode 100644
index 0000000..1c6265c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_colored_ripple_color.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector.xml
new file mode 100644
index 0000000..a2e3254
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector_colored.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector_colored.xml
new file mode 100644
index 0000000..297894c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_icon_color_selector_colored.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_legacy_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_legacy_text_color_selector.xml
new file mode 100644
index 0000000..21f6883
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_legacy_text_color_selector.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_ripple_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_ripple_color.xml
new file mode 100644
index 0000000..f77cdff
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_tabs_ripple_color.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_text_btn_text_color_selector.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_text_btn_text_color_selector.xml
new file mode 100644
index 0000000..0d86cba
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/mtrl_text_btn_text_color_selector.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/radiobutton_themeable_attribute_color.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/radiobutton_themeable_attribute_color.xml
new file mode 100644
index 0000000..9be5a8a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/radiobutton_themeable_attribute_color.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day.xml
new file mode 100644
index 0000000..e5ba70b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day_selected.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day_selected.xml
new file mode 100644
index 0000000..5d3d798
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/color/test_mtrl_calendar_day_selected.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/m3_tabs_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/m3_tabs_background.xml
new file mode 100644
index 0000000..cd6371d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/m3_tabs_background.xml
@@ -0,0 +1,31 @@
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/material_cursor_drawable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/material_cursor_drawable.xml
new file mode 100644
index 0000000..209c7f0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/material_cursor_drawable.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/mtrl_navigation_bar_item_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/mtrl_navigation_bar_item_background.xml
new file mode 100644
index 0000000..9e653d6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v21/mtrl_navigation_bar_item_background.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_appbar_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_appbar_background.xml
new file mode 100644
index 0000000..6d29cd9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_appbar_background.xml
@@ -0,0 +1,28 @@
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_popupmenu_background_overlay.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_popupmenu_background_overlay.xml
new file mode 100644
index 0000000..e6a922e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_popupmenu_background_overlay.xml
@@ -0,0 +1,41 @@
+
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_radiobutton_ripple.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_radiobutton_ripple.xml
new file mode 100644
index 0000000..5363dd1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_radiobutton_ripple.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_selection_control_ripple.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_selection_control_ripple.xml
new file mode 100644
index 0000000..2122b41
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_selection_control_ripple.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_background.xml
new file mode 100644
index 0000000..05e0329
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_background.xml
@@ -0,0 +1,31 @@
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_transparent_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_transparent_background.xml
new file mode 100644
index 0000000..8b9c2b4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/m3_tabs_transparent_background.xml
@@ -0,0 +1,24 @@
+
+
+
+ -
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/mtrl_popupmenu_background_overlay.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/mtrl_popupmenu_background_overlay.xml
new file mode 100644
index 0000000..fe51fcb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable-v23/mtrl_popupmenu_background_overlay.xml
@@ -0,0 +1,45 @@
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_hide_password.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_hide_password.xml
new file mode 100644
index 0000000..89f4cdd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_hide_password.xml
@@ -0,0 +1,88 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_show_password.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_show_password.xml
new file mode 100644
index 0000000..aed3983
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/avd_show_password.xml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_fab_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_fab_background.xml
new file mode 100644
index 0000000..0c1309d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_fab_background.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility.xml
new file mode 100644
index 0000000..078630f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility_off.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility_off.xml
new file mode 100644
index 0000000..30c361f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_ic_visibility_off.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_password_eye.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_password_eye.xml
new file mode 100644
index 0000000..9e7ca96
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_password_eye.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_snackbar_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_snackbar_background.xml
new file mode 100644
index 0000000..945a0ce
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/design_snackbar_background.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_clock_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_clock_black_24dp.xml
new file mode 100644
index 0000000..e411c47
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_clock_black_24dp.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_keyboard_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_keyboard_black_24dp.xml
new file mode 100644
index 0000000..4a55da8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_keyboard_black_24dp.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_check.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_check.xml
new file mode 100644
index 0000000..709d5c5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_check.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_checked_circle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_checked_circle.xml
new file mode 100644
index 0000000..2a9ca41
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_checked_circle.xml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_close.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_close.xml
new file mode 100644
index 0000000..b16e3e2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_m3_chip_close.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_checked_circle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_checked_circle.xml
new file mode 100644
index 0000000..f78ef67
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_checked_circle.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_black.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_black.xml
new file mode 100644
index 0000000..9032d92
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_black.xml
@@ -0,0 +1,28 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_circle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_circle.xml
new file mode 100644
index 0000000..78820bc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_checked_circle.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_close_circle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_close_circle.xml
new file mode 100644
index 0000000..e65d48c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/ic_mtrl_chip_close_circle.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_popupmenu_background_overlay.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_popupmenu_background_overlay.xml
new file mode 100644
index 0000000..6018f03
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_popupmenu_background_overlay.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_line_indicator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_line_indicator.xml
new file mode 100644
index 0000000..f4c2fc7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_line_indicator.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_rounded_line_indicator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_rounded_line_indicator.xml
new file mode 100644
index 0000000..4f2b2a9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/m3_tabs_rounded_line_indicator.xml
@@ -0,0 +1,33 @@
+
+
+
+
+ -
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_cursor_drawable.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_cursor_drawable.xml
new file mode 100644
index 0000000..6fdbd56
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_cursor_drawable.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_calendar_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_calendar_black_24dp.xml
new file mode 100644
index 0000000..faf92c0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_calendar_black_24dp.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_clear_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_clear_black_24dp.xml
new file mode 100644
index 0000000..193b845
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_clear_black_24dp.xml
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_edit_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_edit_black_24dp.xml
new file mode 100644
index 0000000..6f49c43
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_edit_black_24dp.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml
new file mode 100644
index 0000000..1f18d28
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml
new file mode 100644
index 0000000..89457fc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_down_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_down_black_24dp.xml
new file mode 100644
index 0000000..014cecc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_down_black_24dp.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_up_black_24dp.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_up_black_24dp.xml
new file mode 100644
index 0000000..268495c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/material_ic_menu_arrow_up_black_24dp.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dialog_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dialog_background.xml
new file mode 100644
index 0000000..dd0ed8c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dialog_background.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dropdown_arrow.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dropdown_arrow.xml
new file mode 100644
index 0000000..445a017
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_dropdown_arrow.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_down.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_down.xml
new file mode 100644
index 0000000..58bc9e8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_down.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_up.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_up.xml
new file mode 100644
index 0000000..93d88d5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_arrow_drop_up.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_cancel.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_cancel.xml
new file mode 100644
index 0000000..bc1dc5f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_cancel.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_error.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_error.xml
new file mode 100644
index 0000000..1ba7c82
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_ic_error.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_navigation_bar_item_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_navigation_bar_item_background.xml
new file mode 100644
index 0000000..82dd0ab
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_navigation_bar_item_background.xml
@@ -0,0 +1,29 @@
+
+
+
+
+ -
+
+
+
+
+ -
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background.xml
new file mode 100644
index 0000000..f2eeebb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background_overlay.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background_overlay.xml
new file mode 100644
index 0000000..021fe9d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_popupmenu_background_overlay.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_tabs_default_indicator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_tabs_default_indicator.xml
new file mode 100644
index 0000000..68ac740
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/mtrl_tabs_default_indicator.xml
@@ -0,0 +1,26 @@
+
+
+
+
+ -
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/navigation_empty_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/navigation_empty_icon.xml
new file mode 100644
index 0000000..976507e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/navigation_empty_icon.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/test_custom_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/test_custom_background.xml
new file mode 100644
index 0000000..2d38f72
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/drawable/test_custom_background.xml
@@ -0,0 +1,18 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_linear_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_linear_in.xml
new file mode 100644
index 0000000..f88a91d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_linear_in.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_slow_in.xml
new file mode 100644
index 0000000..a0e2c84
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_fast_out_slow_in.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_linear_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_linear_out_slow_in.xml
new file mode 100644
index 0000000..2325a84
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator-v21/mtrl_linear_out_slow_in.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_linear_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_linear_in.xml
new file mode 100644
index 0000000..0b9d209
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_linear_in.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_slow_in.xml
new file mode 100644
index 0000000..dd9db49
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_fast_out_slow_in.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear.xml
new file mode 100644
index 0000000..92a560c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear.xml
@@ -0,0 +1,18 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear_out_slow_in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear_out_slow_in.xml
new file mode 100644
index 0000000..32407f0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/interpolator/mtrl_linear_out_slow_in.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_clock_period_toggle_land.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_clock_period_toggle_land.xml
new file mode 100644
index 0000000..c40ede3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_clock_period_toggle_land.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_timepicker.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_timepicker.xml
new file mode 100644
index 0000000..f703571
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/material_timepicker.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/mtrl_picker_header_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/mtrl_picker_header_dialog.xml
new file mode 100644
index 0000000..dae8c3c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-land/mtrl_picker_header_dialog.xml
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-ldrtl-v17/material_textinput_timepicker.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-ldrtl-v17/material_textinput_timepicker.xml
new file mode 100644
index 0000000..999dbf3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-ldrtl-v17/material_textinput_timepicker.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml
new file mode 100644
index 0000000..1d25f0d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/design_layout_snackbar.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/mtrl_layout_snackbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/mtrl_layout_snackbar.xml
new file mode 100644
index 0000000..e182439
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-sw600dp-v13/mtrl_layout_snackbar.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-v26/mtrl_calendar_month.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-v26/mtrl_calendar_month.xml
new file mode 100644
index 0000000..dc39a3d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout-v26/mtrl_calendar_month.xml
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_navigation_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_navigation_item.xml
new file mode 100644
index 0000000..d64dd8d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_navigation_item.xml
@@ -0,0 +1,67 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_sheet_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_sheet_dialog.xml
new file mode 100644
index 0000000..111d696
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_bottom_sheet_dialog.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar.xml
new file mode 100644
index 0000000..65d7fda
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar_include.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar_include.xml
new file mode 100644
index 0000000..66dba14
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_snackbar_include.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_icon.xml
new file mode 100644
index 0000000..4c2011b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_icon.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_text.xml
new file mode 100644
index 0000000..56d28d7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_layout_tab_text.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_menu_item_action_area.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_menu_item_action_area.xml
new file mode 100644
index 0000000..68890e2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_menu_item_action_area.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item.xml
new file mode 100644
index 0000000..80f0a42
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item.xml
@@ -0,0 +1,28 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_header.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_header.xml
new file mode 100644
index 0000000..c55c63e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_header.xml
@@ -0,0 +1,22 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_separator.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_separator.xml
new file mode 100644
index 0000000..b06cfb4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_separator.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_subheader.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_subheader.xml
new file mode 100644
index 0000000..0efa85c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_item_subheader.xml
@@ -0,0 +1,25 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu.xml
new file mode 100644
index 0000000..bd9d623
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu.xml
@@ -0,0 +1,24 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu_item.xml
new file mode 100644
index 0000000..8aa2a5c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_navigation_menu_item.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_end_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_end_icon.xml
new file mode 100644
index 0000000..322b19d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_end_icon.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_start_icon.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_start_icon.xml
new file mode 100644
index 0000000..bc6d4f3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/design_text_input_start_icon.xml
@@ -0,0 +1,30 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog.xml
new file mode 100644
index 0000000..dc04f9d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog.xml
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_actions.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_actions.xml
new file mode 100644
index 0000000..42541ab
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_actions.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_title.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_title.xml
new file mode 100644
index 0000000..3c02771
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_alert_dialog_title.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_auto_complete_simple_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_auto_complete_simple_item.xml
new file mode 100644
index 0000000..37f96a2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/m3_auto_complete_simple_item.xml
@@ -0,0 +1,26 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_chip_input_combo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_chip_input_combo.xml
new file mode 100644
index 0000000..9409c69
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_chip_input_combo.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display.xml
new file mode 100644
index 0000000..e7e8bf6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display_divider.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display_divider.xml
new file mode 100644
index 0000000..33a9c97
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_display_divider.xml
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_period_toggle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_period_toggle.xml
new file mode 100644
index 0000000..9ee1e6c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clock_period_toggle.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_textview.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_textview.xml
new file mode 100644
index 0000000..807b1e2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_textview.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_view.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_view.xml
new file mode 100644
index 0000000..0acd5b1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_clockface_view.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_radial_view_group.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_radial_view_group.xml
new file mode 100644
index 0000000..b700653
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_radial_view_group.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_textinput_timepicker.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_textinput_timepicker.xml
new file mode 100644
index 0000000..8d53ca3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_textinput_timepicker.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_chip.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_chip.xml
new file mode 100644
index 0000000..4076da0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_chip.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_input.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_input.xml
new file mode 100644
index 0000000..3d13b14
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_time_input.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker.xml
new file mode 100644
index 0000000..d056a6e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_dialog.xml
new file mode 100644
index 0000000..e53c376
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_dialog.xml
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_textinput_display.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_textinput_display.xml
new file mode 100644
index 0000000..39ab8e8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/material_timepicker_textinput_display.xml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog.xml
new file mode 100644
index 0000000..0364779
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog.xml
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_actions.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_actions.xml
new file mode 100644
index 0000000..9ff9ae1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_actions.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_title.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_title.xml
new file mode 100644
index 0000000..ec2d240
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_dialog_title.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_item.xml
new file mode 100644
index 0000000..28f93cd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_item.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_multichoice.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_multichoice.xml
new file mode 100644
index 0000000..e2deebb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_multichoice.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_singlechoice.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_singlechoice.xml
new file mode 100644
index 0000000..f945659
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_alert_select_dialog_singlechoice.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_auto_complete_simple_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_auto_complete_simple_item.xml
new file mode 100644
index 0000000..27475da
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_auto_complete_simple_item.xml
@@ -0,0 +1,26 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day.xml
new file mode 100644
index 0000000..bbecaf6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day_of_week.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day_of_week.xml
new file mode 100644
index 0000000..fa39a4a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_day_of_week.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_days_of_week.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_days_of_week.xml
new file mode 100644
index 0000000..abfc21a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_days_of_week.xml
@@ -0,0 +1,22 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_horizontal.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_horizontal.xml
new file mode 100644
index 0000000..6d16ecb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_horizontal.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month.xml
new file mode 100644
index 0000000..7561507
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month.xml
@@ -0,0 +1,27 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_labeled.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_labeled.xml
new file mode 100644
index 0000000..5f73004
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_labeled.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_navigation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_navigation.xml
new file mode 100644
index 0000000..14b3ac1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_month_navigation.xml
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_months.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_months.xml
new file mode 100644
index 0000000..7bf9098
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_months.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_vertical.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_vertical.xml
new file mode 100644
index 0000000..0592b8b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_vertical.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_year.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_year.xml
new file mode 100644
index 0000000..0f8ed1f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_calendar_year.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar.xml
new file mode 100644
index 0000000..6f52c4a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar_include.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar_include.xml
new file mode 100644
index 0000000..b142de1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_layout_snackbar_include.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_navigation_rail_item.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_navigation_rail_item.xml
new file mode 100644
index 0000000..97e71f5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_navigation_rail_item.xml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_actions.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_actions.xml
new file mode 100644
index 0000000..3d5e9de
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_actions.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_dialog.xml
new file mode 100644
index 0000000..dd654dc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_dialog.xml
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_fullscreen.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_fullscreen.xml
new file mode 100644
index 0000000..6156e62
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_fullscreen.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_dialog.xml
new file mode 100644
index 0000000..283d329
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_dialog.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_fullscreen.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_fullscreen.xml
new file mode 100644
index 0000000..ad0e80f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_fullscreen.xml
@@ -0,0 +1,105 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_selection_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_selection_text.xml
new file mode 100644
index 0000000..244f632
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_selection_text.xml
@@ -0,0 +1,28 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_title_text.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_title_text.xml
new file mode 100644
index 0000000..e77f5da
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_title_text.xml
@@ -0,0 +1,26 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_toggle.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_toggle.xml
new file mode 100644
index 0000000..a0fd119
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_header_toggle.xml
@@ -0,0 +1,25 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date.xml
new file mode 100644
index 0000000..89a2df6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date_range.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date_range.xml
new file mode 100644
index 0000000..6b22181
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/mtrl_picker_text_input_date_range.xml
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_action_chip.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_action_chip.xml
new file mode 100644
index 0000000..a859ef5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_action_chip.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_chip_zero_corner_radius.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_chip_zero_corner_radius.xml
new file mode 100644
index 0000000..eac711a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_chip_zero_corner_radius.xml
@@ -0,0 +1,26 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_checkbox.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_checkbox.xml
new file mode 100644
index 0000000..cb4d7db
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_checkbox.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_radiobutton.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_radiobutton.xml
new file mode 100644
index 0000000..674a747
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_design_radiobutton.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_exposed_dropdown_menu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_exposed_dropdown_menu.xml
new file mode 100644
index 0000000..04fa455
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_exposed_dropdown_menu.xml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_navigation_bar_item_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_navigation_bar_item_layout.xml
new file mode 100644
index 0000000..edb72e9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_navigation_bar_item_layout.xml
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_reflow_chipgroup.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_reflow_chipgroup.xml
new file mode 100644
index 0000000..03ecbf6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_reflow_chipgroup.xml
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar.xml
new file mode 100644
index 0000000..ed8788f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar.xml
@@ -0,0 +1,19 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_custom_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_custom_background.xml
new file mode 100644
index 0000000..a0a3c51
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_custom_background.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_elevation.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_elevation.xml
new file mode 100644
index 0000000..03e56d5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_elevation.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_surface.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_surface.xml
new file mode 100644
index 0000000..1b414ac
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/test_toolbar_surface.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_appearance.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_appearance.xml
new file mode 100644
index 0000000..a8198fb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_appearance.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_layout.xml
new file mode 100644
index 0000000..48bb021
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_layout.xml
@@ -0,0 +1,23 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_style.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_style.xml
new file mode 100644
index 0000000..b685089
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_line_height_from_style.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_theme_line_height.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_theme_line_height.xml
new file mode 100644
index 0000000..13f4d5a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_with_theme_line_height.xml
@@ -0,0 +1,21 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_without_line_height.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_without_line_height.xml
new file mode 100644
index 0000000..fe6c0d6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/layout/text_view_without_line_height.xml
@@ -0,0 +1,20 @@
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-af/values-af.xml
new file mode 100644
index 0000000..a4a1777
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-af/values-af.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d nuwe kennisgewing
+ - %d nuwe kennisgewings
+
+ Vou halfpad uit
+ Karakters ingevoer: %1$d van %2$d
+ Karakterlimiet oorskry %1$d van %2$d
+ Vee teks uit
+ Fout
+ Wys aftrekkieslys
+ Dialoogikoon
+ Oortjie
+ Kies vm. of nm.
+ Kies uur
+ %1$s-uur
+ Kies minute
+ %1$s minute
+ VM.
+ Skakel oor na horlosiemodus vir die tydinvoer.
+ Uur
+ Minuut
+ NM.
+ Kies tyd
+ Skakel oor na teksmodus vir die tydinvoer.
+ Nuwe kennisgewing
+ Verwyder %1$s
+ Meer as %1$d nuwe kennisgewings
+ Verander na volgende maand
+ Verander na vorige maand
+ Huidige keuse: %1$s
+ @android:string/ok
+ %1$s
+ Kies datum
+ Gekose datum
+ Kolom van dae: %1$s
+ Ongeldige formaat.
+ Voorbeeld: %1$s
+ Gebruik: %1$s
+ Ongeldige reeks.
+ Gaan na jaar %1$s
+ Buite reeks: %1$s
+ Begindatum – %1$s
+ %1$s – Einddatum
+ %1$s-%2$s
+ Kies datumreeks
+ Begindatum – Einddatum
+ Stoor
+ Datum
+ Einddatum
+ Begindatum
+ d
+ m
+ j
+ Skakel oor na kalenderinvoermodus
+ Tik om oor te skakel na die kies van \'n dag
+ Skakel oor na teksinvoermodus
+ Tik om oor te skakel na die kies van \'n jaar
+ Wys wagwoord
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-am/values-am.xml
new file mode 100644
index 0000000..c77c675
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-am/values-am.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d አዲስ ማሳወቂያዎች
+ - %d አዲስ ማሳወቂያዎች
+
+ ግማሽ መንገድ ዘርጋ
+ ቁምፊዎች %1$d ከ%2$d ገብተዋል
+ የቁምፊ ገደብ %1$d ከ%2$d አልፏል
+ ጽሑፍን አጽዳ
+ ስህተት
+ ተቆልቋይ ምናሌን አሳይ
+ የንግግር አዶ
+ ትር
+ AM ወይም PM ይምረጡ
+ ሰዓትን ይምረጡ
+ %1$s ሰዓት
+ ደቂቃዎችን ይምረጡ
+ %1$s ደቂቃዎች
+ ጥዋት
+ ለጊዜ ግቤቱ ወደ የሰዓት ሁነታ ቀይር።
+ ሰዓት
+ ደቂቃ
+ ከሰዓት
+ ጊዜ ምረጥ
+ ለጊዜ ግቤቱ ወደ የጽሑፍ ግቤት ሁነታ ቀይር።
+ አዲስ ማሳወቂያ
+ %1$sን አስወግድ
+ ከ%1$d በላይ አዲስ ማሳወቂያዎች
+ ወደ የሚቀጥለው ወር ቀይር
+ ወደ ቀዳሚው ወር ቀይር
+ የአሁኑ ምርጫ፦ %1$s
+ @android:string/ok
+ %1$s
+ ቀን ይምረጡ
+ የተመረጠው ቀን
+ የቀኖች ዓምድ፦ %1$s
+ ልክ ያልሆነ ቅርጸት
+ ምሳሌ፦ %1$s
+ %1$s ን ይጠቀሙ
+ ልክ ያልኾነ ክልል።
+ ወደ ዓመት %1$s አሰስ
+ ከክልል ውጪ፦ %1$s
+ መጀመሪያ ቀን – %1$s
+ %1$s – መጨረሻ ቀን
+ %1$s – %2$s
+ ክልል ይምረጡ
+ የመጀመሪያ ቀን – የመጨረሻ ቀን
+ አስቀምጥ
+ ቀን
+ የማብቂያ ቀን
+ መጀመሪያ ቀን
+ ቀ
+ ደ
+ ዓ
+ ወደ የቀን መቁጠሪያ ግቤት ሁነታ ቀይር
+ ወደ ቀን መምረጥ ለመቀየር መታ ያድርጉ
+ ወደ ጽሑፍ ግቤት ሁነታ ቀይር
+ ወደ ዓመት መምረጥ ለመቀየር መታ ያድርጉ
+ የይለፍ ቃል አሳይ
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ar/values-ar.xml
new file mode 100644
index 0000000..7ef43de
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ar/values-ar.xml
@@ -0,0 +1,65 @@
+
+
+
+ - %d إشعار جديد
+ - إشعار جديد واحد (%d)
+ - إشعاران جديدان (%d)
+ - %d إشعارات جديدة
+ - %d إشعارًا جديدًا
+ - %d إشعار جديد
+
+ توسيع البطاقة السفلية
+ تمّ إدخال %1$d حرف من إجمالي %2$d.
+ تجاوز عدد الأحرف المسموح به %1$d من %2$d.
+ محو النص
+ خطأ
+ عرض القائمة المنسدلة
+ رمز مربع الحوار
+ علامة تبويب
+ يُرجى اختيار صباحًا أو مساءً.
+ تحديد الساعة
+ الساعة %1$s
+ تحديد الدقائق
+ %1$s دقيقة
+ صباحًا
+ يُرجى التبديل إلى وضع الساعة لإدخال الوقت.
+ الساعة
+ دقيقة
+ مساءً
+ اختيار الوقت
+ يُرجى التبديل إلى وضع إدخال النص لإدخال الوقت.
+ إشعار جديد
+ إزالة %1$s
+ يبلغ عدد الإشعارات الجديدة أكثر من %1$d.
+ التغيير إلى الشهر التالي
+ التغيير إلى الشهر السابق
+ الاختيار الحالي: %1$s
+ @android:string/ok
+ %1$s
+ يُرجى اختيار تاريخ.
+ التاريخ المحدَّد
+ عمود الأيام: %1$s
+ التنسيق غير صالح
+ مثال: %1$s
+ استخدام: %1$s
+ النطاق غير صالح
+ التنقل إلى العام %1$s
+ خارج النطاق: %1$s
+ تاريخ البدء – %1$s
+ %1$s – تاريخ الانتهاء
+ %1$s – %2$s
+ يُرجى اختيار نطاق زمني.
+ تاريخ البدء - تاريخ الانتهاء
+ حفظ
+ التاريخ
+ تاريخ الانتهاء
+ تاريخ البدء
+ ي
+ ش
+ س
+ التبديل إلى وضع \"الإدخال في التقويم\"
+ انقر للتبديل إلى اختيار يوم
+ التبديل إلى وضع \"إدخال النص\"
+ انقر للتبديل إلى اختيار عام
+ عرض كلمة المرور
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-as/values-as.xml
new file mode 100644
index 0000000..cca5063
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-as/values-as.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ Expand halfway
+ %2$dটাৰ ভিতৰত %1$dটা বৰ্ণ লিখা হৈছে
+ %2$dটাৰ ভিতৰত %1$dটা বৰ্ণৰ সীমা অতিক্ৰম কৰিছে
+ Clear text
+ Error
+ Show dropdown menu
+ Dialog Icon
+ Tab
+ Select AM or PM
+ Select hour
+ %1$s o\'clock
+ মিনিট বাছনি কৰক
+ %1$s minutes
+ AM
+ সময়ৰ ইনপুটৰ বাবে ঘড়ী ম\'ডলৈ যাওক।
+ Hour
+ Minute
+ PM
+ Select time
+ সময়ৰ ইনপুটৰ বাবে পাঠৰ ইনপুট ম\'ডলৈ যাওক।
+ New notification
+ %1$sক আঁতৰাওক
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Current selection: %1$s
+ @android:string/ok
+ %1$s
+ Select Date
+ Selected date
+ Column of days: %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to year %1$s
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Switch to calendar input mode
+ Tap to switch to selecting a day
+ Switch to text input mode
+ Tap to switch to selecting a year
+ পাছৱৰ্ড দেখুৱাওক
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-az/values-az.xml
new file mode 100644
index 0000000..f75d05f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-az/values-az.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d yeni bildiriş
+ - %d yeni bildiriş
+
+ Tam genişləndirin
+ %1$d/%2$d simvol daxil edilib
+ Simvol limiti %1$d/%2$d dəyərini keçdi
+ Mətni silin
+ Xəta
+ Açılan menyunu göstərin
+ Dialoq ikonası
+ Tab
+ Gündüz və ya axşam seçin
+ Saatı seçin
+ Saat %1$s
+ Dəqiqə seçin
+ %1$s dəqiqə
+ AM
+ Zamanı daxil etmək üçün saat rejiminə keçin
+ Saat
+ Dəqiqə
+ GƏ
+ Vaxt seçin
+ Zamanı daxil etmək üçün mətnlə daxiletmə rejiminə keçin
+ Yeni bildiriş
+ %1$s silin
+ Minimum %1$d yeni bildiriş
+ Növbəti aya dəyişin
+ Əvvəlki aya dəyişin
+ Cari seçim: %1$s
+ @android:string/ok
+ %1$s
+ Tarix seçin
+ Seçilmiş tarix
+ Gün sütunu: %1$s
+ Yanlış format.
+ Nümunə: %1$s
+ %1$s istifadə edin
+ Yanlış diapazon.
+ %1$s ilinə keçin
+ Əhatə dairəsindən kənar: %1$s
+ Başlama tarixi – %1$s
+ %1$s – Bitmə tarixi
+ %1$s: %2$s
+ Aralıq seçin
+ Başlama tarixi - Bitmə tarixi
+ Saxlayın
+ Tarix
+ Bitmə tarixi
+ Başlama tarixi
+ gün
+ ay
+ il
+ Təqvim daxiletmə rejiminə keçin
+ Gün seçiminə keçmək üçün toxunun
+ Mətn daxiletmə rejiminə keçin
+ İl seçiminə keçmək üçün toxunun
+ Parolu göstərin
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+es+419/values-b+es+419.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+es+419/values-b+es+419.xml
new file mode 100644
index 0000000..c4ad064
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+es+419/values-b+es+419.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ Expandir hasta la mitad
+ Caracteres ingresados: %1$d de %2$d
+ Se excedió en %1$d el límite de caracteres de %2$d
+ Borrar texto
+ Error
+ Mostrar menú desplegable
+ Ícono de diálogo
+ Pestaña
+ Selecciona a.m. o p.m.
+ Seleccione la hora.
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambia al modo de reloj para ingresar la hora.
+ Hora
+ Minuto
+ p.m.
+ Seleccionar la hora
+ Cambia al modo de entrada de texto para ingresar la hora.
+ Notificación nueva
+ Quitar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección actual: %1$s
+ @android:string/ok
+ %1$s
+ Seleccionar fecha
+ Fecha seleccionada
+ Columna de días: %1$s
+ Formato no válido
+ Ejemplo: %1$s
+ Usar: %1$s
+ El rango no es válido.
+ Navegar al año %1$s
+ Fuera de rango: %1$s
+ Fecha de inicio - %1$s
+ %1$s - fecha de finalización
+ %1$s-%2$s
+ Selecciona un período
+ Fecha de inicio - fecha de finalización
+ Guardar
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Cambiar al modo de entrada de calendario
+ Presiona para seleccionar un día
+ Cambiar al modo de entrada de texto
+ Presiona para seleccionar un año
+ Mostrar contraseña
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
new file mode 100644
index 0000000..29d863d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -0,0 +1,62 @@
+
+
+
+ - %d novo obaveštenje
+ - %d nova obaveštenja
+ - %d novih obaveštenja
+
+ Proširite do pola
+ Uneti znakovi: %1$d od %2$d
+ Prekoračeno je ograničenje broja znakova: %1$d od %2$d
+ Obriši tekst
+ Greška
+ Prikaži padajući meni
+ Ikona dijaloga
+ Kartica
+ Izaberite pre podne ili po podne
+ Izaberite sat
+ %1$s s
+ Izaberite minute
+ %1$s min
+ AM
+ Pređite u režim sata radi unosa vremena.
+ Sat
+ Minut
+ PM
+ Izaberite vreme
+ Pređite u režim unosa teksta radi unosa vremena.
+ Novo obaveštenje
+ Uklonite %1$s
+ Novih obaveštenja: više od %1$d
+ Pređite na sledeći mesec
+ Pređite na prethodni mesec
+ Aktuelni izbor: %1$s
+ @android:string/ok
+ %1$s
+ Izaberite datum
+ Izabrani datum
+ Kolona sa danima: %1$s
+ Format je nevažeći.
+ Primer: %1$s
+ Koristite: %1$s
+ Nevažeći period.
+ Idite na godinu %1$s
+ Izvan perioda: %1$s
+ Datum početka – %1$s
+ %1$s – Datum završetka
+ %1$s–%2$s
+ Izaberite period
+ Datum početka – Datum završetka
+ Sačuvaj
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Pređite na režim unosa u Kalendaru
+ Dodirnite da biste prešli na izbor dana
+ Pređite na režim unosa teksta
+ Dodirnite da biste prešli na izbor godine
+ Prikaži lozinku
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-be/values-be.xml
new file mode 100644
index 0000000..fe98f7f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-be/values-be.xml
@@ -0,0 +1,63 @@
+
+
+
+ - %d новае апавяшчэнне
+ - %d новыя апавяшчэнні
+ - %d новых апавяшчэнняў
+ - %d новага апавяшчэння
+
+ Разгарнуць напалову
+ Уведзена сімвалаў: %1$d з %2$d
+ Ліміт сімвалаў перавышаны: %1$d з %2$d
+ Ачысціць тэкст
+ Памылка
+ Паказаць выпадное меню
+ Значок дыялогавага акна
+ Укладка
+ Выберыце AM (да паўдня) або PM (пасля паўдня)
+ Выберыце гадзіну
+ %1$s гадз
+ Выберыце хвіліны
+ %1$s хв
+ AM
+ Пераключыцца на рэжым гадзінніка пры ўводзе часу.
+ Гадзіна
+ Хвіліна
+ PM
+ Выберыце час
+ Пераключыцца на рэжым тэксту пры ўводзе часу.
+ Новае апавяшчэнне
+ Выдаліць %1$s
+ Колькасць новых апавяшчэнняў перавысіла %1$d
+ Перайсці да наступнага месяца
+ Перайсці да папярэдняга месяца
+ Бягучае вылучэнне: %1$s
+ @android:string/ok
+ %1$s
+ Выберыце дату
+ Выбраная дата
+ Слупок дзён: %1$s
+ Няправільны фармат.
+ Прыклад: %1$s
+ Неабходны фармат: %1$s
+ Няправільны дыяпазон.
+ Перайсці ў %1$s год
+ Па-за межамі дыяпазону: %1$s
+ Дата пачатку – %1$s
+ %1$s – дата заканчэння
+ %1$s – %2$s
+ Выберыце дыяпазон дат
+ Дата пачатку – дата заканчэння
+ Захаваць
+ Дата
+ Дата заканчэння
+ Дата пачатку
+ д
+ м
+ г
+ Пераключыцца ў рэжым уводу \"Каляндар\"
+ Дакраніцеся, каб пераключыцца на выбар дня
+ Пераключыцца ў рэжым уводу \"Тэкст\"
+ Дакраніцеся, каб пераключыцца на выбар года
+ Паказаць пароль
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bg/values-bg.xml
new file mode 100644
index 0000000..6e1f7b1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bg/values-bg.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ново известие
+ - %d нови известия
+
+ Разгъване наполовина
+ Въведени знаци: %1$d от %2$d
+ Максималният брой знаци е надхвърлен с(ъс) %1$d от %2$d
+ Изчистване на текста
+ Грешка
+ Показване на падащото меню
+ Икона за диалогов прозорец
+ Раздел
+ Изберете AM или PM
+ Изберете час
+ %1$s часа
+ Избиране на минути
+ %1$s минути
+ AM
+ Превключете към режима за часовник, за да въведете часа.
+ Час
+ Минута
+ PM
+ Избор на час
+ Превключете към режима за въвеждане на текст, за да въведете часа.
+ Ново известие
+ Премахване на %1$s
+ Повече от %1$d нови известия
+ Преминаване към следващия месец
+ Преминаване към предишния месец
+ Текущ избор: %1$s
+ @android:string/ok
+ %1$s
+ Избиране на дата
+ Избрана дата
+ Колона за дни: %1$s
+ Форматът е невалиден.
+ Пример: %1$s
+ Използвайте: %1$s
+ Невалиден диапазон.
+ Навигиране до %1$s г.
+ Извън диапазона: %1$s
+ Начална дата – %1$s
+ %1$s – крайна дата
+ %1$s – %2$s
+ Избиране на период от време
+ Начална дата – крайна дата
+ Запазване
+ Дата
+ Крайна дата
+ Начална дата
+ д
+ м
+ г
+ Превключване към режим на въвеждане в календар
+ Докоснете, за да превключите към избиране на ден
+ Превключване към режим за въвеждане на текст
+ Докоснете, за да превключите към избиране на година
+ Показване на паролата
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bn/values-bn.xml
new file mode 100644
index 0000000..5e3c50f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bn/values-bn.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %dটি নতুন বিজ্ঞপ্তি
+ - %dটি নতুন বিজ্ঞপ্তি
+
+ অর্ধেক প্রসারিত করুন
+ %2$dটির মধ্যে %1$dটি অক্ষর লেখা হয়েছে
+ অক্ষরের সীমা %1$d এর %2$d অতিক্রম করেছে
+ টেক্সট মুছুন
+ সমস্যা
+ ড্রপ-ডাউন মেনু দেখুন
+ ডায়ালগ আইকন
+ ট্যাব
+ AM অথবা PM বেছে নিন
+ ঘণ্টা বেছে নিন
+ %1$sটা বাজে
+ মিনিট বেছে নিন
+ %1$s মিনিট
+ AM
+ সময় ইনপুট দেওয়ার জন্য ঘড়ি মোডে যান।
+ ঘণ্টা
+ মিনিট
+ PM
+ সময় বেছে নিন
+ সময় ইনপুট দেওয়ার জন্য পাঠ্য ইনপুট মোডে যান।
+ নতুন বিজ্ঞপ্তি
+ %1$s সরিয়ে দিন
+ %1$dটির বেশি নতুন বিজ্ঞপ্তি
+ আগামী মাসে যান
+ আগের মাসে যান
+ বর্তমান বাছাই: %1$s
+ @android:string/ok
+ %1$s
+ তারিখ বেছে নিন
+ বেছে নেওয়া তারিখ
+ সপ্তাহের দিনগুলির কলাম: %1$s
+ ভুল ফর্ম্যাট।
+ উদাহরণ: %1$s
+ %1$s ফর্ম্যাটে লিখুন
+ তারিখ সঠিক নয়।
+ নেভিগেট করে %1$s সালে যান
+ নির্দিষ্ট তারিখের বাইরে: %1$s
+ শুরুর তারিখ – %1$s
+ %1$s – সমাপ্তির তারিখ
+ %1$s – %2$s
+ রেঞ্জ বেছে নিন
+ শুরুর তারিখ - সমাপ্তির তারিখ
+ সেভ করুন
+ তারিখ
+ সমাপ্তির তারিখ
+ শুরুর তারিখ
+ d
+ m
+ y
+ ক্যালেন্ডার ইনপুট মোডে বদল করুন
+ দিন বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন
+ টেক্সট ইনপুট মোডে বদল করুন
+ বছর বেছে নেওয়ার মোডে বদল করতে ট্যাপ করুন
+ পাসওয়ার্ড দেখান
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bs/values-bs.xml
new file mode 100644
index 0000000..5e692b1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-bs/values-bs.xml
@@ -0,0 +1,62 @@
+
+
+
+ - %d novo obavještenje
+ - %d nova obavještenja
+ - %d novih obavještenja
+
+ Proširivanje dopola
+ Uneseno znakova: %1$d od %2$d
+ Ograničenje broja znakova premašuje %1$d od %2$d
+ Obriši tekst
+ Greška
+ Prikaži padajući meni
+ ikona dijaloškog okvira
+ Kartica
+ Odaberite prijepodne ili poslijepodne
+ Odaberite sat
+ %1$s h
+ Odaberite minute
+ %1$s min
+ AM
+ Prebacite u način rada kao sat za unos vremena.
+ Sat
+ Minuta
+ PM
+ Odabir vremena
+ Prebacite u način unosa teksta za unos vremena.
+ Novo obavještenje
+ Uklonite %1$s
+ Broj novih obavještenja: više od %1$d
+ Promijeni na sljedeći mjesec
+ Promijeni na prethodni mjesec
+ Trenutni izbor: %1$s
+ @android:string/ok
+ %1$s
+ Odaberite datum
+ Odabrani datum
+ Kolona za dane: %1$s
+ Nevažeći format.
+ Primjer: %1$s
+ Koristi: %1$s
+ Nevažeći opseg.
+ Odlazak na %1$s. godinu
+ Izvan opsega: %1$s
+ Datum početka – %1$s
+ %1$s – Datum završetka
+ %1$s – %2$s
+ Odaberite raspon
+ Datum početka – Datum završetka
+ Sačuvaj
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Prebacivanje na način unosa kalendara
+ Dodirnite da prebacite na odabir dana
+ Prebacivanje na način unosa teksta
+ Dodirnite da prebacite na odabir godine
+ Prikaži lozinku
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ca/values-ca.xml
new file mode 100644
index 0000000..578b1ef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ca/values-ca.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d notificació nova
+ - %d notificacions noves
+
+ Desplega fins a la meitat
+ Caràcters introduïts: %1$d de %2$d
+ S\'ha superat el límit de caràcters (%1$d de %2$d)
+ Esborra el text
+ Error
+ Mostra el menú desplegable
+ Icona del quadre de diàleg
+ Tabulador
+ Selecciona a. m. o p. m.
+ Seleccioneu l\'hora
+ %1$s en punt
+ Selecciona els minuts
+ %1$s minuts
+ a. m.
+ Canvia al mode de rellotge per introduir l\'hora.
+ Hora
+ Minut
+ p. m.
+ Selecció de l\'hora
+ Canvia al mode d\'introducció de text per introduir l\'hora.
+ Notificació nova
+ Suprimeix %1$s
+ Més de %1$d notificacions noves
+ Canvia al mes següent
+ Canvia al mes anterior
+ Selecció actual: %1$s
+ @android:string/ok
+ %1$s
+ Selecciona una data
+ Data seleccionada
+ Columna de dies: %1$s
+ El format no és vàlid.
+ Exemple: %1$s
+ Utilitza: %1$s
+ L\'interval no és vàlid.
+ Canvia a l\'any %1$s
+ La data està fora de l\'interval: %1$s
+ Data d\'inici - %1$s
+ %1$s - data de finalització
+ %1$s - %2$s
+ Selecciona un interval
+ Data d\'inici - data de finalització
+ Desa
+ Data
+ Data de finalització
+ Data d\'inici
+ d
+ m
+ a
+ Canvia al mode d\'introducció de dades del calendari
+ Toca per canviar a la selecció del dia
+ Canvia al mode d\'introducció de text
+ Toca per canviar a la selecció de l\'any
+ Mostra la contrasenya
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..d50028f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-cs/values-cs.xml
@@ -0,0 +1,63 @@
+
+
+
+ - %d nové oznámení
+ - %d nová oznámení
+ - %d nového oznámení
+ - %d nových oznámení
+
+ Rozbalit napůl
+ Zadané znaky: %1$d z %2$d
+ Byl překročen povolený počet znaků (%1$d z %2$d)
+ Vymazat text
+ Chyba
+ Zobrazit rozbalovací nabídku
+ Ikona dialogového okna
+ Karta
+ Vyberte AM nebo PM
+ Vyberte hodinu
+ %1$s
+ Zvolte minuty
+ %1$s min
+ AM
+ Chcete-li zadat čas, přepněte na režim hodin.
+ Hodina
+ Minuta
+ PM
+ Vyberte čas
+ Chcete-li zadat čas, přepněte na režim textu.
+ Nové oznámení
+ Odstranit položku %1$s
+ Více než %1$d nových oznámení
+ Přejít na další měsíc
+ Přejít na předchozí měsíc
+ Aktuální výběr: %1$s
+ @android:string/ok
+ %1$s
+ Vyberte datum
+ Vybrané datum
+ Sloupec dnů: %1$s
+ Neplatný formát.
+ Příklad: %1$s
+ Použijte: %1$s
+ Neplatný rozsah.
+ Přejít na rok %1$s
+ Mimo rozsah: %1$s
+ Datum zahájení – %1$s
+ %1$s – datum ukončení
+ %1$s – %2$s
+ Vyberte rozsah
+ Datum zahájení – datum ukončení
+ Uložit
+ Datum
+ Datum ukončení
+ Datum zahájení
+ d
+ m
+ r
+ Přepnout na režim zadávání do kalendáře
+ Klepnutím přepnete na výběr dne
+ Přepnout na režim zadávání textu
+ Klepnutím přepnete na výběr roku
+ Zobrazit heslo
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-da/values-da.xml
new file mode 100644
index 0000000..27fab41
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-da/values-da.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ny notifikation
+ - %d nye notifikationer
+
+ Udvid halvdelen
+ Du har brugt %1$d ud af %2$d tegn
+ Du har brugt %1$d tegn og dermed overskredet tegnbegrænsningen på %2$d.
+ Ryd tekst
+ Fejl
+ Vis rullemenuen
+ Ikon for dialogboks
+ Fane
+ Vælg AM eller PM
+ Vælg time
+ klokken %1$s
+ Vælg minutter
+ %1$s minutter
+ f.m.
+ Skift til urtilstand for at angive klokkeslæt.
+ Time
+ Minut
+ e.m.
+ Vælg tidspunkt
+ Skift til teksttilstand for at angive klokkeslæt.
+ Ny notifikation
+ Fjern %1$s
+ Flere end %1$d nye notifikationer
+ Skift til næste måned
+ Skift til forrige måned
+ Aktuelt valg: %1$s
+ @android:string/ok
+ %1$s
+ Vælg dato
+ Valgt dato
+ Kolonne med dage: %1$s
+ Ugyldigt format.
+ Eksempel: %1$s
+ Brug: %1$s
+ Ugyldigt interval.
+ Gå til år %1$s
+ Uden for interval: %1$s
+ Startdato – %1$s
+ %1$s – slutdato
+ %1$s – %2$s
+ Vælg interval
+ Startdato – slutdato
+ Gem
+ Dato
+ Slutdato
+ Startdato
+ d
+ m
+ å
+ Skift til input-tilstand for kalender
+ Tryk for at gå til valg af dag
+ Skift til input-tilstand for tekst
+ Tryk for at gå til valg af år
+ Vis adgangskode
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-de/values-de.xml
new file mode 100644
index 0000000..ba6cb5a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-de/values-de.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d neue Benachrichtigung
+ - %d neue Benachrichtigungen
+
+ Zur Hälfte maximieren
+ Eingegebene Zeichen: %1$d von %2$d
+ Zeichenbeschränkung überschritten: %1$d/%2$d
+ Text löschen
+ Fehler
+ Drop-down-Menü anzeigen
+ Dialogfeldsymbol
+ Tab
+ Vormittags oder Nachmittags auswählen
+ Stunde auswählen
+ %1$s Uhr
+ Minuten auswählen
+ %1$s Minuten
+ AM
+ In den Uhrzeitmodus wechseln, um die Uhrzeit einzugeben.
+ Stunde
+ Minute
+ PM
+ Uhrzeit auswählen
+ In den Texteingabemodus wechseln, um die Uhrzeit einzugeben.
+ Neue Benachrichtigung
+ %1$s entfernen
+ Mehr als %1$d neue Benachrichtigungen
+ Zum nächsten Monat wechseln
+ Zum vorherigen Monat wechseln
+ Aktuelle Auswahl: %1$s
+ @android:string/ok
+ %1$s
+ Datum auswählen
+ Ausgewähltes Datum
+ Spalte \"Wochentag\": %1$s
+ Ungültiges Format.
+ Beispiel: %1$s
+ Format: %1$s
+ Ungültiger Bereich.
+ Zum Jahr %1$s wechseln
+ Außerhalb des Bereichs: %1$s
+ Startdatum – %1$s
+ %1$s – Enddatum
+ %1$s – %2$s
+ Zeitraum auswählen
+ Startdatum – Enddatum
+ Speichern
+ Datum
+ Enddatum
+ Startdatum
+ T
+ M
+ J
+ In den Kalendereingabemodus wechseln
+ Tippen, um zur Tagesauswahl zu wechseln
+ In den Texteingabemodus wechseln
+ Tippen, um zur Jahresauswahl zu wechseln
+ Passwort anzeigen
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-el/values-el.xml
new file mode 100644
index 0000000..b002b6d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-el/values-el.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d νέα ειδοποίηση
+ - %d νέες ειδοποιήσεις
+
+ Ανάπτυξη μέχρι τη μέση
+ Εισήχθησαν %1$d από %2$d χαρακτήρες
+ Υπέρβαση ορίου χαρακτήρων %1$d από %2$d
+ Διαγραφή κειμένου
+ Σφάλμα
+ Εμφάνιση αναπτυσσόμενου μενού
+ Εικονίδιο παραθύρου διαλόγου
+ Καρτέλα
+ Επιλέξτε π.μ. ή μ.μ.
+ Επιλογή ώρας
+ %1$s ακριβώς
+ Επιλογή λεπτών
+ %1$s λεπτά
+ ΠΜ
+ Κάντε εναλλαγή στη λειτουργία ρολογιού, για την εισαγωγή της ώρας.
+ Ώρα
+ Λεπτό
+ ΜΜ
+ Επιλέξτε ώρα
+ Κάντε εναλλαγή στη λειτουργία εισαγωγής κειμένου, για την εισαγωγή της ώρας.
+ Νέα ειδοποίηση
+ Κατάργηση %1$s
+ Πάνω από %1$d νέες ειδοποιήσεις
+ Αλλαγή στον επόμενο μήνα
+ Αλλαγή στον προηγούμενο μήνα
+ Τρέχουσα επιλογή: %1$s
+ @android:string/ok
+ %1$s
+ Επιλογή ημερομηνίας
+ Επιλεγμένη ημερομηνία
+ Στήλη ημερών: %1$s
+ Μη έγκυρη μορφή.
+ Παράδειγμα: %1$s
+ Χρησιμοποιήστε: %1$s
+ Μη έγκυρο εύρος.
+ Πλοήγηση στο έτος %1$s
+ Εκτός εύρους: %1$s
+ Ημερομηνία έναρξης – %1$s
+ %1$s – Ημερομηνία λήξης
+ %1$s – %2$s
+ Επιλογή εύρους
+ Ημερομηνία έναρξης – Ημερομηνία λήξης
+ Αποθήκευση
+ Ημερομηνία
+ Ημερομηνία λήξης
+ Ημερομηνία έναρξης
+ η
+ μ
+ ε
+ Εναλλαγή στη λειτουργία εισαγωγής ημερολογίου
+ Πατήστε για εναλλαγή για την επιλογή ημέρας
+ Εναλλαγή στη λειτουργία εισαγωγής κειμένου
+ Πατήστε για εναλλαγή για την επιλογή έτους
+ Εμφάνιση κωδικού πρόσβασης
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..630a25e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ Expand halfway
+ Characters entered %1$d of %2$d
+ Character limit exceeded %1$d of %2$d
+ Clear text
+ Error
+ Show drop-down menu
+ Dialogue Icon
+ Tab
+ Select a.m. or p.m.
+ Select hour
+ %1$s o\'clock
+ Select minutes
+ %1$s minutes
+ AM
+ Switch to clock mode for the time input.
+ Hour
+ Minute
+ PM
+ Select time
+ Switch to text input mode for the time input.
+ New notification
+ Remove %1$s
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Current selection: %1$s
+ @android:string/ok
+ %1$s
+ Select date
+ Selected date
+ Column of days: %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to year %1$s
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select range
+ Start date – End date
+ Save
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Switch to calendar input mode
+ Tap to switch to selecting a day
+ Switch to text input mode
+ Tap to switch to selecting a year
+ Show password
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..c4ad064
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ Expandir hasta la mitad
+ Caracteres ingresados: %1$d de %2$d
+ Se excedió en %1$d el límite de caracteres de %2$d
+ Borrar texto
+ Error
+ Mostrar menú desplegable
+ Ícono de diálogo
+ Pestaña
+ Selecciona a.m. o p.m.
+ Seleccione la hora.
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambia al modo de reloj para ingresar la hora.
+ Hora
+ Minuto
+ p.m.
+ Seleccionar la hora
+ Cambia al modo de entrada de texto para ingresar la hora.
+ Notificación nueva
+ Quitar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección actual: %1$s
+ @android:string/ok
+ %1$s
+ Seleccionar fecha
+ Fecha seleccionada
+ Columna de días: %1$s
+ Formato no válido
+ Ejemplo: %1$s
+ Usar: %1$s
+ El rango no es válido.
+ Navegar al año %1$s
+ Fuera de rango: %1$s
+ Fecha de inicio - %1$s
+ %1$s - fecha de finalización
+ %1$s-%2$s
+ Selecciona un período
+ Fecha de inicio - fecha de finalización
+ Guardar
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Cambiar al modo de entrada de calendario
+ Presiona para seleccionar un día
+ Cambiar al modo de entrada de texto
+ Presiona para seleccionar un año
+ Mostrar contraseña
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es/values-es.xml
new file mode 100644
index 0000000..7532982
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-es/values-es.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d notificación nueva
+ - %d notificaciones nuevas
+
+ Desplegar hasta la mitad
+ Caracteres introducidos: %1$d de %2$d
+ Límite de caracteres superado (%1$d de %2$d)
+ Borrar texto
+ Error
+ Mostrar menú desplegable
+ Icono del cuadro de diálogo
+ Pestaña
+ Selecciona AM o PM
+ Seleccionar hora
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ A.M.
+ Cambia al modo de reloj para escribir la hora.
+ Hora
+ Minuto
+ P.M.
+ Seleccionar la hora
+ Cambia al modo de introducción de texto para escribir la hora.
+ Notificación nueva
+ Retirar %1$s
+ Más de %1$d notificaciones nuevas
+ Cambiar al mes siguiente
+ Cambiar al mes anterior
+ Selección actual: %1$s
+ @android:string/ok
+ %1$s
+ Selecciona una fecha
+ Fecha seleccionada
+ Columna de días: %1$s
+ Formato no válido.
+ Ejemplo: %1$s
+ Usar: %1$s
+ El periodo no es válido.
+ Ir al año %1$s
+ Fuera del periodo válido: %1$s
+ Fecha de inicio–%1$s
+ %1$s–Fecha de finalización
+ %1$s – %2$s
+ Selecciona un periodo
+ Fecha de inicio–Fecha de finalización
+ Guardar
+ Fecha
+ Fecha de finalización
+ Fecha de inicio
+ d
+ m
+ a
+ Cambiar al modo de introducción Calendario
+ Toca para seleccionar un día
+ Cambiar al modo de introducción Texto
+ Toca para seleccionar un año
+ Mostrar contraseña
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-et/values-et.xml
new file mode 100644
index 0000000..f4e5a15
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-et/values-et.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d uus märguanne
+ - %d uut märguannet
+
+ Laiendamine poolenisti
+ Sisestatud tähemärgid: %1$d/%2$d
+ Tähemärgipiirang on ületatud: %1$d/%2$d
+ Kustuta tekst
+ Viga
+ Kuva rippmenüü
+ Dialoogi ikoon
+ Vaheleht
+ Valige AM või PM
+ Valige tund
+ Kell %1$s
+ Minutite valimine
+ %1$s minutit
+ AM
+ Aktiveerige kellaaja sisestamiseks kellarežiim.
+ Tunnid
+ Minut
+ PM
+ Aja valimine
+ Aktiveerige kellaaja sisestamiseks tekstisisestusrežiim.
+ Uus märguanne
+ Üksuse %1$s eemaldamine
+ Rohkem kui %1$d uut märguannet
+ Vaheta järgmisele kuule
+ Vaheta eelmisele kuule
+ Praegune valik: %1$s
+ @android:string/ok
+ %1$s
+ Valige kuupäev
+ Valitud kuupäev
+ Päevade veerg: %1$s
+ Sobimatu vorming.
+ Näide: %1$s
+ Kasutage: %1$s
+ Sobimatu vahemik.
+ Mine aastasse %1$s
+ Vahemikust väljas: %1$s
+ Alguskuupäev – %1$s
+ %1$s – lõppkuupäev
+ %1$s–%2$s
+ Valige vahemik
+ Alguskuupäev – lõppkuupäev
+ Salvesta
+ Kuupäev
+ Lõppkuupäev
+ Alguskuupäev
+ p
+ k
+ a
+ Lülitu kalendrisisestusrežiimile
+ Puudutage, et lülituda päeva valimisele
+ Lülitu tekstisisestusrežiimile
+ Puudutage, et lülituda aasta valimisele
+ Parooli kuvamine
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-eu/values-eu.xml
new file mode 100644
index 0000000..312e42d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-eu/values-eu.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d jakinarazpen berri
+ - %d jakinarazpen berri
+
+ Zabaldu erdiraino
+ %1$d/%2$d karaktere idatzi dira
+ Karaktere-muga gainditu da: %1$d/%2$d
+ Garbitu testua
+ Errorea
+ Erakutsi goitibeherako menua
+ Leihoko ikonoa
+ Fitxa
+ Hautatu AM edo PM
+ Hautatu ordua
+ %1$s(r)ak dira
+ Hautatu minutuak
+ %1$s minutu
+ AM
+ Aldatu erloju modura ordua zehazteko.
+ Ordua
+ Minutua
+ PM
+ Hautatu ordua
+ Ordua idazteko, aldatu testua idazteko metodora.
+ Jakinarazpen berria
+ Kendu %1$s
+ %1$d jakinarazpen berri baino gehiago
+ Aldatu hurrengo hilabetera
+ Aldatu aurreko hilabetera
+ Oraingo hautapena: %1$s
+ @android:string/ok
+ %1$s
+ Hautatu data
+ Hautatutako data
+ Egunen zutabea:%1$s
+ Formatuak ez du balio.
+ Adibidea: %1$s
+ Erabili: %1$s
+ Tarteak ez du balio.
+ Joan %1$s. urtera
+ Onartutako barrutitik kanpo: %1$s
+ Hasiera-data – %1$s
+ %1$s – Amaiera-data
+ %1$s-%2$s
+ Hautatu barrutia
+ Hasiera-data - Amaiera-data
+ Gorde
+ Data
+ Amaiera-data
+ Hasiera-data
+ e
+ h
+ u
+ Aldatu egutegiaren idazketa-metodora
+ Sakatu eguna hautatzeko modura aldatzeko
+ Aldatu testua idazteko modura
+ Sakatu urtea hautatzeko modura aldatzeko
+ Erakutsi pasahitza
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fa/values-fa.xml
new file mode 100644
index 0000000..4f9e6e4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fa/values-fa.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d اعلان جدید
+ - %d اعلان جدید
+
+ گسترده کردن تا نیمه
+ نویسههای واردشده %1$d از %2$d
+ محدودیت نویسه از حد مجاز %1$d از %2$d بیشتر شده است
+ پاک کردن نوشتار
+ خطا
+ نمایش منوی کرکرهای
+ نماد کادر گفتگو
+ برگه
+ انتخاب .ق.ظ. یا ب.ظ.
+ انتخاب ساعت
+ ساعت %1$s
+ انتخاب دقیقه
+ %1$s دقیقه
+ ق.ظ
+ برای وارد کردن زمان، به حالت ساعت تغییر وضعیت دهید.
+ ساعت
+ دقیقه
+ ب.ظ
+ انتخاب زمان
+ برای وارد کردن زمان، به حالت ورودی نوشتاری تغییر وضعیت دهید.
+ اعلان جدید
+ برداشتن %1$s
+ بیش از %1$d اعلان جدید
+ تغییر به ماه بعدی
+ تغییر به ماه قبلی
+ انتخاب کنونی: %1$s
+ @android:string/ok
+ %1$s
+ انتخاب تاریخ
+ تاریخ انتخابی
+ ستون روز: %1$s
+ قالب نامعتبر است.
+ مثال: %1$s
+ قالب: %1$s
+ محدوده نامعتبر است.
+ رفتن به سال %1$s
+ خارج از محدوده: %1$s
+ تاریخ شروع – %1$s
+ %1$s – تاریخ پایان
+ %1$s – %2$s
+ انتخاب محدوده
+ تاریخ شروع – تاریخ پایان
+ ذخیره
+ تاریخ
+ تاریخ پایان
+ تاریخ شروع
+ d
+ m
+ y
+ رفتن به روش ورودی تقویم
+ رفتن به رفتن به حالت انتخاب روز ضربه بزنید
+ رفتن به حالت ورودی نوشتاری
+ برای رفتن به حالت انتخاب سال ضربه بزنید
+ نمایش گذرواژه
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..5b9e92e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fi/values-fi.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d uusi ilmoitus
+ - %d uutta ilmoitusta
+
+ Laajenna puoliväliin
+ %1$d/%2$d merkkiä kirjoitettu
+ Merkkiraja ylitetty: %1$d/%2$d
+ Tyhjennä teksti
+ Virhe
+ Näytä avattava valikko
+ Valintaikkunan kuvake
+ Välilehti
+ Valitse AP tai IP
+ Valitse tunti
+ klo %1$s
+ Valitse minuutit
+ %1$s minuuttia
+ ap
+ Vaihda ajan syöttämiseen kellotilassa.
+ Tunnit
+ Minuutti
+ ip
+ Valitse aika
+ Vaihda ajan syöttämiseen tekstitilassa.
+ Uusi ilmoitus
+ Poista %1$s
+ Yli %1$d uutta ilmoitusta
+ Vaihda seuraavaan kuukauteen
+ Vaihda edelliseen kuukauteen
+ Nykyinen valinta: %1$s
+ @android:string/ok
+ %1$s
+ Valitse päivämäärä
+ Valittu päivämäärä
+ Päiväsarake: %1$s
+ Virheellinen muoto
+ Esimerkki: %1$s
+ Käytä muotoa %1$s
+ Virheellinen alue
+ Siirry vuoteen %1$s
+ Aikavälin ulkop.: %1$s
+ Alkamispäivä – %1$s
+ %1$s – päättymispäivä
+ %1$s – %2$s
+ Valitse jakso
+ Alkamispäivä – päättymispäivä
+ Tallenna
+ Päivämäärä
+ Päättymispäivä
+ Alkamispäivä
+ p
+ k
+ v
+ Vaihda syöttötavaksi kalenteri
+ Siirry päivän valintaan napauttamalla
+ Valitse syöttötavaksi teksti
+ Siirry vuoden valintaan napauttamalla
+ Näytä salasana
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..76dab7a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d nouvelle notification
+ - %d nouvelles notifications
+
+ Développer à moitié
+ Caractères entrés : %1$d sur %2$d
+ Limite de caractère dépassée : %1$d sur %2$d
+ Effacer le texte
+ Erreur
+ Afficher le menu déroulant
+ Icône de boîte de dialogue
+ Onglet
+ Sélectionner AM ou PM
+ Sélectionner l\'heure
+ %1$s heures
+ Sélectionnez les minutes
+ %1$s minutes
+ AM
+ Passer au mode Horloge pour entrer l\'heure.
+ Heure
+ Minute
+ PM
+ Sélectionner l\'heure
+ Passer au mode Entrée de texte pour entrer l\'heure.
+ Nouvelle notification
+ Supprimer %1$s
+ Plus de %1$d nouvelles notifications
+ Passer au mois suivant
+ Passer au mois précédent
+ Sélection actuelle : %1$s
+ @android:string/ok
+ %1$s
+ Sélectionnez la date
+ Date sélectionnée
+ Colonne des jours : %1$s
+ Format incorrect
+ Exemple : %1$s
+ Utiliser : %1$s
+ Plage incorrecte.
+ Naviguer vers l\'année %1$s
+ Hors de la plage : %1$s
+ Du (date de début) au %1$s
+ Du %1$s au (date de fin)
+ Du %1$s au %2$s
+ Sélectionnez la plage
+ Du (date de début) au (date de fin)
+ Enregistrer
+ Date
+ Date de fin
+ Date de début
+ j
+ m
+ a
+ Passer au mode d\'entrée Agenda
+ Touchez pour passer à la sélection de jour
+ Passer au mode d\'entrée Texte
+ Touchez pour passer à la sélection d\'année
+ Afficher le mot de passe
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..61030ad
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-fr/values-fr.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d nouvelle notification
+ - %d nouvelles notifications
+
+ Développer en entier
+ Caractères saisis %1$d sur %2$d
+ Nombre maximal de caractères dépassé : %1$d sur %2$d
+ Effacer le texte
+ Erreur
+ Afficher le menu déroulant
+ Icône de la boîte de dialogue
+ Tabulation
+ Sélectionner le format AM ou PM
+ Sélectionnez une heure
+ %1$s h
+ Sélectionner des minutes
+ %1$s min
+ AM
+ Passer en mode horloge pour la saisie de l\'heure.
+ Heure
+ Minute
+ PM
+ Sélectionner l\'heure
+ Passer en mode saisie de texte pour la saisie de l\'heure.
+ Nouvelle notification
+ Supprimer %1$s
+ Plus de %1$d nouvelles notifications
+ Passer au mois suivant
+ Passer au mois précédent
+ Sélection actuelle : %1$s
+ @android:string/ok
+ %1$s
+ Sélectionnez une date
+ Date sélectionnée
+ Colonne du jour de la semaine : %1$s
+ Format incorrect.
+ Exemple : %1$s
+ Utiliser %1$s
+ Plage non valide.
+ Accéder à l\'année %1$s
+ Hors limite : %1$s
+ Date de début – %1$s
+ %1$s – Date de fin
+ %1$s - %2$s
+ Sélectionnez une période
+ Date de début – Date de fin
+ Enregistrer
+ Date
+ Date de fin
+ Date de début
+ j
+ m
+ a
+ Passer au mode de saisie Agenda
+ Appuyer pour sélectionner un jour
+ Passer au mode de saisie Texte
+ Appuyer pour sélectionner une année
+ Afficher le mot de passe
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gl/values-gl.xml
new file mode 100644
index 0000000..324f36c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gl/values-gl.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d notificación nova
+ - %d notificacións novas
+
+ Despregar ata a metade
+ Introducíronse %1$d caracteres de %2$d
+ Introducíronse %1$d caracteres, pero o límite é de %2$d
+ Borra texto
+ Produciuse un erro
+ Mostra o menú despregable
+ Icona de cadro de diálogo
+ Pestana
+ Seleccionar a.m. ou p.m.
+ Seleccionar hora
+ %1$s en punto
+ Seleccionar minutos
+ %1$s minutos
+ a.m.
+ Cambiar ao modo de reloxo para introducir a hora.
+ Hora
+ Minuto
+ p.m.
+ Seleccionar hora
+ Cambia ao modo de introdución de texto para introducir a hora.
+ Notificación nova
+ Quita %1$s
+ Máis de %1$d notificacións novas
+ Cambiar ao mes seguinte
+ Cambiar ao mes anterior
+ Selección actual: %1$s
+ @android:string/ok
+ %1$s
+ Selecciona unha data
+ Data seleccionada
+ Columna de días: %1$s
+ O formato non é válido.
+ Exemplo: %1$s
+ Usa este formato: %1$s
+ O intervalo de datas non é válido.
+ Ir ao ano %1$s
+ Só se admiten datas do intervalo: %1$s
+ Data de inicio - %1$s
+ %1$s - data de finalización
+ %1$s - %2$s
+ Selecciona un intervalo de datas
+ Data de inicio - data de finalización
+ Gardar
+ Data
+ Data de finalización
+ Data de inicio
+ d
+ m
+ a
+ Cambiar ao modo de entrada de calendario
+ Tocar para cambiar a selección de día
+ Cambiar ao modo de introdución de texto
+ Tocar para cambiar a selección de ano
+ Mostra o contrasinal
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gu/values-gu.xml
new file mode 100644
index 0000000..4d903df
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-gu/values-gu.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d નવું નોટિફિકેશન
+ - %d નવા નોટિફિકેશન
+
+ અડધે સુધી મોટું કરો
+ %2$dમાંથી %1$d અક્ષરો દાખલ કર્યા
+ %2$dમાંથી %1$dની વર્ણ મર્યાદા ઓળંગાઈ ગઈ છે
+ ટેક્સ્ટ સાફ કરો
+ ભૂલ
+ ડ્રૉપડાઉન મેનૂ બતાવો
+ સંવાદનું આઇકન
+ ટૅબ
+ AM અથવા PM પસંદ કરો
+ સમય પસંદ કરો
+ %1$s વાગ્યા છે
+ મિનિટ પસંદ કરો
+ %1$s મિનિટ
+ AM
+ સમય દાખલ કરવા માટે ઘડિયાળ મોડમાં સ્વિચ કરો.
+ કલાક
+ મિનિટ
+ PM
+ સમય પસંદ કરો
+ સમય દાખલ કરવા માટે ટેક્સ્ટ ઇનપુટ મોડમાં સ્વિચ કરો.
+ નવું નોટિફિકેશન
+ %1$s કાઢી નાખો
+ %1$dથી વધુ નવા નોટિફિકેશન
+ આગલા મહિના પર બદલો
+ પાછલા મહિના પર બદલો
+ હાલની પસંદગી: %1$s
+ @android:string/ok
+ %1$s
+ તારીખ પસંદ કરો
+ પસંદ કરેલી તારીખ
+ દિવસોની કૉલમ: %1$s
+ અમાન્ય ફોર્મેટ.
+ ઉદાહરણ: %1$s
+ આનો ઉપયોગ કરો: %1$s
+ અમાન્ય શ્રેણી.
+ %1$sના વર્ષ પર નૅવિગેટ કરો
+ આ શ્રેણીની બહાર છે: %1$s
+ શરૂ કરવાની તારીખ – %1$s
+ %1$s – સમાપ્તિની તારીખ
+ %1$s – %2$s
+ શ્રેણી પસંદ કરો
+ શરૂ કરવાની તારીખ – સમાપ્તિની તારીખ
+ સાચવો
+ તારીખ
+ સમાપ્તિની તારીખ
+ શરૂ કરવાની તારીખ
+ d
+ m
+ y
+ કૅલેન્ડર ઇનપુટ મોડ પર સ્વિચ કરો
+ દિવસની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો
+ ટેક્સ્ટ ઇનપુટ મોડ પર સ્વિચ કરો
+ વર્ષની પસંદગી પર સ્વિચ કરવા માટે ટૅપ કરો
+ પાસવર્ડ બતાવો
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h320dp-port-v13/values-h320dp-port-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h320dp-port-v13/values-h320dp-port-v13.xml
new file mode 100644
index 0000000..62716d4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h320dp-port-v13/values-h320dp-port-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 8dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h360dp-land-v13/values-h360dp-land-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h360dp-land-v13/values-h360dp-land-v13.xml
new file mode 100644
index 0000000..4badce1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h360dp-land-v13/values-h360dp-land-v13.xml
@@ -0,0 +1,12 @@
+
+
+ 4dp
+ 18dp
+ 40dp
+ 2dp
+ 2dp
+ 40dp
+ 20dp
+ 128dp
+ 4dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h480dp-land-v13/values-h480dp-land-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h480dp-land-v13/values-h480dp-land-v13.xml
new file mode 100644
index 0000000..86eb422
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h480dp-land-v13/values-h480dp-land-v13.xml
@@ -0,0 +1,12 @@
+
+
+ 0dp
+ 22dp
+ 48dp
+ 2dp
+ 2dp
+ 48dp
+ 20dp
+ 168dp
+ 0dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h550dp-port-v13/values-h550dp-port-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h550dp-port-v13/values-h550dp-port-v13.xml
new file mode 100644
index 0000000..9b3fbb8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-h550dp-port-v13/values-h550dp-port-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 24dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hi/values-hi.xml
new file mode 100644
index 0000000..fdf3d5d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hi/values-hi.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d नई सूचनाएं
+ - %d नई सूचनाएं
+
+ पूरी तरह बड़ा करें
+ %2$d वर्णों में से %1$d वर्ण दर्ज किए गए
+ अभी %1$d वर्ण हैं जबकि %2$d से ज़्यादा नहीं होने चाहिए
+ टेक्स्ट मिटाएं
+ गड़बड़ी
+ ड्रॉपडाउन मेन्यू दिखाएं
+ डायलॉग का आइकॉन
+ टैब
+ AM या PM चुनें
+ घंटा चुनें
+ %1$s बजे
+ मिनट चुनें
+ %1$s मिनट
+ पूर्वाह्न
+ समय इनपुट के लिए घड़ी मोड पर जाएं.
+ घंटा
+ मिनट
+ अपराह्न
+ समय चुनें
+ समय इनपुट के लिए लेख इनपुट मोड पर जाएं.
+ नई सूचना
+ %1$s हटाएं
+ %1$d से ज़्यादा नई सूचनाएं
+ अगले महीने पर जाएं
+ पिछले महीने पर जाएं
+ फ़िलहाल, यह चुना गया है: %1$s
+ @android:string/ok
+ %1$s
+ तारीख चुनें
+ चुनी गई तारीख
+ दिनों का कॉलम: %1$s
+ गलत फ़ॉर्मैट.
+ उदाहरण: %1$s
+ %1$s का इस्तेमाल करें
+ तारीखों की अमान्य सीमा.
+ साल %1$s पर जाएं
+ तारीख की मान्य सीमा से बाहर: %1$s
+ शुरू होने की तारीख – %1$s
+ %1$s – खत्म होने की तारीख
+ %1$s – %2$s
+ रेंज चुनें
+ शुरू होने की तारीख – खत्म होने की तारीख
+ सेव करें
+ तारीख
+ खत्म होने की तारीख
+ शुरू होने की तारीख
+ d
+ m
+ y
+ कैलेंडर के इनपुट मोड पर स्विच करें
+ \'दिन चुनना\' पर स्विच करने के लिए टैप करें
+ टेक्स्ट के इनपुट मोड पर स्विच करें
+ \'साल चुनना\' पर स्विच करने के लिए टैप करें
+ पासवर्ड दिखाएं
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hr/values-hr.xml
new file mode 100644
index 0000000..78d99d4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hr/values-hr.xml
@@ -0,0 +1,62 @@
+
+
+
+ - %d nova obavijest
+ - %d nove obavijesti
+ - %d novih obavijesti
+
+ Proširi donju polovicu
+ Uneseno znakova: %1$d od %2$d
+ Premašeno je ograničenje broja znakova: %1$d od %2$d
+ Brisanje teksta
+ Pogreška
+ Prikaži padajući izbornik
+ Ikona dijaloga
+ Kartica
+ Odaberite prijepodne ili poslijepodne
+ Odaberite sat
+ %1$s h
+ Odaberite minute
+ %1$s min
+ AM
+ Prijeđite na način rada sata da biste unijeli vrijeme.
+ Sat
+ Minuta
+ PM
+ Odabir vremena
+ Prijeđite na način unosa teksta da biste unijeli vrijeme.
+ Nova obavijest
+ Ukloni %1$s
+ Više od %1$d novih obavijesti
+ Prijelaz na sljedeći mjesec
+ Pomicanje na prethodni mjesec
+ Trenutačan odabir: %1$s
+ @android:string/ok
+ %1$s
+ Odaberite datum
+ Odabrani datum
+ Stupac s danima: %1$s
+ Nevažeći format.
+ Primjer: %1$s
+ Koristi format: %1$s
+ Raspon nije važeći.
+ Prijelaz na godinu %1$s
+ Izvan raspona: %1$s
+ Datum početka – %1$s
+ %1$s – datum završetka
+ %1$s – %2$s
+ Odaberite raspon
+ Datum početka – datum završetka
+ Spremi
+ Datum
+ Datum završetka
+ Datum početka
+ d
+ m
+ g
+ Prijelaz na način unosa u Kalendaru
+ Dodirnite za prijelaz na odabir dana
+ Prijelaz na način unosa teksta
+ Dodirnite za prijelaz na odabir godine
+ Prikaži zaporku
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..020ea30
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hu/values-hu.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d új értesítés
+ - %d új értesítés
+
+ Kibontás félig
+ Begépelt karakterszám: %2$d/%1$d
+ Maximális karakterszám túllépve: %2$d/%1$d
+ Szöveg törlése
+ Hiba
+ Legördülő menü megjelenítése
+ Párbeszédpanel ikonja
+ Lap
+ Válassza ki, hogy délelőtt vagy délután
+ Óra kiválasztása
+ %1$s óra
+ Perc kiválasztása
+ %1$s perc
+ de.
+ Időbevitelhez váltson óramódba.
+ Óra
+ Perc
+ du.
+ Időpont kiválasztása
+ Időbevitelhez váltson szövegbeviteli módba.
+ Új értesítés
+ Eltávolítás (%1$s)
+ Több mint %1$d új értesítés
+ Váltás a következő hónapra
+ Váltás az előző hónapra
+ Jelenleg kiválasztva: %1$s
+ @android:string/ok
+ %1$s
+ Válasszon dátumot
+ Kiválasztott dátum
+ Napok oszlopa: %1$s
+ Érvénytelen formátum.
+ Példa: %1$s
+ Használja ezt: %1$s
+ Érvénytelen tartomány.
+ Ugrás ehhez az évhez: %1$s
+ Tartományon kívül: %1$s
+ Kezdés dátuma – %1$s
+ %1$s – Befejezés dátuma
+ %1$s – %2$s
+ Válasszon dátumtartományt
+ Kezdés dátuma – Befejezés dátuma
+ Mentés
+ Dátum
+ Befejezés dátuma
+ Kezdés dátuma
+ N
+ H
+ É
+ Váltás naptárbeviteli módra
+ Koppintson a nap kiválasztásához
+ Váltás szövegbeviteli módra
+ Koppintson az év kiválasztásához
+ Jelszó megjelenítése
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hy/values-hy.xml
new file mode 100644
index 0000000..a1dad34
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-hy/values-hy.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d նոր ծանուցում
+ - %d նոր ծանուցում
+
+ Ծավալել կիսով չափ
+ Մուտքագրված նիշեր՝ %1$d/%2$d
+ Նիշերի առավելագույն քանակը գերազանցվել է (%1$d/%2$d)
+ Ջնջել տեքստը
+ Սխալ
+ Ցույց տալ իջնող ընտրացանկը
+ Երկխոսության պատուհանի պատկերակ
+ Ներդիր
+ Ընտրել AM կամ PM
+ Ընտրել ժամը
+ Ժամը %1$s է
+ Ընտրեք րոպեն
+ %1$s րոպե
+ AM
+ Ժամը մուտքագրելու համար միացրեք ժամացույցի ռեժիմը:
+ Ժամ
+ Րոպե
+ PM
+ Ժամանակի ընտրություն
+ Ժամը մուտքագրելու համար միացրեք տեքստի մուտքագրման ռեժիմը:
+ Նոր ծանուցում
+ Հեռացնել (%1$s)
+ Ավելի քան %1$d նոր ծանուցում
+ Անցնել հաջորդ ամիս
+ Անցնել նախորդ ամիս
+ Ներկայիս ընտրությունը՝ %1$s
+ @android:string/ok
+ %1$s
+ Ընտրեք ամսաթիվը
+ Ընտրված ամսաթիվը
+ Օրերի սյունակ՝ %1$s
+ Ձևաչափը սխալ է։
+ Օրինակ՝ %1$s
+ Օգտագործեք՝ %1$s
+ Ընդգրկույթն անվավեր է:
+ Անցնել %1$s թվական
+ Ընդգրկույթից դուրս է՝ %1$s
+ Մեկնարկի ամսաթիվը – %1$s
+ %1$s – Ավարտի ամսաթիվը
+ %1$s – %2$s
+ Ընտրեք ընդգրկույթը
+ Մեկնարկի ամսաթիվը – Ավարտի ամսաթիվը
+ Պահել
+ Ամսաթիվ
+ Ավարտի ամսաթիվը
+ Մեկնարկի ամսաթիվը
+ օ
+ ա
+ տ
+ Անցնել օրացույցի մուտքագրման ռեժիմ
+ Հպեք՝ օրվա ընտությանն անցնելու համար
+ Անցնել տեքստի մուտքագրման ռեժիմին
+ Հպեք՝ տարեթվի ընտությանն անցնելու համար
+ Ցուցադրել գաղտնաբառը
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-in/values-in.xml
new file mode 100644
index 0000000..9ad9b95
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-in/values-in.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d notifikasi baru
+ - %d notifikasi baru
+
+ Luaskan setengah
+ Karakter yang dimasukkan %1$d dari %2$d
+ Melebihi batas karakter %1$d dari %2$d
+ Menghapus teks
+ Error
+ Tampilkan menu dropdown
+ Ikon Dialog
+ Tab
+ Pilih AM atau PM
+ Pilih jam
+ Pukul %1$s
+ Pilih menit
+ %1$s menit
+ AM
+ Beralih ke mode jam untuk masukan waktu.
+ Jam
+ Menit
+ PM
+ Pilih waktu
+ Beralih ke mode masukan teks untuk masukan waktu.
+ Notifikasi baru
+ Menghapus %1$s
+ Lebih dari %1$d notifikasi baru
+ Ubah ke bulan berikutnya
+ Ubah ke bulan sebelumnya
+ Pilihan saat ini: %1$s
+ @android:string/ok
+ %1$s
+ Pilih Tanggal
+ Tanggal yang dipilih
+ Kolom hari: %1$s
+ Format tidak valid.
+ Contoh: %1$s
+ Gunakan: %1$s
+ Rentang tidak valid.
+ Buka tahun %1$s
+ Di luar rentang: %1$s
+ Tanggal mulai – %1$s
+ %1$s – Tanggal akhir
+ %1$s – %2$s
+ Pilih Rentang
+ Tanggal mulai – Tanggal akhir
+ Simpan
+ Tanggal
+ Tanggal akhir
+ Tanggal mulai
+ h
+ b
+ t
+ Beralih ke mode masukan kalender
+ Ketuk untuk beralih ke memilih hari
+ Beralih ke mode masukan teks
+ Ketuk untuk beralih ke memilih tahun
+ Tampilkan sandi
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-is/values-is.xml
new file mode 100644
index 0000000..403f197
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-is/values-is.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ný tilkynning
+ - %d nýjar tilkynningar
+
+ Stækka til hálfs
+ Innslegnir stafir %1$d af %2$d
+ Yfir hámarksstafafjölda, %1$d af %2$d
+ Hreinsa texta
+ Villa
+ Sýna fellivalmynd
+ Gluggatákn
+ Flipi
+ Velja f.h. eða e.h.
+ Velja tíma
+ klukkan %1$s
+ Veldu mínútur
+ %1$s mínútur
+ f.h.
+ Skipta yfir í klukkustillingu til að færa inn tíma.
+ Klukkustund
+ Mínúta
+ e.h.
+ Veldu tíma
+ Skipta yfir í textastillingu til að færa inn tíma.
+ Ný tilkynning
+ Fjarlægja %1$s
+ Yfir %1$d nýjar tilkynningar
+ Breyta í næsta mánuð
+ Breyta í fyrri mánuð
+ Núverandi val: %1$s
+ @android:string/ok
+ %1$s
+ Veldu dagsetningu
+ Valin dagsetning
+ Dálkur með dögum: %1$s
+ Ógilt snið.
+ Dæmi: %1$s
+ Nota: %1$s
+ Ógilt svið.
+ Fara í árið %1$s
+ Utan sviðs: %1$s
+ Upphafsdagur – %1$s
+ %1$s – lokadagur
+ %1$s – %2$s
+ Veldu tímabil
+ Upphafsdagur – lokadagur
+ Vista
+ Dagsetning
+ Lokadagur
+ Upphafsdagur
+ d
+ m
+ á
+ Skipta yfir í innfærsluaðferð fyrir dagatal
+ Ýttu til að skipta yfir í að velja dag
+ Skipta yfir í innfærsluaðferð fyrir texta
+ Ýttu til að skipta yfir í að velja ár
+ Sýna aðgangsorð
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-it/values-it.xml
new file mode 100644
index 0000000..361438d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-it/values-it.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d nuova notifica
+ - %d nuove notifiche
+
+ Espandi a metà
+ %1$d caratteri inserirti su %2$d
+ Sono presenti %2$d caratteri in più rispetto al limite di %1$d
+ Cancella testo
+ Errore
+ Mostra il menu a discesa
+ Icona della finestra di dialogo
+ Scheda
+ Seleziona AM o PM
+ Seleziona l\'ora
+ %1$s in punto
+ Seleziona i minuti
+ %1$s minuti
+ am
+ Passa alla modalità orologio per inserire l\'ora.
+ Ora
+ Minuto
+ pm
+ Seleziona l\'ora
+ Passa alla modalità di immissione testo per inserire l\'ora.
+ Nuova notifica
+ Rimuovi %1$s
+ Più di %1$d nuove notifiche
+ Passa al mese successivo
+ Passa al mese precedente
+ Selezione attuale: %1$s
+ @android:string/ok
+ %1$s
+ Seleziona data
+ Data selezionata
+ Colonna dei giorni: %1$s
+ Formato non valido.
+ Esempio: %1$s
+ Usa: %1$s
+ Intervallo non valido.
+ Vai all\'anno %1$s
+ Non compresa nell\'intervallo: %1$s
+ Data di inizio - %1$s
+ %1$s - Data di fine
+ %1$s - %2$s
+ Seleziona intervallo
+ Data di inizio - Data di fine
+ Salva
+ Data
+ Data di fine
+ Data di inizio
+ g
+ m
+ a
+ Passa alla modalità di immissione Calendario
+ Tocca per passare alla selezione di un giorno
+ Passa alla modalità di immissione Testo
+ Tocca per passare alla selezione di un anno
+ Mostra password
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-iw/values-iw.xml
new file mode 100644
index 0000000..0061088
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-iw/values-iw.xml
@@ -0,0 +1,63 @@
+
+
+
+ - התראה חדשה אחת (%d)
+ - %d התראות חדשות
+ - %d התראות חדשות
+ - %d התראות חדשות
+
+ הרחבה עד האמצע
+ הוזנו %1$d תווים מתוך %2$d
+ מגבלת התווים חורגת ב-%1$d מתוך %2$d
+ מחיקת הטקסט
+ שגיאה
+ הצגת התפריט הנפתח
+ סמל לתיבת דו-שיח
+ מקש Tab
+ יש לבחור ב-AM או ב-PM
+ בחר שעה
+ השעה %1$s
+ בחר דקות
+ %1$s דקות
+ לפנה\"צ
+ העבר למצב שעון לצורך הזנת השעה
+ שעה
+ דקה
+ אחה\"צ
+ בחר שעה
+ העבר למצב קלט טקסט לצורך הזנת השעה
+ התראה חדשה
+ הסרה של %1$s
+ יותר מ-%1$d התראות חדשות
+ מעבר לחודש הבא
+ מעבר לחודש הקודם
+ הבחירה הנוכחית: %1$s
+ @android:string/ok
+ %1$s
+ יש לבחור תאריך
+ התאריך הנבחר
+ עמודה של ימים: %1$s
+ פורמט לא חוקי.
+ דוגמה: %1$s
+ יש להשתמש בפורמט: %1$s
+ טווח לא חוקי.
+ ניווט לשנת %1$s
+ מחוץ לטווח: %1$s
+ תאריך התחלה – %1$s
+ %1$s – תאריך סיום
+ %1$s – %2$s
+ יש לבחור טווח
+ תאריך התחלה - תאריך סיום
+ שמירה
+ תאריך
+ תאריך סיום
+ תאריך התחלה
+ י
+ ח
+ ש
+ החלפה לשיטת קלט של יומן
+ יש להקיש כדי להחליף לבחירת יום
+ החלפה לשיטת קלט של טקסט
+ יש להקיש כדי להחליף לבחירת שנה
+ הצגת סיסמה
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..b215f8b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ja/values-ja.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d 件の新しい通知
+ - %d 件の新しい通知
+
+ 下半分を展開
+ 入力済み文字数: %1$d/%2$d
+ 文字数制限を超えています(%1$d/%2$d 文字)
+ テキストを消去
+ エラー
+ プルダウン メニューを表示
+ ダイアログ アイコン
+ タブ
+ 午前または午後を選択
+ 時刻を選択してください
+ %1$s時
+ 分を選択
+ %1$s分
+ AM
+ 時刻を時計で入力するモードに切り替えます。
+ 時間
+ 分
+ PM
+ 時間を選択
+ 時刻をテキストで入力するモードに切り替えます。
+ 新しい通知
+ %1$s を削除します
+ %1$d 件以上の新しい通知
+ 翌月に変更
+ 前月に変更
+ 現在の選択: %1$s
+ @android:string/ok
+ %1$s
+ 日付を選択してください
+ 選択した日付
+ 曜日の列: %1$s
+ 形式が無効です。
+ 例: %1$s
+ 使用: %1$s
+ 範囲が無効です。
+ %1$s 年に移動
+ 範囲外: %1$s
+ 開始日~%1$s
+ %1$s~終了日
+ %1$s~%2$s
+ 期間を選択してください
+ 開始日~終了日
+ 保存
+ 日付
+ 終了日
+ 開始日
+ d
+ m
+ y
+ カレンダー入力モードに切り替え
+ タップすると、日の選択に切り替わります
+ テキスト入力モードに切り替え
+ タップすると、年の選択に切り替わります
+ パスワードを表示
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ka/values-ka.xml
new file mode 100644
index 0000000..185072e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ka/values-ka.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ახალი შეტყობინება
+ - %d ახალი შეტყობინება
+
+ ნახევრამდე გაფართოება
+ შეყვანილია %2$d-დან %1$d სიმბოლო
+ გადაჭარბებულია სიმბოლოთა ლიმიტი (%2$d-დან %1$d)
+ ტექსტის გასუფთავება
+ შეცდომა
+ ჩამოსაშლელი მენიუს ჩვენება
+ დიალოგის ხატულა
+ ჩანართი
+ აირჩიეთ AM ან PM
+ აირჩიეთ საათი
+ %1$s საათი
+ აირჩიეთ წუთები
+ %1$s წუთი
+ AM
+ დროის შეყვანისთვის საათის რეჟიმზე გადართვა.
+ საათი
+ წუთი
+ PM
+ აირჩიეთ დრო
+ დროის შეყვანისთვის ტექსტის შეყვანის რეჟიმზე გადართვა.
+ ახალი შეტყობინება
+ %1$s-ის ამოშლა
+ %1$d-ზე მეტი ახალი შეტყობინება
+ შემდეგ თვეზე გადასვლა
+ წინა თვეზე გადასვლა
+ ამჟამინდელი არჩევანი: %1$s
+ @android:string/ok
+ %1$s
+ აირჩიეთ თარიღი
+ არჩეული თარიღი
+ დღეების სვეტი: %1$s
+ არასწორი ფორმატი.
+ მაგალითი: %1$s
+ %1$s-ის გამოყენება
+ დიაპაზონი არასწორია.
+ %1$s წელზე ნავიგაცია
+ დიაპაზონს მიღმა: %1$s
+ დაწყების თარიღი - %1$s
+ %1$s - დასრულების თარიღი
+ %1$s - %2$s
+ აირჩიეთ დიაპაზონი
+ დაწყების თარიღი - დასრულების თარიღი
+ შენახვა
+ თარიღი
+ დასრულების თარიღი
+ დაწყების თარიღი
+ დ
+ წთ
+ წ
+ კალენდარში შეყვანის რეჟიმზე გადართვა
+ შეეხეთ დღის არჩევაზე გადასართავად
+ ტექსტის შეყვანის რეჟიმზე გადართვა
+ შეეხეთ წლის არჩევაზე გადასართავად
+ პაროლის ჩვენება
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kk/values-kk.xml
new file mode 100644
index 0000000..c9fddbe
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kk/values-kk.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d жаңа хабарландыру
+ - %d жаңа хабарландыру
+
+ Жартылай кеңейту
+ %1$d/%2$d таңба енгізілді
+ Таңба саны шегінен асты: %1$d/%2$d
+ Мәтінді өшіру
+ Қате
+ Ашылмалы мәзірді көрсету
+ Диалог белгішесі
+ Қойынды
+ \"AM\" немесе \"PM\" форматын таңдау
+ Сағатты таңдау
+ Сағат: %1$s
+ Минут таңдау
+ %1$s минут
+ AM
+ Уақытты енгізу үшін сағат режиміне өтіңіз.
+ Сағат
+ Mинут
+ PM
+ Уақытты таңдау
+ Уақытты енгізу үшін мәтін енгізу режиміне өтіңіз.
+ Жаңа хабарландыру
+ %1$s мазмұнын өшіру
+ %1$d санынан көп жаңа хабарландыру
+ Келесі айға өту
+ Алдыңғы айға өту
+ Ағымдағы таңдау: %1$s
+ @android:string/ok
+ %1$s
+ Күнді таңдау
+ Таңдалған күн
+ Күндер бағаны: %1$s
+ Формат жарамсыз.
+ Мысал: %1$s.
+ Жарамды формат: %1$s.
+ Ауқым жарамсыз.
+ %1$s жылына жылжу
+ Ауқымнан тыc: %1$s
+ Басталу күні – %1$s
+ %1$s – аяқталу күні
+ %1$s – %2$s
+ Аралықты таңдау
+ Басталу күні – аяқталу күні
+ Сақтау
+ Күні
+ Аяқталу күні
+ Басталу күні
+ к
+ а
+ ж
+ Күнтізбенің енгізу режиміне ауысу
+ Күнді таңдауға ауысу үшін түртіңіз.
+ Мәтін енгізу режиміне ауысу
+ Жылды таңдауға ауысу үшін түртіңіз.
+ Құпия сөзді көрсету
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-km/values-km.xml
new file mode 100644
index 0000000..e8ba610
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-km/values-km.xml
@@ -0,0 +1,61 @@
+
+
+
+ - ការជូនដំណឹងថ្មី %d
+ - ការជូនដំណឹងថ្មី %d
+
+ ពង្រីកពាក់កណ្ដាល
+ តួអក្សរបានបញ្ចូល %1$d នៃ %2$d
+ ដែនកំណត់តួអក្សរបានលើស %1$d នៃ %2$d
+ សម្អាតអក្សរ
+ បញ្ហា
+ បង្ហាញម៉ឺនុយធ្លាក់ចុះ
+ រូបប្រអប់បញ្ចូល
+ ផ្ទាំង
+ ជ្រើសរើស AM ឬ PM
+ ជ្រើសរើសម៉ោង
+ ម៉ោង %1$s
+ ជ្រើសនាទី
+ %1$s នាទី
+ ព្រឹក
+ ប្តូរទៅមុខងារនាឡិកាសម្រាប់ការបញ្ចូលម៉ោង។
+ ម៉ោង
+ នាទី
+ ល្ងាច
+ ជ្រើសម៉ោង
+ ប្តូរទៅមុខងារបញ្ចូលអក្សរសម្រាប់ការបញ្ចូលម៉ោង។
+ ការជូនដំណឹងថ្មី
+ លុប %1$s
+ ការជូនដំណឹងថ្មីៗលើស %1$d ហើយ
+ ប្ដូរទៅខែបន្ទាប់
+ ប្ដូរទៅខែមុន
+ ការជ្រើសរើសបច្ចុប្បន្ន៖ %1$s
+ @android:string/ok
+ %1$s
+ ជ្រើសរើសកាលបរិច្ឆេទ
+ កាលបរិច្ឆេទដែលបានជ្រើសរើស
+ ជួរឈរនៃថ្ងៃ៖ %1$s
+ ទម្រង់មិនត្រឹមត្រូវទេ។
+ ឧទាហរណ៍៖ %1$s
+ ប្រើ៖ %1$s
+ ជួរមិនត្រឹមត្រូវទេ។
+ ប្ដូរទៅឆ្នាំ %1$s
+ នៅក្រៅជួរ៖ %1$s
+ កាលបរិច្ឆេទចាប់ផ្ដើម – %1$s
+ %1$s – កាលបរិច្ឆេទបញ្ចប់
+ %1$s – %2$s
+ ជ្រើសរើសចន្លោះ
+ កាលបរិច្ឆេទចាប់ផ្ដើម – កាលបរិច្ឆេទបញ្ចប់
+ រក្សាទុក
+ កាលបរិច្ឆេទ
+ កាលបរិច្ឆេទបញ្ចប់
+ កាលបរិច្ឆេទចាប់ផ្ដើម
+ ថ
+ ខ
+ ឆ
+ ប្ដូរទៅរបៀបបញ្ចូលប្រតិទិន
+ ចុចដើម្បីប្ដូរទៅការជ្រើសរើសថ្ងៃ
+ ប្ដូរទៅរបៀបបញ្ចូលអក្សរ
+ ចុចដើម្បីប្ដូរទៅការជ្រើសរើសឆ្នាំ
+ បង្ហាញពាក្យសម្ងាត់
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kn/values-kn.xml
new file mode 100644
index 0000000..4b10a35
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-kn/values-kn.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ - %d ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+
+ ಅರ್ಧದಷ್ಟು ವಿಸ್ತರಿಸಿ
+ %2$d ರಲ್ಲಿ %1$d ಅಕ್ಷರಗಳನ್ನು ನಮೂದಿಸಲಾಗಿದೆ
+ ಅಕ್ಷರ ಮಿತಿಯು %2$d ರಲ್ಲಿ %1$d ಮೀರಿದೆ
+ ಪಠ್ಯ ತೆರವುಗೊಳಿಸಿ
+ ದೋಷ
+ ಡ್ರಾಪ್ಡೌನ್ ಮೆನು ತೋರಿಸಿ
+ ಡೈಲಾಗ್ ಐಕಾನ್
+ ಟ್ಯಾಬ್
+ ಬೆಳಿಗ್ಗೆ ಅಥವಾ ಮಧ್ಯಾಹ್ನ ಆಯ್ಕೆಮಾಡಿ
+ ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ %1$s ಗಂಟೆ
+ ನಿಮಿಷಗಳನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ %1$s ನಿಮಿಷಗಳು
+ AM
+ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಗಡಿಯಾರದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.
+ ಗಂಟೆ
+ ನಿಮಿಷ
+ PM
+ ಸಮಯವನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ ಸಮಯವನ್ನು ನಮೂದಿಸಲು ಪಠ್ಯದ ನಮೂನೆಗೆ ಬದಲಿಸಿ.
+ ಹೊಸ ಅಧಿಸೂಚನೆ
+ %1$s ಅನ್ನು ತೆಗೆದುಹಾಕಿ
+ %1$d ಕ್ಕಿಂತ ಹೆಚ್ಚು ಹೊಸ ಅಧಿಸೂಚನೆಗಳು
+ ಮುಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ
+ ಹಿಂದಿನ ತಿಂಗಳಿಗೆ ಬದಲಿಸಿ
+ ಪ್ರಸ್ತುತ ಆಯ್ಕೆ: %1$s
+ @android:string/ok
+ %1$s
+ ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆಮಾಡಲಾಗಿದೆ
+ ದಿನಗಳ ಕಾಲಮ್: %1$s
+ ಅಮಾನ್ಯವಾದ ಫಾರ್ಮ್ಯಾಟ್.
+ ಉದಾಹರಣೆ: %1$s
+ ಇದನ್ನು ಬಳಸಿ: %1$s
+ ಅಮಾನ್ಯ ಶ್ರೇಣಿ.
+ %1$s ವರ್ಷಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ
+ ವ್ಯಾಪ್ತಿಯ ಹೊರಗಿದೆ: %1$s
+ ಪ್ರಾರಂಭ ದಿನಾಂಕ – %1$s
+ %1$s – ಮುಕ್ತಾಯ ದಿನಾಂಕ
+ %1$s – %2$s
+ ಶ್ರೇಣಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿ
+ ಪ್ರಾರಂಭ ದಿನಾಂಕ – ಮುಕ್ತಾಯ ದಿನಾಂಕ
+ ಉಳಿಸಿ
+ ದಿನಾಂಕ
+ ಮುಕ್ತಾಯ ದಿನಾಂಕ
+ ಪ್ರಾರಂಭ ದಿನಾಂಕ
+ ದಿ
+ ತಿ
+ ವ
+ ಕ್ಯಾಲೆಂಡರ್ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ
+ ದಿನವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ
+ ಪಠ್ಯ ಇನ್ಪುಟ್ ಮೋಡ್ಗೆ ಬದಲಿಸಿ
+ ವರ್ಷವನ್ನು ಆಯ್ಕೆಗಾಗಿ ಬದಲಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ
+ ಪಾಸ್ವರ್ಡ್ ತೋರಿಸಿ
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..91ff7d2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ko/values-ko.xml
@@ -0,0 +1,61 @@
+
+
+
+ - 새 알림 %d개
+ - 새 알림 %d개
+
+ 반만 펼치기
+ 입력된 글자 %1$d/%2$d
+ 글자 수 제한이 초과되었습니다(%1$d/%2$d).
+ 텍스트 삭제
+ 오류
+ 드롭다운 메뉴 표시
+ 대화상자 아이콘
+ 탭
+ 오전 또는 오후를 선택하세요.
+ 시간 선택
+ %1$s시 정각
+ 분 선택
+ %1$s분
+ 오전
+ 시간 입력을 위해 시계 모드로 전환합니다.
+ 시간
+ 분
+ 오후
+ 시간 선택
+ 시간 입력을 위해 텍스트 입력 모드로 전환합니다.
+ 새 알림
+ %1$s 삭제
+ 새 알림 %1$d개 초과
+ 다음 달로 변경
+ 이전 달로 변경
+ 현재 %1$s 선택됨
+ @android:string/ok
+ %1$s
+ 날짜 선택
+ 선택한 날짜
+ 요일 열: %1$s
+ 형식이 잘못되었습니다.
+ 예: %1$s
+ %1$s 사용
+ 날짜 범위가 잘못되었습니다.
+ %1$s년으로 이동
+ %1$s은(는) 범위를 벗어난 날짜입니다.
+ 시작일~%1$s
+ %1$s~종료일
+ %1$s~%2$s
+ 기간 선택
+ 시작일~종료일
+ 저장
+ 날짜
+ 종료일
+ 시작일
+ 일
+ 월
+ 년
+ 캘린더 입력 모드로 전환
+ 탭하여 요일 선택으로 전환
+ 텍스트 입력 모드로 전환
+ 탭하여 연도 선택으로 전환
+ 비밀번호 표시
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ky/values-ky.xml
new file mode 100644
index 0000000..6ae6abe
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ky/values-ky.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d жаңы билдирме
+ - %d жаңы билдирме
+
+ Жарымын жайып көрсөтүү
+ %2$d ичинен %1$d символ киргизилди
+ Символдордун саны коюлган %2$d чегинен %1$d символго ашып кетти
+ Текстти тазалоо
+ Ката
+ Түрүлмө менюну көрсөтүү
+ Диалог сүрөтчөсү
+ Өтмөк
+ Тандоо: AM же PM
+ Саат тандоо
+ Саат %1$s
+ Мүнөттөрдү тандаңыз
+ %1$s мүнөт
+ AM
+ Убакытты дубал саатынын режиминде киргизиңиз.
+ Саат
+ Мүнөт
+ PM
+ Убакыт тандоо
+ Убакытты текст киргизүү режиминде киргизиңиз.
+ Жаңы билдирме
+ Мазмунду алып салуу (%1$s)
+ %1$d ашуун жаңы билдирме
+ Кийинки айга өзгөртүү
+ Мурунку айга өзгөртүү
+ Учурдагы тандоо: %1$s
+ @android:string/ok
+ %1$s
+ Күн тандоо
+ Тандалган күн
+ Күндөр тилкеси: %1$s
+ Жараксыз формат.
+ Мисалы: %1$s
+ %1$s формтын колднуңуз
+ Жараксыз диапазон.
+ %1$s-жылга өтүү
+ Диапазондон тышкары: %1$s
+ Баштоо күнү – %1$s
+ %1$s – Аяктоо күнү
+ %1$s – %2$s
+ Даталар диапазонун тандоо
+ Баштоо күнү – Аяктоо күнү
+ Сактоо
+ Күн
+ Аяктоо күнү
+ Баштоо күнү
+ к
+ а
+ ж
+ Жылнаамага иш-чара киргизүү режимине которулуу
+ Күн тандоо үчүн таптап коюңуз
+ Текст киргизүү режимине которулуу
+ Жыл тандоо үчүн таптап коюңуз
+ Сырсөздү көрсөтүү
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-land/values-land.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-land/values-land.xml
new file mode 100644
index 0000000..d2906b6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-land/values-land.xml
@@ -0,0 +1,41 @@
+
+
+ 450dp
+ 600dp
+ 24dp
+ 24dp
+ 24dp
+ 24dp
+ 20dp
+ 4dp
+ 96dp
+ 0dp
+ 0dp
+ 104dp
+ 68dp
+ 28dp
+ 64dp
+ 32dp
+ 24dp
+ 32dp
+ 0
+ 6
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-large-v4/values-large-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-large-v4/values-large-v4.xml
new file mode 100644
index 0000000..e74395e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-large-v4/values-large-v4.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ldrtl-v17/values-ldrtl-v17.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ldrtl-v17/values-ldrtl-v17.xml
new file mode 100644
index 0000000..0096540
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ldrtl-v17/values-ldrtl-v17.xml
@@ -0,0 +1,5 @@
+
+
+ - @drawable/material_ic_keyboard_arrow_left_black_24dp
+ - @drawable/material_ic_keyboard_arrow_right_black_24dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lo/values-lo.xml
new file mode 100644
index 0000000..b0cf874
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lo/values-lo.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ການແຈ້ງເຕືອນໃໝ່
+ - %d ການແຈ້ງເຕືອນໃໝ່
+
+ ຂະຫຍາຍອອກເຄິ່ງໜຶ່ງ
+ ຕົວອັກສອນທີ່ປ້ອນເຂົ້າ %1$d ຕົວຈາກທັງໝົດ %2$d ຕົວ
+ ຂີດຈຳກັດຕົວອັກສອນເກີນ %1$d ຈາກທັງໝົດ %2$d
+ ລຶບລ້າງຂໍ້ຄວາມ
+ ຜິດພາດ
+ ສະແດງເມນູເລື່ອນລົງ
+ ໄອຄອນກ່ອງໂຕ້ຕອບ
+ ແຖບ
+ ເລືອກຕອນເຊົ້າ ຫຼື ຕອນແລງ
+ ເລືອກຊົ່ວໂມງ
+ %1$s ໂມງ
+ ເລືອກນາທີ
+ %1$s ນາທີ
+ ໂມງເຊົ້າ
+ ສະຫຼັບໄປໃຊ້ໂໝດໂມງສຳລັບການປ້ອນເວລາ.
+ ຊົ່ວໂມງ
+ ນາທີ
+ ໂມງແລງ
+ ເລືອກເວລາ
+ ສະຫຼັບໄປໃຊ້ໂໝດປ້ອນຂໍ້ຄວາມສຳລັບການປ້ອນເວລາ.
+ ການແຈ້ງເຕືອນໃໝ່
+ ລຶບ %1$s ອອກ
+ ການແຈ້ງເຕືອນໃໝ່ຫຼາຍກວ່າ %1$d ລາຍການ
+ ປ່ຽນເປັນເດືອນຕໍ່ໄປ
+ ປ່ຽນເປັນເດືອນຜ່ານມາ
+ ການເລືອກປັດຈຸບັນ: %1$s
+ @android:string/ok
+ %1$s
+ ເລືອກວັນທີ
+ ເລືອກວັນທີ
+ ຖັນມື້: %1$s
+ ຮູບແບບບໍ່ຖືກຕ້ອງ.
+ ຕົວຢ່າງ: %1$s
+ ໃຊ້: %1$s
+ ໄລຍະບໍ່ຖືກຕ້ອງ.
+ ເລື່ອນໄປປີ %1$s
+ ຢູ່ນອກຊ່ວງວັນທີ: %1$s
+ ວັນທີເລີ່ມຕົ້ນ – %1$s
+ %1$s – ວັນທີສິ້ນສຸດ
+ %1$s – %2$s
+ ເລືອກຊ່ວງ
+ ວັນທີເລີ່ມຕົ້ນ – ວັນທີສິ້ນສຸດ
+ ບັນທຶກ
+ ວັນທີ
+ ວັນທີສິ້ນສຸດ
+ ວັນທີເລີ່ມ
+ ວ
+ ດ
+ ປ
+ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນປະຕິທິນ
+ ແຕະເພື່ອປ່ຽນເປັນການເລືອກມື້
+ ປ່ຽນເປັນໂໝດປ້ອນຂໍ້ມູນຂໍ້ຄວາມ
+ ແຕະເພື່ອປ່ຽນເປັນການເລືອກປີ
+ ສະແດງລະຫັດຜ່ານ
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lt/values-lt.xml
new file mode 100644
index 0000000..ee8a777
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lt/values-lt.xml
@@ -0,0 +1,63 @@
+
+
+
+ - %d naujas pranešimas
+ - %d nauji pranešimai
+ - %d naujo pranešimo
+ - %d naujų pranešimų
+
+ Išskleisti iki pusės
+ Įvesta simbolių: %1$d iš %2$d
+ Viršytas simbolių skaičius: %1$d iš %2$d
+ Išvalyti tekstą
+ Klaida
+ Rodyti išskleidžiamąjį meniu
+ Dialogo lango piktograma
+ Skirtukas
+ Pasirinkite „iki pietų“ arba „po pietų“
+ Pasirinkite valandą
+ %1$s val.
+ Pasirinkite minutes
+ %1$s min.
+ AM
+ Laiko įvestį pateikti perjungus į laikrodžio režimą.
+ Valanda
+ Minutė
+ PM
+ Pasirinkite laiką
+ Laiko įvestį pateikti perjungus į teksto įvesties režimą.
+ Naujas pranešimas
+ Pašalinti %1$s
+ Naujų pranešimų: daugiau nei %1$d
+ Pakeisti į kitą mėnesį
+ Pakeisti į ankstesnį mėnesį
+ Dabartinis pasirinkimas: %1$s
+ @android:string/ok
+ %1$s
+ Pasirinkite datą
+ Pasirinkta data
+ Dienų stulpelis: %1$s
+ Netinkamas formatas.
+ Pavyzdys: %1$s
+ Naudoti: %1$s
+ Netinkamas diapazonas.
+ Eiti į %1$s metus
+ Nepatenka į diapazoną: %1$s
+ Pradžios data–%1$s
+ %1$s–pabaigos data
+ %1$s–%2$s
+ Pasirinkite diapazoną
+ Pradžios data–pabaigos data
+ Išsaugoti
+ Data
+ Pabaigos data
+ Pradžios data
+ d
+ m
+ y
+ Perjungti į kalendoriaus įvesties režimą
+ Palieskite, kad perjungtumėte į dienos pasirinkimą
+ Perjungti į teksto įvesties režimą
+ Palieskite, kad perjungtumėte į metų pasirinkimą
+ Rodyti slaptažodį
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lv/values-lv.xml
new file mode 100644
index 0000000..f66ddaf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-lv/values-lv.xml
@@ -0,0 +1,62 @@
+
+
+
+ - %d jaunu paziņojumu
+ - %d jauns paziņojums
+ - %d jauni paziņojumi
+
+ Izvērst līdz pusei
+ Ievadītās rakstzīmes: %1$d no %2$d
+ Pārsniegts rakstzīmju skaita ierobežojums (%1$d no %2$d)
+ Notīrīt tekstu
+ Kļūda
+ Rādīt nolaižamo izvēlni
+ Dialoglodziņa ikona
+ Cilne
+ Atlasiet “AM” (priekšpusdienā) vai “PM” (pēcpusdienā).
+ Atlasiet stundu
+ plkst. %1$s
+ Atlasiet minūtes.
+ %1$s min
+ AM
+ Lai ievadītu laiku, ieslēdziet pulksteņa režīmu.
+ Stunda
+ Minūte
+ PM
+ Laika atlasīšana
+ Lai ievadītu laiku, ieslēdziet teksta ievades režīmu.
+ Jauns paziņojums
+ Noņemt: %1$s
+ Vairāk nekā %1$d jauni paziņojumi
+ Pāriet uz nākamo mēnesi
+ Pāriet uz iepriekšējo mēnesi
+ Pašreizējā atlase: %1$s
+ @android:string/ok
+ %1$s
+ Atlasiet datumu
+ Atlasītais datums
+ Dienu sleja: %1$s
+ Nederīgs formāts.
+ Piemērs: %1$s
+ Izmantojiet: %1$s
+ Nederīgs diapazons.
+ Pāriet uz šo gadu: %1$s
+ Ārpus diapazona: %1$s
+ Sākuma datums–%1$s
+ %1$s–beigu datums
+ %1$s–%2$s
+ Atlasiet diapazonu
+ Sākuma datums–beigu datums
+ Saglabāt
+ Datums
+ Beigu datums
+ Sākuma datums
+ d
+ m
+ g
+ Pārslēgties uz kalendāra ievades režīmu
+ Pieskarties, lai pārslēgtos uz dienas atlasīšanu
+ Pārslēgties uz teksta ievades režīmu
+ Pieskarties, lai pārslēgtos uz gada atlasīšanu
+ Rādīt paroli
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mk/values-mk.xml
new file mode 100644
index 0000000..21bff2e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mk/values-mk.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ново известување
+ - %d нови известувања
+
+ Прошири до половина
+ Внесени се %1$d од %2$d знаци
+ Ограничувањето на знаците надмина %1$d од %2$d
+ Избриши го текстот
+ Грешка
+ Прикажи паѓачко мени
+ Икона за дијалог
+ Картичка
+ Изберете претпладне или попладне
+ Изберете час
+ %1$s часот
+ Избери минути
+ %1$s минути
+ пр.
+ Префрлете се на режимот за часовник за да внесете време.
+ Час
+ Минута
+ по.
+ Изберете време
+ Префрлете се на режимот за внесување текст за да внесете време.
+ Ново известување
+ Отстрани %1$s
+ Над %1$d нови известувања
+ Промени на следниот месец
+ Промени на претходниот месец
+ Тековен избор: %1$s
+ @android:string/ok
+ %1$s
+ Изберете датум
+ Избран датум
+ Колона со денови: %1$s
+ Неважечки формат.
+ Пример: %1$s
+ Користете: %1$s
+ Погрешен опсег.
+ Оди на %1$s година
+ Надвор од опсег: %1$s
+ Почетен датум - %1$s
+ %1$s - краен датум
+ %1$s - %2$s
+ Изберете опсег
+ Почетен датум - краен датум
+ Зачувај
+ Датум
+ Краен датум
+ Почетен датум
+ д
+ м
+ г
+ Префрли на режим за внесување во календарот
+ Допрете за да се префрлите на избирање ден
+ Префрли на режим за внесување текст
+ Допрете за да се префрлите на избирање година
+ Прикажи ја лозинката
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ml/values-ml.xml
new file mode 100644
index 0000000..35aaccd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ml/values-ml.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d പുതിയ അറിയിപ്പ്
+ - %d പുതിയ അറിയിപ്പുകൾ
+
+ മുഴുവനായി വികസിപ്പിക്കുക
+ %2$d-ൽ %1$d പ്രതീകങ്ങൾ നൽകി
+ അക്ഷര പരിധി, %2$d-ൽ %1$d കവിഞ്ഞു
+ ടെക്സ്റ്റ് മായ്ക്കുക
+ പിശക്
+ ഡ്രോപ്പ് ഡൗൺ മെനു കാണിക്കുക
+ ഡയലോഗ് ഐക്കൺ
+ ടാബ്
+ AM അല്ലെങ്കിൽ PM തിരഞ്ഞെടുക്കുക
+ മണിക്കൂർ തിരഞ്ഞെടുക്കുക
+ %1$s മണി
+ മിനിറ്റ് തിരഞ്ഞെടുക്കുക
+ %1$s മിനിറ്റ്
+ AM
+ സമയം നൽകുന്നതിന് ക്ലോക്ക് മോഡിലേക്ക് മാറുക.
+ മണിക്കൂര്
+ മിനിറ്റ്
+ PM
+ സമയം തിരഞ്ഞെടുക്കുക
+ സമയം നൽകുന്നതിന് ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക.
+ പുതിയ അറിയിപ്പ്
+ %1$s നീക്കം ചെയ്യുക
+ %1$d-ലധികം പുതിയ അറിയിപ്പുകൾ
+ അടുത്ത മാസത്തിലേക്ക് മാറ്റുക
+ മുമ്പത്തെ മാസത്തിലേക്ക് മാറ്റുക
+ നിലവിൽ തിരഞ്ഞെടുത്തത്: %1$s
+ @android:string/ok
+ %1$s
+ തീയതി തിരഞ്ഞെടുക്കുക
+ തിരഞ്ഞെടുത്ത തീയതി
+ ദിവസത്തിന്റെ കോളം: %1$s
+ അസാധുവായ ഫോർമാറ്റ്.
+ ഉദാഹരണം: %1$s
+ %1$s ഉപയോഗിക്കുക
+ അസാധുവായ ശ്രേണി.
+ %1$s വർഷത്തിലേക്ക് നാവിഗേറ്റ് ചെയ്യുക
+ ശ്രേണിക്ക് പുറത്താണ്: %1$s
+ ആരംഭിക്കുന്ന തീയതി – %1$s
+ %1$s – അവസാനിക്കുന്ന തീയതി
+ %1$s – %2$s
+ ശ്രേണി തിരഞ്ഞെടുക്കുക
+ ആരംഭിക്കുന്ന തീയതി – അവസാനിക്കുന്ന തീയതി
+ സംരക്ഷിക്കുക
+ തീയതി
+ അവസാനിക്കുന്ന തീയതി
+ ആരംഭിക്കുന്ന തീയതി
+ d
+ m
+ y
+ കലണ്ടർ ഇൻപുട്ട് മോഡിലേക്ക് മാറുക
+ ദിവസം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക
+ ടെക്സ്റ്റ് ഇൻപുട്ട് മോഡിലേക്ക് മാറുക
+ വർഷം തിരഞ്ഞെടുക്കുന്നതിലേക്ക് മാറാൻ ടാപ്പ് ചെയ്യുക
+ പാസ്വേഡ് കാണിക്കുക
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mn/values-mn.xml
new file mode 100644
index 0000000..1d8a9a6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mn/values-mn.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d шинэ мэдэгдэл
+ - %d шинэ мэдэгдэл
+
+ Хагас дэлгэнэ үү
+ %2$d-н %1$d тэмдэгтийг оруулсан
+ Тэмдэгтийн хязгаар %2$d-н %1$d-с хэтэрсэн
+ Текстийг арилгах
+ Алдаа
+ Доош унадаг цэсийг харуулах
+ Харилцах цонхны дүрс тэмдэг
+ Таб
+ ҮӨ эсвэл ҮХ сонгоно уу
+ Цаг сонгох
+ %1$s цаг
+ Минут сонгоно уу
+ %1$s минут
+ AM
+ Цагийг оруулахын тулд цагийн горимд шилжүүлнэ үү.
+ Цаг
+ Минут
+ PM
+ Цаг сонгох
+ Цагийг оруулахын тулд текст оруулах горимд шилжүүлнэ үү.
+ Шинэ мэдэгдэл
+ %1$s-г устгах
+ %1$d-с олон шинэ мэдэгдэл
+ Дараагийн сар луу өөрчлөх
+ Өмнөх сар луу өөрчлөх
+ Одоогийн сонголт: %1$s
+ @android:string/ok
+ %1$s
+ Огноо сонгох
+ Сонгосон огноо
+ Өдрийн багана: %1$s
+ Буруу формат байна.
+ Жишээ нь: %1$s
+ Ашиглах формат: %1$s
+ Огнооны хязгаар буруу байна.
+ %1$s он руу шилжих
+ Хязгаараас хэтэрсэн: %1$s
+ Эхлэх огноо – %1$s
+ %1$s – Дуусах огноо
+ %1$s – %2$s
+ Муж сонгох
+ Эхлэх огноо – Дуусах огноо
+ Хадгалах
+ Огноо
+ Дуусах огноо
+ Эхлэх огноо
+ ө
+ с
+ ж
+ Календарийн орох горим руу сэлгэх
+ Өдөр сонгох руу сэлгэхийн тулд товшино уу
+ Текстийн орох горим руу сэлгэх
+ Он сонгох руу сэлгэхийн тулд товшино уу
+ Нууц үгийг харуулах
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mr/values-mr.xml
new file mode 100644
index 0000000..5cbb41a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-mr/values-mr.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d नवीन सूचना
+ - %d नवीन सूचना
+
+ पूर्णपणे विस्तृत करा
+ %2$d पैकी %1$d वर्ण एंटर केले आहे
+ %2$d पैकी %1$d वर्णमर्यादा ओलांडली आहे
+ मजकूर साफ करा
+ एरर
+ ड्रॉपडाउन मेनू दाखवा
+ डायलॉग आयकन
+ टॅब
+ AM किंवा PM निवडा
+ वेळ निवडा
+ %1$s वाजता
+ मिनिटे निवडा
+ %1$s मिनिटे
+ AM
+ वेळेच्या इनपुटसाठी घड्याळ मोडवर स्विच करा.
+ तास
+ मिनिट
+ PM
+ वेळ निवडा
+ वेळ इनपुटसाठी मजकूर इनपुट मोडवर स्विच करा.
+ नवीन सूचना
+ काढून टाका %1$s
+ %1$d पेक्षा अधिक नवीन सूचना
+ पुढील महिन्यावर बदला
+ मागील महिन्यावर बदला
+ सध्याची निवड: %1$s
+ @android:string/ok
+ %1$s
+ तारीख निवडा
+ निवडलेली तारीख
+ दिवसांचा स्तंभ: %1$s
+ चुकीचा फॉरमॅट.
+ उदाहरण: %1$s
+ %1$s: वापरा
+ चुकीची श्रेणी.
+ %1$s वर्षावर नेव्हिगेट करा
+ रेंजच्या बाहेर: %1$s
+ सुरू होण्याची तारीख – %1$s
+ %1$s – संपण्याची तारीख
+ %1$s – %2$s
+ रेंज निवडा
+ सुरू होण्याची तारीख – संपण्याची तारीख
+ सेव्ह करा
+ तारीख
+ संपण्याची तारीख
+ सुरू होण्याची तारीख
+ दि
+ म
+ व
+ कॅलेंडर इनपुट मोडवर स्विच करा
+ दिवस निवडण्यासाठी स्विच करा वर टॅप करा
+ मजकूर इनपुट मोडवर स्विच करा
+ वर्ष निवडण्यासाठी स्विच करा वर टॅप करा
+ पासवर्ड दाखवा
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ms/values-ms.xml
new file mode 100644
index 0000000..2f57fd3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ms/values-ms.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d pemberitahuan baharu
+ - %d pemberitahuan baharu
+
+ Kembangkan helaian bawah
+ Aksara dimasukkan %1$d daripada %2$d
+ Melebihi had aksara %1$d daripada %2$d
+ Kosongkan teks
+ Ralat
+ Tunjukkan menu lungsur
+ Ikon Dialog
+ Tab
+ Pilih AM atau PM
+ Pilih jam
+ Pukul %1$s
+ Pilih minit
+ %1$s minit
+ PG
+ Beralih ke mod jam untuk input masa.
+ Jam
+ Minit
+ P/M
+ Pilih masa
+ Beralih ke mod input teks untuk input masa.
+ Pemberitahuan baharu
+ Alih keluar %1$s
+ Lebih daripada %1$d pemberitahuan baharu
+ Tukar kepada bulan seterusnya
+ Tukar kepada bulan sebelumnya
+ Pilihan semasa: %1$s
+ @android:string/ok
+ %1$s
+ Pilih Tarikh
+ Tarikh dipilih
+ Lajur hari: %1$s
+ Format tidak sah.
+ Contoh: %1$s
+ Gunakan: %1$s
+ Julat tidak sah.
+ Navigasi ke tahun %1$s
+ Di luar julat: %1$s
+ Tarikh mula – %1$s
+ %1$s – Tarikh tamat
+ %1$s – %2$s
+ Pilih Julat
+ Tarikh mula – Tarikh tamat
+ Simpan
+ Tarikh
+ Tarikh tamat
+ Tarikh mula
+ h
+ b
+ t
+ Beralih kepada mod input kalendar
+ Ketik untuk beralih kepada pemilihan hari
+ Beralih kepada mod input teks
+ Ketik untuk beralih kepada pemilihan tahun
+ Tunjukkan kata laluan
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-my/values-my.xml
new file mode 100644
index 0000000..47ecf3f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-my/values-my.xml
@@ -0,0 +1,61 @@
+
+
+
+ - အကြောင်းကြားချက်အသစ် %d ခု
+ - အကြောင်းကြားချက်အသစ် %d ခု
+
+ တစ်ဝက်ချဲ့ရန်
+ စာလုံးရေ %2$d တွင် %1$d ထည့်သွင်းထားသည်
+ စာလုံးရေအကန့်အသတ် %2$d လုံးတွင် %1$d လုံးကျော်နေသည်
+ စာသား ဖယ်ရှားရန်
+ အမှား
+ ဆွဲချမီနူးကို ပြရန်
+ ဒိုင်ယာလော့ခ် သင်္ကေတ
+ တဘ်
+ AM (သို့) PM ရွေးရန်
+ နာရီ ရွေးရန်
+ %1$s နာရီ
+ မိနစ်များ ရွေးပါ
+ %1$s မိနစ်
+ နံနက်
+ အချိန်ထည့်သွင်းမှုအတွက် နာရီမုဒ်သို့ ပြောင်းပါ။
+ နာရီ
+ မိနစ်
+ ညနေ
+ အချိန်ရွေးပါ
+ အချိန်ထည့်သွင်းရန် စာသားထည့်သွင်းမှုမုဒ်သို့ ပြောင်းပါ။
+ အကြောင်းကြားချက်အသစ်
+ %1$s ကို ဖယ်ရှားရန်
+ အကြောင်းကြားချက်အသစ် %1$d ခု အထက်
+ နောက်လသို့ ပြောင်းရန်
+ ယခင်လသို့ ပြောင်းရန်
+ လက်ရှိ ရွေးချယ်မှု- %1$s
+ @android:string/ok
+ %1$s
+ ရက်စွဲ ရွေးပါ
+ ရွေးထားသည့် ရက်စွဲ
+ ရက်ကော်လံ- %1$s
+ ဖော်မက် မမှန်ကန်ပါ။
+ ဥပမာ− %1$s
+ %1$s သုံးရန်
+ ရက်အပိုင်းအခြား မမှန်ပါ။
+ နှစ် %1$s သို့ လမ်းညွှန်ရန်
+ ရက်အပိုင်းအခြား ပြင်ပ− %1$s
+ စတင်ရက် – %1$s
+ %1$s – ပြီးဆုံးရက်
+ %1$s – %2$s
+ အပိုင်းအခြား ရွေးပါ
+ စတင်ရက် – ပြီးဆုံးရက်
+ သိမ်းရန်
+ ရက်စွဲ
+ ပြီးဆုံးရက်
+ စတင်ရက်
+ d
+ m
+ y
+ ပြက္ခဒိန် ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်
+ ရက်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ
+ စာသား ထည့်သွင်းမှုမုဒ်သို့ ပြောင်းရန်
+ နှစ်ရွေးချယ်ခြင်းသို့ ပြောင်းရန် တို့ပါ
+ စကားဝှက်ကို ပြရန်
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..867ab5d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nb/values-nb.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d nytt varsel
+ - %d nye varsler
+
+ Vis halve feltet nederst
+ %1$d av %2$d tegn er skrevet inn
+ Tegngrensen er overskredet – %1$d av %2$d
+ Fjern teksten
+ Feil
+ Vis rullegardinmenyen
+ Dialogboksikon
+ Fane
+ Velg AM eller PM
+ Velg time
+ %1$s null-null
+ Angi minutter
+ %1$s minutter
+ AM
+ Bytt til klokkemodus for tidsinndata.
+ Time
+ Minutt
+ PM
+ Velg tidspunkt
+ Bytt til tekstinndatamodus for tidsinndata.
+ Nytt varsel
+ Fjern %1$s
+ Flere enn %1$d nye varsler
+ Endre til neste måned
+ Endre til forrige måned
+ Gjeldende valg: %1$s
+ @android:string/ok
+ %1$s
+ Velg dato
+ Valgt dato
+ Kolonne for dager: %1$s
+ Ugyldig format.
+ Eksempel: %1$s
+ Bruk: %1$s
+ Ugyldig område.
+ Naviger til år %1$s
+ Utenfor rekkevidde: %1$s
+ Startdato – %1$s
+ %1$s – sluttdato
+ %1$s–%2$s
+ Velg periode
+ Startdato–sluttdato
+ Lagre
+ Dato
+ Sluttdato
+ Startdato
+ d
+ m
+ å
+ Bytt til kalenderinndatamodus
+ Trykk for å bytte til å velge dag
+ Bytt til tekstinndatamodus
+ Trykk for å bytte til å velge år
+ Vis passordet
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ne/values-ne.xml
new file mode 100644
index 0000000..6b2e734
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ne/values-ne.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d नयाँ सूचना
+ - %d नयाँ सूचनाहरू
+
+ आधा ठुलो पार्नुहोस्
+ %2$d मध्ये %1$d वर्ण प्रविष्ट गरियो
+ %2$d मध्ये %1$d वर्ण सीमा नाघ्यो
+ पाठ खाली गर्नुहोस्
+ त्रुटि
+ ड्रपडाउन मेनु देखाउनुहोस्
+ संवादको आइकन
+ ट्याब
+ पूर्वाह्न वा अपराह्न चयन गर्नुहोस्
+ घन्टा चयन गर्नुहोस्
+ %1$s बजे
+ मिनेट चयन गर्नुहोस्
+ %1$s मिनेट
+ AM
+ समय इनपुट गर्न घडी मोडमा स्विच गर्नुहोस्।
+ घन्टा:
+ मिनेट
+ अपराह्न
+ समय चयन गर्नुहोस्
+ समय इनपुट गर्न पाठ इनपुट मोडमा स्विच गर्नुहोस्।
+ नयाँ सूचना
+ %1$s हटाउनुहोस्
+ %1$d भन्दा बढी नयाँ सूचनाहरू
+ अर्को महिनामा सार्नुहोस्
+ अघिल्लो महिनामा सार्नुहोस्
+ हालको चयन: %1$s
+ @android:string/ok
+ %1$s
+ मिति चयन गर्नुहोस्
+ चयन गरिएको मिति
+ दिनहरूको स्तम्भ: %1$s
+ अमान्य ढाँचा।
+ उदाहरण: %1$s
+ %1$s प्रयोग गर्नुहोस्
+ अमान्य दायरा।
+ वर्ष %1$s मा जानुहोस्
+ दायराभन्दा बाहिर छ: %1$s
+ सुरु हुने मिति – %1$s
+ %1$s – अन्त्य हुने मिति
+ %1$s – %2$s
+ दायरा चयन गर्नुहोस्
+ सुरु हुने मिति – अन्त्य हुने मिति
+ सुरक्षित गर्नु
+ मिति
+ अन्त्य हुने मिति
+ सुरु हुने मिति
+ d
+ मिनेट
+ y
+ Calendar को इनपुट मोडमा बदल्नुहोस्
+ कुनै दिन चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस्
+ पाठको इनपुट मोडमा बदल्नुहोस्
+ कुनै वर्ष चयन गर्ने विकल्प प्रयोग गर्न ट्याप गर्नुहोस्
+ पासवर्ड देखाउनुहोस्
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-night-v8/values-night-v8.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-night-v8/values-night-v8.xml
new file mode 100644
index 0000000..d231605
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-night-v8/values-night-v8.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..4d6ca05
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-nl/values-nl.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d nieuwe melding
+ - %d nieuwe meldingen
+
+ Half uitvouwen
+ %1$d van %2$d tekens opgegeven
+ Tekenlimiet heeft %1$d van %2$d overschreden
+ Tekst wissen
+ Fout
+ Dropdownmenu weergeven
+ Icoon voor dialoogvenster
+ Tabblad
+ Selecteer a.m. of p.m.
+ Selecteer uur
+ %1$s uur
+ Minuten selecteren
+ %1$s minuten
+ a.m.
+ Schakel naar de klokmodus om de tijd in te voeren.
+ Uur
+ Minuut
+ p.m.
+ Tijd selecteren
+ Schakel naar de tekstinvoermodus om de tijd in te voeren.
+ Nieuwe melding
+ %1$s verwijderen
+ Meer dan %1$d nieuwe meldingen
+ Naar volgende maand gaan
+ Naar vorige maand gaan
+ Huidige selectie: %1$s
+ @android:string/ok
+ %1$s
+ Selecteer een datum
+ Geselecteerde datum
+ Kolom met dagen: %1$s
+ Ongeldige indeling.
+ Voorbeeld: %1$s
+ Gebruik: %1$s
+ Ongeldig bereik.
+ Naar jaar %1$s navigeren
+ Valt buiten bereik: %1$s
+ Startdatum - %1$s
+ %1$s – einddatum
+ %1$s – %2$s
+ Selecteer een periode
+ Startdatum - einddatum
+ Opslaan
+ Datum
+ Einddatum
+ Startdatum
+ d
+ m
+ j
+ Overschakelen naar agenda-invoermodus
+ Tik om naar dagselectie te schakelen
+ Overschakelen naar tekstinvoermodus
+ Tik om naar jaarselectie te schakelen
+ Wachtwoord tonen
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-or/values-or.xml
new file mode 100644
index 0000000..1e74dc7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-or/values-or.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d new notification
+ - %d new notifications
+
+ Expand halfway
+ %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
+ %2$d ର %1$d ଅକ୍ଷର ଲେଖିଛନ୍ତି
+ Clear text
+ Error
+ Show dropdown menu
+ Dialog Icon
+ Tab
+ Select AM or PM
+ Select hour
+ %1$s o\'clock
+ ମିନିଟ୍ ଚୟନ କରନ୍ତୁ
+ %1$s minutes
+ AM
+ ସମୟ ଇନପୁଟ୍ ପାଇଁ ଘଣ୍ଟା ମୋଡ୍କୁ ବଦଳାନ୍ତୁ।
+ Hour
+ Minute
+ PM
+ Select time
+ ସମୟ ଇନପୁଟ୍ ପାଇଁ ଟେକ୍ସଟ୍ ଇନପୁଟ୍କୁ ବଦଳାନ୍ତୁ।
+ New notification
+ %1$s କାଢ଼ିଦିଅନ୍ତୁ
+ More than %1$d new notifications
+ Change to next month
+ Change to previous month
+ Current selection: %1$s
+ @android:string/ok
+ %1$s
+ Select Date
+ Selected date
+ Column of days: %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to year %1$s
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Switch to calendar input mode
+ Tap to switch to selecting a day
+ Switch to text input mode
+ Tap to switch to selecting a year
+ ପାସ୍ୱାର୍ଡ ଦେଖାନ୍ତୁ
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pa/values-pa.xml
new file mode 100644
index 0000000..f483cdf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pa/values-pa.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ਨਵੀਂ ਸੂਚਨਾ
+ - %d ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+
+ ਅੱਧ ਤੱਕ ਵਿਸਤਾਰ ਕਰੋ
+ %2$d ਵਿੱਚੋਂ %1$d ਅੱਖਰ-ਚਿੰਨ੍ਹ ਦਾਖਲ ਕੀਤੇ ਗਏ
+ ਅੱਖਰ-ਚਿੰਨ੍ਹ ਸੀਮਾ %2$d ਤੋਂ %1$d ਵਧੀ
+ ਲਿਖਤ ਕਲੀਅਰ ਕਰੋ
+ ਗੜਬੜ
+ ਡ੍ਰੌਪ-ਡਾਊਨ ਮੀਨੂ ਦਿਖਾਓ
+ ਵਿੰਡੋ ਦਾ ਪ੍ਰਤੀਕ
+ ਟੈਬ
+ AM ਜਾਂ PM ਚੁਣੋ
+ ਸਮਾਂ ਚੁਣੋ
+ %1$s ਵਜੇ
+ ਮਿੰਟ ਚੁਣੋ
+ %1$s ਮਿੰਟ
+ AM
+ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਘੜੀ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।
+ ਘੰਟਾ
+ ਮਿੰਟ
+ PM
+ ਸਮਾਂ ਚੁਣੋ
+ ਸਮਾਂ ਇਨਪੁੱਟ ਕਰਨ ਲਈ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਸਵਿੱਚ ਕਰੋ।
+ ਨਵੀਂ ਸੂਚਨਾ
+ %1$s ਹਟਾਓ
+ %1$d ਤੋਂ ਵੱਧ ਨਵੀਆਂ ਸੂਚਨਾਵਾਂ
+ ਅਗਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ
+ ਪਿਛਲੇ ਮਹੀਨੇ \'ਤੇ ਜਾਓ
+ ਮੌਜੂਦਾ ਚੋਣ: %1$s
+ @android:string/ok
+ %1$s
+ ਤਾਰੀਖ ਚੁਣੋ
+ ਚੁਣੀ ਗਈ ਤਾਰੀਖ
+ ਦਿਨਾਂ ਦਾ ਕਾਲਮ: %1$s
+ ਅਵੈਧ ਫਾਰਮੈਟ।
+ ਉਦਾਹਰਨ: %1$s
+ ਵਰਤੋ: %1$s
+ ਅਵੈਧ ਰੇਂਜ।
+ ਸਾਲ %1$s \'ਤੇ ਨੈਵੀਗੇਟ ਕਰੋ
+ ਰੇਂਜ ਤੋਂ ਬਾਹਰ: %1$s
+ ਸ਼ੁੁਰੂਆਤੀ ਤਾਰੀਖ – %1$s
+ %1$s – ਸਮਾਪਤੀ ਤਾਰੀਖ
+ %1$s – %2$s
+ ਰੇਂਜ ਚੁਣੋ
+ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ – ਸਮਾਪਤੀ ਤਾਰੀਖ
+ ਰੱਖਿਅਤ ਕਰੋ
+ ਤਾਰੀਖ
+ ਸਮਾਪਤੀ ਤਾਰੀਖ
+ ਸ਼ੁਰੂਆਤੀ ਤਾਰੀਖ
+ d
+ m
+ y
+ ਕੈਲੰਡਰ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ
+ ਦਿਨ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ
+ ਲਿਖਤ ਇਨਪੁੱਟ ਮੋਡ \'ਤੇ ਜਾਓ
+ ਸਾਲ ਦੀ ਚੋਣ \'ਤੇ ਜਾਣ ਲਈ ਟੈਪ ਕਰੋ
+ ਪਾਸਵਰਡ ਦਿਖਾਓ
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..09d9173
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pl/values-pl.xml
@@ -0,0 +1,63 @@
+
+
+
+ - %d nowe powiadomienie
+ - %d nowe powiadomienia
+ - %d nowych powiadomień
+ - %d nowego powiadomienia
+
+ Rozwiń do połowy
+ %1$d z %2$d znaków
+ Przekroczono limit znaków (%1$d z %2$d)
+ Wyczyść tekst
+ Błąd
+ Pokaż menu
+ Ikona okna
+ Karta
+ Wybierz: przed południem czy po południu
+ Wybierz godzinę
+ %1$s
+ Wybierz minuty
+ %1$s minut
+ AM
+ Aby wprowadzić czas, włącz tryb zegara.
+ Godzina
+ Minuta
+ PM
+ Określ czas
+ Aby wprowadzić czas, włącz tryb wprowadzania tekstu.
+ Nowe powiadomienie
+ Usuń: (%1$s)
+ Liczba nowych powiadomień przekracza %1$d
+ Zmień na następny miesiąc
+ Zmień na poprzedni miesiąc
+ Bieżący wybór: %1$s
+ @android:string/ok
+ %1$s
+ Wybierz datę
+ Wybrana data
+ Kolumna z dniami: %1$s
+ Nieprawidłowy format.
+ Przykład: %1$s
+ Użyj formatu: %1$s
+ Nieprawidłowy zakres.
+ Przejdź do roku %1$s
+ Poza zakresem: %1$s
+ Data rozpoczęcia – %1$s
+ %1$s – data zakończenia
+ %1$s–%2$s
+ Wybierz zakres
+ Data rozpoczęcia – data zakończenia
+ Zapisz
+ Data
+ Data zakończenia
+ Data rozpoczęcia
+ d
+ m
+ r
+ Włącz kalendarzowy tryb wprowadzania
+ Kliknij, by wybrać dzień
+ Włącz tekstowy tryb wprowadzania
+ Kliknij, by wybrać rok
+ Pokaż hasło
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..eb9e3a7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d nova notificação
+ - %d novas notificações
+
+ Expandir até a metade
+ Caracteres inseridos: %1$d de %2$d
+ Limite de %2$d caracteres excedido em %1$d
+ Limpar texto
+ Erro
+ Mostrar menu suspenso
+ Ícone de caixa de diálogo
+ Guia
+ Selecionar AM ou PM
+ Selecionar horário
+ %1$s em ponto
+ Selecione os minutos
+ %1$s minutos
+ AM
+ Alterne para o modo de relógio para informar o horário.
+ Hora
+ Minuto
+ PM
+ Selecionar horário
+ Alterne para o modo de entrada de texto para informar o horário.
+ Nova notificação
+ Remover %1$s
+ Mais de %1$d novas notificações
+ Alterar para o próximo mês
+ Alterar para o mês anterior
+ Seleção atual: %1$s
+ @android:string/ok
+ %1$s
+ Selecionar data
+ Data selecionada
+ Coluna de dias: %1$s
+ Formato inválido.
+ Exemplo: %1$s
+ Usar %1$s
+ Intervalo inválido.
+ Ir para o ano %1$s
+ Fora do intervalo: %1$s
+ Data de início – %1$s
+ %1$s – Data de término
+ %1$s – %2$s
+ Selecionar intervalo
+ Data de início – Data de término
+ Salvar
+ Data
+ Data de término
+ Data de início
+ d
+ m
+ a
+ Alternar para o modo de entrada da agenda
+ Toque para alternar para a seleção de um dia
+ Alternar para o modo de entrada de texto
+ Toque para alternar para a seleção de um ano
+ Exibir senha
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..f7fa81f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d nova notificação
+ - %d novas notificações
+
+ Expandir até metade
+ Carateres introduzidos: %1$d de %2$d
+ Limite de carateres excedido: %1$d de %2$d
+ Limpar texto
+ Erro
+ Mostrar menu pendente
+ Ícone de caixa de diálogo
+ Separador
+ Selecionar AM ou PM
+ Selecionar hora
+ %1$s hora(s)
+ Selecionar minutos
+ %1$s minutos
+ AM
+ Mude para o modo de relógio para a introdução da hora.
+ Hora
+ Minuto
+ PM
+ Selecionar hora
+ Mude para o modo de introdução de texto para a introdução da hora.
+ Nova notificação
+ Remover %1$s
+ Mais de %1$d notificações novas
+ Mudar para o mês seguinte
+ Mudar para o mês anterior
+ Seleção atual: %1$s
+ @android:string/ok
+ %1$s
+ Selecione a data
+ Data selecionada
+ Coluna de dias: %1$s
+ Formato inválido.
+ Exemplo: %1$s
+ Utilize: %1$s
+ Intervalo inválido.
+ Navegue para o ano %1$s
+ Fora do intervalo: %1$s
+ Data de início – %1$s
+ %1$s – Data de conclusão
+ %1$s – %2$s
+ Selecione o intervalo
+ Data de início – Data de conclusão
+ Guardar
+ Data
+ Data de conclusão
+ Data de início
+ d
+ m
+ a
+ Mudar para o modo de introdução de calendário
+ Toque para mudar para a seleção do dia
+ Mudar para o modo de introdução de texto
+ Toque para mudar para a seleção do ano
+ Mostrar palavra-passe
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..e3445c7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ro/values-ro.xml
@@ -0,0 +1,62 @@
+
+
+
+ - %d notificare nouă
+ - %d notificări noi
+ - %d de notificări noi
+
+ Extinde pe ecran complet
+ Caractere introduse: %1$d din %2$d
+ Limita de caractere a depășit %1$d din %2$d
+ Ștergeți textul
+ Eroare
+ Afișați meniul drop-down
+ Pictogramă de dialog
+ Filă
+ Selectați ora
+ Selectați ora
+ Ora %1$s
+ Selectați minutele
+ %1$s minute
+ a.m.
+ Pentru a introduce ora, comutați la modul ceas.
+ Ora
+ Minut
+ p.m.
+ Selectați ora
+ Pentru a introduce ora, comutați la modul de introducere a textului.
+ Notificare nouă
+ Eliminați %1$s
+ Peste %1$d notificări noi
+ Treceți la luna următoare
+ Treceți la luna anterioară
+ Selecția actuală: %1$s
+ @android:string/ok
+ %1$s
+ Selectați data
+ Data selectată
+ Coloana cu zile: %1$s
+ Format nevalid.
+ Exemplu: %1$s
+ Folosiți: %1$s
+ Interval nevalid.
+ Navigați la anul %1$s
+ Fără acoperire: %1$s
+ Data de începere – %1$s
+ %1$s – data de încheiere
+ %1$s – %2$s
+ Selectați intervalul
+ Data de începere – data de încheiere
+ Salvați
+ Dată
+ Data de încheiere
+ Data de începere
+ z
+ l
+ a
+ Comutați la modul introducere în calendar
+ Atingeți pentru a comuta la selectarea unei zile
+ Comutați la modul de introducere a textului
+ Atingeți pentru a comuta la selectarea unui an
+ Afișați parola
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..bf3f050
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ru/values-ru.xml
@@ -0,0 +1,63 @@
+
+
+
+ - %d новое уведомление
+ - %d новых уведомления
+ - %d новых уведомлений
+ - %d нового уведомления
+
+ Развернуть наполовину
+ Введено символов: %1$d из %2$d
+ Превышено ограничение на количество символов (%1$d из %2$d)
+ Очистить текстовое поле
+ Ошибка
+ Показать раскрывающееся меню
+ Значок диалогового окна
+ Вкладка
+ Выберите AM (до полудня) или PM (после полудня)
+ Выберите час
+ %1$s ч.
+ Выберите минуты
+ %1$s мин.
+ AM
+ Чтобы ввести время, перейдите в режим часов.
+ Час
+ Минуты
+ PM
+ Выбор времени
+ Чтобы ввести время, перейдите в режим ввода текста.
+ Новое уведомление
+ Удалить \"%1$s\"
+ Новых уведомлений больше %1$d
+ Перейти к следующему месяцу
+ Перейти к предыдущему месяцу
+ Выбранный элемент: %1$s
+ @android:string/ok
+ %1$s
+ Выберите дату
+ Выбранная дата
+ Столбец со днями недели: %1$s
+ Недействительный формат.
+ Пример: %1$s
+ Используйте: %1$s
+ Недопустимый диапазон.
+ Перейти к %1$s году
+ Вне диапазона: %1$s
+ Дата начала – %1$s
+ %1$s – дата окончания
+ %1$s – %2$s
+ Выберите диапазон дат
+ Дата начала – дата окончания
+ Сохранить
+ Дата
+ Дата окончания
+ Дата начала
+ д
+ м
+ г
+ Перейти в режим выбора дней
+ Нажмите, чтобы перейти к выбору дня
+ Перейти в режим ввода текста
+ Нажмите, чтобы перейти к выбору года
+ Показать пароль
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-si/values-si.xml
new file mode 100644
index 0000000..6d0cd8b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-si/values-si.xml
@@ -0,0 +1,61 @@
+
+
+
+ - නව දැනුම්දීම් %dක්
+ - නව දැනුම්දීම් %dක්
+
+ අඩක් දිග හරින්න
+ අනුලකුණු %2$dන් %1$dක් ඇතුළු කෙරිණි
+ අනුලකුණු සීමාව %2$dකින් %1$d ඉක්ම විය
+ පෙළ හිස් කරන්න
+ දෝෂය
+ පතන මෙනුව පෙන්වන්න
+ සංවාද නිරූපකය
+ ටැබය
+ පෙරවරු හෝ පස්වරු තෝරන්න
+ පැය තෝරන්න
+ %1$sයි
+ මිනිත්තු තෝරන්න
+ මිනිත්තු %1$sයි
+ පෙව
+ වේලා ආදානය සඳහා ඔරලෝසු ප්රකාරය වෙත මාරු වෙන්න.
+ පැය
+ මිනිත්තු
+ පව
+ වේලාව තෝරන්න
+ වේලා ආදානය සඳහා ආදාන ප්රකාරය වෙත මාරු වෙන්න.
+ නව දැනුම්දීම
+ %1$s ඉවත් කරන්න
+ නව දැනුම්දීම් %1$dකට වඩා
+ ලබන මාසයට වෙනස් කරන්න
+ කලින් මාසයට වෙනස් කරන්න
+ වත්මන් තේරීම: %1$s
+ @android:string/ok
+ %1$s
+ දිනය තෝරන්න
+ තේරූ දිනය
+ දින තීරුව: %1$s
+ අවලංගු ආකෘතියකි.
+ උදාහරණය: %1$s
+ භාවිතය: %1$s
+ අවලංගු පරාසයකි.
+ %1$s වසරට සංචාලනය කරන්න
+ පරාසයෙන් පිටත: %1$s
+ ආරම්භක දිනය – %1$s
+ %1$s – නිමා වන දිනය
+ %1$s – %2$s
+ පරාසය තෝරන්න
+ ආරම්භක දිනය – නිමා වන දිනය
+ සුරකින්න
+ දිනය
+ නිමා වන දිනය
+ ආරම්භක දිනය
+ ද
+ ම
+ ව
+ දින දර්ශන ආදාන ප්රකාරයට මාරු වන්න
+ දිනයක් තේරීමට මාරු වීමට තට්ටු කරන්න
+ පෙළ ආදාන ප්රකාරයට මාරු වන්න
+ වසරක් තේරීමට මාරු වීමට තට්ටු කරන්න
+ මුරපදය පෙන්වන්න
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sk/values-sk.xml
new file mode 100644
index 0000000..bae3fd7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sk/values-sk.xml
@@ -0,0 +1,63 @@
+
+
+
+ - %d nové upozornenie
+ - %d nové upozornenia
+ - %d new notifications
+ - %d nových upozornení
+
+ Rozbaliť napoly
+ Zadané znaky: %1$d z %2$d
+ Bol prekročený povolený počet znakov (%1$d z %2$d)
+ Vymazať text
+ Chyba
+ Zobraziť rozbaľovaciu ponuku
+ Ikona dialógového okna
+ Tabulátor
+ Vyberte AM alebo PM
+ Vybrať hodinu
+ %1$s
+ Vyberte minúty
+ %1$s min
+ AM
+ Ak chcete zadať čas, prepnite na režim hodín.
+ Hodina
+ Minúta
+ PM
+ Vyberte čas
+ Ak chcete zadať čas, prepnite na textový režim vstupu
+ Nové upozornenie
+ Odstrániť položku %1$s
+ Viac než %1$d nových upozornení
+ Ďalší mesiac
+ Predchádzajúci mesiac
+ Aktuálny výber: %1$s
+ @android:string/ok
+ %1$s
+ Vyberte dátum
+ Vybraný dátum
+ Stĺpec dní: %1$s
+ Neplatný formát.
+ Príklad: %1$s
+ Použite: %1$s
+ Neplatný rozsah.
+ Prejsť na rok %1$s
+ Mimo rozsahu: %1$s
+ Dátum začatia – %1$s
+ %1$s – dátum ukončenia
+ %1$s – %2$s
+ Vyberte rozsah
+ Dátum začatia – dátum ukončenia
+ Uložiť
+ Dátum
+ Dátum ukončenia
+ Dátum začatia
+ d
+ m
+ r
+ Prepnúť na kalendárový režim vstupu
+ Klepnutím prepnete na výber dňa
+ Prepnúť na textový režim vstupu
+ Klepnutím prepnete na výber roka
+ Zobraziť heslo
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sl/values-sl.xml
new file mode 100644
index 0000000..f1bbd13
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sl/values-sl.xml
@@ -0,0 +1,63 @@
+
+
+
+ - %d novo obvestilo
+ - %d novi obvestili
+ - %d nova obvestila
+ - %d novih obvestil
+
+ Razširjanje na pol višine
+ Število vnesenih znakov je %1$d od %2$d
+ Omejitev števila znakov je presegla %1$d od %2$d
+ Izbris besedila
+ Napaka
+ Prikaz spustnega menija
+ Ikona pogovornega okna
+ Zavihek
+ Izberite dopoldanski ali popoldanski čas.
+ Izberite uro
+ %1$s
+ Izberite minute
+ %1$s min
+ dop.
+ Preklopite na način ure, da vnesete čas.
+ Ura
+ Minuta
+ pop.
+ Izberite uro
+ Preklopite na način za vnašanje besedila, da vnesete čas.
+ Novo obvestilo
+ Odstranite %1$s
+ Več kot toliko novih obvestil: %1$d
+ Spremeni na naslednji mesec
+ Spremeni na prejšnji mesec
+ Trenutna izbira: %1$s
+ @android:string/ok
+ %1$s
+ Izberite datum
+ Izbrani datum
+ Stolpec dni: %1$s
+ Neveljavna oblika.
+ Primer: %1$s
+ Uporabite: %1$s
+ Neveljaven razpon.
+ Pomik na leto %1$s
+ Zunaj razpona: %1$s
+ Začetni datum–%1$s
+ %1$s–končni datum
+ %1$s–%2$s
+ Izberite obseg
+ Začetni datum–končni datum
+ Shrani
+ Datum
+ Končni datum
+ Začetni datum
+ d
+ m
+ l
+ Preklop na način vnosa v koledar
+ Dotik za preklop na izbiro dneva
+ Preklop na način vnosa besedila
+ Dotik za preklop na izbiro leta
+ Prikaz gesla
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-small-v4/values-small-v4.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-small-v4/values-small-v4.xml
new file mode 100644
index 0000000..2c20055
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-small-v4/values-small-v4.xml
@@ -0,0 +1,7 @@
+
+
+ 24dp
+ 24dp
+ 24dp
+ 24dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sq/values-sq.xml
new file mode 100644
index 0000000..0750de9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sq/values-sq.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d njoftim i ri
+ - %d njoftime të reja
+
+ Zgjeroje deri në gjysmë
+ Karakteret e futura: %1$d nga %2$d
+ Kufiri i karaktereve është kaluar: %1$d nga %2$d
+ Pastro tekstin
+ Gabim
+ Shfaq menynë me lëshim poshtë
+ Ikona e dialogut
+ Tab
+ Zgjidh paradite ose pasdite
+ Zgjidh orën
+ %1$s fiks
+ Përzgjidh minutat
+ %1$s minuta
+ PD
+ Kalo te modaliteti i orës për hyrjen e kohës.
+ Ora
+ Minuta
+ PD
+ Zgjidh orën
+ Kalo te modaliteti i hyrjes së tekstit për hyrjen e kohës.
+ Njoftim i ri
+ Hiq %1$s
+ Më shumë se %1$d njoftime të reja
+ Ndrysho te muaji i ardhshëm
+ Ndrysho te muaji i kaluar
+ Zgjedhja aktuale: %1$s
+ @android:string/ok
+ %1$s
+ Zgjidh datën
+ Data e zgjedhur
+ Kolona e ditëve: %1$s
+ Format i pavlefshëm.
+ Shembull: %1$s
+ Përdor: %1$s
+ Gamë e pavlefshme.
+ Navigo te viti %1$s
+ Jashtë gamës: %1$s
+ Data e fillimit – %1$s
+ %1$s – data e përfundimit
+ %1$s - %2$s
+ Zgjidh gamën
+ Data e fillimit - data e përfundimit
+ Ruaj
+ Data
+ Data e përfundimit
+ Data e fillimit
+ d
+ m
+ v
+ Kalo te modaliteti i \"Hyrjes së kalendarit\"
+ Trokit për të kaluar te zgjedhja e një dite
+ Kalo te modaliteti i \"Hyrjes së tekstit\"
+ Trokit për të kaluar te zgjedhja e një viti
+ Shfaq fjalëkalimin
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sr/values-sr.xml
new file mode 100644
index 0000000..fc8ee63
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sr/values-sr.xml
@@ -0,0 +1,62 @@
+
+
+
+ - %d ново обавештење
+ - %d нова обавештења
+ - %d нових обавештења
+
+ Проширите до пола
+ Унети знакови: %1$d од %2$d
+ Прекорачено је ограничење броја знакова: %1$d од %2$d
+ Обриши текст
+ Грешка
+ Прикажи падајући мени
+ Икона дијалога
+ Картица
+ Изаберите пре подне или по подне
+ Изаберите сат
+ %1$s с
+ Изаберите минуте
+ %1$s мин
+ AM
+ Пређите у режим сата ради уноса времена.
+ Сат
+ Минут
+ PM
+ Изаберите време
+ Пређите у режим уноса текста ради уноса времена.
+ Ново обавештење
+ Уклоните %1$s
+ Нових обавештења: више од %1$d
+ Пређите на следећи месец
+ Пређите на претходни месец
+ Актуелни избор: %1$s
+ @android:string/ok
+ %1$s
+ Изаберите датум
+ Изабрани датум
+ Колона са данима: %1$s
+ Формат је неважећи.
+ Пример: %1$s
+ Користите: %1$s
+ Неважећи период.
+ Идите на годину %1$s
+ Изван периода: %1$s
+ Датум почетка – %1$s
+ %1$s – Датум завршетка
+ %1$s–%2$s
+ Изаберите период
+ Датум почетка – Датум завршетка
+ Сачувај
+ Датум
+ Датум завршетка
+ Датум почетка
+ д
+ м
+ г
+ Пређите на режим уноса у Календару
+ Додирните да бисте прешли на избор дана
+ Пређите на режим уноса текста
+ Додирните да бисте прешли на избор године
+ Прикажи лозинку
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..4b46db8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sv/values-sv.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ny avisering
+ - %d nya aviseringar
+
+ Utöka till hälften
+ %1$d av %2$d tecken har angetts
+ Teckengränsen har överskridits: %1$d av %2$d
+ Rensa text
+ Fel
+ Visa rullgardinsmenyn
+ Dialogikon
+ Flik
+ Välj mellan FM och EM
+ Ange timme
+ Klockan %1$s
+ Välj minuter
+ %1$s minuter
+ FM
+ Byt till klockläget och ange tid.
+ Timme
+ Minut
+ EM
+ Välj tid
+ Byt till textinmatningsläget och ange tid.
+ Ny avisering
+ Ta bort (%1$s)
+ Fler än %1$d nya aviseringar
+ Ändra till nästa månad
+ Ändra till föregående månad
+ Aktuellt val: %1$s
+ @android:string/ok
+ %1$s
+ Välj datum
+ Valt datum
+ Kolumn med dagar: %1$s
+ Ogiltigt format.
+ Exempel: %1$s
+ Använd %1$s
+ Ogiltigt intervall.
+ Navigera till år %1$s
+ Utanför intervallet: %1$s
+ Startdatum–%1$s
+ %1$s–slutdatum
+ %1$s–%2$s
+ Välj intervall
+ Startdatum–slutdatum
+ Spara
+ Datum
+ Slutdatum
+ Startdatum
+ d
+ m
+ å
+ Byt till kalender som inmatningsläge
+ Byt till att välja en dag genom att trycka
+ Byt till text som inmatningsläge
+ Byt till att välja ett år genom att trycka
+ Visa lösenord
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw/values-sw.xml
new file mode 100644
index 0000000..c575326
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw/values-sw.xml
@@ -0,0 +1,61 @@
+
+
+
+ - Arifa %d mpya
+ - Arifa %d mpya
+
+ Panua nusu
+ Umeweka herufi %1$d kati ya %2$d
+ Umepitisha idadi ya juu ya herufi %1$d kati ya %2$d
+ Futa maandishi
+ Hitilafu
+ Onyesha menyu kunjuzi
+ Aikoni ya Kidirisha
+ Kichupo
+ Chagua AM au PM
+ Chagua saa
+ Saa %1$s kamili
+ Chagua dakika
+ Dakika %1$s
+ AM
+ Badilisha umbo liwe la saa ya mishale wakati wa kuweka muda.
+ Saa
+ Dakika
+ PM
+ Chagua wakati
+ Badilisha iwe katika hali ya maandishi wakati wa kuweka muda.
+ Arifa mpya
+ Ondoa %1$s
+ Zaidi ya arifa %1$d mpya
+ Nenda kwenye mwezi unaofuata
+ Rudi kwenye mwezi uliotangulia
+ Uteuzi wa sasa: %1$s
+ @android:string/ok
+ %1$s
+ Chagua Tarehe
+ Tarehe uliyochagua
+ Safu wima ya siku: %1$s
+ Muundo si sahihi
+ Mfano: %1$s
+ Tumia: %1$s
+ Kipindi si sahihi.
+ Sogeza kwenye mwaka wa %1$s
+ Nje ya kipindi: %1$s
+ Tarehe ya kuanza – %1$s
+ %1$s – Tarehe ya mwisho
+ %1$s – %2$s
+ Chagua Kipindi cha Tarehe
+ Tarehe ya kuanza – Tarehe ya mwisho
+ Hifadhi
+ Tarehe
+ Tarehe ya mwisho
+ Tarehe ya kuanza
+ d
+ m
+ y
+ Tumia programu ya kuingiza data kwenye kalenda
+ Gusa ili uende kwenye sehemu ya kuchagua siku
+ Tumia programu ya kuingiza data ya maandishi
+ Gusa ili uende kwenye sehemu ya kuchagua mwaka
+ Onyesha nenosiri
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml
new file mode 100644
index 0000000..bae39f1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-sw600dp-v13/values-sw600dp-v13.xml
@@ -0,0 +1,19 @@
+
+
+ 320dp
+ 0dp
+ 2dp
+ 24dp
+ 576dp
+ 320dp
+ @dimen/design_snackbar_padding_vertical
+
+ 160dp
+ 64dp
+ 64dp
+ 1
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ta/values-ta.xml
new file mode 100644
index 0000000..c5f9b02
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ta/values-ta.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d புதிய அறிவிப்பு
+ - %d புதிய அறிவிப்புகள்
+
+ பாதியளவு விரிவாக்கும்
+ %2$d இல் %1$d எழுத்துகள் உள்ளிடப்பட்டுள்ளன
+ %2$d இல் %1$d எழுத்து வரம்பு மீறப்பட்டது
+ உரையை அழிக்கும்
+ பிழை
+ கீழ் தோன்றல் மெனுவைக் காட்டும் பட்டன்
+ உரையாடல் ஐகான்
+ தாவல்
+ AM அல்லது PMமைத் தேர்ந்தெடுக்க உதவும்
+ மணிநேரத்தைத் தேர்ந்தெடுக்க உதவும்
+ %1$s மணி
+ நிமிடத்தைத் தேர்ந்தெடுக்கவும்
+ %1$s நிமிடங்கள்
+ AM
+ நேர உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.
+ மணிநேரம்
+ நிமிடம்
+ PM
+ நேரத்தைத் தேர்ந்தெடுக்கவும்
+ உரை உள்ளீட்டிற்காக, கடிகாரப் பயன்முறைக்கு மாற்றும்.
+ புதிய அறிவிப்பு
+ %1$sஐ அகற்று
+ %1$d+ புதிய அறிவிப்புகள்
+ அடுத்த மாதத்தைக் காட்டு
+ முந்தைய மாதத்தைக் காட்டு
+ தற்போதைய தேர்வு: %1$s
+ @android:string/ok
+ %1$s
+ தேதியைத் தேர்ந்தெடுக்கவும்
+ தேர்ந்தெடுக்கப்பட்ட தேதி
+ நாட்களின் நெடுவரிசை: %1$s
+ தவறான வடிவம்.
+ உதாரணம்: %1$s
+ %1$sஐப் பயன்படுத்துக
+ தவறான வரம்பு.
+ %1$s ஆம் ஆண்டிற்குச் செல்லும்
+ எல்லைக்கு வெளியே உள்ளது: %1$s
+ தொடக்கத் தேதி – %1$s
+ %1$s – முடிவுத் தேதி
+ %1$s – %2$s
+ வரம்பைத் தேர்ந்தெடுக்கவும்
+ தொடக்கத் தேதி - முடிவுத் தேதி
+ சேமி
+ தேதி
+ முடிவுத் தேதி
+ தொடக்கத் தேதி
+ நா
+ மா
+ ஆ
+ கேலெண்டர் உள்ளீட்டு முறைக்கு மாற்றும்
+ நாளைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும்
+ உரை உள்ளீட்டு முறைக்கு மாற்றும்
+ ஆண்டைத் தேர்வுசெய்வதற்கு மாற்ற தட்டவும்
+ கடவுச்சொல்லைக் காட்டு
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-te/values-te.xml
new file mode 100644
index 0000000..087472b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-te/values-te.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d కొత్త నోటిఫికేషన్
+ - %d కొత్త నోటిఫికేషన్లు
+
+ సగాన్ని విస్తరింపజేయండి
+ %2$dలో %1$d అక్షరాలు నమోదు చేయబడ్డాయి
+ అక్షర పరిధి %2$dలో %1$dను అధిగమించింది
+ రాసినదాన్ని తీసివేయి
+ ఎర్రర్
+ డ్రాప్డౌన్ మెనూను చూపు
+ డైలాగ్ చిహ్నం
+ ట్యాబ్
+ AM లేదా PMను ఎంచుకోండి
+ గంటను ఎంచుకోండి
+ %1$s అవుతుంది
+ నిమిషాలను ఎంచుకోండి
+ %1$s నిమిషాలు
+ AM
+ సమయాన్ని నమోదు చేయడం కోసం గడియారం మోడ్కు మారండి.
+ గంట
+ నిమిషం
+ PM
+ సమయాన్ని ఎంచుకోండి
+ సమయాన్ని నమోదు చేయడం కోసం వచన నమోదు మోడ్కి మారండి.
+ కొత్త నోటిఫికేషన్
+ (%1$s)ని తీసివేస్తుంది
+ %1$d కంటే ఎక్కువ కొత్త నోటిఫికేషన్లు
+ వచ్చే నెలకు మార్చుతుంది
+ మునుపటి నెలకు మార్చుతుంది
+ ప్రస్తుత ఎంపిక: %1$s
+ @android:string/ok
+ %1$s
+ తేదీని ఎంచుకోండి
+ ఎంచుకున్న తేది
+ రోజుల నిలువు వరుస: %1$s
+ ఫార్మాట్ చెల్లదు.
+ ఉదాహరణ: %1$s
+ ఇలా ఉపయోగించండి: %1$s
+ చెల్లని పరిధి.
+ %1$sసంవత్సరానికి నావిగేట్ చేస్తుంది
+ పరిధి వెలుపల ఉంది: %1$s
+ ప్రారంభ తేదీ – %1$s
+ %1$s – ముగింపు తేది
+ %1$s – %2$s
+ పరిధిని ఎంచుకోండి
+ ప్రారంభ తేది - ముగింపు తేది
+ సేవ్ చేయి
+ తేదీ
+ ముగింపు తేదీ
+ ప్రారంభ తేదీ
+ రో
+ నె
+ సం
+ క్యాలెండర్ ఇన్పుట్ మోడ్కు మారుస్తుంది
+ \'రోజును ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి
+ వచన ఇన్పుట్ మోడ్కు మారుస్తుంది
+ \'సంవత్సరాన్ని ఎంపిక చేసుకోవడం\'కు మారడానికి నొక్కండి
+ పాస్వర్డ్ను చూపు
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-th/values-th.xml
new file mode 100644
index 0000000..c99f898
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-th/values-th.xml
@@ -0,0 +1,61 @@
+
+
+
+ - การแจ้งเตือนใหม่ %d รายการ
+ - การแจ้งเตือนใหม่ %d รายการ
+
+ ขยายรายการครึ่งหนึ่ง
+ ป้อนอักขระแล้ว %1$d จาก %2$d ตัว
+ เกินจำนวนอักขระสูงสุด %1$d จาก %2$d
+ ล้างข้อความ
+ ข้อผิดพลาด
+ แสดงเมนูแบบเลื่อนลง
+ ไอคอนกล่องโต้ตอบ
+ แท็บ
+ เลือก AM หรือ PM
+ เลือกชั่วโมง
+ %1$s นาฬิกา
+ เลือกนาที
+ %1$s นาที
+ AM
+ สลับไปโหมดนาฬิกาเพื่อป้อนเวลา
+ ชั่วโมง
+ นาที
+ PM
+ เลือกเวลา
+ สลับไปโหมดป้อนข้อความเพื่อป้อนเวลา
+ การแจ้งเตือนใหม่
+ นำ %1$s ออก
+ การแจ้งเตือนใหม่มากกว่า %1$d รายการ
+ เปลี่ยนไปที่เดือนถัดไป
+ เปลี่ยนไปที่เดือนก่อนหน้า
+ การเลือกในปัจจุบัน: %1$s
+ @android:string/ok
+ %1$s
+ เลือกวันที่
+ วันที่ที่เลือก
+ คอลัมน์ของวัน: %1$s
+ รูปแบบไม่ถูกต้อง
+ ตัวอย่าง: %1$s
+ ใช้: %1$s
+ ช่วงไม่ถูกต้อง
+ ไปที่ปี %1$s
+ วันที่ไม่อยู่ในช่วงที่อนุญาต: %1$s
+ วันที่เริ่มต้น – %1$s
+ %1$s – วันที่สิ้นสุด
+ %1$s – %2$s
+ เลือกช่วง
+ วันที่เริ่มต้น – วันที่สิ้นสุด
+ บันทึก
+ วันที่
+ วันที่สิ้นสุด
+ วันที่เริ่มต้น
+ ว
+ ด
+ ป
+ สลับไปใช้โหมดป้อนข้อมูลปฏิทิน
+ แตะเพื่อสลับไปใช้การเลือกวัน
+ สลับไปใช้โหมดป้อนข้อมูลข้อความ
+ แตะเพื่อสลับไปใช้การเลือกปี
+ แสดงรหัสผ่าน
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tl/values-tl.xml
new file mode 100644
index 0000000..1afc184
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tl/values-tl.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d bagong notification
+ - %d na bagong notification
+
+ I-expand hanggang gitna
+ Mga character na nailagay %1$d sa %2$d
+ Lumampas sa limitasyon sa bilang ng character %1$d sa %2$d
+ I-clear ang text
+ Error
+ Ipakita ang dropdown na menu
+ Icon ng Dialog
+ Tab
+ Piliin ang AM o PM
+ Pumili ng oras
+ %1$s o\'clock
+ Pumili ng mga minuto
+ %1$s (na) minuto
+ AM
+ Lumipat sa mode ng orasan para sa input na oras.
+ Oras
+ Minuto
+ PM
+ Pumili ng oras
+ Lumipat sa pamamaraan ng pag-input ng text para sa input na oras.
+ Bagong notification
+ Alisin ang %1$s
+ Mahigit %1$d (na) bagong notification
+ Lumipat sa susunod na buwan
+ Lumipat sa nakaraang buwan
+ Kasalukuyang seleksyon: %1$s
+ @android:string/ok
+ %1$s
+ Pumili ng Petsa
+ Piniling petsa
+ Column ng mga araw: %1$s
+ Invalid na format.
+ Halimbawa: %1$s
+ Gamitin: %1$s
+ Invalid na hanay.
+ Mag-navigate patungo sa taong %1$s
+ Wala sa sakop: %1$s
+ Petsa ng pagsisimula – %1$s
+ %1$s – Petsa ng pagtatapos
+ %1$s – %2$s
+ Pumili ng Range
+ Petsa ng pagsisimula – Petsa ng pagtatapos
+ I-save
+ Petsa
+ Petsa ng pagtatapos
+ Petsa ng pagsisimula
+ d
+ m
+ y
+ Lumipat sa pamamaraan ng pag-input ng kalendaryo
+ I-tap para lumipat sa pagpili ng araw
+ Lumipat sa pamamaraan ng pag-input ng text
+ I-tap para lumipat sa pagpili ng taon
+ Ipakita ang password
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..29227f8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-tr/values-tr.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d yeni bildirim
+ - %d yeni bildirim
+
+ Yarım genişlet
+ Girilen karakter: %1$d / %2$d
+ Karakter sınırı aşıldı %1$d / %2$d
+ Metni temizle
+ Hata
+ Açılır menüyü göster
+ İletişim kutusu simgesi
+ Sekme
+ ÖÖ veya ÖS\'yi seçin
+ Saat seçin
+ Saat %1$s
+ Dakikayı seçin
+ %1$s dakika
+ AM
+ Zaman girişi için saat moduna geçin.
+ Saat
+ Dakika
+ PM
+ Zamanı seçin
+ Zaman girişi için metin girişi moduna geçin.
+ Yeni bildirim
+ %1$s içeriğini kaldır
+ %1$d adetten fazla yeni bildirim
+ Sonraki aya değiştir
+ Önceki aya değiştir
+ Geçerli seçim: %1$s
+ @android:string/ok
+ %1$s
+ Tarih Seçin
+ Seçilen tarih
+ Gün sütunu: %1$s
+ Geçersiz biçim.
+ Örnek: %1$s
+ Tarih biçimi: %1$s
+ Geçersiz aralık.
+ %1$s yılına git
+ İzin verilen aralığın dışında: %1$s
+ Başlangıç tarihi – %1$s
+ %1$s – Bitiş tarihi
+ %1$s-%2$s
+ Aralık Seçin
+ Başlangıç tarihi - Bitiş tarihi
+ Kaydet
+ Tarih
+ Bitiş tarihi
+ Başlangıç tarihi
+ g
+ a
+ y
+ Takvim giriş moduna geç
+ Gün seçmeye geçmek için dokunun
+ Metin giriş moduna geç
+ Yıl seçmeye geçmek için dokunun
+ Şifreyi göster
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uk/values-uk.xml
new file mode 100644
index 0000000..25e8ed1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uk/values-uk.xml
@@ -0,0 +1,63 @@
+
+
+
+ - %d нове сповіщення
+ - %d нові сповіщення
+ - %d нових сповіщень
+ - %d нового сповіщення
+
+ Розгорнути нижню половину
+ Введено символів: %1$d з %2$d
+ Перевищено ліміт символів: %1$d з %2$d
+ Видалити текст
+ Помилка
+ Показати спадне меню
+ Значок вікна
+ Вкладка
+ Виберіть ДП чи ПП
+ Вибрати годину
+ %1$s год
+ Виберіть хвилини
+ %1$s хв
+ дп
+ Перейти в режим годинника, щоб ввести час.
+ Година
+ Хвилина
+ пп
+ Виберіть час
+ Перейти в текстовий режим, щоб ввести час.
+ Нове сповіщення
+ Видалити %1$s
+ Нових сповіщень більше ніж %1$d
+ Перейти до наступного місяця
+ Перейти до попереднього місяця
+ Поточний вибір: %1$s
+ @android:string/ok
+ %1$s
+ Виберіть дату
+ Вибрана дата
+ Стовпець із днями: %1$s
+ Недійсний формат.
+ Приклад: %1$s
+ Використовувати: %1$s
+ Недійсний діапазон.
+ Перейти до %1$s року
+ За межами діапазону: %1$s
+ Дата початку – %1$s
+ %1$s – дата завершення
+ %1$s – %2$s
+ Виберіть діапазон дат
+ Дата початку – дата завершення
+ Зберегти
+ Дата
+ Дата завершення
+ Дата початку
+ д
+ м
+ р
+ Перейти в режим введення в календарі
+ Натисніть, щоб вибрати день
+ Перейти в режим введення тексту
+ Натисніть, щоб вибрати рік
+ Показувати пароль
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ur/values-ur.xml
new file mode 100644
index 0000000..9d80c15
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-ur/values-ur.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d نئی اطلاع
+ - %d نئی اطلاعات
+
+ نصف تک پھیلائیں
+ %2$d میں سے %1$d حروف درج کیے گئے
+ حروف کی تعداد کی حد %2$d سے %1$d پہنچ گئی
+ ٹیکسٹ صاف کریں
+ خرابی
+ ڈراپ ڈاؤن مینو دکھائیں
+ ڈائیلاگ کا آئیکن
+ ٹیب
+ AM یا PM منتخب کریں
+ گھنٹہ منتخب کریں
+ %1$s بجے
+ منٹ منتخب کریں
+ %1$s منٹ
+ قبل از دوپہر
+ وقت ان پٹ کے لیے گھڑی وضع پر سوئچ کریں۔
+ گھنٹہ
+ منٹ
+ رات
+ وقت منتخب کریں
+ وقت ان پٹ کے لیے ٹیکسٹ ان پٹ وضع پر سوئچ کریں۔
+ نئی اطلاع
+ %1$s کو ہٹائیں
+ %1$d سے زیادہ نئی اطلاعات
+ اگلے مہینہ میں منتقل کریں
+ گزشتہ ماہ میں منتقل کریں
+ موجودہ انتخاب: %1$s
+ @android:string/ok
+ %1$s
+ تاریخ منتخب کریں
+ منتخب کردہ تاریخ
+ دنوں کا کالم: %1$s
+ غلط فارمیٹ۔
+ مثال: %1$s۔
+ %1$s استعمال کریں
+ غلط رینج۔
+ %1$s سال پر نیویگیٹ کریں
+ حد سے باہر: %1$s
+ تاریخ آغاز – %1$s
+ %1$s – تاریخ اختتام
+ %1$s – %2$s
+ رینج منتخب کریں
+ تاریخ آغاز - تاریخ اختتام
+ محفوظ کریں
+ تاریخ
+ تاریخ اختتام
+ تاریخ آغاز
+ d
+ m
+ y
+ کیلنڈر ان پٹ وضع پر سوئچ کریں
+ دن کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں
+ متنی ان پٹ وضع پر سوئچ کریں
+ سال کو منتخب کرنے کے ليے سوئچ پر تھپتھپائیں
+ پاس ورڈ دکھائیں
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uz/values-uz.xml
new file mode 100644
index 0000000..3bd76cf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-uz/values-uz.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d ta yangi bildirishnoma
+ - %d ta yangi bildirishnoma
+
+ Yarmiga kengaytirish
+ %1$d/%2$d ta belgi kiritildi
+ Harflar soni (%1$d) cheklovdan (%2$d) oshib ketdi
+ Matnni tozalash
+ Xato
+ Pastga ochiluvchi menyuni ochish
+ Muloqot ikonkasi
+ Tab : Varaq
+ Tushdan oldin yoki keyinligini tanlang
+ Soatni tanlang
+ %1$s soat
+ Daqiqalarni tanlash
+ %1$s daqiqa
+ AM
+ Vaqtni kiritish uchun soat rejimiga o‘ting.
+ Soat
+ Daqiqa
+ PM
+ Vaqtni tanlang
+ Vaqtni kiritish uchun matn kiritish rejimiga o‘ting.
+ Yangi bildirishnoma
+ Olib tashlash: %1$s
+ Yana %1$d dan ortiq bildirishnoma
+ Keyingi oyga oʻzgartirish
+ Avvalgi oyga oʻzgartirish
+ Joriy tanlov: %1$s
+ @android:string/ok
+ %1$s
+ Sanani tanlang
+ Tanlangan sana
+ Kunlar ustuni: %1$s
+ Yaroqsiz format.
+ Masalan: %1$s
+ Ishlatish: %1$s
+ Yaroqsiz oraliq.
+ Yilga nazar solish: %1$s
+ Chegaradan tashqari: %1$s
+ Boshlanish sanasi – %1$s
+ %1$s – Tugash sanasi
+ %1$s – %2$s
+ Oraliqni tanlang
+ Boshlanishi – Tugashi
+ Saqlash
+ Sana
+ Tugash sanasi
+ Boshlanish sanasi
+ k
+ o
+ y
+ Taqvim kiritish rejimiga oʻtish
+ Kunni tanlash uchun bosing
+ Matn kiritish rejimiga oʻtish
+ Yilni tanlash uchun bosing
+ Parol ochiq tursin
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v21/values-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..5e89bf2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v21/values-v21.xml
@@ -0,0 +1,293 @@
+
+
+ - 0.32
+ - 0.24
+ - 0.16
+ - 0.24
+ 0dp
+ 1dp
+ - 0.48
+ - 0.48
+ - 0.16
+ - 0.48
+ - 0.24
+ - 0.24
+ - 0.08
+ - 0.24
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v23/values-v23.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v23/values-v23.xml
new file mode 100644
index 0000000..13e486b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v23/values-v23.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v24/values-v24.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v24/values-v24.xml
new file mode 100644
index 0000000..d2a064b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v24/values-v24.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v28/values-v28.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v28/values-v28.xml
new file mode 100644
index 0000000..30d7829
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v28/values-v28.xml
@@ -0,0 +1,15 @@
+
+
+ - 0.16
+ - 0.2
+ - 0.4
+ - 0.12
+ - 0.24
+ - 0.40
+ - 0.40
+ - 0.24
+ - 0.12
+ - 0.20
+ - 0.20
+ - 0.12
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v31/values-v31.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v31/values-v31.xml
new file mode 100644
index 0000000..e7d3945
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-v31/values-v31.xml
@@ -0,0 +1,353 @@
+
+
+ @android:color/system_neutral1_1000
+ @android:color/system_neutral1_900
+ @android:color/system_neutral1_0
+ @android:color/system_neutral1_800
+ @android:color/system_neutral1_700
+ @android:color/system_neutral1_600
+ @android:color/system_neutral1_500
+ @android:color/system_neutral1_400
+ @android:color/system_neutral1_300
+ @android:color/system_neutral1_200
+ @android:color/system_neutral1_100
+ @android:color/system_neutral1_50
+ @android:color/system_neutral1_10
+ @android:color/system_neutral2_1000
+ @android:color/system_neutral2_900
+ @android:color/system_neutral2_0
+ @android:color/system_neutral2_800
+ @android:color/system_neutral2_700
+ @android:color/system_neutral2_600
+ @android:color/system_neutral2_500
+ @android:color/system_neutral2_400
+ @android:color/system_neutral2_300
+ @android:color/system_neutral2_200
+ @android:color/system_neutral2_100
+ @android:color/system_neutral2_50
+ @android:color/system_neutral2_10
+ @android:color/system_accent1_1000
+ @android:color/system_accent1_900
+ @android:color/system_accent1_0
+ @android:color/system_accent1_800
+ @android:color/system_accent1_700
+ @android:color/system_accent1_600
+ @android:color/system_accent1_500
+ @android:color/system_accent1_400
+ @android:color/system_accent1_300
+ @android:color/system_accent1_200
+ @android:color/system_accent1_100
+ @android:color/system_accent1_50
+ @android:color/system_accent1_10
+ @android:color/system_accent2_1000
+ @android:color/system_accent2_900
+ @android:color/system_accent2_0
+ @android:color/system_accent2_800
+ @android:color/system_accent2_700
+ @android:color/system_accent2_600
+ @android:color/system_accent2_500
+ @android:color/system_accent2_400
+ @android:color/system_accent2_300
+ @android:color/system_accent2_200
+ @android:color/system_accent2_100
+ @android:color/system_accent2_50
+ @android:color/system_accent2_10
+ @android:color/system_accent3_1000
+ @android:color/system_accent3_900
+ @android:color/system_accent3_0
+ @android:color/system_accent3_800
+ @android:color/system_accent3_700
+ @android:color/system_accent3_600
+ @android:color/system_accent3_500
+ @android:color/system_accent3_400
+ @android:color/system_accent3_300
+ @android:color/system_accent3_200
+ @android:color/system_accent3_100
+ @android:color/system_accent3_50
+ @android:color/system_accent3_10
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_neutral20
+ @color/m3_ref_palette_dynamic_primary40
+ @color/m3_ref_palette_dynamic_neutral90
+ @color/m3_ref_palette_dynamic_neutral90
+ @color/m3_ref_palette_dynamic_primary20
+ @color/m3_ref_palette_dynamic_primary90
+ @color/m3_ref_palette_dynamic_secondary20
+ @color/m3_ref_palette_dynamic_secondary90
+ @color/m3_ref_palette_dynamic_neutral90
+ @color/m3_ref_palette_dynamic_neutral_variant80
+ @color/m3_ref_palette_dynamic_tertiary20
+ @color/m3_ref_palette_dynamic_tertiary90
+ @color/m3_ref_palette_dynamic_neutral_variant60
+ @color/m3_ref_palette_dynamic_primary80
+ @color/m3_ref_palette_dynamic_primary30
+ @color/m3_ref_palette_dynamic_secondary80
+ @color/m3_ref_palette_dynamic_secondary30
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_neutral_variant30
+ @color/m3_ref_palette_dynamic_tertiary80
+ @color/m3_ref_palette_dynamic_tertiary30
+ @color/m3_ref_palette_dynamic_neutral99
+ @color/m3_ref_palette_dynamic_neutral95
+ @color/m3_ref_palette_dynamic_primary80
+ @color/m3_ref_palette_dynamic_neutral20
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_primary100
+ @color/m3_ref_palette_dynamic_primary10
+ @color/m3_ref_palette_dynamic_secondary100
+ @color/m3_ref_palette_dynamic_secondary10
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_neutral_variant30
+ @color/m3_ref_palette_dynamic_tertiary100
+ @color/m3_ref_palette_dynamic_tertiary10
+ @color/m3_ref_palette_dynamic_neutral_variant50
+ @color/m3_ref_palette_dynamic_primary40
+ @color/m3_ref_palette_dynamic_primary90
+ @color/m3_ref_palette_dynamic_secondary40
+ @color/m3_ref_palette_dynamic_secondary90
+ @color/m3_ref_palette_dynamic_neutral99
+ @color/m3_ref_palette_dynamic_neutral_variant90
+ @color/m3_ref_palette_dynamic_tertiary40
+ @color/m3_ref_palette_dynamic_tertiary90
+ @color/m3_ref_palette_dynamic_neutral0
+ @color/m3_ref_palette_dynamic_neutral10
+ @color/m3_ref_palette_dynamic_neutral100
+ @color/m3_ref_palette_dynamic_neutral20
+ @color/m3_ref_palette_dynamic_neutral30
+ @color/m3_ref_palette_dynamic_neutral40
+ @color/m3_ref_palette_dynamic_neutral50
+ @color/m3_ref_palette_dynamic_neutral60
+ @color/m3_ref_palette_dynamic_neutral70
+ @color/m3_ref_palette_dynamic_neutral80
+ @color/m3_ref_palette_dynamic_neutral90
+ @color/m3_ref_palette_dynamic_neutral95
+ @color/m3_ref_palette_dynamic_neutral99
+ @color/m3_ref_palette_dynamic_neutral_variant0
+ @color/m3_ref_palette_dynamic_neutral_variant10
+ @color/m3_ref_palette_dynamic_neutral_variant100
+ @color/m3_ref_palette_dynamic_neutral_variant20
+ @color/m3_ref_palette_dynamic_neutral_variant30
+ @color/m3_ref_palette_dynamic_neutral_variant40
+ @color/m3_ref_palette_dynamic_neutral_variant50
+ @color/m3_ref_palette_dynamic_neutral_variant60
+ @color/m3_ref_palette_dynamic_neutral_variant70
+ @color/m3_ref_palette_dynamic_neutral_variant80
+ @color/m3_ref_palette_dynamic_neutral_variant90
+ @color/m3_ref_palette_dynamic_neutral_variant95
+ @color/m3_ref_palette_dynamic_neutral_variant99
+ @color/m3_ref_palette_dynamic_primary0
+ @color/m3_ref_palette_dynamic_primary10
+ @color/m3_ref_palette_dynamic_primary100
+ @color/m3_ref_palette_dynamic_primary20
+ @color/m3_ref_palette_dynamic_primary30
+ @color/m3_ref_palette_dynamic_primary40
+ @color/m3_ref_palette_dynamic_primary50
+ @color/m3_ref_palette_dynamic_primary60
+ @color/m3_ref_palette_dynamic_primary70
+ @color/m3_ref_palette_dynamic_primary80
+ @color/m3_ref_palette_dynamic_primary90
+ @color/m3_ref_palette_dynamic_primary95
+ @color/m3_ref_palette_dynamic_primary99
+ @color/m3_ref_palette_dynamic_secondary0
+ @color/m3_ref_palette_dynamic_secondary10
+ @color/m3_ref_palette_dynamic_secondary100
+ @color/m3_ref_palette_dynamic_secondary20
+ @color/m3_ref_palette_dynamic_secondary30
+ @color/m3_ref_palette_dynamic_secondary40
+ @color/m3_ref_palette_dynamic_secondary50
+ @color/m3_ref_palette_dynamic_secondary60
+ @color/m3_ref_palette_dynamic_secondary70
+ @color/m3_ref_palette_dynamic_secondary80
+ @color/m3_ref_palette_dynamic_secondary90
+ @color/m3_ref_palette_dynamic_secondary95
+ @color/m3_ref_palette_dynamic_secondary99
+ @color/m3_ref_palette_dynamic_tertiary0
+ @color/m3_ref_palette_dynamic_tertiary10
+ @color/m3_ref_palette_dynamic_tertiary100
+ @color/m3_ref_palette_dynamic_tertiary20
+ @color/m3_ref_palette_dynamic_tertiary30
+ @color/m3_ref_palette_dynamic_tertiary40
+ @color/m3_ref_palette_dynamic_tertiary50
+ @color/m3_ref_palette_dynamic_tertiary60
+ @color/m3_ref_palette_dynamic_tertiary70
+ @color/m3_ref_palette_dynamic_tertiary80
+ @color/m3_ref_palette_dynamic_tertiary90
+ @color/m3_ref_palette_dynamic_tertiary95
+ @color/m3_ref_palette_dynamic_tertiary99
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..50a4097
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-vi/values-vi.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d thông báo mới
+ - %d thông báo mới
+
+ Mở rộng một nửa
+ Đã nhập %1$d trong số %2$d ký tự
+ Đã vượt quá giới hạn ký tự %1$d/%2$d
+ Xóa văn bản
+ Lỗi
+ Hiển thị menu thả xuống
+ Biểu tượng hộp thoại
+ Thẻ
+ Chọn SA hoặc CH
+ Chọn giờ
+ %1$s giờ
+ Chọn phút
+ %1$s phút
+ SA
+ Chuyển sang chế độ đồng hồ để nhập thời gian.
+ Giờ
+ Phút
+ CH
+ Chọn thời gian
+ Chuyển sang chế độ nhập văn bản để nhập thời gian.
+ Thông báo mới
+ Xóa %1$s
+ Hơn %1$d thông báo mới
+ Chuyển sang tháng tiếp theo
+ Chuyển về tháng trước
+ Lựa chọn hiện tại: %1$s
+ @android:string/ok
+ %1$s
+ Chọn ngày
+ Ngày đã chọn
+ Cột ngày: %1$s
+ Định dạng không hợp lệ.
+ Ví dụ: %1$s
+ Sử dụng: %1$s
+ Phạm vi không hợp lệ.
+ Chuyển tới năm %1$s
+ Nằm ngoài phạm vi: %1$s
+ Ngày bắt đầu – %1$s
+ %1$s – Ngày kết thúc
+ %1$s – %2$s
+ Chọn dải ô
+ Ngày bắt đầu – Ngày kết thúc
+ Lưu
+ Ngày
+ Ngày kết thúc
+ Ngày bắt đầu
+ d
+ m
+ y
+ Chuyển sang chế độ nhập lịch
+ Nhấn để chuyển sang chế độ chọn một ngày
+ Chuyển sang chế độ nhập văn bản
+ Nhấn để chuyển sang chế độ chọn một năm
+ Hiện mật khẩu
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w320dp-land-v13/values-w320dp-land-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w320dp-land-v13/values-w320dp-land-v13.xml
new file mode 100644
index 0000000..b4fed6b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w320dp-land-v13/values-w320dp-land-v13.xml
@@ -0,0 +1,5 @@
+
+
+ 24dp
+ 36dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w360dp-port-v13/values-w360dp-port-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w360dp-port-v13/values-w360dp-port-v13.xml
new file mode 100644
index 0000000..fa14e49
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w360dp-port-v13/values-w360dp-port-v13.xml
@@ -0,0 +1,11 @@
+
+
+ 4dp
+ 18dp
+ 40dp
+ 2dp
+ 2dp
+ 40dp
+ 40dp
+ 4dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w480dp-port-v13/values-w480dp-port-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w480dp-port-v13/values-w480dp-port-v13.xml
new file mode 100644
index 0000000..e8cf2fe
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w480dp-port-v13/values-w480dp-port-v13.xml
@@ -0,0 +1,11 @@
+
+
+ 0dp
+ 22dp
+ 48dp
+ 2dp
+ 2dp
+ 48dp
+ 48dp
+ 0dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w600dp-land-v13/values-w600dp-land-v13.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w600dp-land-v13/values-w600dp-land-v13.xml
new file mode 100644
index 0000000..aaaf955
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-w600dp-land-v13/values-w600dp-land-v13.xml
@@ -0,0 +1,4 @@
+
+
+ 64dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..3e1c0bb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d 条新通知
+ - %d 条新通知
+
+ 展开到一半高度
+ 输入了 %1$d 个字符(上限为 %2$d 个)
+ 超出字符数限制(共 %1$d 个,上限为 %2$d 个)
+ 清除文字
+ 错误
+ 显示下拉菜单
+ 对话框图标
+ 标签页
+ 选择上午或下午
+ 选择小时
+ %1$s 点
+ 选择分钟
+ %1$s 分
+ 上午
+ 切换到时钟模式来输入时间。
+ 小时
+ 分钟
+ 下午
+ 选择时间
+ 切换到文字输入模式来输入时间。
+ 新通知
+ 移除%1$s
+ 有 %1$d 条以上的新通知
+ 转到下个月
+ 转到上个月
+ 当前的选择是:%1$s
+ @android:string/ok
+ %1$s
+ 请选择日期
+ 选定的日期
+ 表示周几的列:%1$s
+ 格式无效。
+ 示例:%1$s
+ 使用:%1$s
+ 范围无效。
+ 转到 %1$s 年
+ 不在允许的范围内:%1$s
+ 开始日期 – %1$s
+ %1$s – 结束日期
+ %1$s - %2$s
+ 请选择范围
+ 开始日期 - 结束日期
+ 保存
+ 日期
+ 结束日期
+ 开始日期
+ d
+ m
+ y
+ 切换到日历输入模式
+ 点按即可切换到选择某天
+ 切换到文本字段输入模式
+ 点按即可切换到选择某年
+ 显示密码
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..bb2257c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d 個新通知
+ - %d 個新通知
+
+ 展開一半
+ 已輸入 %1$d 個字元 (共 %2$d 個)
+ 超出字元限制 %1$d 個字元 (上限 %2$d 個字元)
+ 清除文字
+ 錯誤
+ 顯示下拉式選單
+ 對話框圖示
+ 分頁
+ 選擇上午或下午
+ 選取時段
+ %1$s 點
+ 選取分鐘
+ %1$s 分
+ AM
+ 切換至時鐘模式即可輸入時間。
+ 小時
+ 分鐘
+ PM
+ 選取時間
+ 切換至文字輸入模式即可輸入時間。
+ 新通知
+ 移除「%1$s」
+ 超過 %1$d 則新通知
+ 變更為下個月
+ 變更為上個月
+ 目前選取:%1$s
+ @android:string/ok
+ %1$s
+ 請選擇日期
+ 已選取日期
+ 日期欄:%1$s
+ 格式無效。
+ 例如:%1$s
+ 使用:%1$s
+ 範圍無效。
+ 瀏覽至 %1$s 年
+ 超出範圍:%1$s
+ 開始日期 – %1$s
+ %1$s – 結束日期
+ %1$s – %2$s
+ 請選擇範圍
+ 開始日期 – 結束日期
+ 儲存
+ 日期
+ 結束日期
+ 開始日期
+ 日
+ 月
+ 年
+ 切換至日曆輸入模式
+ 輕按以切換至選擇日期
+ 切換至文字輸入模式
+ 輕按以切換至選擇年份
+ 顯示密碼
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..fc09f80
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d 則新通知
+ - %d 則新通知
+
+ 展開一半
+ 已輸入 %1$d 個字元 (上限為 %2$d 個字元)
+ 超過字元限制 (共 %1$d 字元,上限 %2$d 字元)
+ 清除文字
+ 錯誤
+ 顯示下拉式選單
+ 對話方塊圖示
+ 分頁標籤
+ 選取上午或下午
+ 請選取時段
+ %1$s 點
+ 選取分鐘數
+ %1$s 分
+ AM
+ 切換至時鐘模式來輸入時間。
+ 小時
+ 分鐘
+ PM
+ 選取時間
+ 切換至文字輸入模式來輸入時間。
+ 新通知
+ 移除 %1$s
+ 超過 %1$d 則新通知
+ 變更至下個月
+ 變更至上個月
+ 目前選取:%1$s
+ @android:string/ok
+ %1$s
+ 選取日期
+ 所選日期
+ 星期幾資料欄:%1$s
+ 格式無效。
+ 範例:%1$s
+ 使用:%1$s
+ 日期範圍無效。
+ 前往 %1$s 年
+ 超出日期範圍:%1$s
+ 開始日期 – %1$s
+ %1$s – 結束日期
+ %1$s – %2$s
+ 選取範圍
+ 開始日期 - 結束日期
+ 儲存
+ 日期
+ 結束日期
+ 開始日期
+ d
+ m
+ y
+ 切換至日曆輸入模式
+ 輕觸即可切換為選取星期幾
+ 切換至文字輸入模式
+ 輕觸即可切換為選取年份
+ 顯示密碼
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zu/values-zu.xml
new file mode 100644
index 0000000..3d8428e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values-zu/values-zu.xml
@@ -0,0 +1,61 @@
+
+
+
+ - %d izaziso ezintsha
+ - %d izaziso ezintsha
+
+ Nweba phakathi
+ Izinhlamvu ezifakiwe ezingu-%1$d zokungu-%2$d
+ Umkhawulo wezinhlamvu udlule u-%1$d kokungu-%2$d
+ Sula umbhalo
+ Iphutha
+ Bonisa imenyu yokudonsela phansi
+ Isithonjana sebhokisi
+ Ithebhu
+ Khetha u-AM noma u-PM
+ Khetha ihora
+ %1$s ezimpondweni
+ Khetha amaminithi
+ amaminithi angu-%1$s
+ AM
+ Shintshela kumodi yewashi ngokufakwa kwesikhathi.
+ Ihora
+ Iminithi
+ PM
+ Khetha isikhathi
+ Shintshela kumodi yokufaka umbhalo ngokufaka isikhathi.
+ Isaziso esisha
+ Susa i-%1$s
+ Izaziso ezintsha ezingaphezu kokungu-%1$d
+ Shintshela kunyanga elandelayo
+ Shintshela kunyanga edlule
+ Ukukhetha kwamanje: %1$s
+ @android:string/ok
+ %1$s
+ Khetha Idethi
+ Khetha idethi
+ Ikholomu yezinsuku: %1$s
+ Ifomethi engavumelekile.
+ Isibonelo: %1$s
+ Sebenzisa: %1$s
+ Ibanga elingavumelekile.
+ Zulela onyakeni %1$s
+ Ikude kubanga: %1$s
+ Idethi yokuqala – %1$s
+ %1$s – Idethi yokuphela
+ %1$s – %2$s
+ Khetha Ibanga
+ Idethi yokuqala – Idethi yokuphela
+ Londoloza
+ Idethi
+ Idethi yokuphela
+ Idethi yokuqala
+ d
+ m
+ y
+ Shintshela kwimodi yokufaka yekhalenda
+ Thepha ukuze ushintshe ekukhetheni usuku
+ Shintshela kwimodi yokufaka yombhalo
+ Thepha ukuze ushintshele ekukhetheni unyaka
+ Bonisa iphasiwedi
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values/values.xml
new file mode 100644
index 0000000..a60e48c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/values/values.xml
@@ -0,0 +1,7524 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ true
+ #14000000
+ #121212
+ #CF6679
+ #FFFFFF
+ #000000
+ #000000
+ #000000
+ #FFFFFF
+ #BA86FC
+ #000000
+ #3700B3
+ #03DAC6
+ #03DAC6
+ #121212
+ #FFFFFF
+ #B00020
+ #000000
+ #FFFFFF
+ #FFFFFF
+ #000000
+ #000000
+ #6200EE
+ #3700B3
+ #3700B3
+ #03DAC6
+ #018786
+ #FFFFFF
+ @android:color/transparent
+ #14000000
+ #44000000
+ #0A000000
+ #0F000000
+ #1AFFFFFF
+ #2EFFFFFF
+ #323232
+ #ff000000
+ #ff000000
+ #ff410e0b
+ #ffffffff
+ #ff601410
+ #ff8c1d18
+ #ffb3261e
+ #ffdc362e
+ #ffe46962
+ #ffec928e
+ #fff2b8b5
+ #fff9dedc
+ #fffceeee
+ #fffffbf9
+ #ff000000
+ #ff1c1b1f
+ #ffffffff
+ #ff313033
+ #ff484649
+ #ff605d62
+ #ff787579
+ #ff939094
+ #ffaeaaae
+ #ffc9c5ca
+ #ffe6e1e5
+ #fff4eff4
+ #fffffbfe
+ #ff000000
+ #ff1d1a22
+ #ffffffff
+ #ff322f37
+ #ff49454f
+ #ff605d66
+ #ff79747e
+ #ff938f99
+ #ffaea9b4
+ #ffcac4d0
+ #ffe7e0ec
+ #fff5eefa
+ #fffffbfe
+ #ff000000
+ #ff21005d
+ #ffffffff
+ #ff381e72
+ #ff4f378b
+ #ff6750a4
+ #ff7f67be
+ #ff9a82db
+ #ffb69df8
+ #ffd0bcff
+ #ffeaddff
+ #fff6edff
+ #fffffbfe
+ #ff000000
+ #ff1d192b
+ #ffffffff
+ #ff332d41
+ #ff4a4458
+ #ff625b71
+ #ff7a7289
+ #ff958da5
+ #ffb0a7c0
+ #ffccc2dc
+ #ffe8def8
+ #fff6edff
+ #fffffbfe
+ #ff000000
+ #ff31111d
+ #ffffffff
+ #ff492532
+ #ff633b48
+ #ff7d5260
+ #ff986977
+ #ffb58392
+ #ffd29dac
+ #ffefb8c8
+ #ffffd8e4
+ #ffffecf1
+ #fffffbfa
+ #ffffffff
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_error80
+ @color/m3_ref_palette_error30
+ @color/m3_ref_palette_neutral20
+ @color/m3_ref_palette_primary40
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_error20
+ @color/m3_ref_palette_error80
+ @color/m3_ref_palette_primary20
+ @color/m3_ref_palette_primary90
+ @color/m3_ref_palette_secondary20
+ @color/m3_ref_palette_secondary90
+ @color/m3_ref_palette_neutral90
+ @color/m3_ref_palette_neutral_variant80
+ @color/m3_ref_palette_tertiary20
+ @color/m3_ref_palette_tertiary90
+ @color/m3_ref_palette_neutral_variant60
+ @color/m3_ref_palette_primary80
+ @color/m3_ref_palette_primary30
+ @color/m3_ref_palette_secondary80
+ @color/m3_ref_palette_secondary30
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_neutral_variant30
+ @color/m3_ref_palette_tertiary80
+ @color/m3_ref_palette_tertiary30
+ @color/m3_ref_palette_neutral99
+ @color/m3_ref_palette_error40
+ @color/m3_ref_palette_error90
+ @color/m3_ref_palette_neutral95
+ @color/m3_ref_palette_primary80
+ @color/m3_ref_palette_neutral20
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_error100
+ @color/m3_ref_palette_error10
+ @color/m3_ref_palette_primary100
+ @color/m3_ref_palette_primary10
+ @color/m3_ref_palette_secondary100
+ @color/m3_ref_palette_secondary10
+ @color/m3_ref_palette_neutral10
+ @color/m3_ref_palette_neutral_variant30
+ @color/m3_ref_palette_tertiary100
+ @color/m3_ref_palette_tertiary10
+ @color/m3_ref_palette_neutral_variant50
+ @color/m3_ref_palette_primary40
+ @color/m3_ref_palette_primary90
+ @color/m3_ref_palette_secondary40
+ @color/m3_ref_palette_secondary90
+ @color/m3_ref_palette_neutral99
+ @color/m3_ref_palette_neutral_variant90
+ @color/m3_ref_palette_tertiary40
+ @color/m3_ref_palette_tertiary90
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #FFFFFF
+ #61000000
+ #00ffffff
+ #52000000
+ #6B000000
+ #1F000000
+ #0A000000
+ #00000000
+ #DE000000
+ #000
+ 16dp
+ 16dp
+ 64dp
+ 100dp
+ 4dp
+ 168dp
+ 96dp
+ 14sp
+ 8dp
+ 56dp
+ 24dp
+ 96dp
+ 56dp
+ 10dp
+ 8dp
+ 1dp
+ 12sp
+ 8dp
+ 16dp
+ 64dp
+ 0.5dp
+ 6dp
+ 24dp
+ 40dp
+ 56dp
+ 6dp
+ 6dp
+ 16dp
+ 32dp
+ 24dp
+ 16dp
+ 32dp
+ 4dp
+ 280dp
+ 8dp
+ 8dp
+ 128dp
+ - 1.0
+ 0dp
+ 6dp
+ 0dp
+ -1px
+ -1px
+ 12dp
+ 14dp
+ 16dp
+ 14sp
+ 264dp
+ 72dp
+ 14sp
+ 12sp
+ 5dp
+ 14dp
+ 14dp
+ 28dp
+ @dimen/m3_sys_elevation_level3
+ 16dp
+ 24dp
+ 16dp
+ 16dp
+ 16dp
+ 96dp
+ 112dp
+ 112dp
+ 64dp
+ 152dp
+ 112dp
+ 1.5dp
+ 3dp
+ 1.5dp
+ 3dp
+ 7dp
+ 4dp
+ 32dp
+ 4dp
+ 64dp
+ 16dp
+ 12dp
+ 80dp
+ @dimen/m3_sys_elevation_level2
+ @dimen/m3_sys_elevation_level3
+ 6dp
+ 4dp
+ 12dp
+ 64dp
+ 8dp
+ 0dp
+ 0dp
+ 1dp
+ 0dp
+ 16dp
+ 24dp
+ 10dp
+ 20dp
+ 0dp
+ 20dp
+ 4dp
+ 320dp
+ 6dp
+ 24dp
+ 24dp
+ 6dp
+ 1dp
+ 12dp
+ 16dp
+ 12dp
+ 12dp
+ 0dp
+ 1dp
+ @dimen/m3_sys_elevation_level3
+ 7dp
+ @dimen/m3_sys_elevation_level1
+ 2dp
+ @dimen/m3_sys_elevation_level0
+ @dimen/m3_sys_elevation_level1
+ 1dp
+ 1dp
+ 8dp
+ -1dp
+ 7dp
+ 1dp
+ 2dp
+ 18dp
+ @dimen/m3_sys_elevation_level1
+ 8dp
+ 8dp
+ 20dp
+ 12dp
+ 56dp
+ 16dp
+ 8dp
+ 0dp
+ 30%
+ 2dp
+ 6dp
+ 36dp
+ 96dp
+ @dimen/m3_sys_elevation_level2
+ 16dp
+ 28dp
+ 12dp
+ 0dp
+ 12dp
+ 12dp
+ 0dp
+ 4dp
+ 28dp
+ 28dp
+ 80dp
+ 32dp
+ 4dp
+ 56dp
+ 60dp
+ 8dp
+ 4dp
+ @dimen/m3_sys_state_dragged_state_layer_opacity
+ @dimen/m3_sys_state_focus_state_layer_opacity
+ @dimen/m3_sys_state_hover_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ @dimen/m3_sys_state_pressed_state_layer_opacity
+ 2dp
+ - 1.0
+ 8dp
+ 0dp
+ 1dp
+ 3dp
+ 6dp
+ 8dp
+ 12dp
+ - 0.3
+ - 0.8
+ - 0.0
+ - 0.2
+ - 0.1
+ - 0.1
+ - 0.7
+ - 1.0
+ - 0.4
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.4
+ - 0.2
+ - 0.0
+ - 1.0
+ - 0.0
+ - 0.2
+ - 0.0
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.3
+ - 1.0
+ - 0.0
+ - 1.0
+ - 0.2
+ - 0.0
+ - 0.0
+ - 1.0
+ - 0.0
+ - 0.0
+ - 0.0
+ - 1.0
+ - 0.16
+ - 0.12
+ - 0.08
+ - 0.12
+ 2dp
+ @dimen/m3_sys_elevation_level3
+ 640dp
+ 24dp
+ 44dp
+ 4dp
+ 4dp
+ 2dp
+ 20dp
+ 15dp
+ 96dp
+ 12dp
+ 52dp
+ 256dp
+ -6dp
+ -12dp
+ 2dp
+ 1dp
+ - 0.38
+ - 0.12
+ - 0.87
+ - 0.6
+ 12dp
+ 23dp
+ 8dp
+ 32dp
+ 4dp
+ 8dp
+ 4dp
+ 12dp
+ 8dp
+ 2dp
+ 14dp
+ 14sp
+ 200px
+ 100px
+ 245dp
+ 488dp
+ 56dp
+ 560dp
+ 340dp
+ 24dp
+ 80dp
+ 24dp
+ 24dp
+ 80dp
+ 24dp
+ 4dp
+ 4dp
+ 4dp
+ 6dp
+ 10sp
+ 12dp
+ 12dp
+ 8dp
+ 60dp
+ 16dp
+ 5dp
+ 8dp
+ 0dp
+ 56dp
+ 4dp
+ 64dp
+ 0dp
+ 0dp
+ 2dp
+ 2dp
+ 2dp
+ 12dp
+ 8dp
+ 6dp
+ - 0.07
+ 320dp
+ 4dp
+ 16dp
+ 16dp
+ 4dp
+ 6dp
+ 8dp
+ 1dp
+ 4dp
+ 8dp
+ 8dp
+ 14sp
+ 0dp
+ 64dp
+ 52dp
+ 8dp
+ 0dp
+ 12dp
+ 15dp
+ 32dp
+ 3dp
+ 1dp
+ 1dp
+ 36dp
+ 24dp
+ 16dp
+ 12dp
+ 4dp
+ 1dp
+ 120dp
+ 128dp
+ 32dp
+ 12dp
+ 8dp
+ 24dp
+ 0dp
+ 480dp
+ 2dp
+ 0dp
+ 4dp
+ 48dp
+ 4dp
+ 8dp
+ 104dp
+ 20dp
+ 24dp
+ 100dp
+ 16dp
+ 28dp
+ 68dp
+ 18dp
+ 52dp
+ 8dp
+ 8dp
+ 88dp
+ 8dp
+ 24dp
+ 4dp
+ 5dp
+ 1dp
+ 8dp
+ 3dp
+ 14sp
+ 8dp
+ -8dp
+ 8dp
+ 12dp
+ 24dp
+ 0dp
+ 0dp
+ 6dp
+ 20dp
+ 20dp
+ 24dp
+ 12dp
+ 48dp
+ 120dp
+ 20dp
+ 12dp
+ 12dp
+ 0dp
+ 2dp
+ 6dp
+ 6dp
+ 48dp
+ 2dp
+ 6dp
+ - 0.00
+ - 0.24
+ - 0.08
+ - 0.24
+ 100dp
+ - 0.00
+ - 0.12
+ - 0.04
+ - 0.12
+ 48dp
+ 24dp
+ 8dp
+ 0dp
+ 22dp
+ 14dp
+ 24dp
+ 8dp
+ 4dp
+ 14dp
+ 56dp
+ 72dp
+ 8dp
+ 14dp
+ 24dp
+ 8dp
+ 16dp
+ 12dp
+ 4dp
+ 2dp
+ 4dp
+ 4dp
+ 18dp
+ 40dp
+ 20dp
+ 40dp
+ 28dp
+ 2.5dp
+ 4dp
+ 3dp
+ 2dp
+ 4dp
+ 0dp
+ 4dp
+ 4dp
+ 24dp
+ 4dp
+ 13dp
+ 26dp
+ 1dp
+ 10dp
+ 4dp
+ 16dp
+ 24dp
+ 48dp
+ - 0.5
+ 4dp
+ - 0.8
+ 8dp
+ 8dp
+ 8dp
+ 4dp
+ 4dp
+ 0dp
+ 4dp
+ 1dp
+ 2dp
+ 16dp
+ 4dp
+ 16dp
+ 4dp
+ 56dp
+ 14dp
+ 4dp
+ 32dp
+ 32dp
+ 12dp
+ 30dp
+ 2dp
+ 52dp
+ 168dp
+ 96dp
+ 14sp
+ 8dp
+ 56dp
+ 24dp
+ 96dp
+ 56dp
+ 10dp
+ 1dp
+ 12sp
+ - @drawable/material_ic_keyboard_arrow_right_black_24dp
+ - @drawable/material_ic_keyboard_arrow_left_black_24dp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 150
+ 150
+ 2
+ 300
+ 320
+ 100
+ 100
+ 75
+ 120
+ 100
+ 100
+ 1000
+ 150
+ 200
+ 250
+ 300
+ 350
+ 400
+ 450
+ 50
+ 500
+ 550
+ 600
+ 700
+ 800
+ 900
+ 0
+ 300
+ 350
+ 200
+ 250
+ 75
+ 150
+ 0
+ 4
+ 100
+ 100
+ 1
+ 1
+ 3
+ 75
+ 120
+ 100
+ 250
+ 2
+ 1
+ 0
+ 200
+
+ - %d new notification
+ - %d new notifications
+
+ com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior
+ com.google.android.material.bottomsheet.BottomSheetBehavior
+ Expand halfway
+ Characters entered %1$d of %2$d
+ Character limit exceeded %1$d of %2$d
+ %1$d/%2$d
+ Chip text
+ Clear text
+ Error
+ Show dropdown menu
+ com.google.android.material.transformation.FabTransformationScrimBehavior
+ com.google.android.material.transformation.FabTransformationSheetBehavior
+ com.google.android.material.behavior.HideBottomViewOnScrollBehavior
+ Dialog Icon
+ Tab
+ Label
+ sans-serif-medium
+ sans-serif
+ sans-serif-medium
+ sans-serif
+ path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)
+ cubic-bezier(0.3, 0.0, 0.8, 0.2)
+ cubic-bezier(0.1, 0.7, 0.1, 1.0)
+ M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1
+ cubic-bezier(0.4, 0.0, 0.2, 1.0)
+ cubic-bezier(0.4, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.2, 1.0)
+ cubic-bezier(0.0, 0.0, 1.0, 1.0)
+ cubic-bezier(0.2, 0.0, 0.0, 1.0)
+ cubic-bezier(0.3, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.0, 1.0)
+ :
+ Select AM or PM
+ Select hour
+ %1$s o\'clock
+ Select minutes
+ %1$s minutes
+ cubic-bezier(0.4, 0.0, 1.0, 1.0)
+ cubic-bezier(0.0, 0.0, 0.2, 1.0)
+ path(M 0,0 C 0.05, 0, 0.133333, 0.06, 0.166666, 0.4 C 0.208333, 0.82, 0.25, 1, 1, 1)
+ cubic-bezier(0.0, 0.0, 1.0, 1.0)
+ cubic-bezier(0.4, 0.0, 0.2, 1.0)
+ Range end,
+ Range start,
+ AM
+ Switch to clock mode for the time input.
+ Hour
+ Minute
+ PM
+ Select time
+ Switch to text input mode for the time input.
+ New notification
+ Remove %1$s
+ More than %1$d new notifications
+ %1$d%2$s
+ Change to next month
+ Change to previous month
+ Current selection: %1$s
+ @android:string/cancel
+ OK
+ %1$s
+ Select Date
+ Selected date
+ Column of days: %1$s
+ Invalid format.
+ Example: %1$s
+ Use: %1$s
+ Invalid range.
+ Navigate to year %1$s
+ Out of range: %1$s
+ Start date – %1$s
+ %1$s – End date
+ %1$s – %2$s
+ Select Range
+ Start date – End date
+ Save
+ Date
+ End date
+ Start date
+ d
+ m
+ y
+ Switch to calendar input mode
+ Tap to switch to selecting a day
+ Switch to text input mode
+ Tap to switch to selecting a year
+ OK
+ Show password
+ M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z
+ M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
+ M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z
+ M3.27,4.27 L19.74,20.74
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge.xml
new file mode 100644
index 0000000..3c2c747
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge.xml
@@ -0,0 +1,20 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_end.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_end.xml
new file mode 100644
index 0000000..aedd5f6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_end.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_start.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_start.xml
new file mode 100644
index 0000000..a516d0d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_bottom_start.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_top_start.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_top_start.xml
new file mode 100644
index 0000000..4001007
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_gravity_top_start.xml
@@ -0,0 +1,21 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_offset.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_offset.xml
new file mode 100644
index 0000000..e69d921
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/126/jl/res/xml/standalone_badge_offset.xml
@@ -0,0 +1,22 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127.stamp
new file mode 100644
index 0000000..52b9336
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127.stamp
@@ -0,0 +1 @@
+E0A4A91175472D5A
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/AndroidManifest.xml
new file mode 100644
index 0000000..29e8d05
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/AndroidManifest.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/R.txt
new file mode 100644
index 0000000..34ffe84
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/R.txt
@@ -0,0 +1,41 @@
+int attr activityAction 0x0
+int attr activityName 0x0
+int attr alwaysExpand 0x0
+int attr clearTop 0x0
+int attr finishPrimaryWithSecondary 0x0
+int attr finishSecondaryWithPrimary 0x0
+int attr placeholderActivityName 0x0
+int attr primaryActivityName 0x0
+int attr secondaryActivityAction 0x0
+int attr secondaryActivityName 0x0
+int attr splitLayoutDirection 0x0
+int attr splitMinSmallestWidth 0x0
+int attr splitMinWidth 0x0
+int attr splitRatio 0x0
+int id androidx_window_activity_scope 0x0
+int id locale 0x0
+int id ltr 0x0
+int id rtl 0x0
+int[] styleable ActivityFilter { 0x0, 0x0 }
+int styleable ActivityFilter_activityAction 0
+int styleable ActivityFilter_activityName 1
+int[] styleable ActivityRule { 0x0 }
+int styleable ActivityRule_alwaysExpand 0
+int[] styleable SplitPairFilter { 0x0, 0x0, 0x0 }
+int styleable SplitPairFilter_primaryActivityName 0
+int styleable SplitPairFilter_secondaryActivityAction 1
+int styleable SplitPairFilter_secondaryActivityName 2
+int[] styleable SplitPairRule { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SplitPairRule_clearTop 0
+int styleable SplitPairRule_finishPrimaryWithSecondary 1
+int styleable SplitPairRule_finishSecondaryWithPrimary 2
+int styleable SplitPairRule_splitLayoutDirection 3
+int styleable SplitPairRule_splitMinSmallestWidth 4
+int styleable SplitPairRule_splitMinWidth 5
+int styleable SplitPairRule_splitRatio 6
+int[] styleable SplitPlaceholderRule { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SplitPlaceholderRule_placeholderActivityName 0
+int styleable SplitPlaceholderRule_splitLayoutDirection 1
+int styleable SplitPlaceholderRule_splitMinSmallestWidth 2
+int styleable SplitPlaceholderRule_splitMinWidth 3
+int styleable SplitPlaceholderRule_splitRatio 4
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/classes.jar
new file mode 100644
index 0000000..785c632
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/proguard.txt
new file mode 100644
index 0000000..6e59017
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/proguard.txt
@@ -0,0 +1,25 @@
+# Copyright (C) 2020 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# A rule that will keep classes that implement SidecarInterface$SidecarCallback if Sidecar seems
+# be used. See b/157286362 and b/165268619 for details.
+# TODO(b/208543178) investigate how to pass header jar to R8 so we don't need this rule
+-if class androidx.window.layout.SidecarCompat {
+ public setExtensionCallback(androidx.window.layout.ExtensionInterfaceCompat$ExtensionCallbackInterface);
+}
+-keep class androidx.window.layout.SidecarCompat$TranslatingCallback,
+ androidx.window.layout.SidecarCompat$DistinctSidecarElementCallback {
+ public onDeviceStateChanged(androidx.window.sidecar.SidecarDeviceState);
+ public onWindowLayoutChanged(android.os.IBinder, androidx.window.sidecar.SidecarWindowLayoutInfo);
+}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res.zip
new file mode 100644
index 0000000..0cbbcd5
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res/values/values.xml
new file mode 100644
index 0000000..fa73bee
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/127/jl/res/values/values.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128.stamp
new file mode 100644
index 0000000..8867e6b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128.stamp
@@ -0,0 +1 @@
+4A4C94BB3EA4EB86
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/AndroidManifest.xml
new file mode 100644
index 0000000..3dc6734
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/R.txt
new file mode 100644
index 0000000..0ca4c3d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/R.txt
@@ -0,0 +1,174 @@
+int attr alpha 0x0
+int attr font 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr swipeRefreshLayoutProgressSpinnerBackgroundColor 0x0
+int attr ttcIndex 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_light 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_container 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_text 0x0
+int id actions 0x0
+int id async 0x0
+int id blocking 0x0
+int id chronometer 0x0
+int id dialog_button 0x0
+int id forever 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id info 0x0
+int id italic 0x0
+int id line1 0x0
+int id line3 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id text 0x0
+int id text2 0x0
+int id time 0x0
+int id title 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int string status_bar_notification_info_overflow 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable SwipeRefreshLayout { 0x0 }
+int styleable SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/annotations.zip
new file mode 100644
index 0000000..ad21ef1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/classes.jar
new file mode 100644
index 0000000..5b521a1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res.zip
new file mode 100644
index 0000000..6273eea
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res/values/values.xml
new file mode 100644
index 0000000..bd89b3f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/128/jl/res/values/values.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129.stamp
new file mode 100644
index 0000000..87b973c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129.stamp
@@ -0,0 +1 @@
+BD10C6C58C65C523
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/AndroidManifest.xml
new file mode 100644
index 0000000..2feb079
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/annotations.zip
new file mode 100644
index 0000000..a782b65
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/classes.jar
new file mode 100644
index 0000000..e5d16bd
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res.zip
new file mode 100644
index 0000000..03bfc61
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/129/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130.stamp
new file mode 100644
index 0000000..4c3a057
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130.stamp
@@ -0,0 +1 @@
+A29B491D54359F61
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/AndroidManifest.xml
new file mode 100644
index 0000000..f6f6496
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..d8560bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,2 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/classes.jar
new file mode 100644
index 0000000..8b15896
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/130/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131.stamp
new file mode 100644
index 0000000..ab241f0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131.stamp
@@ -0,0 +1 @@
+0B05842E6D8B44EA
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/AndroidManifest.xml
new file mode 100644
index 0000000..ff9abed
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..d8560bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,2 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/R.txt
new file mode 100644
index 0000000..fc9af07
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/R.txt
@@ -0,0 +1 @@
+int id view_tree_saved_state_registry_owner 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/classes.jar
new file mode 100644
index 0000000..cb57dff
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/131/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132.stamp
new file mode 100644
index 0000000..4f18503
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132.stamp
@@ -0,0 +1 @@
+79D5B8808FDA9A41
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/AndroidManifest.xml
new file mode 100644
index 0000000..83fe1ee
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/classes.jar
new file mode 100644
index 0000000..1eedfc4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res.zip
new file mode 100644
index 0000000..03bfc61
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/132/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133.stamp
new file mode 100644
index 0000000..dbacc88
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133.stamp
@@ -0,0 +1 @@
+E893584A5BEE3968
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/AndroidManifest.xml
new file mode 100644
index 0000000..e303a2b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/classes.jar
new file mode 100644
index 0000000..0b4e7dc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res.zip
new file mode 100644
index 0000000..03bfc61
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/133/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134.stamp
new file mode 100644
index 0000000..f617afd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134.stamp
@@ -0,0 +1 @@
+598ED328F3EA0543
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/AndroidManifest.xml
new file mode 100644
index 0000000..2705ec7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/R.txt
new file mode 100644
index 0000000..827be15
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/R.txt
@@ -0,0 +1,45 @@
+int attr action 0x0
+int attr argType 0x0
+int attr destination 0x0
+int attr enterAnim 0x0
+int attr exitAnim 0x0
+int attr launchSingleTop 0x0
+int attr mimeType 0x0
+int attr nullable 0x0
+int attr popEnterAnim 0x0
+int attr popExitAnim 0x0
+int attr popUpTo 0x0
+int attr popUpToInclusive 0x0
+int attr popUpToSaveState 0x0
+int attr restoreState 0x0
+int attr route 0x0
+int attr startDestination 0x0
+int attr uri 0x0
+int[] styleable NavAction { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavAction_android_id 0
+int styleable NavAction_destination 1
+int styleable NavAction_enterAnim 2
+int styleable NavAction_exitAnim 3
+int styleable NavAction_launchSingleTop 4
+int styleable NavAction_popEnterAnim 5
+int styleable NavAction_popExitAnim 6
+int styleable NavAction_popUpTo 7
+int styleable NavAction_popUpToInclusive 8
+int styleable NavAction_popUpToSaveState 9
+int styleable NavAction_restoreState 10
+int[] styleable NavArgument { 0x10101ed, 0x1010003, 0x0, 0x0 }
+int styleable NavArgument_android_defaultValue 0
+int styleable NavArgument_android_name 1
+int styleable NavArgument_argType 2
+int styleable NavArgument_nullable 3
+int[] styleable NavDeepLink { 0x0, 0x10104ee, 0x0, 0x0 }
+int styleable NavDeepLink_action 0
+int styleable NavDeepLink_android_autoVerify 1
+int styleable NavDeepLink_mimeType 2
+int styleable NavDeepLink_uri 3
+int[] styleable NavGraphNavigator { 0x0 }
+int styleable NavGraphNavigator_startDestination 0
+int[] styleable Navigator { 0x10100d0, 0x1010001, 0x0 }
+int styleable Navigator_android_id 0
+int styleable Navigator_android_label 1
+int styleable Navigator_route 2
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/baseline-prof.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/baseline-prof.txt
new file mode 100644
index 0000000..8a37b60
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/baseline-prof.txt
@@ -0,0 +1,181 @@
+# Baseline Profiles for navigation-common
+
+HSPLandroidx/navigation/NavAction;->(ILandroidx/navigation/NavOptions;Landroid/os/Bundle;)V
+HSPLandroidx/navigation/NavAction;->(ILandroidx/navigation/NavOptions;Landroid/os/Bundle;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavAction;->getDefaultArguments()Landroid/os/Bundle;
+HSPLandroidx/navigation/NavAction;->getDestinationId()I
+HSPLandroidx/navigation/NavAction;->getNavOptions()Landroidx/navigation/NavOptions;
+HSPLandroidx/navigation/NavAction;->setNavOptions(Landroidx/navigation/NavOptions;)V
+HSPLandroidx/navigation/NavArgument$Builder;->()V
+HSPLandroidx/navigation/NavArgument$Builder;->build()Landroidx/navigation/NavArgument;
+HSPLandroidx/navigation/NavArgument$Builder;->setIsNullable(Z)Landroidx/navigation/NavArgument$Builder;
+HSPLandroidx/navigation/NavArgument$Builder;->setType(Landroidx/navigation/NavType;)Landroidx/navigation/NavArgument$Builder;
+HSPLandroidx/navigation/NavArgument;->(Landroidx/navigation/NavType;ZLjava/lang/Object;Z)V
+HSPLandroidx/navigation/NavArgument;->equals(Ljava/lang/Object;)Z
+HSPLandroidx/navigation/NavArgument;->hashCode()I
+HSPLandroidx/navigation/NavBackStackEntry$Companion;->()V
+HSPLandroidx/navigation/NavBackStackEntry$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavBackStackEntry$Companion;->create$default(Landroidx/navigation/NavBackStackEntry$Companion;Landroid/content/Context;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/lifecycle/LifecycleOwner;Landroidx/navigation/NavViewModelStoreProvider;Ljava/lang/String;Landroid/os/Bundle;ILjava/lang/Object;)Landroidx/navigation/NavBackStackEntry;
+HSPLandroidx/navigation/NavBackStackEntry$Companion;->create(Landroid/content/Context;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/lifecycle/LifecycleOwner;Landroidx/navigation/NavViewModelStoreProvider;Ljava/lang/String;Landroid/os/Bundle;)Landroidx/navigation/NavBackStackEntry;
+HSPLandroidx/navigation/NavBackStackEntry$defaultFactory$2;->(Landroidx/navigation/NavBackStackEntry;)V
+HSPLandroidx/navigation/NavBackStackEntry$savedStateHandle$2;->(Landroidx/navigation/NavBackStackEntry;)V
+HSPLandroidx/navigation/NavBackStackEntry;->()V
+HSPLandroidx/navigation/NavBackStackEntry;->(Landroid/content/Context;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/lifecycle/LifecycleOwner;Landroidx/navigation/NavViewModelStoreProvider;Ljava/lang/String;Landroid/os/Bundle;)V
+HSPLandroidx/navigation/NavBackStackEntry;->(Landroid/content/Context;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/lifecycle/LifecycleOwner;Landroidx/navigation/NavViewModelStoreProvider;Ljava/lang/String;Landroid/os/Bundle;Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavBackStackEntry;->getArguments()Landroid/os/Bundle;
+HSPLandroidx/navigation/NavBackStackEntry;->getDestination()Landroidx/navigation/NavDestination;
+HSPLandroidx/navigation/NavBackStackEntry;->getLifecycle()Landroidx/lifecycle/Lifecycle;
+HSPLandroidx/navigation/NavBackStackEntry;->getMaxLifecycle()Landroidx/lifecycle/Lifecycle$State;
+HSPLandroidx/navigation/NavBackStackEntry;->getSavedStateRegistry()Landroidx/savedstate/SavedStateRegistry;
+HSPLandroidx/navigation/NavBackStackEntry;->handleLifecycleEvent(Landroidx/lifecycle/Lifecycle$Event;)V
+HSPLandroidx/navigation/NavBackStackEntry;->hashCode()I
+HSPLandroidx/navigation/NavBackStackEntry;->setMaxLifecycle(Landroidx/lifecycle/Lifecycle$State;)V
+HSPLandroidx/navigation/NavBackStackEntry;->updateState()V
+HSPLandroidx/navigation/NavDeepLinkRequest;->(Landroid/content/Intent;)V
+HSPLandroidx/navigation/NavDeepLinkRequest;->(Landroid/net/Uri;Ljava/lang/String;Ljava/lang/String;)V
+HSPLandroidx/navigation/NavDestination$Companion;->()V
+HSPLandroidx/navigation/NavDestination$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavDestination$Companion;->getDisplayName(Landroid/content/Context;I)Ljava/lang/String;
+HSPLandroidx/navigation/NavDestination;->()V
+HSPLandroidx/navigation/NavDestination;->(Landroidx/navigation/Navigator;)V
+HSPLandroidx/navigation/NavDestination;->(Ljava/lang/String;)V
+HSPLandroidx/navigation/NavDestination;->addArgument(Ljava/lang/String;Landroidx/navigation/NavArgument;)V
+HSPLandroidx/navigation/NavDestination;->addInDefaultArgs(Landroid/os/Bundle;)Landroid/os/Bundle;
+HSPLandroidx/navigation/NavDestination;->equals(Ljava/lang/Object;)Z
+HSPLandroidx/navigation/NavDestination;->getArguments()Ljava/util/Map;
+HSPLandroidx/navigation/NavDestination;->getId()I
+HSPLandroidx/navigation/NavDestination;->getNavigatorName()Ljava/lang/String;
+HSPLandroidx/navigation/NavDestination;->getParent()Landroidx/navigation/NavGraph;
+HSPLandroidx/navigation/NavDestination;->getRoute()Ljava/lang/String;
+HSPLandroidx/navigation/NavDestination;->hashCode()I
+HSPLandroidx/navigation/NavDestination;->matchDeepLink(Landroidx/navigation/NavDeepLinkRequest;)Landroidx/navigation/NavDestination$DeepLinkMatch;
+HSPLandroidx/navigation/NavDestination;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;)V
+HSPLandroidx/navigation/NavDestination;->putAction(ILandroidx/navigation/NavAction;)V
+HSPLandroidx/navigation/NavDestination;->setId(I)V
+HSPLandroidx/navigation/NavDestination;->setLabel(Ljava/lang/CharSequence;)V
+HSPLandroidx/navigation/NavDestination;->setParent(Landroidx/navigation/NavGraph;)V
+HSPLandroidx/navigation/NavDestination;->setRoute(Ljava/lang/String;)V
+HSPLandroidx/navigation/NavDestination;->supportsActions()Z
+HSPLandroidx/navigation/NavGraph$Companion;->()V
+HSPLandroidx/navigation/NavGraph$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavGraph$iterator$1;->(Landroidx/navigation/NavGraph;)V
+HSPLandroidx/navigation/NavGraph$iterator$1;->hasNext()Z
+HSPLandroidx/navigation/NavGraph$iterator$1;->next()Landroidx/navigation/NavDestination;
+HSPLandroidx/navigation/NavGraph$iterator$1;->next()Ljava/lang/Object;
+HSPLandroidx/navigation/NavGraph;->()V
+HSPLandroidx/navigation/NavGraph;->(Landroidx/navigation/Navigator;)V
+HSPLandroidx/navigation/NavGraph;->addDestination(Landroidx/navigation/NavDestination;)V
+HSPLandroidx/navigation/NavGraph;->equals(Ljava/lang/Object;)Z
+HSPLandroidx/navigation/NavGraph;->findNode(IZ)Landroidx/navigation/NavDestination;
+HSPLandroidx/navigation/NavGraph;->getNodes()Landroidx/collection/SparseArrayCompat;
+HSPLandroidx/navigation/NavGraph;->getStartDestinationId()I
+HSPLandroidx/navigation/NavGraph;->getStartDestinationRoute()Ljava/lang/String;
+HSPLandroidx/navigation/NavGraph;->hashCode()I
+HSPLandroidx/navigation/NavGraph;->iterator()Ljava/util/Iterator;
+HSPLandroidx/navigation/NavGraph;->matchDeepLink(Landroidx/navigation/NavDeepLinkRequest;)Landroidx/navigation/NavDestination$DeepLinkMatch;
+HSPLandroidx/navigation/NavGraph;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;)V
+HSPLandroidx/navigation/NavGraph;->setStartDestinationId(I)V
+HSPLandroidx/navigation/NavGraphNavigator;->(Landroidx/navigation/NavigatorProvider;)V
+HSPLandroidx/navigation/NavGraphNavigator;->createDestination()Landroidx/navigation/NavDestination;
+HSPLandroidx/navigation/NavGraphNavigator;->createDestination()Landroidx/navigation/NavGraph;
+HSPLandroidx/navigation/NavGraphNavigator;->navigate(Landroidx/navigation/NavBackStackEntry;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
+HSPLandroidx/navigation/NavGraphNavigator;->navigate(Ljava/util/List;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
+HSPLandroidx/navigation/NavOptions$Builder;->()V
+HSPLandroidx/navigation/NavOptions$Builder;->build()Landroidx/navigation/NavOptions;
+HSPLandroidx/navigation/NavOptions$Builder;->setEnterAnim(I)Landroidx/navigation/NavOptions$Builder;
+HSPLandroidx/navigation/NavOptions$Builder;->setExitAnim(I)Landroidx/navigation/NavOptions$Builder;
+HSPLandroidx/navigation/NavOptions$Builder;->setLaunchSingleTop(Z)Landroidx/navigation/NavOptions$Builder;
+HSPLandroidx/navigation/NavOptions$Builder;->setPopEnterAnim(I)Landroidx/navigation/NavOptions$Builder;
+HSPLandroidx/navigation/NavOptions$Builder;->setPopExitAnim(I)Landroidx/navigation/NavOptions$Builder;
+HSPLandroidx/navigation/NavOptions$Builder;->setPopUpTo(IZZ)Landroidx/navigation/NavOptions$Builder;
+HSPLandroidx/navigation/NavOptions$Builder;->setRestoreState(Z)Landroidx/navigation/NavOptions$Builder;
+HSPLandroidx/navigation/NavOptions;->(ZZIZZIIII)V
+HSPLandroidx/navigation/NavOptions;->hashCode()I
+HSPLandroidx/navigation/NavOptions;->isPopUpToInclusive()Z
+HSPLandroidx/navigation/NavOptions;->shouldLaunchSingleTop()Z
+HSPLandroidx/navigation/NavOptions;->shouldPopUpToSaveState()Z
+HSPLandroidx/navigation/NavOptions;->shouldRestoreState()Z
+HSPLandroidx/navigation/NavType$Companion$BoolArrayType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$BoolArrayType$1;->getName()Ljava/lang/String;
+HSPLandroidx/navigation/NavType$Companion$BoolType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$BoolType$1;->getName()Ljava/lang/String;
+HSPLandroidx/navigation/NavType$Companion$FloatArrayType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$FloatType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$IntArrayType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$IntArrayType$1;->getName()Ljava/lang/String;
+HSPLandroidx/navigation/NavType$Companion$IntType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$IntType$1;->getName()Ljava/lang/String;
+HSPLandroidx/navigation/NavType$Companion$LongArrayType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$LongArrayType$1;->getName()Ljava/lang/String;
+HSPLandroidx/navigation/NavType$Companion$LongType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$LongType$1;->getName()Ljava/lang/String;
+HSPLandroidx/navigation/NavType$Companion$ReferenceType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$StringArrayType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$StringType$1;->()V
+HSPLandroidx/navigation/NavType$Companion$StringType$1;->getName()Ljava/lang/String;
+HSPLandroidx/navigation/NavType$Companion;->()V
+HSPLandroidx/navigation/NavType$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavType$Companion;->fromArgType(Ljava/lang/String;Ljava/lang/String;)Landroidx/navigation/NavType;
+HSPLandroidx/navigation/NavType;->()V
+HSPLandroidx/navigation/NavType;->(Z)V
+HSPLandroidx/navigation/NavType;->isNullableAllowed()Z
+HSPLandroidx/navigation/Navigator;->()V
+HSPLandroidx/navigation/Navigator;->getState()Landroidx/navigation/NavigatorState;
+HSPLandroidx/navigation/Navigator;->isAttached()Z
+HSPLandroidx/navigation/Navigator;->onAttach(Landroidx/navigation/NavigatorState;)V
+HSPLandroidx/navigation/NavigatorProvider$Companion;->()V
+HSPLandroidx/navigation/NavigatorProvider$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavigatorProvider$Companion;->getNameForNavigator$navigation_common_release(Ljava/lang/Class;)Ljava/lang/String;
+HSPLandroidx/navigation/NavigatorProvider$Companion;->validateName$navigation_common_release(Ljava/lang/String;)Z
+HSPLandroidx/navigation/NavigatorProvider;->()V
+HSPLandroidx/navigation/NavigatorProvider;->()V
+HSPLandroidx/navigation/NavigatorProvider;->access$getAnnotationNames$cp()Ljava/util/Map;
+HSPLandroidx/navigation/NavigatorProvider;->addNavigator(Landroidx/navigation/Navigator;)Landroidx/navigation/Navigator;
+HSPLandroidx/navigation/NavigatorProvider;->addNavigator(Ljava/lang/String;Landroidx/navigation/Navigator;)Landroidx/navigation/Navigator;
+HSPLandroidx/navigation/NavigatorProvider;->getNavigator(Ljava/lang/String;)Landroidx/navigation/Navigator;
+HSPLandroidx/navigation/NavigatorProvider;->getNavigators()Ljava/util/Map;
+HSPLandroidx/navigation/NavigatorState;->()V
+HSPLandroidx/navigation/NavigatorState;->getBackStack()Lkotlinx/coroutines/flow/StateFlow;
+HSPLandroidx/navigation/NavigatorState;->getTransitionsInProgress()Lkotlinx/coroutines/flow/StateFlow;
+HSPLandroidx/navigation/NavigatorState;->push(Landroidx/navigation/NavBackStackEntry;)V
+HSPLandroidx/navigation/NavigatorState;->setNavigating(Z)V
+Landroidx/navigation/FloatingWindow;
+Landroidx/navigation/NavAction;
+Landroidx/navigation/NavArgument$Builder;
+Landroidx/navigation/NavArgument;
+Landroidx/navigation/NavBackStackEntry$Companion;
+Landroidx/navigation/NavBackStackEntry$defaultFactory$2;
+Landroidx/navigation/NavBackStackEntry$savedStateHandle$2;
+Landroidx/navigation/NavBackStackEntry;
+Landroidx/navigation/NavDeepLinkRequest;
+Landroidx/navigation/NavDestination$Companion;
+Landroidx/navigation/NavDestination$DeepLinkMatch;
+Landroidx/navigation/NavDestination;
+Landroidx/navigation/NavGraph$Companion;
+Landroidx/navigation/NavGraph$iterator$1;
+Landroidx/navigation/NavGraph;
+Landroidx/navigation/NavGraphNavigator;
+Landroidx/navigation/NavOptions$Builder;
+Landroidx/navigation/NavOptions;
+Landroidx/navigation/NavType$Companion$BoolArrayType$1;
+Landroidx/navigation/NavType$Companion$BoolType$1;
+Landroidx/navigation/NavType$Companion$FloatArrayType$1;
+Landroidx/navigation/NavType$Companion$FloatType$1;
+Landroidx/navigation/NavType$Companion$IntArrayType$1;
+Landroidx/navigation/NavType$Companion$IntType$1;
+Landroidx/navigation/NavType$Companion$LongArrayType$1;
+Landroidx/navigation/NavType$Companion$LongType$1;
+Landroidx/navigation/NavType$Companion$ReferenceType$1;
+Landroidx/navigation/NavType$Companion$StringArrayType$1;
+Landroidx/navigation/NavType$Companion$StringType$1;
+Landroidx/navigation/NavType$Companion;
+Landroidx/navigation/NavType;
+Landroidx/navigation/NavViewModelStoreProvider;
+Landroidx/navigation/Navigator$Extras;
+Landroidx/navigation/Navigator$Name;
+Landroidx/navigation/Navigator;
+Landroidx/navigation/NavigatorProvider$Companion;
+Landroidx/navigation/NavigatorProvider;
+Landroidx/navigation/NavigatorState;
+HSPLandroidx/navigation/common/R$styleable;->()V
+Landroidx/navigation/common/R$styleable;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/classes.jar
new file mode 100644
index 0000000..e688067
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/proguard.txt
new file mode 100644
index 0000000..cb2c1b8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/proguard.txt
@@ -0,0 +1,28 @@
+# Copyright (C) 2019 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# NavArgsLazy creates NavArgs instances using reflection
+-if public class ** implements androidx.navigation.NavArgs
+-keepclassmembers public class <1> {
+ ** fromBundle(android.os.Bundle);
+}
+
+# Retain the @Navigator.Name annotation on each subclass of Navigator.
+# R8 full mode only retains annotations on items matched by a -keep rule,
+# hence the extra -keep rule for the subclasses of Navigator.
+#
+# A -keep rule for the Navigator.Name annotation class is not required
+# since the annotation is referenced from the code.
+-keepattributes RuntimeVisibleAnnotations
+-keep,allowobfuscation,allowshrinking class * extends androidx.navigation.Navigator
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res.zip
new file mode 100644
index 0000000..12eb16b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res/values/values.xml
new file mode 100644
index 0000000..88d401b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/134/jl/res/values/values.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135.stamp
new file mode 100644
index 0000000..c0b6099
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135.stamp
@@ -0,0 +1 @@
+35138334E8B6651A
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/AndroidManifest.xml
new file mode 100644
index 0000000..79f5dfb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/classes.jar
new file mode 100644
index 0000000..98ecee5
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res.zip
new file mode 100644
index 0000000..03bfc61
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/135/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136.stamp
new file mode 100644
index 0000000..a2bfa34
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136.stamp
@@ -0,0 +1 @@
+67CE360CD1398040
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/AndroidManifest.xml
new file mode 100644
index 0000000..cf68587
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/R.txt
new file mode 100644
index 0000000..51f3561
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/R.txt
@@ -0,0 +1,17 @@
+int attr action 0x0
+int attr data 0x0
+int attr dataPattern 0x0
+int attr graph 0x0
+int attr navGraph 0x0
+int attr targetPackage 0x0
+int id nav_controller_view_tag 0x0
+int[] styleable ActivityNavigator { 0x0, 0x1010003, 0x0, 0x0, 0x0 }
+int styleable ActivityNavigator_action 0
+int styleable ActivityNavigator_android_name 1
+int styleable ActivityNavigator_data 2
+int styleable ActivityNavigator_dataPattern 3
+int styleable ActivityNavigator_targetPackage 4
+int[] styleable NavHost { 0x0 }
+int styleable NavHost_navGraph 0
+int[] styleable NavInclude { 0x0 }
+int styleable NavInclude_graph 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/baseline-prof.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/baseline-prof.txt
new file mode 100644
index 0000000..c719d9a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/baseline-prof.txt
@@ -0,0 +1,106 @@
+# Baseline Profiles for navigation-runtime
+
+HSPLandroidx/navigation/ActivityNavigator$Companion;->()V
+HSPLandroidx/navigation/ActivityNavigator$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/ActivityNavigator$hostActivity$1;->()V
+HSPLandroidx/navigation/ActivityNavigator$hostActivity$1;->()V
+HSPLandroidx/navigation/ActivityNavigator;->()V
+HSPLandroidx/navigation/ActivityNavigator;->(Landroid/content/Context;)V
+HSPLandroidx/navigation/NavController$Companion;->()V
+HSPLandroidx/navigation/NavController$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavController$NavControllerNavigatorState;->(Landroidx/navigation/NavController;Landroidx/navigation/Navigator;)V
+HSPLandroidx/navigation/NavController$NavControllerNavigatorState;->addInternal(Landroidx/navigation/NavBackStackEntry;)V
+HSPLandroidx/navigation/NavController$NavControllerNavigatorState;->createBackStackEntry(Landroidx/navigation/NavDestination;Landroid/os/Bundle;)Landroidx/navigation/NavBackStackEntry;
+HSPLandroidx/navigation/NavController$NavControllerNavigatorState;->push(Landroidx/navigation/NavBackStackEntry;)V
+HSPLandroidx/navigation/NavController$activity$1;->()V
+HSPLandroidx/navigation/NavController$activity$1;->()V
+HSPLandroidx/navigation/NavController$lifecycleObserver$1;->(Landroidx/navigation/NavController;)V
+HSPLandroidx/navigation/NavController$lifecycleObserver$1;->onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V
+HSPLandroidx/navigation/NavController$navInflater$2;->(Landroidx/navigation/NavController;)V
+HSPLandroidx/navigation/NavController$navInflater$2;->invoke()Landroidx/navigation/NavInflater;
+HSPLandroidx/navigation/NavController$navInflater$2;->invoke()Ljava/lang/Object;
+HSPLandroidx/navigation/NavController$navigate$4;->(Lkotlin/jvm/internal/Ref$BooleanRef;Landroidx/navigation/NavController;Landroidx/navigation/NavDestination;Landroid/os/Bundle;)V
+HSPLandroidx/navigation/NavController$navigate$4;->invoke(Landroidx/navigation/NavBackStackEntry;)V
+HSPLandroidx/navigation/NavController$navigate$4;->invoke(Ljava/lang/Object;)Ljava/lang/Object;
+HSPLandroidx/navigation/NavController$onBackPressedCallback$1;->(Landroidx/navigation/NavController;)V
+HSPLandroidx/navigation/NavController;->()V
+HSPLandroidx/navigation/NavController;->(Landroid/content/Context;)V
+HSPLandroidx/navigation/NavController;->access$getAddToBackStackHandler$p(Landroidx/navigation/NavController;)Lkotlin/jvm/functions/Function1;
+HSPLandroidx/navigation/NavController;->access$getInflater$p(Landroidx/navigation/NavController;)Landroidx/navigation/NavInflater;
+HSPLandroidx/navigation/NavController;->access$getLifecycleOwner$p(Landroidx/navigation/NavController;)Landroidx/lifecycle/LifecycleOwner;
+HSPLandroidx/navigation/NavController;->access$getViewModel$p(Landroidx/navigation/NavController;)Landroidx/navigation/NavControllerViewModel;
+HSPLandroidx/navigation/NavController;->access$get_graph$p(Landroidx/navigation/NavController;)Landroidx/navigation/NavGraph;
+HSPLandroidx/navigation/NavController;->access$get_navigatorProvider$p(Landroidx/navigation/NavController;)Landroidx/navigation/NavigatorProvider;
+HSPLandroidx/navigation/NavController;->addEntryToBackStack$default(Landroidx/navigation/NavController;Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/navigation/NavBackStackEntry;Ljava/util/List;ILjava/lang/Object;)V
+HSPLandroidx/navigation/NavController;->addEntryToBackStack(Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/navigation/NavBackStackEntry;Ljava/util/List;)V
+HSPLandroidx/navigation/NavController;->dispatchOnDestinationChanged()Z
+HSPLandroidx/navigation/NavController;->enableOnBackPressed(Z)V
+HSPLandroidx/navigation/NavController;->findDestination(I)Landroidx/navigation/NavDestination;
+HSPLandroidx/navigation/NavController;->getBackQueue()Lkotlin/collections/ArrayDeque;
+HSPLandroidx/navigation/NavController;->getBackStackEntry(I)Landroidx/navigation/NavBackStackEntry;
+HSPLandroidx/navigation/NavController;->getContext()Landroid/content/Context;
+HSPLandroidx/navigation/NavController;->getCurrentBackStackEntry()Landroidx/navigation/NavBackStackEntry;
+HSPLandroidx/navigation/NavController;->getDestinationCountOnBackStack()I
+HSPLandroidx/navigation/NavController;->getNavInflater()Landroidx/navigation/NavInflater;
+HSPLandroidx/navigation/NavController;->getNavigatorProvider()Landroidx/navigation/NavigatorProvider;
+HSPLandroidx/navigation/NavController;->handleDeepLink(Landroid/content/Intent;)Z
+HSPLandroidx/navigation/NavController;->linkChildToParent(Landroidx/navigation/NavBackStackEntry;Landroidx/navigation/NavBackStackEntry;)V
+HSPLandroidx/navigation/NavController;->navigate(Landroidx/navigation/NavDestination;Landroid/os/Bundle;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
+HSPLandroidx/navigation/NavController;->navigateInternal(Landroidx/navigation/Navigator;Ljava/util/List;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;Lkotlin/jvm/functions/Function1;)V
+HSPLandroidx/navigation/NavController;->onGraphCreated(Landroid/os/Bundle;)V
+HSPLandroidx/navigation/NavController;->populateVisibleEntries$navigation_runtime_release()Ljava/util/List;
+HSPLandroidx/navigation/NavController;->setGraph(I)V
+HSPLandroidx/navigation/NavController;->setGraph(Landroidx/navigation/NavGraph;Landroid/os/Bundle;)V
+HSPLandroidx/navigation/NavController;->setLifecycleOwner(Landroidx/lifecycle/LifecycleOwner;)V
+HSPLandroidx/navigation/NavController;->setOnBackPressedDispatcher(Landroidx/activity/OnBackPressedDispatcher;)V
+HSPLandroidx/navigation/NavController;->setViewModelStore(Landroidx/lifecycle/ViewModelStore;)V
+HSPLandroidx/navigation/NavController;->updateBackStackLifecycle$navigation_runtime_release()V
+HSPLandroidx/navigation/NavController;->updateOnBackPressedCallbackEnabled()V
+HSPLandroidx/navigation/NavControllerViewModel$Companion$FACTORY$1;->()V
+HSPLandroidx/navigation/NavControllerViewModel$Companion$FACTORY$1;->create(Ljava/lang/Class;)Landroidx/lifecycle/ViewModel;
+HSPLandroidx/navigation/NavControllerViewModel$Companion;->()V
+HSPLandroidx/navigation/NavControllerViewModel$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavControllerViewModel$Companion;->getInstance(Landroidx/lifecycle/ViewModelStore;)Landroidx/navigation/NavControllerViewModel;
+HSPLandroidx/navigation/NavControllerViewModel;->()V
+HSPLandroidx/navigation/NavControllerViewModel;->()V
+HSPLandroidx/navigation/NavControllerViewModel;->access$getFACTORY$cp()Landroidx/lifecycle/ViewModelProvider$Factory;
+HSPLandroidx/navigation/NavHostController;->(Landroid/content/Context;)V
+HSPLandroidx/navigation/NavHostController;->enableOnBackPressed(Z)V
+HSPLandroidx/navigation/NavHostController;->setLifecycleOwner(Landroidx/lifecycle/LifecycleOwner;)V
+HSPLandroidx/navigation/NavHostController;->setOnBackPressedDispatcher(Landroidx/activity/OnBackPressedDispatcher;)V
+HSPLandroidx/navigation/NavHostController;->setViewModelStore(Landroidx/lifecycle/ViewModelStore;)V
+HSPLandroidx/navigation/NavInflater$Companion;->()V
+HSPLandroidx/navigation/NavInflater$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/NavInflater;->()V
+HSPLandroidx/navigation/NavInflater;->(Landroid/content/Context;Landroidx/navigation/NavigatorProvider;)V
+HSPLandroidx/navigation/NavInflater;->inflate(I)Landroidx/navigation/NavGraph;
+HSPLandroidx/navigation/NavInflater;->inflate(Landroid/content/res/Resources;Landroid/content/res/XmlResourceParser;Landroid/util/AttributeSet;I)Landroidx/navigation/NavDestination;
+HSPLandroidx/navigation/NavInflater;->inflateAction(Landroid/content/res/Resources;Landroidx/navigation/NavDestination;Landroid/util/AttributeSet;Landroid/content/res/XmlResourceParser;I)V
+HSPLandroidx/navigation/NavInflater;->inflateArgument(Landroid/content/res/TypedArray;Landroid/content/res/Resources;I)Landroidx/navigation/NavArgument;
+HSPLandroidx/navigation/NavInflater;->inflateArgumentForDestination(Landroid/content/res/Resources;Landroidx/navigation/NavDestination;Landroid/util/AttributeSet;I)V
+HSPLandroidx/navigation/Navigation;->()V
+HSPLandroidx/navigation/Navigation;->()V
+HSPLandroidx/navigation/Navigation;->setViewNavController(Landroid/view/View;Landroidx/navigation/NavController;)V
+Landroidx/navigation/ActivityNavigator$Companion;
+Landroidx/navigation/ActivityNavigator$hostActivity$1;
+Landroidx/navigation/ActivityNavigator;
+Landroidx/navigation/NavController$Companion;
+Landroidx/navigation/NavController$NavControllerNavigatorState;
+Landroidx/navigation/NavController$activity$1;
+Landroidx/navigation/NavController$lifecycleObserver$1;
+Landroidx/navigation/NavController$navInflater$2;
+Landroidx/navigation/NavController$navigate$4;
+Landroidx/navigation/NavController$onBackPressedCallback$1;
+Landroidx/navigation/NavController;
+Landroidx/navigation/NavControllerViewModel$Companion$FACTORY$1;
+Landroidx/navigation/NavControllerViewModel$Companion;
+Landroidx/navigation/NavControllerViewModel;
+Landroidx/navigation/NavHost;
+Landroidx/navigation/NavHostController;
+Landroidx/navigation/NavInflater$Companion;
+Landroidx/navigation/NavInflater;
+Landroidx/navigation/Navigation;
+PLandroidx/navigation/NavControllerViewModel;->onCleared()V
+HSPLandroidx/navigation/R$styleable;->()V
+Landroidx/navigation/R$id;
+Landroidx/navigation/R$styleable;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/classes.jar
new file mode 100644
index 0000000..58fe279
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res.zip
new file mode 100644
index 0000000..51d4df7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res/values/values.xml
new file mode 100644
index 0000000..14b9170
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/136/jl/res/values/values.xml
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137.stamp
new file mode 100644
index 0000000..9dc09e1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137.stamp
@@ -0,0 +1 @@
+3609C1E5ED22AAE1
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/AndroidManifest.xml
new file mode 100644
index 0000000..691cd71
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/R.txt
new file mode 100644
index 0000000..633d02c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/R.txt
@@ -0,0 +1,11 @@
+int anim nav_default_enter_anim 0x0
+int anim nav_default_exit_anim 0x0
+int anim nav_default_pop_enter_anim 0x0
+int anim nav_default_pop_exit_anim 0x0
+int animator nav_default_enter_anim 0x0
+int animator nav_default_exit_anim 0x0
+int animator nav_default_pop_enter_anim 0x0
+int animator nav_default_pop_exit_anim 0x0
+int integer config_navAnimTime 0x0
+int string nav_app_bar_navigate_up_description 0x0
+int string nav_app_bar_open_drawer_description 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/classes.jar
new file mode 100644
index 0000000..60d9fbe
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/proguard.txt
new file mode 100644
index 0000000..32ada1d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/proguard.txt
@@ -0,0 +1,18 @@
+# Copyright (C) 2019 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# setProgress is called via an ObjectAnimator in AbstractAppBarOnDestinationChangedListener
+-keepclassmembers class androidx.appcompat.graphics.drawable.DrawerArrowDrawable {
+ void setProgress(float);
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/public.txt
new file mode 100644
index 0000000..5d55cf8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/public.txt
@@ -0,0 +1,8 @@
+animator nav_default_enter_anim
+anim nav_default_enter_anim
+animator nav_default_exit_anim
+anim nav_default_exit_anim
+animator nav_default_pop_enter_anim
+anim nav_default_pop_enter_anim
+anim nav_default_pop_exit_anim
+animator nav_default_pop_exit_anim
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res.zip
new file mode 100644
index 0000000..376d816
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_enter_anim.xml
new file mode 100644
index 0000000..da98852
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_enter_anim.xml
@@ -0,0 +1,22 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_exit_anim.xml
new file mode 100644
index 0000000..083e047
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_exit_anim.xml
@@ -0,0 +1,22 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_enter_anim.xml
new file mode 100644
index 0000000..da98852
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_enter_anim.xml
@@ -0,0 +1,22 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_exit_anim.xml
new file mode 100644
index 0000000..083e047
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/anim/nav_default_pop_exit_anim.xml
@@ -0,0 +1,22 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_enter_anim.xml
new file mode 100644
index 0000000..7f76621
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_enter_anim.xml
@@ -0,0 +1,23 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_exit_anim.xml
new file mode 100644
index 0000000..f4f84e9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_exit_anim.xml
@@ -0,0 +1,23 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_enter_anim.xml
new file mode 100644
index 0000000..7f76621
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_enter_anim.xml
@@ -0,0 +1,23 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_exit_anim.xml
new file mode 100644
index 0000000..f4f84e9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/animator/nav_default_pop_exit_anim.xml
@@ -0,0 +1,23 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-af/values-af.xml
new file mode 100644
index 0000000..d6720a9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-af/values-af.xml
@@ -0,0 +1,5 @@
+
+
+ "Gaan op"
+ "Maak navigasielaai oop"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-am/values-am.xml
new file mode 100644
index 0000000..39fb8c9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-am/values-am.xml
@@ -0,0 +1,5 @@
+
+
+ "ወደ ላይ ያስሱ"
+ "የአሰሳ መሣቢያውን ክፈት"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ar/values-ar.xml
new file mode 100644
index 0000000..b912635
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ar/values-ar.xml
@@ -0,0 +1,5 @@
+
+
+ "التنقل إلى أعلى"
+ "فتح لائحة التنقل"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-as/values-as.xml
new file mode 100644
index 0000000..d689b8c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-as/values-as.xml
@@ -0,0 +1,5 @@
+
+
+ "ওপৰলৈ যাওক"
+ "নেভিগেশ্বন ড্ৰৱাৰ খোলক"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-az/values-az.xml
new file mode 100644
index 0000000..6462086
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-az/values-az.xml
@@ -0,0 +1,5 @@
+
+
+ "Yuxarı keçin"
+ "Naviqasiya panelini açın"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
new file mode 100644
index 0000000..d1c95bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -0,0 +1,5 @@
+
+
+ "Idite nagore"
+ "Otvorite fioku za navigaciju"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-be/values-be.xml
new file mode 100644
index 0000000..fe88e1c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-be/values-be.xml
@@ -0,0 +1,5 @@
+
+
+ "Перайсці ўверх"
+ "Адкрыць высоўнае меню навігацыі"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bg/values-bg.xml
new file mode 100644
index 0000000..c8cc064
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bg/values-bg.xml
@@ -0,0 +1,5 @@
+
+
+ "Придвижване нагоре"
+ "Отваряне на слоя за навигация"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bn/values-bn.xml
new file mode 100644
index 0000000..d7c6447
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bn/values-bn.xml
@@ -0,0 +1,5 @@
+
+
+ "উপরে নেভিগেট করুন"
+ "নেভিগেশন ড্রয়ার খুলুন"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bs/values-bs.xml
new file mode 100644
index 0000000..4256ba6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-bs/values-bs.xml
@@ -0,0 +1,5 @@
+
+
+ "Idi gore"
+ "Otvaranje ladice za navigaciju"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ca/values-ca.xml
new file mode 100644
index 0000000..0d17d38
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ca/values-ca.xml
@@ -0,0 +1,5 @@
+
+
+ "Navega cap amunt"
+ "Obre el tauler de navegació"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..046024b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-cs/values-cs.xml
@@ -0,0 +1,5 @@
+
+
+ "Přejít nahoru"
+ "Otevřít vysouvací panel navigace"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-da/values-da.xml
new file mode 100644
index 0000000..6781150
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-da/values-da.xml
@@ -0,0 +1,5 @@
+
+
+ "Naviger op"
+ "Åbn sidemenuen"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-de/values-de.xml
new file mode 100644
index 0000000..edea6dd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-de/values-de.xml
@@ -0,0 +1,5 @@
+
+
+ "Nach oben"
+ "Navigationsleiste öffnen"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-el/values-el.xml
new file mode 100644
index 0000000..1cd5e9e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-el/values-el.xml
@@ -0,0 +1,5 @@
+
+
+ "Πλοήγηση προς τα επάνω"
+ "Άνοιγμα συρταριού πλοήγησης"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rAU/values-en-rAU.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..5db24ce
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,5 @@
+
+
+ "Navigate up"
+ "Open navigation drawer"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..5db24ce
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,5 @@
+
+
+ "Navigate up"
+ "Open navigation drawer"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rIN/values-en-rIN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..5db24ce
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,5 @@
+
+
+ "Navigate up"
+ "Open navigation drawer"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..68fcdd0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,5 @@
+
+
+ "Navegar hacia arriba"
+ "Abrir panel lateral de navegación"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es/values-es.xml
new file mode 100644
index 0000000..0beee14
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-es/values-es.xml
@@ -0,0 +1,5 @@
+
+
+ "Desplazarse hacia arriba"
+ "Abrir panel de navegación"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-et/values-et.xml
new file mode 100644
index 0000000..460ac25
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-et/values-et.xml
@@ -0,0 +1,5 @@
+
+
+ "Navigeeri üles"
+ "Navigeerimissahtli avamine"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-eu/values-eu.xml
new file mode 100644
index 0000000..31c2a24
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-eu/values-eu.xml
@@ -0,0 +1,5 @@
+
+
+ "Joan gora"
+ "Ireki nabigazio-panel lerrakorra"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fa/values-fa.xml
new file mode 100644
index 0000000..1c7d50d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fa/values-fa.xml
@@ -0,0 +1,5 @@
+
+
+ "پیمایش به بالا"
+ "باز کردن کشوی پیمایش"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..a57ee12
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fi/values-fi.xml
@@ -0,0 +1,5 @@
+
+
+ "Siirry ylös"
+ "Avaa navigoinnin vetopaneeli"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..9862dd2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,5 @@
+
+
+ "Revenir en arrière"
+ "Ouvrir le panneau de navigation"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..b7f7e42
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-fr/values-fr.xml
@@ -0,0 +1,5 @@
+
+
+ "Remonter"
+ "Ouvrir le panneau de navigation"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gl/values-gl.xml
new file mode 100644
index 0000000..c41f572
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gl/values-gl.xml
@@ -0,0 +1,5 @@
+
+
+ "Desprazarse cara arriba"
+ "Abrir o panel de navegación"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gu/values-gu.xml
new file mode 100644
index 0000000..ea063fe
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-gu/values-gu.xml
@@ -0,0 +1,5 @@
+
+
+ "ઉપર નૅવિગેટ કરો"
+ "નૅવિગેશન ડ્રૉઅર ખોલો"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hi/values-hi.xml
new file mode 100644
index 0000000..0f281c7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hi/values-hi.xml
@@ -0,0 +1,5 @@
+
+
+ "वापस जाएं"
+ "नेविगेशन पैनल खोलें"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hr/values-hr.xml
new file mode 100644
index 0000000..4256ba6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hr/values-hr.xml
@@ -0,0 +1,5 @@
+
+
+ "Idi gore"
+ "Otvaranje ladice za navigaciju"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..b109b3d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hu/values-hu.xml
@@ -0,0 +1,5 @@
+
+
+ "Navigálás felfelé"
+ "Navigációs fiók kinyitása"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hy/values-hy.xml
new file mode 100644
index 0000000..daa73f3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-hy/values-hy.xml
@@ -0,0 +1,5 @@
+
+
+ "Անցնել վերև"
+ "Բացել նավարկման դարակը"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-in/values-in.xml
new file mode 100644
index 0000000..5049238
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-in/values-in.xml
@@ -0,0 +1,5 @@
+
+
+ "Kembali ke atas"
+ "Buka panel navigasi"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-is/values-is.xml
new file mode 100644
index 0000000..d101ac8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-is/values-is.xml
@@ -0,0 +1,5 @@
+
+
+ "Fara upp"
+ "Opna yfirlitsskúffu"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-it/values-it.xml
new file mode 100644
index 0000000..221e9fc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-it/values-it.xml
@@ -0,0 +1,5 @@
+
+
+ "Torna indietro"
+ "Apri riquadro di navigazione"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-iw/values-iw.xml
new file mode 100644
index 0000000..8260052
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-iw/values-iw.xml
@@ -0,0 +1,5 @@
+
+
+ "ניווט למעלה"
+ "פתיחת חלונית ההזזה לניווט"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..5c0c41b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ja/values-ja.xml
@@ -0,0 +1,5 @@
+
+
+ "上へ移動"
+ "ナビゲーション ドロワーを開く"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ka/values-ka.xml
new file mode 100644
index 0000000..7f7e901
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ka/values-ka.xml
@@ -0,0 +1,5 @@
+
+
+ "ზემოთ გადასვლა"
+ "ნავიგაციის უჯრის გახსნა"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kk/values-kk.xml
new file mode 100644
index 0000000..6febeec
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kk/values-kk.xml
@@ -0,0 +1,5 @@
+
+
+ "Жоғары қарай жылжу"
+ "Навигация тартпасын ашу"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-km/values-km.xml
new file mode 100644
index 0000000..2ca6536
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-km/values-km.xml
@@ -0,0 +1,5 @@
+
+
+ "រំកិលឡើងលើ"
+ "បើកថតរុករក"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kn/values-kn.xml
new file mode 100644
index 0000000..aba51da
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-kn/values-kn.xml
@@ -0,0 +1,5 @@
+
+
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ನ್ಯಾವಿಗೇಶನ್ ಡ್ರಾವರ್ ಅನ್ನು ತೆರೆಯಿರಿ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..c0be7ab
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ko/values-ko.xml
@@ -0,0 +1,5 @@
+
+
+ "위로 이동"
+ "탐색 창 열기"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ky/values-ky.xml
new file mode 100644
index 0000000..9093a0a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ky/values-ky.xml
@@ -0,0 +1,5 @@
+
+
+ "Жогору чабыттоо"
+ "Чабыттоо суурмасын ачуу"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lo/values-lo.xml
new file mode 100644
index 0000000..a654b87
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lo/values-lo.xml
@@ -0,0 +1,5 @@
+
+
+ "ເລື່ອນຂຶ້ນເທິງ"
+ "ເປີດແຖບການນຳທາງ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lt/values-lt.xml
new file mode 100644
index 0000000..db5c98c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lt/values-lt.xml
@@ -0,0 +1,5 @@
+
+
+ "Naršyti aukštyn"
+ "Atidaryti naršymo juostą"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lv/values-lv.xml
new file mode 100644
index 0000000..5cf69d3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-lv/values-lv.xml
@@ -0,0 +1,5 @@
+
+
+ "Pārvietoties augšup"
+ "Atvērt navigācijas atvilktni"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mk/values-mk.xml
new file mode 100644
index 0000000..1212eea
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mk/values-mk.xml
@@ -0,0 +1,5 @@
+
+
+ "Оди нагоре"
+ "Отворете ја фиоката за навигација"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ml/values-ml.xml
new file mode 100644
index 0000000..3fce820
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ml/values-ml.xml
@@ -0,0 +1,5 @@
+
+
+ "മുകളിലേക്ക് നാവിഗേറ്റ് ചെയ്യുക"
+ "നാവിഗേഷൻ ഡ്രോയർ തുറക്കുക"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mn/values-mn.xml
new file mode 100644
index 0000000..d1b4e29
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mn/values-mn.xml
@@ -0,0 +1,5 @@
+
+
+ "Дээш шилжих"
+ "Навигацийн шургуулгыг нээх"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mr/values-mr.xml
new file mode 100644
index 0000000..596edc7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-mr/values-mr.xml
@@ -0,0 +1,5 @@
+
+
+ "वर नेव्हिगेट करा"
+ "नेव्हिगेशन ड्रॉवर उघडा"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ms/values-ms.xml
new file mode 100644
index 0000000..e4d3edd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ms/values-ms.xml
@@ -0,0 +1,5 @@
+
+
+ "Navigasi ke atas"
+ "Buka laci navigasi"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-my/values-my.xml
new file mode 100644
index 0000000..532d570
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-my/values-my.xml
@@ -0,0 +1,5 @@
+
+
+ "အပေါ်သို့ ရွှေ့ရန်"
+ "လမ်းကြောင်းပြ အံဆွဲကို ဖွင့်ရန်"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..4819db2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nb/values-nb.xml
@@ -0,0 +1,5 @@
+
+
+ "Naviger opp"
+ "Åpne uttrekksmenyen"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ne/values-ne.xml
new file mode 100644
index 0000000..cb84a54
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ne/values-ne.xml
@@ -0,0 +1,5 @@
+
+
+ "माथि नेभिगेट गर्नुहोस्"
+ "नेभिगेसन ड्रअर खोल्नुहोस्"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..50617ff
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-nl/values-nl.xml
@@ -0,0 +1,5 @@
+
+
+ "Omhoog navigeren"
+ "Zijmenu openen"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-or/values-or.xml
new file mode 100644
index 0000000..5b7da18
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-or/values-or.xml
@@ -0,0 +1,5 @@
+
+
+ "ଉପରକୁ ନାଭିଗେଟ୍ କରନ୍ତୁ"
+ "ନାଭିଗେସନ୍ ଡ୍ରୟର୍ ଖୋଲନ୍ତୁ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pa/values-pa.xml
new file mode 100644
index 0000000..50aaaef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pa/values-pa.xml
@@ -0,0 +1,5 @@
+
+
+ "ਉੱਪਰ ਵੱਲ ਨੈਵੀਗੇਟ ਕਰੋ"
+ "ਨੈਵੀਗੇਸ਼ਨ ਡ੍ਰਾਅਰ ਖੋਲ੍ਹੋ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..5907ce0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pl/values-pl.xml
@@ -0,0 +1,5 @@
+
+
+ "Przejdź wyżej"
+ "Otwórz panel nawigacji"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..42799d9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,5 @@
+
+
+ "Navegar para cima"
+ "Abrir gaveta de navegação"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..42799d9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,5 @@
+
+
+ "Navegar para cima"
+ "Abrir gaveta de navegação"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt/values-pt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt/values-pt.xml
new file mode 100644
index 0000000..42799d9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-pt/values-pt.xml
@@ -0,0 +1,5 @@
+
+
+ "Navegar para cima"
+ "Abrir gaveta de navegação"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..e0882c3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ro/values-ro.xml
@@ -0,0 +1,5 @@
+
+
+ "Navigați în sus"
+ "Deschideți panoul de navigare"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..76256cd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ru/values-ru.xml
@@ -0,0 +1,5 @@
+
+
+ "Перейти вверх"
+ "Открыть панель навигации"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-si/values-si.xml
new file mode 100644
index 0000000..66202b6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-si/values-si.xml
@@ -0,0 +1,5 @@
+
+
+ "ඉහළට සංචලන කරන්න"
+ "සංචලන ඇදීම විවෘත කරන්න"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sk/values-sk.xml
new file mode 100644
index 0000000..acd62b9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sk/values-sk.xml
@@ -0,0 +1,5 @@
+
+
+ "Prejsť hore"
+ "Otvoriť navigačný vysúvací panel"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sl/values-sl.xml
new file mode 100644
index 0000000..ef88107
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sl/values-sl.xml
@@ -0,0 +1,5 @@
+
+
+ "Pomik navzgor"
+ "Odpri predal za krmarjenje"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sq/values-sq.xml
new file mode 100644
index 0000000..a7b97a6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sq/values-sq.xml
@@ -0,0 +1,5 @@
+
+
+ "Ngjitu lart"
+ "Hap sirtarin e navigimit"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sr/values-sr.xml
new file mode 100644
index 0000000..e332856
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sr/values-sr.xml
@@ -0,0 +1,5 @@
+
+
+ "Идите нагоре"
+ "Отворите фиоку за навигацију"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..f79ff47
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sv/values-sv.xml
@@ -0,0 +1,5 @@
+
+
+ "Navigera uppåt"
+ "Öppna navigeringspanelen"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sw/values-sw.xml
new file mode 100644
index 0000000..f66e852
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-sw/values-sw.xml
@@ -0,0 +1,5 @@
+
+
+ "Sogeza juu"
+ "Fungua droo ya kusogeza"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ta/values-ta.xml
new file mode 100644
index 0000000..391f991
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ta/values-ta.xml
@@ -0,0 +1,5 @@
+
+
+ "மேலே செல்லும்"
+ "வழிசெலுத்தல் டிராயரைத் திறக்கும்"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-te/values-te.xml
new file mode 100644
index 0000000..1c21fbf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-te/values-te.xml
@@ -0,0 +1,5 @@
+
+
+ "పైకి నావిగేట్ చేయి"
+ "నావిగేషన్ డ్రాయర్ను తెరవండి"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-th/values-th.xml
new file mode 100644
index 0000000..4d3e403
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-th/values-th.xml
@@ -0,0 +1,5 @@
+
+
+ "นำทางขึ้น"
+ "เปิดลิ้นชักการนำทาง"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tl/values-tl.xml
new file mode 100644
index 0000000..53bb3ed
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tl/values-tl.xml
@@ -0,0 +1,5 @@
+
+
+ "Mag-navigate pataas"
+ "Buksan ang navigation drawer"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..8089696
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-tr/values-tr.xml
@@ -0,0 +1,5 @@
+
+
+ "Yukarı git"
+ "Gezinme çekmecesini aç"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uk/values-uk.xml
new file mode 100644
index 0000000..10c716e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uk/values-uk.xml
@@ -0,0 +1,5 @@
+
+
+ "Перейти вгору"
+ "Відкрити панель навігації"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ur/values-ur.xml
new file mode 100644
index 0000000..63cc09d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-ur/values-ur.xml
@@ -0,0 +1,5 @@
+
+
+ "اوپر نیویگیٹ کریں"
+ "نیویگیشن دراز کھولیں"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uz/values-uz.xml
new file mode 100644
index 0000000..1cdd79a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-uz/values-uz.xml
@@ -0,0 +1,5 @@
+
+
+ "Tepaga"
+ "Navigatsiya panelini ochish"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..b223f0e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-vi/values-vi.xml
@@ -0,0 +1,5 @@
+
+
+ "Di chuyển lên"
+ "Mở ngăn điều hướng"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..9091302
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,5 @@
+
+
+ "转到上一层级"
+ "打开抽屉式导航栏"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..9ce48f9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,5 @@
+
+
+ "向上導覽"
+ "開啟導覽列"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..79f2719
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,5 @@
+
+
+ "向上瀏覽"
+ "開啟導覽匣"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zu/values-zu.xml
new file mode 100644
index 0000000..61aecd2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values-zu/values-zu.xml
@@ -0,0 +1,5 @@
+
+
+ "Zulazulela phezulu"
+ "Vula idrowa lakho lokuzula"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values/values.xml
new file mode 100644
index 0000000..aafbfab
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/137/jl/res/values/values.xml
@@ -0,0 +1,6 @@
+
+
+ 150
+ Navigate up
+ Open navigation drawer
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138.stamp
new file mode 100644
index 0000000..4675b20
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138.stamp
@@ -0,0 +1 @@
+22AC31BF24E0DCF2
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/AndroidManifest.xml
new file mode 100644
index 0000000..44d5076
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/classes.jar
new file mode 100644
index 0000000..6f1fa82
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res.zip
new file mode 100644
index 0000000..03bfc61
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/138/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139.stamp
new file mode 100644
index 0000000..c8b9aa8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139.stamp
@@ -0,0 +1 @@
+EE2CE7404208063E
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/AndroidManifest.xml
new file mode 100644
index 0000000..5b23ac2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/classes.jar
new file mode 100644
index 0000000..0f2c178
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res.zip
new file mode 100644
index 0000000..03bfc61
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/139/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140.stamp
new file mode 100644
index 0000000..f8107a0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140.stamp
@@ -0,0 +1 @@
+79E4F629A51C0AB2
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/AndroidManifest.xml
new file mode 100644
index 0000000..525aa13
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/R.txt
new file mode 100644
index 0000000..e038573
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/R.txt
@@ -0,0 +1,11 @@
+int attr defaultNavHost 0x0
+int dimen sliding_pane_detail_pane_width 0x0
+int id nav_host_fragment_container 0x0
+int id sliding_pane_detail_container 0x0
+int id sliding_pane_layout 0x0
+int[] styleable DialogFragmentNavigator { 0x1010003 }
+int styleable DialogFragmentNavigator_android_name 0
+int[] styleable FragmentNavigator { 0x1010003 }
+int styleable FragmentNavigator_android_name 0
+int[] styleable NavHostFragment { 0x0 }
+int styleable NavHostFragment_defaultNavHost 0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/baseline-prof.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/baseline-prof.txt
new file mode 100644
index 0000000..d91776d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/baseline-prof.txt
@@ -0,0 +1,52 @@
+# Baseline Profiles for navigation-fragment
+
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator$Companion;->()V
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator$observer$1;->(Landroidx/navigation/fragment/DialogFragmentNavigator;)V
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator$onAttach$1;->(Landroidx/navigation/fragment/DialogFragmentNavigator;)V
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator$onAttach$1;->onAttachFragment(Landroidx/fragment/app/FragmentManager;Landroidx/fragment/app/Fragment;)V
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator;->()V
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator;->(Landroid/content/Context;Landroidx/fragment/app/FragmentManager;)V
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator;->access$getRestoredTagsAwaitingAttach$p(Landroidx/navigation/fragment/DialogFragmentNavigator;)Ljava/util/Set;
+HSPLandroidx/navigation/fragment/DialogFragmentNavigator;->onAttach(Landroidx/navigation/NavigatorState;)V
+HSPLandroidx/navigation/fragment/FragmentNavigator$Companion;->()V
+HSPLandroidx/navigation/fragment/FragmentNavigator$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->(Landroidx/navigation/Navigator;)V
+HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->equals(Ljava/lang/Object;)Z
+HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->getClassName()Ljava/lang/String;
+HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->hashCode()I
+HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;)V
+HSPLandroidx/navigation/fragment/FragmentNavigator$Destination;->setClassName(Ljava/lang/String;)Landroidx/navigation/fragment/FragmentNavigator$Destination;
+HSPLandroidx/navigation/fragment/FragmentNavigator;->()V
+HSPLandroidx/navigation/fragment/FragmentNavigator;->(Landroid/content/Context;Landroidx/fragment/app/FragmentManager;I)V
+HSPLandroidx/navigation/fragment/FragmentNavigator;->createDestination()Landroidx/navigation/NavDestination;
+HSPLandroidx/navigation/fragment/FragmentNavigator;->createDestination()Landroidx/navigation/fragment/FragmentNavigator$Destination;
+HSPLandroidx/navigation/fragment/FragmentNavigator;->navigate(Landroidx/navigation/NavBackStackEntry;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
+HSPLandroidx/navigation/fragment/FragmentNavigator;->navigate(Ljava/util/List;Landroidx/navigation/NavOptions;Landroidx/navigation/Navigator$Extras;)V
+HSPLandroidx/navigation/fragment/NavHostFragment$Companion;->()V
+HSPLandroidx/navigation/fragment/NavHostFragment$Companion;->(Lkotlin/jvm/internal/DefaultConstructorMarker;)V
+HSPLandroidx/navigation/fragment/NavHostFragment;->()V
+HSPLandroidx/navigation/fragment/NavHostFragment;->()V
+HSPLandroidx/navigation/fragment/NavHostFragment;->createFragmentNavigator()Landroidx/navigation/Navigator;
+HSPLandroidx/navigation/fragment/NavHostFragment;->getContainerId()I
+HSPLandroidx/navigation/fragment/NavHostFragment;->onAttach(Landroid/content/Context;)V
+HSPLandroidx/navigation/fragment/NavHostFragment;->onCreate(Landroid/os/Bundle;)V
+HSPLandroidx/navigation/fragment/NavHostFragment;->onCreateNavController(Landroidx/navigation/NavController;)V
+HSPLandroidx/navigation/fragment/NavHostFragment;->onCreateNavHostController(Landroidx/navigation/NavHostController;)V
+HSPLandroidx/navigation/fragment/NavHostFragment;->onCreateView(Landroid/view/LayoutInflater;Landroid/view/ViewGroup;Landroid/os/Bundle;)Landroid/view/View;
+HSPLandroidx/navigation/fragment/NavHostFragment;->onInflate(Landroid/content/Context;Landroid/util/AttributeSet;Landroid/os/Bundle;)V
+HSPLandroidx/navigation/fragment/NavHostFragment;->onPrimaryNavigationFragmentChanged(Z)V
+HSPLandroidx/navigation/fragment/NavHostFragment;->onViewCreated(Landroid/view/View;Landroid/os/Bundle;)V
+Landroidx/navigation/fragment/DialogFragmentNavigator$Companion;
+Landroidx/navigation/fragment/DialogFragmentNavigator$observer$1;
+Landroidx/navigation/fragment/DialogFragmentNavigator$onAttach$1;
+Landroidx/navigation/fragment/DialogFragmentNavigator;
+Landroidx/navigation/fragment/FragmentNavigator$Companion;
+Landroidx/navigation/fragment/FragmentNavigator$Destination;
+Landroidx/navigation/fragment/FragmentNavigator$Extras;
+Landroidx/navigation/fragment/FragmentNavigator;
+Landroidx/navigation/fragment/NavHostFragment$Companion;
+Landroidx/navigation/fragment/NavHostFragment;
+PLandroidx/navigation/fragment/NavHostFragment;->onDestroyView()V
+HSPLandroidx/navigation/fragment/R$styleable;->()V
+Landroidx/navigation/fragment/R$styleable;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/classes.jar
new file mode 100644
index 0000000..8172827
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res.zip
new file mode 100644
index 0000000..5cfe6b1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res/values/values.xml
new file mode 100644
index 0000000..316ba1c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/140/jl/res/values/values.xml
@@ -0,0 +1,16 @@
+
+
+ 300dp
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141.stamp
new file mode 100644
index 0000000..6fb175e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141.stamp
@@ -0,0 +1 @@
+38433D2D7E5B62D7
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/AndroidManifest.xml
new file mode 100644
index 0000000..8ed30a6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/R.txt
new file mode 100644
index 0000000..99c2ea7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/R.txt
@@ -0,0 +1,37 @@
+int color notification_material_background_media_default_color 0x0
+int color primary_text_default_material_dark 0x0
+int color secondary_text_default_material_dark 0x0
+int id action0 0x0
+int id action_divider 0x0
+int id cancel_action 0x0
+int id chronometer 0x0
+int id end_padder 0x0
+int id icon 0x0
+int id info 0x0
+int id line1 0x0
+int id line3 0x0
+int id media_actions 0x0
+int id media_controller_compat_view_tag 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id right_side 0x0
+int id status_bar_latest_event_content 0x0
+int id text 0x0
+int id text2 0x0
+int id time 0x0
+int id title 0x0
+int integer cancel_button_image_alpha 0x0
+int layout notification_media_action 0x0
+int layout notification_media_cancel_action 0x0
+int layout notification_template_big_media 0x0
+int layout notification_template_big_media_custom 0x0
+int layout notification_template_big_media_narrow 0x0
+int layout notification_template_big_media_narrow_custom 0x0
+int layout notification_template_lines_media 0x0
+int layout notification_template_media 0x0
+int layout notification_template_media_custom 0x0
+int style TextAppearance_Compat_Notification_Info_Media 0x0
+int style TextAppearance_Compat_Notification_Line2_Media 0x0
+int style TextAppearance_Compat_Notification_Media 0x0
+int style TextAppearance_Compat_Notification_Time_Media 0x0
+int style TextAppearance_Compat_Notification_Title_Media 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaDescriptionCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaDescriptionCompat.aidl
new file mode 100644
index 0000000..f002cdd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaDescriptionCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2017, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable MediaDescriptionCompat;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaMetadataCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaMetadataCompat.aidl
new file mode 100644
index 0000000..6d36b97
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/MediaMetadataCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable MediaMetadataCompat;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/RatingCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/RatingCompat.aidl
new file mode 100644
index 0000000..223fd5c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/RatingCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media;
+
+parcelable RatingCompat;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/MediaSessionCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
new file mode 100644
index 0000000..d0c2f6f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/MediaSessionCompat.aidl
@@ -0,0 +1,20 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable MediaSessionCompat.Token;
+parcelable MediaSessionCompat.QueueItem;
+parcelable MediaSessionCompat.ResultReceiverWrapper;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
new file mode 100644
index 0000000..2e77c4f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/ParcelableVolumeInfo.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable ParcelableVolumeInfo;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
new file mode 100644
index 0000000..3d4ef59
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/aidl/android/support/v4/media/session/PlaybackStateCompat.aidl
@@ -0,0 +1,18 @@
+/* Copyright 2014, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.media.session;
+
+parcelable PlaybackStateCompat;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/annotations.zip
new file mode 100644
index 0000000..610c04a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/classes.jar
new file mode 100644
index 0000000..f8bd5bb
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/proguard.txt
new file mode 100644
index 0000000..70e1a45
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/proguard.txt
@@ -0,0 +1,23 @@
+# Copyright (C) 2017 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Prevent Parcelable objects from being removed or renamed.
+-keep class android.support.v4.media.** implements android.os.Parcelable {
+ public static final android.os.Parcelable$Creator *;
+}
+
+# Prevent Parcelable objects from being removed or renamed.
+-keep class androidx.media.** implements android.os.Parcelable {
+ public static final android.os.Parcelable$Creator *;
+}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/public.txt
new file mode 100644
index 0000000..7a1e44d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/public.txt
@@ -0,0 +1,5 @@
+style TextAppearance_Compat_Notification_Info_Media
+style TextAppearance_Compat_Notification_Line2_Media
+style TextAppearance_Compat_Notification_Media
+style TextAppearance_Compat_Notification_Time_Media
+style TextAppearance_Compat_Notification_Title_Media
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res.zip
new file mode 100644
index 0000000..0c0f0ff
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_action.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_action.xml
new file mode 100644
index 0000000..f71acdd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_action.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_cancel_action.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000..b0b50b4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_media_cancel_action.xml
@@ -0,0 +1,29 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media.xml
new file mode 100644
index 0000000..8dd93dc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_custom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_custom.xml
new file mode 100644
index 0000000..cccda1d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_custom.xml
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000..ca8e289
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow_custom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow_custom.xml
new file mode 100644
index 0000000..db78467
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_big_media_narrow_custom.xml
@@ -0,0 +1,115 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_lines_media.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_lines_media.xml
new file mode 100644
index 0000000..385a01b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_lines_media.xml
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media.xml
new file mode 100644
index 0000000..f57070a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media_custom.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media_custom.xml
new file mode 100644
index 0000000..36a479c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/layout/notification_template_media_custom.xml
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v21/values-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..f1bea92
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v21/values-v21.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v24/values-v24.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v24/values-v24.xml
new file mode 100644
index 0000000..5a38dd7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values-v24/values-v24.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values/values.xml
new file mode 100644
index 0000000..235918d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/141/jl/res/values/values.xml
@@ -0,0 +1,13 @@
+
+
+ #ff424242
+ #ffffffff
+ #b3ffffff
+
+ 127
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142.stamp
new file mode 100644
index 0000000..bcfb900
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142.stamp
@@ -0,0 +1 @@
+14F722C8246711BA
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/AndroidManifest.xml
new file mode 100644
index 0000000..ae7e400
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/classes.jar
new file mode 100644
index 0000000..6049091
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res.zip
new file mode 100644
index 0000000..f8ddb40
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/142/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143.stamp
new file mode 100644
index 0000000..1b30e80
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143.stamp
@@ -0,0 +1 @@
+4603CB4CC4CB585F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/AndroidManifest.xml
new file mode 100644
index 0000000..356d2de
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/R.txt
new file mode 100644
index 0000000..f1228a5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/R.txt
@@ -0,0 +1,131 @@
+int attr alpha 0x7f040001
+int attr font 0x7f040002
+int attr fontProviderAuthority 0x7f040003
+int attr fontProviderCerts 0x7f040004
+int attr fontProviderFetchStrategy 0x7f040005
+int attr fontProviderFetchTimeout 0x7f040006
+int attr fontProviderPackage 0x7f040007
+int attr fontProviderQuery 0x7f040008
+int attr fontStyle 0x7f040009
+int attr fontVariationSettings 0x7f04000a
+int attr fontWeight 0x7f04000b
+int attr ttcIndex 0x7f04000c
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f080001
+int dimen compat_button_inset_vertical_material 0x7f080002
+int dimen compat_button_padding_horizontal_material 0x7f080003
+int dimen compat_button_padding_vertical_material 0x7f080004
+int dimen compat_control_corner_material 0x7f080005
+int dimen compat_notification_large_icon_max_height 0x7f080006
+int dimen compat_notification_large_icon_max_width 0x7f080007
+int dimen notification_action_icon_size 0x7f080008
+int dimen notification_action_text_size 0x7f080009
+int dimen notification_big_circle_margin 0x7f08000a
+int dimen notification_content_margin_start 0x7f08000b
+int dimen notification_large_icon_height 0x7f08000c
+int dimen notification_large_icon_width 0x7f08000d
+int dimen notification_main_column_padding_top 0x7f08000e
+int dimen notification_media_narrow_margin 0x7f08000f
+int dimen notification_right_icon_size 0x7f080010
+int dimen notification_right_side_padding_top 0x7f080011
+int dimen notification_small_icon_background_padding 0x7f080012
+int dimen notification_small_icon_size_as_large 0x7f080013
+int dimen notification_subtext_size 0x7f080014
+int dimen notification_top_pad 0x7f080015
+int dimen notification_top_pad_large_text 0x7f080016
+int drawable notification_action_background 0x7f090001
+int drawable notification_bg 0x7f090002
+int drawable notification_bg_low 0x7f090003
+int drawable notification_bg_low_normal 0x7f090004
+int drawable notification_bg_low_pressed 0x7f090005
+int drawable notification_bg_normal 0x7f090006
+int drawable notification_bg_normal_pressed 0x7f090007
+int drawable notification_icon_background 0x7f090008
+int drawable notification_template_icon_bg 0x7f090009
+int drawable notification_template_icon_low_bg 0x7f09000a
+int drawable notification_tile_bg 0x7f09000b
+int drawable notify_panel_notification_icon_bg 0x7f09000c
+int id action_container 0x7f0c0001
+int id action_divider 0x7f0c0002
+int id action_image 0x7f0c0003
+int id action_text 0x7f0c0004
+int id actions 0x7f0c0005
+int id async 0x7f0c0006
+int id blocking 0x7f0c0007
+int id chronometer 0x7f0c0008
+int id forever 0x7f0c0009
+int id icon 0x7f0c000a
+int id icon_group 0x7f0c000b
+int id info 0x7f0c000c
+int id italic 0x7f0c000d
+int id line1 0x7f0c000e
+int id line3 0x7f0c000f
+int id normal 0x7f0c0010
+int id notification_background 0x7f0c0011
+int id notification_main_column 0x7f0c0012
+int id notification_main_column_container 0x7f0c0013
+int id right_icon 0x7f0c0014
+int id right_side 0x7f0c0015
+int id tag_transition_group 0x7f0c0016
+int id tag_unhandled_key_event_manager 0x7f0c0017
+int id tag_unhandled_key_listeners 0x7f0c0018
+int id text 0x7f0c0019
+int id text2 0x7f0c001a
+int id time 0x7f0c001b
+int id title 0x7f0c001c
+int integer status_bar_notification_info_maxnum 0x7f0d0001
+int layout notification_action 0x7f0f0001
+int layout notification_action_tombstone 0x7f0f0002
+int layout notification_template_custom_big 0x7f0f0003
+int layout notification_template_icon_group 0x7f0f0004
+int layout notification_template_part_chronometer 0x7f0f0005
+int layout notification_template_part_time 0x7f0f0006
+int string status_bar_notification_info_overflow 0x7f150001
+int style TextAppearance_Compat_Notification 0x7f160001
+int style TextAppearance_Compat_Notification_Info 0x7f160002
+int style TextAppearance_Compat_Notification_Line2 0x7f160003
+int style TextAppearance_Compat_Notification_Time 0x7f160004
+int style TextAppearance_Compat_Notification_Title 0x7f160005
+int style Widget_Compat_NotificationActionContainer 0x7f160006
+int style Widget_Compat_NotificationActionText 0x7f160007
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/classes.jar
new file mode 100644
index 0000000..ffb61da
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/143/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144.stamp
new file mode 100644
index 0000000..f39aecd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144.stamp
@@ -0,0 +1 @@
+DD7412F1DBFCC773
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/AndroidManifest.xml
new file mode 100644
index 0000000..fcf8abd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/R.txt
new file mode 100644
index 0000000..625fc75
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/R.txt
@@ -0,0 +1,159 @@
+int attr alpha 0x7f040001
+int attr coordinatorLayoutStyle 0x7f040002
+int attr font 0x7f040003
+int attr fontProviderAuthority 0x7f040004
+int attr fontProviderCerts 0x7f040005
+int attr fontProviderFetchStrategy 0x7f040006
+int attr fontProviderFetchTimeout 0x7f040007
+int attr fontProviderPackage 0x7f040008
+int attr fontProviderQuery 0x7f040009
+int attr fontStyle 0x7f04000a
+int attr fontVariationSettings 0x7f04000b
+int attr fontWeight 0x7f04000c
+int attr keylines 0x7f04000d
+int attr layout_anchor 0x7f04000e
+int attr layout_anchorGravity 0x7f04000f
+int attr layout_behavior 0x7f040010
+int attr layout_dodgeInsetEdges 0x7f040011
+int attr layout_insetEdge 0x7f040012
+int attr layout_keyline 0x7f040013
+int attr statusBarBackground 0x7f040014
+int attr ttcIndex 0x7f040015
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f080001
+int dimen compat_button_inset_vertical_material 0x7f080002
+int dimen compat_button_padding_horizontal_material 0x7f080003
+int dimen compat_button_padding_vertical_material 0x7f080004
+int dimen compat_control_corner_material 0x7f080005
+int dimen compat_notification_large_icon_max_height 0x7f080006
+int dimen compat_notification_large_icon_max_width 0x7f080007
+int dimen notification_action_icon_size 0x7f080008
+int dimen notification_action_text_size 0x7f080009
+int dimen notification_big_circle_margin 0x7f08000a
+int dimen notification_content_margin_start 0x7f08000b
+int dimen notification_large_icon_height 0x7f08000c
+int dimen notification_large_icon_width 0x7f08000d
+int dimen notification_main_column_padding_top 0x7f08000e
+int dimen notification_media_narrow_margin 0x7f08000f
+int dimen notification_right_icon_size 0x7f080010
+int dimen notification_right_side_padding_top 0x7f080011
+int dimen notification_small_icon_background_padding 0x7f080012
+int dimen notification_small_icon_size_as_large 0x7f080013
+int dimen notification_subtext_size 0x7f080014
+int dimen notification_top_pad 0x7f080015
+int dimen notification_top_pad_large_text 0x7f080016
+int drawable notification_action_background 0x7f090001
+int drawable notification_bg 0x7f090002
+int drawable notification_bg_low 0x7f090003
+int drawable notification_bg_low_normal 0x7f090004
+int drawable notification_bg_low_pressed 0x7f090005
+int drawable notification_bg_normal 0x7f090006
+int drawable notification_bg_normal_pressed 0x7f090007
+int drawable notification_icon_background 0x7f090008
+int drawable notification_template_icon_bg 0x7f090009
+int drawable notification_template_icon_low_bg 0x7f09000a
+int drawable notification_tile_bg 0x7f09000b
+int drawable notify_panel_notification_icon_bg 0x7f09000c
+int id action_container 0x7f0c0001
+int id action_divider 0x7f0c0002
+int id action_image 0x7f0c0003
+int id action_text 0x7f0c0004
+int id actions 0x7f0c0005
+int id async 0x7f0c0006
+int id blocking 0x7f0c0007
+int id bottom 0x7f0c0008
+int id chronometer 0x7f0c0009
+int id end 0x7f0c000a
+int id forever 0x7f0c000b
+int id icon 0x7f0c000c
+int id icon_group 0x7f0c000d
+int id info 0x7f0c000e
+int id italic 0x7f0c000f
+int id left 0x7f0c0010
+int id line1 0x7f0c0011
+int id line3 0x7f0c0012
+int id none 0x7f0c0013
+int id normal 0x7f0c0014
+int id notification_background 0x7f0c0015
+int id notification_main_column 0x7f0c0016
+int id notification_main_column_container 0x7f0c0017
+int id right 0x7f0c0018
+int id right_icon 0x7f0c0019
+int id right_side 0x7f0c001a
+int id start 0x7f0c001b
+int id tag_transition_group 0x7f0c001c
+int id tag_unhandled_key_event_manager 0x7f0c001d
+int id tag_unhandled_key_listeners 0x7f0c001e
+int id text 0x7f0c001f
+int id text2 0x7f0c0020
+int id time 0x7f0c0021
+int id title 0x7f0c0022
+int id top 0x7f0c0023
+int integer status_bar_notification_info_maxnum 0x7f0d0001
+int layout notification_action 0x7f0f0001
+int layout notification_action_tombstone 0x7f0f0002
+int layout notification_template_custom_big 0x7f0f0003
+int layout notification_template_icon_group 0x7f0f0004
+int layout notification_template_part_chronometer 0x7f0f0005
+int layout notification_template_part_time 0x7f0f0006
+int string status_bar_notification_info_overflow 0x7f150001
+int style TextAppearance_Compat_Notification 0x7f160001
+int style TextAppearance_Compat_Notification_Info 0x7f160002
+int style TextAppearance_Compat_Notification_Line2 0x7f160003
+int style TextAppearance_Compat_Notification_Time 0x7f160004
+int style TextAppearance_Compat_Notification_Title 0x7f160005
+int style Widget_Compat_NotificationActionContainer 0x7f160006
+int style Widget_Compat_NotificationActionText 0x7f160007
+int style Widget_Support_CoordinatorLayout 0x7f160008
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CoordinatorLayout { 0x7f04000d, 0x7f040014 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04000e, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable FontFamily { 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040003, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f040015 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/classes.jar
new file mode 100644
index 0000000..d05d5f7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/144/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145.stamp
new file mode 100644
index 0000000..d59a670
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145.stamp
@@ -0,0 +1 @@
+67DE3B16FA6B9C75
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/AndroidManifest.xml
new file mode 100644
index 0000000..9abfb40
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/R.txt
new file mode 100644
index 0000000..424aaad
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/R.txt
@@ -0,0 +1,186 @@
+int attr alpha 0x7f040001
+int attr coordinatorLayoutStyle 0x7f040002
+int attr font 0x7f040003
+int attr fontProviderAuthority 0x7f040004
+int attr fontProviderCerts 0x7f040005
+int attr fontProviderFetchStrategy 0x7f040006
+int attr fontProviderFetchTimeout 0x7f040007
+int attr fontProviderPackage 0x7f040008
+int attr fontProviderQuery 0x7f040009
+int attr fontStyle 0x7f04000a
+int attr fontVariationSettings 0x7f04000b
+int attr fontWeight 0x7f04000c
+int attr keylines 0x7f04000d
+int attr layout_anchor 0x7f04000e
+int attr layout_anchorGravity 0x7f04000f
+int attr layout_behavior 0x7f040010
+int attr layout_dodgeInsetEdges 0x7f040011
+int attr layout_insetEdge 0x7f040012
+int attr layout_keyline 0x7f040013
+int attr statusBarBackground 0x7f040014
+int attr ttcIndex 0x7f040015
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color notification_material_background_media_default_color 0x7f060003
+int color primary_text_default_material_dark 0x7f060004
+int color ripple_material_light 0x7f060005
+int color secondary_text_default_material_dark 0x7f060006
+int color secondary_text_default_material_light 0x7f060007
+int dimen compat_button_inset_horizontal_material 0x7f080001
+int dimen compat_button_inset_vertical_material 0x7f080002
+int dimen compat_button_padding_horizontal_material 0x7f080003
+int dimen compat_button_padding_vertical_material 0x7f080004
+int dimen compat_control_corner_material 0x7f080005
+int dimen compat_notification_large_icon_max_height 0x7f080006
+int dimen compat_notification_large_icon_max_width 0x7f080007
+int dimen notification_action_icon_size 0x7f080008
+int dimen notification_action_text_size 0x7f080009
+int dimen notification_big_circle_margin 0x7f08000a
+int dimen notification_content_margin_start 0x7f08000b
+int dimen notification_large_icon_height 0x7f08000c
+int dimen notification_large_icon_width 0x7f08000d
+int dimen notification_main_column_padding_top 0x7f08000e
+int dimen notification_media_narrow_margin 0x7f08000f
+int dimen notification_right_icon_size 0x7f080010
+int dimen notification_right_side_padding_top 0x7f080011
+int dimen notification_small_icon_background_padding 0x7f080012
+int dimen notification_small_icon_size_as_large 0x7f080013
+int dimen notification_subtext_size 0x7f080014
+int dimen notification_top_pad 0x7f080015
+int dimen notification_top_pad_large_text 0x7f080016
+int dimen subtitle_corner_radius 0x7f080017
+int dimen subtitle_outline_width 0x7f080018
+int dimen subtitle_shadow_offset 0x7f080019
+int dimen subtitle_shadow_radius 0x7f08001a
+int drawable notification_action_background 0x7f090001
+int drawable notification_bg 0x7f090002
+int drawable notification_bg_low 0x7f090003
+int drawable notification_bg_low_normal 0x7f090004
+int drawable notification_bg_low_pressed 0x7f090005
+int drawable notification_bg_normal 0x7f090006
+int drawable notification_bg_normal_pressed 0x7f090007
+int drawable notification_icon_background 0x7f090008
+int drawable notification_template_icon_bg 0x7f090009
+int drawable notification_template_icon_low_bg 0x7f09000a
+int drawable notification_tile_bg 0x7f09000b
+int drawable notify_panel_notification_icon_bg 0x7f09000c
+int id action0 0x7f0c0001
+int id action_container 0x7f0c0002
+int id action_divider 0x7f0c0003
+int id action_image 0x7f0c0004
+int id action_text 0x7f0c0005
+int id actions 0x7f0c0006
+int id async 0x7f0c0007
+int id blocking 0x7f0c0008
+int id bottom 0x7f0c0009
+int id cancel_action 0x7f0c000a
+int id chronometer 0x7f0c000b
+int id end 0x7f0c000c
+int id end_padder 0x7f0c000d
+int id forever 0x7f0c000e
+int id icon 0x7f0c000f
+int id icon_group 0x7f0c0010
+int id info 0x7f0c0011
+int id italic 0x7f0c0012
+int id left 0x7f0c0013
+int id line1 0x7f0c0014
+int id line3 0x7f0c0015
+int id media_actions 0x7f0c0016
+int id none 0x7f0c0017
+int id normal 0x7f0c0018
+int id notification_background 0x7f0c0019
+int id notification_main_column 0x7f0c001a
+int id notification_main_column_container 0x7f0c001b
+int id right 0x7f0c001c
+int id right_icon 0x7f0c001d
+int id right_side 0x7f0c001e
+int id start 0x7f0c001f
+int id status_bar_latest_event_content 0x7f0c0020
+int id tag_transition_group 0x7f0c0021
+int id tag_unhandled_key_event_manager 0x7f0c0022
+int id tag_unhandled_key_listeners 0x7f0c0023
+int id text 0x7f0c0024
+int id text2 0x7f0c0025
+int id time 0x7f0c0026
+int id title 0x7f0c0027
+int id top 0x7f0c0028
+int integer cancel_button_image_alpha 0x7f0d0001
+int integer status_bar_notification_info_maxnum 0x7f0d0002
+int layout notification_action 0x7f0f0001
+int layout notification_action_tombstone 0x7f0f0002
+int layout notification_media_action 0x7f0f0003
+int layout notification_media_cancel_action 0x7f0f0004
+int layout notification_template_big_media 0x7f0f0005
+int layout notification_template_big_media_custom 0x7f0f0006
+int layout notification_template_big_media_narrow 0x7f0f0007
+int layout notification_template_big_media_narrow_custom 0x7f0f0008
+int layout notification_template_custom_big 0x7f0f0009
+int layout notification_template_icon_group 0x7f0f000a
+int layout notification_template_lines_media 0x7f0f000b
+int layout notification_template_media 0x7f0f000c
+int layout notification_template_media_custom 0x7f0f000d
+int layout notification_template_part_chronometer 0x7f0f000e
+int layout notification_template_part_time 0x7f0f000f
+int string status_bar_notification_info_overflow 0x7f150001
+int style TextAppearance_Compat_Notification 0x7f160001
+int style TextAppearance_Compat_Notification_Info 0x7f160002
+int style TextAppearance_Compat_Notification_Info_Media 0x7f160003
+int style TextAppearance_Compat_Notification_Line2 0x7f160004
+int style TextAppearance_Compat_Notification_Line2_Media 0x7f160005
+int style TextAppearance_Compat_Notification_Media 0x7f160006
+int style TextAppearance_Compat_Notification_Time 0x7f160007
+int style TextAppearance_Compat_Notification_Time_Media 0x7f160008
+int style TextAppearance_Compat_Notification_Title 0x7f160009
+int style TextAppearance_Compat_Notification_Title_Media 0x7f16000a
+int style Widget_Compat_NotificationActionContainer 0x7f16000b
+int style Widget_Compat_NotificationActionText 0x7f16000c
+int style Widget_Support_CoordinatorLayout 0x7f16000d
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CoordinatorLayout { 0x7f04000d, 0x7f040014 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04000e, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable FontFamily { 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040003, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f040015 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/classes.jar
new file mode 100644
index 0000000..f0205ce
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/145/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146.stamp
new file mode 100644
index 0000000..c9b3837
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146.stamp
@@ -0,0 +1 @@
+BC88F91451716699
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/AndroidManifest.xml
new file mode 100644
index 0000000..0880284
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..d8560bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,2 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/annotations.zip
new file mode 100644
index 0000000..51ab334
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/classes.jar
new file mode 100644
index 0000000..dc783e6
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/146/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147.stamp
new file mode 100644
index 0000000..39c0e38
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147.stamp
@@ -0,0 +1 @@
+92A2B9EFA60DC8C6
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/AndroidManifest.xml
new file mode 100644
index 0000000..fac1e4a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/R.txt
new file mode 100644
index 0000000..30b2aa8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/R.txt
@@ -0,0 +1,18 @@
+int color browser_actions_bg_grey 0x0
+int color browser_actions_divider_color 0x0
+int color browser_actions_text_color 0x0
+int color browser_actions_title_color 0x0
+int dimen browser_actions_context_menu_max_width 0x0
+int dimen browser_actions_context_menu_min_padding 0x0
+int id browser_actions_header_text 0x0
+int id browser_actions_menu_item_icon 0x0
+int id browser_actions_menu_item_text 0x0
+int id browser_actions_menu_items 0x0
+int id browser_actions_menu_view 0x0
+int layout browser_actions_context_menu_page 0x0
+int layout browser_actions_context_menu_row 0x0
+int string copy_toast_msg 0x0
+int string fallback_menu_item_copy_link 0x0
+int string fallback_menu_item_open_in_browser 0x0
+int string fallback_menu_item_share_link 0x0
+int xml image_share_filepaths 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/annotations.zip
new file mode 100644
index 0000000..6431236
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/classes.jar
new file mode 100644
index 0000000..390dcac
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res.zip
new file mode 100644
index 0000000..e6eae7f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_page.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_page.xml
new file mode 100644
index 0000000..1436087
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_page.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_row.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_row.xml
new file mode 100644
index 0000000..5460503
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/layout/browser_actions_context_menu_row.xml
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-af/values-af.xml
new file mode 100644
index 0000000..bf7d473
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-af/values-af.xml
@@ -0,0 +1,7 @@
+
+
+ "Skakel is na knipbord gekopieer"
+ "Kopieer skakel"
+ "Maak in blaaier oop"
+ "Deel skakel"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-am/values-am.xml
new file mode 100644
index 0000000..7e3e161
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-am/values-am.xml
@@ -0,0 +1,7 @@
+
+
+ "አገናኝ ወደ ቅንጥብ ሰሌዳ ተቀድቷል"
+ "አገናኝ ቅዳ"
+ "በአሳሽ ውስጥ ክፈት"
+ "አገናኝ አጋራ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ar/values-ar.xml
new file mode 100644
index 0000000..a428edf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ar/values-ar.xml
@@ -0,0 +1,7 @@
+
+
+ "تم نسخ الرابط إلى الحافظة."
+ "نسخ الرابط"
+ "فتح في المتصفح"
+ "مشاركة الرابط"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-as/values-as.xml
new file mode 100644
index 0000000..52e4ea7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-as/values-as.xml
@@ -0,0 +1,7 @@
+
+
+ "লিংক ক্লিপব’ৰ্ডত প্ৰতিলিপি কৰা হ’ল"
+ "লিংক প্ৰতিলিপি কৰক"
+ "ব্ৰাউজাৰত খোলক"
+ "লিংক শ্বেয়াৰ কৰক"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-az/values-az.xml
new file mode 100644
index 0000000..d76ae47
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-az/values-az.xml
@@ -0,0 +1,7 @@
+
+
+ "Link buferə kopyalandı"
+ "Linki kopyalayın"
+ "Brauzerdə açın"
+ "Linki paylaşın"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
new file mode 100644
index 0000000..2dc6c37
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -0,0 +1,7 @@
+
+
+ "Link je kopiran u privremenu memoriju"
+ "Kopiraj link"
+ "Otvori u pregledaču"
+ "Deli link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-be/values-be.xml
new file mode 100644
index 0000000..fee7dab
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-be/values-be.xml
@@ -0,0 +1,7 @@
+
+
+ "Спасылка скапіравана ў буфер абмену"
+ "Скапіраваць спасылку"
+ "Адкрыць у браўзеры"
+ "Абагуліць спасылку"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bg/values-bg.xml
new file mode 100644
index 0000000..78524fd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bg/values-bg.xml
@@ -0,0 +1,7 @@
+
+
+ "Връзката е копирана в буферната памет"
+ "Копиране на връзката"
+ "Отваряне в браузър"
+ "Споделяне на връзката"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bn/values-bn.xml
new file mode 100644
index 0000000..203feea
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bn/values-bn.xml
@@ -0,0 +1,7 @@
+
+
+ "লিঙ্ক ক্লিপবোর্ডে কপি করা হয়েছে"
+ "লিঙ্ক কপি করুন"
+ "ব্রাউজারে খুলুন"
+ "লিঙ্ক শেয়ার করুন"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bs/values-bs.xml
new file mode 100644
index 0000000..5637158
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-bs/values-bs.xml
@@ -0,0 +1,7 @@
+
+
+ "Link je kopiran u međumemoriju"
+ "Kopiraj link"
+ "Otvori u pregledniku"
+ "Dijeli link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ca/values-ca.xml
new file mode 100644
index 0000000..0b95390
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ca/values-ca.xml
@@ -0,0 +1,7 @@
+
+
+ "S\'ha copiat l\'enllaç al porta-retalls"
+ "Copia l\'enllaç"
+ "Obre al navegador"
+ "Comparteix l\'enllaç"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..ea55b04
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-cs/values-cs.xml
@@ -0,0 +1,7 @@
+
+
+ "Odkaz zkopírován do schránky"
+ "Kopírovat odkaz"
+ "Otevřít v prohlížeči"
+ "Sdílet odkaz"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-da/values-da.xml
new file mode 100644
index 0000000..39ecd2e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-da/values-da.xml
@@ -0,0 +1,7 @@
+
+
+ "Linket er kopieret til udklipsholderen"
+ "Kopiér link"
+ "Åbn i browser"
+ "Del link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-de/values-de.xml
new file mode 100644
index 0000000..b390be9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-de/values-de.xml
@@ -0,0 +1,7 @@
+
+
+ "Link in Zwischenablage kopiert"
+ "Link kopieren"
+ "Im Browser öffnen"
+ "Link teilen"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-el/values-el.xml
new file mode 100644
index 0000000..2eabc5e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-el/values-el.xml
@@ -0,0 +1,7 @@
+
+
+ "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο"
+ "Αντιγραφή συνδέσμου"
+ "Άνοιγμα σε πρόγραμμα περιήγησης"
+ "Κοινοποίηση συνδέσμου"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rAU/values-en-rAU.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..a04605b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copied to clipboard"
+ "Copy link"
+ "Open in browser"
+ "Share link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rCA/values-en-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rCA/values-en-rCA.xml
new file mode 100644
index 0000000..a04605b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rCA/values-en-rCA.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copied to clipboard"
+ "Copy link"
+ "Open in browser"
+ "Share link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..a04605b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copied to clipboard"
+ "Copy link"
+ "Open in browser"
+ "Share link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rIN/values-en-rIN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..a04605b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copied to clipboard"
+ "Copy link"
+ "Open in browser"
+ "Share link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rXC/values-en-rXC.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rXC/values-en-rXC.xml
new file mode 100644
index 0000000..214aee2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-en-rXC/values-en-rXC.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copied to clipboard"
+ "Copy link"
+ "Open in browser"
+ "Share link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..5262b79
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,7 @@
+
+
+ "Se copió el vínculo al portapapeles"
+ "Copiar vínculo"
+ "Abrir en el navegador"
+ "Compartir vínculo"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es/values-es.xml
new file mode 100644
index 0000000..d79c64c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-es/values-es.xml
@@ -0,0 +1,7 @@
+
+
+ "Enlace copiado en el portapapeles"
+ "Copiar enlace"
+ "Abrir en el navegador"
+ "Compartir enlace"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-et/values-et.xml
new file mode 100644
index 0000000..11caa0d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-et/values-et.xml
@@ -0,0 +1,7 @@
+
+
+ "Link kopeeriti lõikelauale"
+ "Kopeeri link"
+ "Ava brauseris"
+ "Jaga linki"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-eu/values-eu.xml
new file mode 100644
index 0000000..c0ad99e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-eu/values-eu.xml
@@ -0,0 +1,7 @@
+
+
+ "Arbelean kopiatu da esteka"
+ "Kopiatu esteka"
+ "Ireki arakatzailean"
+ "Partekatu esteka"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fa/values-fa.xml
new file mode 100644
index 0000000..ee4ac70
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fa/values-fa.xml
@@ -0,0 +1,7 @@
+
+
+ "پیوند در بریدهدان کپی شد"
+ "کپی پیوند"
+ "بازکردن در مرورگر"
+ "همرسانی پیوند"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..95af154
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fi/values-fi.xml
@@ -0,0 +1,7 @@
+
+
+ "Linkki kopioitu leikepöydälle"
+ "Kopioi linkki"
+ "Avaa selaimessa"
+ "Jaa linkki"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..a4dce39
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,7 @@
+
+
+ "Lien copié dans le presse-papiers"
+ "Copier le lien"
+ "Ouvrir dans le navigateur"
+ "Partager le lien"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..66f0639
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-fr/values-fr.xml
@@ -0,0 +1,7 @@
+
+
+ "Lien copié dans le presse-papiers"
+ "Copier le lien"
+ "Ouvrir dans un navigateur"
+ "Partager le lien"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gl/values-gl.xml
new file mode 100644
index 0000000..146f33e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gl/values-gl.xml
@@ -0,0 +1,7 @@
+
+
+ "Copiouse a ligazón no portapapeis"
+ "Copiar ligazón"
+ "Abrir no navegador"
+ "Compartir ligazón"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gu/values-gu.xml
new file mode 100644
index 0000000..3401bd9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-gu/values-gu.xml
@@ -0,0 +1,7 @@
+
+
+ "ક્લિપબોર્ડ પર લિંક કૉપિ કરી"
+ "લિંક કૉપિ કરો"
+ "બ્રાઉઝરમાં ખોલો"
+ "લિંક શેર કરો"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hi/values-hi.xml
new file mode 100644
index 0000000..5a039d9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hi/values-hi.xml
@@ -0,0 +1,7 @@
+
+
+ "लिंक क्लिपबोर्ड पर कॉपी किया गया"
+ "लिंक कॉपी करें"
+ "ब्राउज़र में खोलें"
+ "लिंक शेयर करें"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hr/values-hr.xml
new file mode 100644
index 0000000..7c7288d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hr/values-hr.xml
@@ -0,0 +1,7 @@
+
+
+ "Veza je kopirana u međuspremnik"
+ "Kopiraj vezu"
+ "Otvori u pregledniku"
+ "Podijeli vezu"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..c9e9025
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hu/values-hu.xml
@@ -0,0 +1,7 @@
+
+
+ "Link vágólapra másolva"
+ "Link másolása"
+ "Megnyitás böngészőben"
+ "Link megosztása"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hy/values-hy.xml
new file mode 100644
index 0000000..74326d4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-hy/values-hy.xml
@@ -0,0 +1,7 @@
+
+
+ "Հղումը պատճենվեց սեղմատախտակին"
+ "Պատճենել հղումը"
+ "Բացել դիտարկիչում"
+ "Կիսվել հղումով"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-in/values-in.xml
new file mode 100644
index 0000000..0db7bc5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-in/values-in.xml
@@ -0,0 +1,7 @@
+
+
+ "Link disalin ke papan klip"
+ "Salin link"
+ "Buka di browser"
+ "Bagikan link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-is/values-is.xml
new file mode 100644
index 0000000..3b46c43
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-is/values-is.xml
@@ -0,0 +1,7 @@
+
+
+ "Tengill afritaður á klippiborð"
+ "Afrita tengil"
+ "Opna í vafra"
+ "Deila tengli"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-it/values-it.xml
new file mode 100644
index 0000000..e5e5ed4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-it/values-it.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copiato negli appunti"
+ "Copia link"
+ "Apri nel browser"
+ "Condividi link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-iw/values-iw.xml
new file mode 100644
index 0000000..35aa7a8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-iw/values-iw.xml
@@ -0,0 +1,7 @@
+
+
+ "הקישור הועתק ללוח"
+ "העתקת הקישור"
+ "פתיחה בדפדפן"
+ "לשיתוף הקישור"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..abead53
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ja/values-ja.xml
@@ -0,0 +1,7 @@
+
+
+ "リンクをクリップボードにコピーしました"
+ "リンクをコピー"
+ "ブラウザで開く"
+ "リンクの共有"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ka/values-ka.xml
new file mode 100644
index 0000000..1ca6e17
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ka/values-ka.xml
@@ -0,0 +1,7 @@
+
+
+ "გაცვლის ბუფერში კოპირებული ბმული"
+ "ბმულის კოპირება"
+ "ბრაუზერში გახსნა"
+ "ბმულის გაზიარება"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kk/values-kk.xml
new file mode 100644
index 0000000..1a0315e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kk/values-kk.xml
@@ -0,0 +1,7 @@
+
+
+ "Сілтеме буферге көшірілді."
+ "Сілтемені көшіру"
+ "Браузерден ашу"
+ "Сілтемені бөлісу"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-km/values-km.xml
new file mode 100644
index 0000000..bb8dd14
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-km/values-km.xml
@@ -0,0 +1,7 @@
+
+
+ "បានចម្លងតំណទៅឃ្លីបបត"
+ "ចម្លងតំណ"
+ "បើកនៅក្នុងកម្មវិធីរុករកតាមអ៊ីនធឺណិត"
+ "តំណចែករំលែក"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kn/values-kn.xml
new file mode 100644
index 0000000..5403bfa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-kn/values-kn.xml
@@ -0,0 +1,7 @@
+
+
+ "ಕ್ಲಿಪ್ಬೋರ್ಡ್ಗೆ ಲಿಂಕ್ ಅನ್ನು ನಕಲಿಸಲಾಗಿದೆ"
+ "ಲಿಂಕ್ ನಕಲಿಸಿ"
+ "ಬ್ರೌಸರ್ನಲ್ಲಿ ತೆರೆಯಿರಿ"
+ "ಲಿಂಕ್ ಹಂಚಿರಿ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..78ba03c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ko/values-ko.xml
@@ -0,0 +1,7 @@
+
+
+ "클립보드에 링크 복사됨"
+ "링크 복사"
+ "브라우저에서 열기"
+ "링크 공유"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ky/values-ky.xml
new file mode 100644
index 0000000..a73804e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ky/values-ky.xml
@@ -0,0 +1,7 @@
+
+
+ "Шилтеме буферге көчүрүлдү"
+ "Шилтемени көчүрүү"
+ "Серепчиден ачуу"
+ "Шилтемени бөлүшүү"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lo/values-lo.xml
new file mode 100644
index 0000000..53076ae
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lo/values-lo.xml
@@ -0,0 +1,7 @@
+
+
+ "ສຳເນົາລິ້ງໃສ່ຄລິບບອດແລ້ວ"
+ "ສຳເນົາລິ້ງ"
+ "ເປີດໃນໂປຣແກຣມທ່ອງເວັບ"
+ "ແບ່ງປັນລິ້ງ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lt/values-lt.xml
new file mode 100644
index 0000000..f315f25
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lt/values-lt.xml
@@ -0,0 +1,7 @@
+
+
+ "Nuoroda nukopijuota į iškarpinę"
+ "Kopijuoti nuorodą"
+ "Atidaryti naršyklėje"
+ "Bendrinti nuorodą"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lv/values-lv.xml
new file mode 100644
index 0000000..abb13e2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-lv/values-lv.xml
@@ -0,0 +1,7 @@
+
+
+ "Saite ir kopēta starpliktuvē."
+ "Kopēt saiti"
+ "Atvērt pārlūkprogrammā"
+ "Kopīgot saiti"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mk/values-mk.xml
new file mode 100644
index 0000000..f2b196a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mk/values-mk.xml
@@ -0,0 +1,7 @@
+
+
+ "Линкот е копиран во привремена меморија"
+ "Копирај го линкот"
+ "Отвори во прелистувач"
+ "Сподели линк"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ml/values-ml.xml
new file mode 100644
index 0000000..1082ce8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ml/values-ml.xml
@@ -0,0 +1,7 @@
+
+
+ "ക്ലിപ്പ്ബോർഡിലേക്ക് ലിങ്ക് പകർത്തി"
+ "ലിങ്ക് പകർത്തുക"
+ "ബ്രൗസറിൽ തുറക്കുക"
+ "ലിങ്ക് പങ്കിടുക"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mn/values-mn.xml
new file mode 100644
index 0000000..3ab8cfc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mn/values-mn.xml
@@ -0,0 +1,7 @@
+
+
+ "Холбоосыг түр санах ойд хуулсан"
+ "Холбоосыг хуулах"
+ "Хөтчид нээх"
+ "Холбоосыг хуваалцах"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mr/values-mr.xml
new file mode 100644
index 0000000..a43f229
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-mr/values-mr.xml
@@ -0,0 +1,7 @@
+
+
+ "लिंक क्लिपबोर्डवर कॉपी केली"
+ "लिंक कॉपी करा"
+ "ब्राउझरमध्ये उघडा"
+ "लिंक शेअर करा"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ms/values-ms.xml
new file mode 100644
index 0000000..57d1f5c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ms/values-ms.xml
@@ -0,0 +1,7 @@
+
+
+ "Pautan disalin ke papan keratan"
+ "Salin pautan"
+ "Buka dalam penyemak imbas"
+ "Kongsi pautan"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-my/values-my.xml
new file mode 100644
index 0000000..4981820
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-my/values-my.xml
@@ -0,0 +1,7 @@
+
+
+ "လင့်ခ်ကို ကလစ်ဘုတ်သို့ ကူးပြီးပါပြီ"
+ "လင့်ခ်ကို ကူးယူရန်"
+ "ဘရောင်ဇာတွင် ဖွင့်ရန်"
+ "လင့်ခ်ကို မျှဝေရန်"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..3403121
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nb/values-nb.xml
@@ -0,0 +1,7 @@
+
+
+ "Linken er kopiert til utklippstavlen"
+ "Kopiér linken"
+ "Åpne i nettleseren"
+ "Del link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ne/values-ne.xml
new file mode 100644
index 0000000..71b8b93
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ne/values-ne.xml
@@ -0,0 +1,7 @@
+
+
+ "क्लिपबोर्डमा लिंक प्रतिलिपि गरियो"
+ "लिंक प्रतिलिपि गर्नुहोस्"
+ "ब्राउजरमा खोल्नुहोस्"
+ "लिंक सेयर गर्नुहोस्"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..51351dc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-nl/values-nl.xml
@@ -0,0 +1,7 @@
+
+
+ "Link naar klembord gekopieerd"
+ "Link kopiëren"
+ "Openen in browser"
+ "Link delen"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-or/values-or.xml
new file mode 100644
index 0000000..43638c1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-or/values-or.xml
@@ -0,0 +1,7 @@
+
+
+ "ଲିଙ୍କକୁ କ୍ଲିପ୍ବୋର୍ଡରେ କପି କରାଯାଇଛି"
+ "ଲିଙ୍କ୍ କପି କରନ୍ତୁ"
+ "ବ୍ରାଉଜର୍ରେ ଖୋଲନ୍ତୁ"
+ "ଲିଙ୍କ୍ ସେୟାର୍ କରନ୍ତୁ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pa/values-pa.xml
new file mode 100644
index 0000000..f37beac
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pa/values-pa.xml
@@ -0,0 +1,7 @@
+
+
+ "ਲਿੰਕ ਕਲਿੱਪਬੋਰਡ \'ਤੇ ਕਾਪੀ ਹੋ ਗਿਆ"
+ "ਲਿੰਕ ਕਾਪੀ ਕਰੋ"
+ "ਬ੍ਰਾਊਜ਼ਰ ਵਿੱਚ ਖੋਲ੍ਹੋ"
+ "ਲਿੰਕ ਸਾਂਝਾ ਕਰੋ"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..adc36e2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pl/values-pl.xml
@@ -0,0 +1,7 @@
+
+
+ "Link skopiowany do schowka"
+ "Kopiuj link"
+ "Otwórz w przeglądarce"
+ "Udostępnij link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..e916e40
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copiado para a área de transferência"
+ "Copiar link"
+ "Abrir no navegador"
+ "Compartilhar link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..785a26b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copiado para a área de transferência."
+ "Copiar link"
+ "Abrir no navegador"
+ "Partilhar link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt/values-pt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt/values-pt.xml
new file mode 100644
index 0000000..e916e40
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-pt/values-pt.xml
@@ -0,0 +1,7 @@
+
+
+ "Link copiado para a área de transferência"
+ "Copiar link"
+ "Abrir no navegador"
+ "Compartilhar link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..d28716e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ro/values-ro.xml
@@ -0,0 +1,7 @@
+
+
+ "Linkul a fost copiat în clipboard"
+ "Copiați linkul"
+ "Deschideți în browser"
+ "Trimiteți linkul"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..5934db3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ru/values-ru.xml
@@ -0,0 +1,7 @@
+
+
+ "Ссылка скопирована в буфер обмена."
+ "Копировать ссылку"
+ "Открыть в браузере"
+ "Отправить ссылку"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-si/values-si.xml
new file mode 100644
index 0000000..eb58603
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-si/values-si.xml
@@ -0,0 +1,7 @@
+
+
+ "සබැඳිය පසුරු පුවරුවට පිටපත් කෙරිණි"
+ "සබැඳිය පිටපත් කරන්න"
+ "බ්රව්සරයේ විවෘත කරන්න"
+ "සබැඳිය බෙදා ගන්න"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sk/values-sk.xml
new file mode 100644
index 0000000..577221a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sk/values-sk.xml
@@ -0,0 +1,7 @@
+
+
+ "Odkaz bol skopírovaný do schránky"
+ "Kopírovať odkaz"
+ "Otvoriť v prehliadači"
+ "Zdieľať odkaz"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sl/values-sl.xml
new file mode 100644
index 0000000..238e306
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sl/values-sl.xml
@@ -0,0 +1,7 @@
+
+
+ "Povezava je kopirana v odložišče"
+ "Kopiraj povezavo"
+ "Odpri v brskalniku"
+ "Deli povezavo"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sq/values-sq.xml
new file mode 100644
index 0000000..af03313
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sq/values-sq.xml
@@ -0,0 +1,7 @@
+
+
+ "Lidhja u kopjua në kujtesën e fragmenteve"
+ "Kopjo lidhjen"
+ "Hape në shfletues"
+ "Ndaj lidhjen"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sr/values-sr.xml
new file mode 100644
index 0000000..028236a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sr/values-sr.xml
@@ -0,0 +1,7 @@
+
+
+ "Линк је копиран у привремену меморију"
+ "Копирај линк"
+ "Отвори у прегледачу"
+ "Дели линк"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..b63e801
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sv/values-sv.xml
@@ -0,0 +1,7 @@
+
+
+ "Länk kopierad till Urklipp"
+ "Kopiera länk"
+ "Öppna i webbläsaren"
+ "Dela länk"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sw/values-sw.xml
new file mode 100644
index 0000000..3876f9f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-sw/values-sw.xml
@@ -0,0 +1,7 @@
+
+
+ "Imenakili kiungo kwenye ubao wa kunakili"
+ "Nakili kiungo"
+ "Fungua katika kivinjari"
+ "Shiriki kiungo"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ta/values-ta.xml
new file mode 100644
index 0000000..1b49e29
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ta/values-ta.xml
@@ -0,0 +1,7 @@
+
+
+ "கிளிப்-போர்டுக்கு இணைப்பு நகலெடுக்கப்பட்டது"
+ "இணைப்பை நகலெடு"
+ "உலாவியில் திற"
+ "இணைப்பைப் பகிர்"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-te/values-te.xml
new file mode 100644
index 0000000..ad8f565
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-te/values-te.xml
@@ -0,0 +1,7 @@
+
+
+ "క్లిప్బోర్డ్కు లింక్ కాపీ చేయబడింది"
+ "లింక్ను కాపీ చేయి"
+ "బ్రౌజర్లో తెరువు"
+ "లింక్ను షేర్ చేయి"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-th/values-th.xml
new file mode 100644
index 0000000..4558331
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-th/values-th.xml
@@ -0,0 +1,7 @@
+
+
+ "คัดลอกลิงก์ไปยังคลิปบอร์ดแล้ว"
+ "คัดลอกลิงก์"
+ "เปิดในเบราว์เซอร์"
+ "แชร์ลิงก์"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tl/values-tl.xml
new file mode 100644
index 0000000..8b273e7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tl/values-tl.xml
@@ -0,0 +1,7 @@
+
+
+ "Nakopya sa clipboard ang link"
+ "Kopyahin ang link"
+ "Buksan sa browser"
+ "Ibahagi ang link"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..5b95ab5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-tr/values-tr.xml
@@ -0,0 +1,7 @@
+
+
+ "Bağlantı panoya kopyalandı"
+ "Bağlantıyı kopyala"
+ "Tarayıcıda aç"
+ "Bağlantıyı paylaş"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uk/values-uk.xml
new file mode 100644
index 0000000..518ad7a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uk/values-uk.xml
@@ -0,0 +1,7 @@
+
+
+ "Посилання скопійовано в буфер обміну"
+ "Копіювати посилання"
+ "Відкрити у веб-переглядачі"
+ "Надіслати посилання"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ur/values-ur.xml
new file mode 100644
index 0000000..6ccebba
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-ur/values-ur.xml
@@ -0,0 +1,7 @@
+
+
+ "لنک کلپ بورڈ پر کاپی ہو گیا"
+ "لنک کاپی کریں"
+ "براؤزر میں کھولیں"
+ "لنک کا اشتراک کریں"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uz/values-uz.xml
new file mode 100644
index 0000000..39bce73
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-uz/values-uz.xml
@@ -0,0 +1,7 @@
+
+
+ "Havoladan vaqtinchalik xotiraga nusxa olindi"
+ "Havoladan nusxa olish"
+ "Brauzerda ochish"
+ "Havolani ulashish"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..d7ef1d5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-vi/values-vi.xml
@@ -0,0 +1,7 @@
+
+
+ "Đã sao chép đường liên kết vào bảng nhớ tạm"
+ "Sao chép đường liên kết"
+ "Mở trong trình duyệt"
+ "Chia sẻ liên kết"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..dd139b2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,7 @@
+
+
+ "链接已复制到剪贴板"
+ "复制链接"
+ "在浏览器中打开"
+ "分享链接"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..e126d1a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,7 @@
+
+
+ "連結已複製到剪貼簿"
+ "複製連結"
+ "在瀏覽器中開啟"
+ "分享連結"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..910bf8a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,7 @@
+
+
+ "已將連結複製到剪貼簿"
+ "複製連結"
+ "在瀏覽器中開啟"
+ "分享連結"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zu/values-zu.xml
new file mode 100644
index 0000000..8528266
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values-zu/values-zu.xml
@@ -0,0 +1,7 @@
+
+
+ "Isixhumanisi sikopishelwe ku-clipboard"
+ "Kopisha isixhumanisi"
+ "Vula kusiphequluli"
+ "Yabelana ngesixhumanisi"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values/values.xml
new file mode 100644
index 0000000..c6a6632
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/values/values.xml
@@ -0,0 +1,13 @@
+
+
+ #F5F5F5
+ #1E000000
+ #DE000000
+ #646464
+ 500dp
+ 20dp
+ Link copied to clipboard
+ Copy link
+ Open in browser
+ Share link
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/xml/image_share_filepaths.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/xml/image_share_filepaths.xml
new file mode 100644
index 0000000..123fde9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/147/jl/res/xml/image_share_filepaths.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148.stamp
new file mode 100644
index 0000000..b0dbe25
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148.stamp
@@ -0,0 +1 @@
+8196E2A5E12903C5
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/AndroidManifest.xml
new file mode 100644
index 0000000..d9de2b5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/AndroidManifest.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/annotations.zip
new file mode 100644
index 0000000..03ea2ba
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/classes.jar
new file mode 100644
index 0000000..d35511e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/148/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149.stamp
new file mode 100644
index 0000000..fa70b61
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149.stamp
@@ -0,0 +1 @@
+8FDD990A5FB2E8B9
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/AndroidManifest.xml
new file mode 100644
index 0000000..86276f1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/AndroidManifest.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/R.txt
new file mode 100644
index 0000000..b91917b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/R.txt
@@ -0,0 +1,160 @@
+int attr alpha 0x7f040001
+int attr coordinatorLayoutStyle 0x7f040002
+int attr font 0x7f040003
+int attr fontProviderAuthority 0x7f040004
+int attr fontProviderCerts 0x7f040005
+int attr fontProviderFetchStrategy 0x7f040006
+int attr fontProviderFetchTimeout 0x7f040007
+int attr fontProviderPackage 0x7f040008
+int attr fontProviderQuery 0x7f040009
+int attr fontStyle 0x7f04000a
+int attr fontVariationSettings 0x7f04000b
+int attr fontWeight 0x7f04000c
+int attr keylines 0x7f04000d
+int attr layout_anchor 0x7f04000e
+int attr layout_anchorGravity 0x7f04000f
+int attr layout_behavior 0x7f040010
+int attr layout_dodgeInsetEdges 0x7f040011
+int attr layout_insetEdge 0x7f040012
+int attr layout_keyline 0x7f040013
+int attr statusBarBackground 0x7f040014
+int attr ttcIndex 0x7f040015
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f070001
+int dimen compat_button_inset_vertical_material 0x7f070002
+int dimen compat_button_padding_horizontal_material 0x7f070003
+int dimen compat_button_padding_vertical_material 0x7f070004
+int dimen compat_control_corner_material 0x7f070005
+int dimen compat_notification_large_icon_max_height 0x7f070006
+int dimen compat_notification_large_icon_max_width 0x7f070007
+int dimen notification_action_icon_size 0x7f070008
+int dimen notification_action_text_size 0x7f070009
+int dimen notification_big_circle_margin 0x7f07000a
+int dimen notification_content_margin_start 0x7f07000b
+int dimen notification_large_icon_height 0x7f07000c
+int dimen notification_large_icon_width 0x7f07000d
+int dimen notification_main_column_padding_top 0x7f07000e
+int dimen notification_media_narrow_margin 0x7f07000f
+int dimen notification_right_icon_size 0x7f070010
+int dimen notification_right_side_padding_top 0x7f070011
+int dimen notification_small_icon_background_padding 0x7f070012
+int dimen notification_small_icon_size_as_large 0x7f070013
+int dimen notification_subtext_size 0x7f070014
+int dimen notification_top_pad 0x7f070015
+int dimen notification_top_pad_large_text 0x7f070016
+int drawable notification_action_background 0x7f080001
+int drawable notification_bg 0x7f080002
+int drawable notification_bg_low 0x7f080003
+int drawable notification_bg_low_normal 0x7f080004
+int drawable notification_bg_low_pressed 0x7f080005
+int drawable notification_bg_normal 0x7f080006
+int drawable notification_bg_normal_pressed 0x7f080007
+int drawable notification_icon_background 0x7f080008
+int drawable notification_template_icon_bg 0x7f080009
+int drawable notification_template_icon_low_bg 0x7f08000a
+int drawable notification_tile_bg 0x7f08000b
+int drawable notify_panel_notification_icon_bg 0x7f08000c
+int id action_container 0x7f0b0001
+int id action_divider 0x7f0b0002
+int id action_image 0x7f0b0003
+int id action_text 0x7f0b0004
+int id actions 0x7f0b0005
+int id async 0x7f0b0006
+int id blocking 0x7f0b0007
+int id bottom 0x7f0b0008
+int id chronometer 0x7f0b0009
+int id end 0x7f0b000a
+int id forever 0x7f0b000b
+int id glide_custom_view_target_tag 0x7f0b000c
+int id icon 0x7f0b000d
+int id icon_group 0x7f0b000e
+int id info 0x7f0b000f
+int id italic 0x7f0b0010
+int id left 0x7f0b0011
+int id line1 0x7f0b0012
+int id line3 0x7f0b0013
+int id none 0x7f0b0014
+int id normal 0x7f0b0015
+int id notification_background 0x7f0b0016
+int id notification_main_column 0x7f0b0017
+int id notification_main_column_container 0x7f0b0018
+int id right 0x7f0b0019
+int id right_icon 0x7f0b001a
+int id right_side 0x7f0b001b
+int id start 0x7f0b001c
+int id tag_transition_group 0x7f0b001d
+int id tag_unhandled_key_event_manager 0x7f0b001e
+int id tag_unhandled_key_listeners 0x7f0b001f
+int id text 0x7f0b0020
+int id text2 0x7f0b0021
+int id time 0x7f0b0022
+int id title 0x7f0b0023
+int id top 0x7f0b0024
+int integer status_bar_notification_info_maxnum 0x7f0c0001
+int layout notification_action 0x7f0e0001
+int layout notification_action_tombstone 0x7f0e0002
+int layout notification_template_custom_big 0x7f0e0003
+int layout notification_template_icon_group 0x7f0e0004
+int layout notification_template_part_chronometer 0x7f0e0005
+int layout notification_template_part_time 0x7f0e0006
+int string status_bar_notification_info_overflow 0x7f140001
+int style TextAppearance_Compat_Notification 0x7f150001
+int style TextAppearance_Compat_Notification_Info 0x7f150002
+int style TextAppearance_Compat_Notification_Line2 0x7f150003
+int style TextAppearance_Compat_Notification_Time 0x7f150004
+int style TextAppearance_Compat_Notification_Title 0x7f150005
+int style Widget_Compat_NotificationActionContainer 0x7f150006
+int style Widget_Compat_NotificationActionText 0x7f150007
+int style Widget_Support_CoordinatorLayout 0x7f150008
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CoordinatorLayout { 0x7f04000d, 0x7f040014 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x7f04000e, 0x7f04000f, 0x7f040010, 0x7f040011, 0x7f040012, 0x7f040013 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable FontFamily { 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008, 0x7f040009 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040003, 0x7f04000a, 0x7f04000b, 0x7f04000c, 0x7f040015 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/classes.jar
new file mode 100644
index 0000000..d94e98d
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/proguard.txt
new file mode 100644
index 0000000..272578a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/proguard.txt
@@ -0,0 +1,14 @@
+-keep public class * implements com.bumptech.glide.module.GlideModule
+-keep class * extends com.bumptech.glide.module.AppGlideModule {
+ (...);
+}
+-keep public enum com.bumptech.glide.load.ImageHeaderParser$** {
+ **[] $VALUES;
+ public *;
+}
+-keep class com.bumptech.glide.load.data.ParcelFileDescriptorRewinder$InternalRewinder {
+ *** rewind();
+}
+
+# Uncomment for DexGuard only
+#-keepresourcexmlelements manifest/application/meta-data@value=GlideModule
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res.zip
new file mode 100644
index 0000000..016ebe0
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res/values/values.xml
new file mode 100644
index 0000000..53047cb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/149/jl/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150.stamp
new file mode 100644
index 0000000..b71a8e7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150.stamp
@@ -0,0 +1 @@
+77B4B1729A78E202
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150/jl/libs/ED64959F88B22E6D.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150/jl/libs/ED64959F88B22E6D.jar
new file mode 100644
index 0000000..fb62e05
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/150/jl/libs/ED64959F88B22E6D.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151.stamp
new file mode 100644
index 0000000..23eac6f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151.stamp
@@ -0,0 +1 @@
+3FA5041267A05F76
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/.net/__res_name_case_map.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/.net/__res_name_case_map.txt
new file mode 100644
index 0000000..23f4224
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/.net/__res_name_case_map.txt
@@ -0,0 +1,12 @@
+anim/enterfromleft.xml;anim/enterfromleft.xml
+anim/enterfromright.xml;anim/enterfromright.xml
+anim/exittoleft.xml;anim/exittoleft.xml
+anim/exittoright.xml;anim/exittoright.xml
+values/strings.xml;values/strings.xml
+anim/enterfromleft.xml;anim/enterfromleft.xml
+anim/enterfromright.xml;anim/enterfromright.xml
+anim/exittoleft.xml;anim/exittoleft.xml
+anim/exittoright.xml;anim/exittoright.xml
+values/strings.xml;values/strings.xml
+Compatibility/Android/Resources/Layout/flyoutcontent.axml;layout/flyoutcontent.xml
+Compatibility/Android/Resources/Layout/shellcontent.axml;layout/shellcontent.xml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res.zip
new file mode 100644
index 0000000..7be3d64
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromleft.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromleft.xml
new file mode 100644
index 0000000..c15559a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromleft.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromright.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromright.xml
new file mode 100644
index 0000000..6ad8ff2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/enterfromright.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoleft.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoleft.xml
new file mode 100644
index 0000000..d850289
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoleft.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoright.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoright.xml
new file mode 100644
index 0000000..e0f282c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/anim/exittoright.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/flyoutcontent.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/flyoutcontent.xml
new file mode 100644
index 0000000..7805638
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/flyoutcontent.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/shellcontent.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/shellcontent.xml
new file mode 100644
index 0000000..60e7d93
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/layout/shellcontent.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/values/strings.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/values/strings.xml
new file mode 100644
index 0000000..91d4041
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/151/jl/res/values/strings.xml
@@ -0,0 +1 @@
+More
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152.stamp
new file mode 100644
index 0000000..7c6a38c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152.stamp
@@ -0,0 +1 @@
+C7A15AC61C0E0D5F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/.net/__res_name_case_map.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/.net/__res_name_case_map.txt
new file mode 100644
index 0000000..bc30aac
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/.net/__res_name_case_map.txt
@@ -0,0 +1,4 @@
+Android/Resources/Layout/tabbar.axml;layout/tabbar.xml
+Android/Resources/Layout/toolbar.axml;layout/toolbar.xml
+Android/Resources/values/styles.xml;values/styles.xml
+Android/Resources/values/attrs.xml;values/attrs.xml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res.zip
new file mode 100644
index 0000000..e07324b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/tabbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/tabbar.xml
new file mode 100644
index 0000000..1101edc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/tabbar.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/toolbar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/toolbar.xml
new file mode 100644
index 0000000..df1bccb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/layout/toolbar.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/attrs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/attrs.xml
new file mode 100644
index 0000000..ce0d051
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/attrs.xml
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/styles.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/styles.xml
new file mode 100644
index 0000000..f10f388
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/152/jl/res/values/styles.xml
@@ -0,0 +1,10 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153.stamp
new file mode 100644
index 0000000..7949356
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153.stamp
@@ -0,0 +1 @@
+427A6BA32BE88D9B
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/AndroidManifest.xml
new file mode 100644
index 0000000..3fb4a07
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/AndroidManifest.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..1b728dc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/R.txt
new file mode 100644
index 0000000..12bbaef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/R.txt
@@ -0,0 +1,4706 @@
+int anim abc_fade_in 0x0
+int anim abc_fade_out 0x0
+int anim abc_grow_fade_in_from_bottom 0x0
+int anim abc_popup_enter 0x0
+int anim abc_popup_exit 0x0
+int anim abc_shrink_fade_out_from_bottom 0x0
+int anim abc_slide_in_bottom 0x0
+int anim abc_slide_in_top 0x0
+int anim abc_slide_out_bottom 0x0
+int anim abc_slide_out_top 0x0
+int anim abc_tooltip_enter 0x0
+int anim abc_tooltip_exit 0x0
+int anim btn_checkbox_to_checked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_checked_box_outer_merged_animation 0x0
+int anim btn_checkbox_to_checked_icon_null_animation 0x0
+int anim btn_checkbox_to_unchecked_box_inner_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_check_path_merged_animation 0x0
+int anim btn_checkbox_to_unchecked_icon_null_animation 0x0
+int anim btn_radio_to_off_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_off_mtrl_ring_outer_path_animation 0x0
+int anim btn_radio_to_on_mtrl_dot_group_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_animation 0x0
+int anim btn_radio_to_on_mtrl_ring_outer_path_animation 0x0
+int anim design_bottom_sheet_slide_in 0x0
+int anim design_bottom_sheet_slide_out 0x0
+int anim design_snackbar_in 0x0
+int anim design_snackbar_out 0x0
+int anim fragment_fast_out_extra_slow_in 0x0
+int anim mtrl_bottom_sheet_slide_in 0x0
+int anim mtrl_bottom_sheet_slide_out 0x0
+int anim mtrl_card_lowers_interpolator 0x0
+int animator design_appbar_state_list_animator 0x0
+int animator design_fab_hide_motion_spec 0x0
+int animator design_fab_show_motion_spec 0x0
+int animator fragment_close_enter 0x0
+int animator fragment_close_exit 0x0
+int animator fragment_fade_enter 0x0
+int animator fragment_fade_exit 0x0
+int animator fragment_open_enter 0x0
+int animator fragment_open_exit 0x0
+int animator linear_indeterminate_line1_head_interpolator 0x0
+int animator linear_indeterminate_line1_tail_interpolator 0x0
+int animator linear_indeterminate_line2_head_interpolator 0x0
+int animator linear_indeterminate_line2_tail_interpolator 0x0
+int animator mtrl_btn_state_list_anim 0x0
+int animator mtrl_btn_unelevated_state_list_anim 0x0
+int animator mtrl_card_state_list_anim 0x0
+int animator mtrl_chip_state_list_anim 0x0
+int animator mtrl_extended_fab_change_size_collapse_motion_spec 0x0
+int animator mtrl_extended_fab_change_size_expand_motion_spec 0x0
+int animator mtrl_extended_fab_hide_motion_spec 0x0
+int animator mtrl_extended_fab_show_motion_spec 0x0
+int animator mtrl_extended_fab_state_list_animator 0x0
+int animator mtrl_fab_hide_motion_spec 0x0
+int animator mtrl_fab_show_motion_spec 0x0
+int animator mtrl_fab_transformation_sheet_collapse_spec 0x0
+int animator mtrl_fab_transformation_sheet_expand_spec 0x0
+int attr actionBarDivider 0x0
+int attr actionBarItemBackground 0x0
+int attr actionBarPopupTheme 0x0
+int attr actionBarSize 0x0
+int attr actionBarSplitStyle 0x0
+int attr actionBarStyle 0x0
+int attr actionBarTabBarStyle 0x0
+int attr actionBarTabStyle 0x0
+int attr actionBarTabTextStyle 0x0
+int attr actionBarTheme 0x0
+int attr actionBarWidgetTheme 0x0
+int attr actionButtonStyle 0x0
+int attr actionDropDownStyle 0x0
+int attr actionLayout 0x0
+int attr actionMenuTextAppearance 0x0
+int attr actionMenuTextColor 0x0
+int attr actionModeBackground 0x0
+int attr actionModeCloseButtonStyle 0x0
+int attr actionModeCloseContentDescription 0x0
+int attr actionModeCloseDrawable 0x0
+int attr actionModeCopyDrawable 0x0
+int attr actionModeCutDrawable 0x0
+int attr actionModeFindDrawable 0x0
+int attr actionModePasteDrawable 0x0
+int attr actionModePopupWindowStyle 0x0
+int attr actionModeSelectAllDrawable 0x0
+int attr actionModeShareDrawable 0x0
+int attr actionModeSplitBackground 0x0
+int attr actionModeStyle 0x0
+int attr actionModeTheme 0x0
+int attr actionModeWebSearchDrawable 0x0
+int attr actionOverflowButtonStyle 0x0
+int attr actionOverflowMenuStyle 0x0
+int attr actionProviderClass 0x0
+int attr actionTextColorAlpha 0x0
+int attr actionViewClass 0x0
+int attr activityChooserViewStyle 0x0
+int attr alertDialogButtonGroupStyle 0x0
+int attr alertDialogCenterButtons 0x0
+int attr alertDialogStyle 0x0
+int attr alertDialogTheme 0x0
+int attr allowStacking 0x0
+int attr alpha 0x0
+int attr alphabeticModifiers 0x0
+int attr altSrc 0x0
+int attr animate_relativeTo 0x0
+int attr animationMode 0x0
+int attr appBarLayoutStyle 0x0
+int attr applyMotionScene 0x0
+int attr arcMode 0x0
+int attr arrowHeadLength 0x0
+int attr arrowShaftLength 0x0
+int attr attributeName 0x0
+int attr autoCompleteTextViewStyle 0x0
+int attr autoSizeMaxTextSize 0x0
+int attr autoSizeMinTextSize 0x0
+int attr autoSizePresetSizes 0x0
+int attr autoSizeStepGranularity 0x0
+int attr autoSizeTextType 0x0
+int attr autoTransition 0x0
+int attr background 0x0
+int attr backgroundColor 0x0
+int attr backgroundInsetBottom 0x0
+int attr backgroundInsetEnd 0x0
+int attr backgroundInsetStart 0x0
+int attr backgroundInsetTop 0x0
+int attr backgroundOverlayColorAlpha 0x0
+int attr backgroundSplit 0x0
+int attr backgroundStacked 0x0
+int attr backgroundTint 0x0
+int attr backgroundTintMode 0x0
+int attr badgeGravity 0x0
+int attr badgeStyle 0x0
+int attr badgeTextColor 0x0
+int attr barLength 0x0
+int attr barrierAllowsGoneWidgets 0x0
+int attr barrierDirection 0x0
+int attr barrierMargin 0x0
+int attr behavior_autoHide 0x0
+int attr behavior_autoShrink 0x0
+int attr behavior_draggable 0x0
+int attr behavior_expandedOffset 0x0
+int attr behavior_fitToContents 0x0
+int attr behavior_halfExpandedRatio 0x0
+int attr behavior_hideable 0x0
+int attr behavior_overlapTop 0x0
+int attr behavior_peekHeight 0x0
+int attr behavior_saveFlags 0x0
+int attr behavior_skipCollapsed 0x0
+int attr borderWidth 0x0
+int attr borderlessButtonStyle 0x0
+int attr bottomAppBarStyle 0x0
+int attr bottomNavigationStyle 0x0
+int attr bottomSheetDialogTheme 0x0
+int attr bottomSheetStyle 0x0
+int attr boxBackgroundColor 0x0
+int attr boxBackgroundMode 0x0
+int attr boxCollapsedPaddingTop 0x0
+int attr boxCornerRadiusBottomEnd 0x0
+int attr boxCornerRadiusBottomStart 0x0
+int attr boxCornerRadiusTopEnd 0x0
+int attr boxCornerRadiusTopStart 0x0
+int attr boxStrokeColor 0x0
+int attr boxStrokeErrorColor 0x0
+int attr boxStrokeWidth 0x0
+int attr boxStrokeWidthFocused 0x0
+int attr brightness 0x0
+int attr buttonBarButtonStyle 0x0
+int attr buttonBarNegativeButtonStyle 0x0
+int attr buttonBarNeutralButtonStyle 0x0
+int attr buttonBarPositiveButtonStyle 0x0
+int attr buttonBarStyle 0x0
+int attr buttonCompat 0x0
+int attr buttonGravity 0x0
+int attr buttonIconDimen 0x0
+int attr buttonPanelSideLayout 0x0
+int attr buttonStyle 0x0
+int attr buttonStyleSmall 0x0
+int attr buttonTint 0x0
+int attr buttonTintMode 0x0
+int attr cardBackgroundColor 0x0
+int attr cardCornerRadius 0x0
+int attr cardElevation 0x0
+int attr cardForegroundColor 0x0
+int attr cardMaxElevation 0x0
+int attr cardPreventCornerOverlap 0x0
+int attr cardUseCompatPadding 0x0
+int attr cardViewStyle 0x0
+int attr chainUseRtl 0x0
+int attr checkboxStyle 0x0
+int attr checkedButton 0x0
+int attr checkedChip 0x0
+int attr checkedIcon 0x0
+int attr checkedIconEnabled 0x0
+int attr checkedIconMargin 0x0
+int attr checkedIconSize 0x0
+int attr checkedIconTint 0x0
+int attr checkedIconVisible 0x0
+int attr checkedTextViewStyle 0x0
+int attr chipBackgroundColor 0x0
+int attr chipCornerRadius 0x0
+int attr chipEndPadding 0x0
+int attr chipGroupStyle 0x0
+int attr chipIcon 0x0
+int attr chipIconEnabled 0x0
+int attr chipIconSize 0x0
+int attr chipIconTint 0x0
+int attr chipIconVisible 0x0
+int attr chipMinHeight 0x0
+int attr chipMinTouchTargetSize 0x0
+int attr chipSpacing 0x0
+int attr chipSpacingHorizontal 0x0
+int attr chipSpacingVertical 0x0
+int attr chipStandaloneStyle 0x0
+int attr chipStartPadding 0x0
+int attr chipStrokeColor 0x0
+int attr chipStrokeWidth 0x0
+int attr chipStyle 0x0
+int attr chipSurfaceColor 0x0
+int attr circleRadius 0x0
+int attr circularProgressIndicatorStyle 0x0
+int attr clickAction 0x0
+int attr clockFaceBackgroundColor 0x0
+int attr clockHandColor 0x0
+int attr clockIcon 0x0
+int attr clockNumberTextColor 0x0
+int attr closeIcon 0x0
+int attr closeIconEnabled 0x0
+int attr closeIconEndPadding 0x0
+int attr closeIconSize 0x0
+int attr closeIconStartPadding 0x0
+int attr closeIconTint 0x0
+int attr closeIconVisible 0x0
+int attr closeItemLayout 0x0
+int attr collapseContentDescription 0x0
+int attr collapseIcon 0x0
+int attr collapsedSize 0x0
+int attr collapsedTitleGravity 0x0
+int attr collapsedTitleTextAppearance 0x0
+int attr collapsingToolbarLayoutStyle 0x0
+int attr color 0x0
+int attr colorAccent 0x0
+int attr colorBackgroundFloating 0x0
+int attr colorButtonNormal 0x0
+int attr colorControlActivated 0x0
+int attr colorControlHighlight 0x0
+int attr colorControlNormal 0x0
+int attr colorError 0x0
+int attr colorOnBackground 0x0
+int attr colorOnError 0x0
+int attr colorOnPrimary 0x0
+int attr colorOnPrimarySurface 0x0
+int attr colorOnSecondary 0x0
+int attr colorOnSurface 0x0
+int attr colorPrimary 0x0
+int attr colorPrimaryDark 0x0
+int attr colorPrimarySurface 0x0
+int attr colorPrimaryVariant 0x0
+int attr colorSecondary 0x0
+int attr colorSecondaryVariant 0x0
+int attr colorSurface 0x0
+int attr colorSwitchThumbNormal 0x0
+int attr commitIcon 0x0
+int attr constraintSet 0x0
+int attr constraintSetEnd 0x0
+int attr constraintSetStart 0x0
+int attr constraint_referenced_ids 0x0
+int attr constraints 0x0
+int attr content 0x0
+int attr contentDescription 0x0
+int attr contentInsetEnd 0x0
+int attr contentInsetEndWithActions 0x0
+int attr contentInsetLeft 0x0
+int attr contentInsetRight 0x0
+int attr contentInsetStart 0x0
+int attr contentInsetStartWithNavigation 0x0
+int attr contentPadding 0x0
+int attr contentPaddingBottom 0x0
+int attr contentPaddingEnd 0x0
+int attr contentPaddingLeft 0x0
+int attr contentPaddingRight 0x0
+int attr contentPaddingStart 0x0
+int attr contentPaddingTop 0x0
+int attr contentScrim 0x0
+int attr contrast 0x0
+int attr controlBackground 0x0
+int attr coordinatorLayoutStyle 0x0
+int attr cornerFamily 0x0
+int attr cornerFamilyBottomLeft 0x0
+int attr cornerFamilyBottomRight 0x0
+int attr cornerFamilyTopLeft 0x0
+int attr cornerFamilyTopRight 0x0
+int attr cornerRadius 0x0
+int attr cornerSize 0x0
+int attr cornerSizeBottomLeft 0x0
+int attr cornerSizeBottomRight 0x0
+int attr cornerSizeTopLeft 0x0
+int attr cornerSizeTopRight 0x0
+int attr counterEnabled 0x0
+int attr counterMaxLength 0x0
+int attr counterOverflowTextAppearance 0x0
+int attr counterOverflowTextColor 0x0
+int attr counterTextAppearance 0x0
+int attr counterTextColor 0x0
+int attr crossfade 0x0
+int attr currentState 0x0
+int attr curveFit 0x0
+int attr customBoolean 0x0
+int attr customColorDrawableValue 0x0
+int attr customColorValue 0x0
+int attr customDimension 0x0
+int attr customFloatValue 0x0
+int attr customIntegerValue 0x0
+int attr customNavigationLayout 0x0
+int attr customPixelDimension 0x0
+int attr customStringValue 0x0
+int attr dayInvalidStyle 0x0
+int attr daySelectedStyle 0x0
+int attr dayStyle 0x0
+int attr dayTodayStyle 0x0
+int attr defaultDuration 0x0
+int attr defaultQueryHint 0x0
+int attr defaultState 0x0
+int attr deltaPolarAngle 0x0
+int attr deltaPolarRadius 0x0
+int attr deriveConstraintsFrom 0x0
+int attr dialogCornerRadius 0x0
+int attr dialogPreferredPadding 0x0
+int attr dialogTheme 0x0
+int attr displayOptions 0x0
+int attr divider 0x0
+int attr dividerHorizontal 0x0
+int attr dividerPadding 0x0
+int attr dividerVertical 0x0
+int attr dragDirection 0x0
+int attr dragScale 0x0
+int attr dragThreshold 0x0
+int attr drawPath 0x0
+int attr drawableBottomCompat 0x0
+int attr drawableEndCompat 0x0
+int attr drawableLeftCompat 0x0
+int attr drawableRightCompat 0x0
+int attr drawableSize 0x0
+int attr drawableStartCompat 0x0
+int attr drawableTint 0x0
+int attr drawableTintMode 0x0
+int attr drawableTopCompat 0x0
+int attr drawerArrowStyle 0x0
+int attr dropDownListViewStyle 0x0
+int attr dropdownListPreferredItemHeight 0x0
+int attr duration 0x0
+int attr editTextBackground 0x0
+int attr editTextColor 0x0
+int attr editTextStyle 0x0
+int attr elevation 0x0
+int attr elevationOverlayColor 0x0
+int attr elevationOverlayEnabled 0x0
+int attr enableEdgeToEdge 0x0
+int attr endIconCheckable 0x0
+int attr endIconContentDescription 0x0
+int attr endIconDrawable 0x0
+int attr endIconMode 0x0
+int attr endIconTint 0x0
+int attr endIconTintMode 0x0
+int attr enforceMaterialTheme 0x0
+int attr enforceTextAppearance 0x0
+int attr ensureMinTouchTargetSize 0x0
+int attr errorContentDescription 0x0
+int attr errorEnabled 0x0
+int attr errorIconDrawable 0x0
+int attr errorIconTint 0x0
+int attr errorIconTintMode 0x0
+int attr errorTextAppearance 0x0
+int attr errorTextColor 0x0
+int attr expandActivityOverflowButtonDrawable 0x0
+int attr expanded 0x0
+int attr expandedHintEnabled 0x0
+int attr expandedTitleGravity 0x0
+int attr expandedTitleMargin 0x0
+int attr expandedTitleMarginBottom 0x0
+int attr expandedTitleMarginEnd 0x0
+int attr expandedTitleMarginStart 0x0
+int attr expandedTitleMarginTop 0x0
+int attr expandedTitleTextAppearance 0x0
+int attr extendMotionSpec 0x0
+int attr extendedFloatingActionButtonStyle 0x0
+int attr extraMultilineHeightEnabled 0x0
+int attr fabAlignmentMode 0x0
+int attr fabAnimationMode 0x0
+int attr fabCradleMargin 0x0
+int attr fabCradleRoundedCornerRadius 0x0
+int attr fabCradleVerticalOffset 0x0
+int attr fabCustomSize 0x0
+int attr fabSize 0x0
+int attr fastScrollEnabled 0x0
+int attr fastScrollHorizontalThumbDrawable 0x0
+int attr fastScrollHorizontalTrackDrawable 0x0
+int attr fastScrollVerticalThumbDrawable 0x0
+int attr fastScrollVerticalTrackDrawable 0x0
+int attr firstBaselineToTopHeight 0x0
+int attr floatingActionButtonStyle 0x0
+int attr flow_firstHorizontalBias 0x0
+int attr flow_firstHorizontalStyle 0x0
+int attr flow_firstVerticalBias 0x0
+int attr flow_firstVerticalStyle 0x0
+int attr flow_horizontalAlign 0x0
+int attr flow_horizontalBias 0x0
+int attr flow_horizontalGap 0x0
+int attr flow_horizontalStyle 0x0
+int attr flow_lastHorizontalBias 0x0
+int attr flow_lastHorizontalStyle 0x0
+int attr flow_lastVerticalBias 0x0
+int attr flow_lastVerticalStyle 0x0
+int attr flow_maxElementsWrap 0x0
+int attr flow_padding 0x0
+int attr flow_verticalAlign 0x0
+int attr flow_verticalBias 0x0
+int attr flow_verticalGap 0x0
+int attr flow_verticalStyle 0x0
+int attr flow_wrapMode 0x0
+int attr font 0x0
+int attr fontFamily 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontProviderSystemFontFamily 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr forceApplySystemWindowInsetTop 0x0
+int attr foregroundInsidePadding 0x0
+int attr framePosition 0x0
+int attr gapBetweenBars 0x0
+int attr gestureInsetBottomIgnored 0x0
+int attr goIcon 0x0
+int attr haloColor 0x0
+int attr haloRadius 0x0
+int attr headerLayout 0x0
+int attr height 0x0
+int attr helperText 0x0
+int attr helperTextEnabled 0x0
+int attr helperTextTextAppearance 0x0
+int attr helperTextTextColor 0x0
+int attr hideAnimationBehavior 0x0
+int attr hideMotionSpec 0x0
+int attr hideOnContentScroll 0x0
+int attr hideOnScroll 0x0
+int attr hintAnimationEnabled 0x0
+int attr hintEnabled 0x0
+int attr hintTextAppearance 0x0
+int attr hintTextColor 0x0
+int attr homeAsUpIndicator 0x0
+int attr homeLayout 0x0
+int attr horizontalOffset 0x0
+int attr hoveredFocusedTranslationZ 0x0
+int attr icon 0x0
+int attr iconEndPadding 0x0
+int attr iconGravity 0x0
+int attr iconPadding 0x0
+int attr iconSize 0x0
+int attr iconStartPadding 0x0
+int attr iconTint 0x0
+int attr iconTintMode 0x0
+int attr iconifiedByDefault 0x0
+int attr imageButtonStyle 0x0
+int attr indeterminateAnimationType 0x0
+int attr indeterminateProgressStyle 0x0
+int attr indicatorColor 0x0
+int attr indicatorDirectionCircular 0x0
+int attr indicatorDirectionLinear 0x0
+int attr indicatorInset 0x0
+int attr indicatorSize 0x0
+int attr initialActivityCount 0x0
+int attr insetForeground 0x0
+int attr isLightTheme 0x0
+int attr isMaterialTheme 0x0
+int attr itemBackground 0x0
+int attr itemFillColor 0x0
+int attr itemHorizontalPadding 0x0
+int attr itemHorizontalTranslationEnabled 0x0
+int attr itemIconPadding 0x0
+int attr itemIconSize 0x0
+int attr itemIconTint 0x0
+int attr itemMaxLines 0x0
+int attr itemPadding 0x0
+int attr itemRippleColor 0x0
+int attr itemShapeAppearance 0x0
+int attr itemShapeAppearanceOverlay 0x0
+int attr itemShapeFillColor 0x0
+int attr itemShapeInsetBottom 0x0
+int attr itemShapeInsetEnd 0x0
+int attr itemShapeInsetStart 0x0
+int attr itemShapeInsetTop 0x0
+int attr itemSpacing 0x0
+int attr itemStrokeColor 0x0
+int attr itemStrokeWidth 0x0
+int attr itemTextAppearance 0x0
+int attr itemTextAppearanceActive 0x0
+int attr itemTextAppearanceInactive 0x0
+int attr itemTextColor 0x0
+int attr keyPositionType 0x0
+int attr keyboardIcon 0x0
+int attr keylines 0x0
+int attr labelBehavior 0x0
+int attr labelStyle 0x0
+int attr labelVisibilityMode 0x0
+int attr lastBaselineToBottomHeight 0x0
+int attr layout 0x0
+int attr layoutDescription 0x0
+int attr layoutDuringTransition 0x0
+int attr layoutManager 0x0
+int attr layout_anchor 0x0
+int attr layout_anchorGravity 0x0
+int attr layout_behavior 0x0
+int attr layout_collapseMode 0x0
+int attr layout_collapseParallaxMultiplier 0x0
+int attr layout_constrainedHeight 0x0
+int attr layout_constrainedWidth 0x0
+int attr layout_constraintBaseline_creator 0x0
+int attr layout_constraintBaseline_toBaselineOf 0x0
+int attr layout_constraintBottom_creator 0x0
+int attr layout_constraintBottom_toBottomOf 0x0
+int attr layout_constraintBottom_toTopOf 0x0
+int attr layout_constraintCircle 0x0
+int attr layout_constraintCircleAngle 0x0
+int attr layout_constraintCircleRadius 0x0
+int attr layout_constraintDimensionRatio 0x0
+int attr layout_constraintEnd_toEndOf 0x0
+int attr layout_constraintEnd_toStartOf 0x0
+int attr layout_constraintGuide_begin 0x0
+int attr layout_constraintGuide_end 0x0
+int attr layout_constraintGuide_percent 0x0
+int attr layout_constraintHeight_default 0x0
+int attr layout_constraintHeight_max 0x0
+int attr layout_constraintHeight_min 0x0
+int attr layout_constraintHeight_percent 0x0
+int attr layout_constraintHorizontal_bias 0x0
+int attr layout_constraintHorizontal_chainStyle 0x0
+int attr layout_constraintHorizontal_weight 0x0
+int attr layout_constraintLeft_creator 0x0
+int attr layout_constraintLeft_toLeftOf 0x0
+int attr layout_constraintLeft_toRightOf 0x0
+int attr layout_constraintRight_creator 0x0
+int attr layout_constraintRight_toLeftOf 0x0
+int attr layout_constraintRight_toRightOf 0x0
+int attr layout_constraintStart_toEndOf 0x0
+int attr layout_constraintStart_toStartOf 0x0
+int attr layout_constraintTag 0x0
+int attr layout_constraintTop_creator 0x0
+int attr layout_constraintTop_toBottomOf 0x0
+int attr layout_constraintTop_toTopOf 0x0
+int attr layout_constraintVertical_bias 0x0
+int attr layout_constraintVertical_chainStyle 0x0
+int attr layout_constraintVertical_weight 0x0
+int attr layout_constraintWidth_default 0x0
+int attr layout_constraintWidth_max 0x0
+int attr layout_constraintWidth_min 0x0
+int attr layout_constraintWidth_percent 0x0
+int attr layout_dodgeInsetEdges 0x0
+int attr layout_editor_absoluteX 0x0
+int attr layout_editor_absoluteY 0x0
+int attr layout_goneMarginBottom 0x0
+int attr layout_goneMarginEnd 0x0
+int attr layout_goneMarginLeft 0x0
+int attr layout_goneMarginRight 0x0
+int attr layout_goneMarginStart 0x0
+int attr layout_goneMarginTop 0x0
+int attr layout_insetEdge 0x0
+int attr layout_keyline 0x0
+int attr layout_optimizationLevel 0x0
+int attr layout_scrollFlags 0x0
+int attr layout_scrollInterpolator 0x0
+int attr liftOnScroll 0x0
+int attr liftOnScrollTargetViewId 0x0
+int attr limitBoundsTo 0x0
+int attr lineHeight 0x0
+int attr lineSpacing 0x0
+int attr linearProgressIndicatorStyle 0x0
+int attr listChoiceBackgroundIndicator 0x0
+int attr listChoiceIndicatorMultipleAnimated 0x0
+int attr listChoiceIndicatorSingleAnimated 0x0
+int attr listDividerAlertDialog 0x0
+int attr listItemLayout 0x0
+int attr listLayout 0x0
+int attr listMenuViewStyle 0x0
+int attr listPopupWindowStyle 0x0
+int attr listPreferredItemHeight 0x0
+int attr listPreferredItemHeightLarge 0x0
+int attr listPreferredItemHeightSmall 0x0
+int attr listPreferredItemPaddingEnd 0x0
+int attr listPreferredItemPaddingLeft 0x0
+int attr listPreferredItemPaddingRight 0x0
+int attr listPreferredItemPaddingStart 0x0
+int attr logo 0x0
+int attr logoDescription 0x0
+int attr materialAlertDialogBodyTextStyle 0x0
+int attr materialAlertDialogTheme 0x0
+int attr materialAlertDialogTitleIconStyle 0x0
+int attr materialAlertDialogTitlePanelStyle 0x0
+int attr materialAlertDialogTitleTextStyle 0x0
+int attr materialButtonOutlinedStyle 0x0
+int attr materialButtonStyle 0x0
+int attr materialButtonToggleGroupStyle 0x0
+int attr materialCalendarDay 0x0
+int attr materialCalendarFullscreenTheme 0x0
+int attr materialCalendarHeaderCancelButton 0x0
+int attr materialCalendarHeaderConfirmButton 0x0
+int attr materialCalendarHeaderDivider 0x0
+int attr materialCalendarHeaderLayout 0x0
+int attr materialCalendarHeaderSelection 0x0
+int attr materialCalendarHeaderTitle 0x0
+int attr materialCalendarHeaderToggleButton 0x0
+int attr materialCalendarMonth 0x0
+int attr materialCalendarMonthNavigationButton 0x0
+int attr materialCalendarStyle 0x0
+int attr materialCalendarTheme 0x0
+int attr materialCalendarYearNavigationButton 0x0
+int attr materialCardViewStyle 0x0
+int attr materialCircleRadius 0x0
+int attr materialClockStyle 0x0
+int attr materialThemeOverlay 0x0
+int attr materialTimePickerStyle 0x0
+int attr materialTimePickerTheme 0x0
+int attr maxAcceleration 0x0
+int attr maxActionInlineWidth 0x0
+int attr maxButtonHeight 0x0
+int attr maxCharacterCount 0x0
+int attr maxHeight 0x0
+int attr maxImageSize 0x0
+int attr maxLines 0x0
+int attr maxVelocity 0x0
+int attr maxWidth 0x0
+int attr measureWithLargestChild 0x0
+int attr menu 0x0
+int attr menuGravity 0x0
+int attr minHeight 0x0
+int attr minHideDelay 0x0
+int attr minSeparation 0x0
+int attr minTouchTargetSize 0x0
+int attr minWidth 0x0
+int attr mock_diagonalsColor 0x0
+int attr mock_label 0x0
+int attr mock_labelBackgroundColor 0x0
+int attr mock_labelColor 0x0
+int attr mock_showDiagonals 0x0
+int attr mock_showLabel 0x0
+int attr motionDebug 0x0
+int attr motionDurationLong1 0x0
+int attr motionDurationLong2 0x0
+int attr motionDurationMedium1 0x0
+int attr motionDurationMedium2 0x0
+int attr motionDurationShort1 0x0
+int attr motionDurationShort2 0x0
+int attr motionEasingAccelerated 0x0
+int attr motionEasingDecelerated 0x0
+int attr motionEasingEmphasized 0x0
+int attr motionEasingLinear 0x0
+int attr motionEasingStandard 0x0
+int attr motionInterpolator 0x0
+int attr motionPath 0x0
+int attr motionPathRotate 0x0
+int attr motionProgress 0x0
+int attr motionStagger 0x0
+int attr motionTarget 0x0
+int attr motion_postLayoutCollision 0x0
+int attr motion_triggerOnCollision 0x0
+int attr moveWhenScrollAtTop 0x0
+int attr multiChoiceItemLayout 0x0
+int attr navigationContentDescription 0x0
+int attr navigationIcon 0x0
+int attr navigationIconTint 0x0
+int attr navigationMode 0x0
+int attr navigationRailStyle 0x0
+int attr navigationViewStyle 0x0
+int attr nestedScrollFlags 0x0
+int attr nestedScrollable 0x0
+int attr number 0x0
+int attr numericModifiers 0x0
+int attr onCross 0x0
+int attr onHide 0x0
+int attr onNegativeCross 0x0
+int attr onPositiveCross 0x0
+int attr onShow 0x0
+int attr onTouchUp 0x0
+int attr overlapAnchor 0x0
+int attr overlay 0x0
+int attr paddingBottomNoButtons 0x0
+int attr paddingBottomSystemWindowInsets 0x0
+int attr paddingEnd 0x0
+int attr paddingLeftSystemWindowInsets 0x0
+int attr paddingRightSystemWindowInsets 0x0
+int attr paddingStart 0x0
+int attr paddingTopNoTitle 0x0
+int attr paddingTopSystemWindowInsets 0x0
+int attr panelBackground 0x0
+int attr panelMenuListTheme 0x0
+int attr panelMenuListWidth 0x0
+int attr passwordToggleContentDescription 0x0
+int attr passwordToggleDrawable 0x0
+int attr passwordToggleEnabled 0x0
+int attr passwordToggleTint 0x0
+int attr passwordToggleTintMode 0x0
+int attr pathMotionArc 0x0
+int attr path_percent 0x0
+int attr percentHeight 0x0
+int attr percentWidth 0x0
+int attr percentX 0x0
+int attr percentY 0x0
+int attr perpendicularPath_percent 0x0
+int attr pivotAnchor 0x0
+int attr placeholderText 0x0
+int attr placeholderTextAppearance 0x0
+int attr placeholderTextColor 0x0
+int attr placeholder_emptyVisibility 0x0
+int attr popupMenuBackground 0x0
+int attr popupMenuStyle 0x0
+int attr popupTheme 0x0
+int attr popupWindowStyle 0x0
+int attr prefixText 0x0
+int attr prefixTextAppearance 0x0
+int attr prefixTextColor 0x0
+int attr preserveIconSpacing 0x0
+int attr pressedTranslationZ 0x0
+int attr progressBarPadding 0x0
+int attr progressBarStyle 0x0
+int attr queryBackground 0x0
+int attr queryHint 0x0
+int attr radioButtonStyle 0x0
+int attr rangeFillColor 0x0
+int attr ratingBarStyle 0x0
+int attr ratingBarStyleIndicator 0x0
+int attr ratingBarStyleSmall 0x0
+int attr recyclerViewStyle 0x0
+int attr region_heightLessThan 0x0
+int attr region_heightMoreThan 0x0
+int attr region_widthLessThan 0x0
+int attr region_widthMoreThan 0x0
+int attr reverseLayout 0x0
+int attr rippleColor 0x0
+int attr round 0x0
+int attr roundPercent 0x0
+int attr saturation 0x0
+int attr scrimAnimationDuration 0x0
+int attr scrimBackground 0x0
+int attr scrimVisibleHeightTrigger 0x0
+int attr searchHintIcon 0x0
+int attr searchIcon 0x0
+int attr searchViewStyle 0x0
+int attr seekBarStyle 0x0
+int attr selectableItemBackground 0x0
+int attr selectableItemBackgroundBorderless 0x0
+int attr selectionRequired 0x0
+int attr selectorSize 0x0
+int attr shapeAppearance 0x0
+int attr shapeAppearanceLargeComponent 0x0
+int attr shapeAppearanceMediumComponent 0x0
+int attr shapeAppearanceOverlay 0x0
+int attr shapeAppearanceSmallComponent 0x0
+int attr showAnimationBehavior 0x0
+int attr showAsAction 0x0
+int attr showDelay 0x0
+int attr showDividers 0x0
+int attr showMotionSpec 0x0
+int attr showPaths 0x0
+int attr showText 0x0
+int attr showTitle 0x0
+int attr shrinkMotionSpec 0x0
+int attr singleChoiceItemLayout 0x0
+int attr singleLine 0x0
+int attr singleSelection 0x0
+int attr sizePercent 0x0
+int attr sliderStyle 0x0
+int attr snackbarButtonStyle 0x0
+int attr snackbarStyle 0x0
+int attr snackbarTextViewStyle 0x0
+int attr spanCount 0x0
+int attr spinBars 0x0
+int attr spinnerDropDownItemStyle 0x0
+int attr spinnerStyle 0x0
+int attr splitTrack 0x0
+int attr srcCompat 0x0
+int attr stackFromEnd 0x0
+int attr staggered 0x0
+int attr startIconCheckable 0x0
+int attr startIconContentDescription 0x0
+int attr startIconDrawable 0x0
+int attr startIconTint 0x0
+int attr startIconTintMode 0x0
+int attr state_above_anchor 0x0
+int attr state_collapsed 0x0
+int attr state_collapsible 0x0
+int attr state_dragged 0x0
+int attr state_liftable 0x0
+int attr state_lifted 0x0
+int attr statusBarBackground 0x0
+int attr statusBarForeground 0x0
+int attr statusBarScrim 0x0
+int attr strokeColor 0x0
+int attr strokeWidth 0x0
+int attr subMenuArrow 0x0
+int attr submitBackground 0x0
+int attr subtitle 0x0
+int attr subtitleCentered 0x0
+int attr subtitleTextAppearance 0x0
+int attr subtitleTextColor 0x0
+int attr subtitleTextStyle 0x0
+int attr suffixText 0x0
+int attr suffixTextAppearance 0x0
+int attr suffixTextColor 0x0
+int attr suggestionRowLayout 0x0
+int attr switchMinWidth 0x0
+int attr switchPadding 0x0
+int attr switchStyle 0x0
+int attr switchTextAppearance 0x0
+int attr tabBackground 0x0
+int attr tabContentStart 0x0
+int attr tabGravity 0x0
+int attr tabIconTint 0x0
+int attr tabIconTintMode 0x0
+int attr tabIndicator 0x0
+int attr tabIndicatorAnimationDuration 0x0
+int attr tabIndicatorAnimationMode 0x0
+int attr tabIndicatorColor 0x0
+int attr tabIndicatorFullWidth 0x0
+int attr tabIndicatorGravity 0x0
+int attr tabIndicatorHeight 0x0
+int attr tabInlineLabel 0x0
+int attr tabMaxWidth 0x0
+int attr tabMinWidth 0x0
+int attr tabMode 0x0
+int attr tabPadding 0x0
+int attr tabPaddingBottom 0x0
+int attr tabPaddingEnd 0x0
+int attr tabPaddingStart 0x0
+int attr tabPaddingTop 0x0
+int attr tabRippleColor 0x0
+int attr tabSelectedTextColor 0x0
+int attr tabStyle 0x0
+int attr tabTextAppearance 0x0
+int attr tabTextColor 0x0
+int attr tabUnboundedRipple 0x0
+int attr targetId 0x0
+int attr telltales_tailColor 0x0
+int attr telltales_tailScale 0x0
+int attr telltales_velocityMode 0x0
+int attr textAllCaps 0x0
+int attr textAppearanceBody1 0x0
+int attr textAppearanceBody2 0x0
+int attr textAppearanceButton 0x0
+int attr textAppearanceCaption 0x0
+int attr textAppearanceHeadline1 0x0
+int attr textAppearanceHeadline2 0x0
+int attr textAppearanceHeadline3 0x0
+int attr textAppearanceHeadline4 0x0
+int attr textAppearanceHeadline5 0x0
+int attr textAppearanceHeadline6 0x0
+int attr textAppearanceLargePopupMenu 0x0
+int attr textAppearanceLineHeightEnabled 0x0
+int attr textAppearanceListItem 0x0
+int attr textAppearanceListItemSecondary 0x0
+int attr textAppearanceListItemSmall 0x0
+int attr textAppearanceOverline 0x0
+int attr textAppearancePopupMenuHeader 0x0
+int attr textAppearanceSearchResultSubtitle 0x0
+int attr textAppearanceSearchResultTitle 0x0
+int attr textAppearanceSmallPopupMenu 0x0
+int attr textAppearanceSubtitle1 0x0
+int attr textAppearanceSubtitle2 0x0
+int attr textColorAlertDialogListItem 0x0
+int attr textColorSearchUrl 0x0
+int attr textEndPadding 0x0
+int attr textInputLayoutFocusedRectEnabled 0x0
+int attr textInputStyle 0x0
+int attr textLocale 0x0
+int attr textStartPadding 0x0
+int attr theme 0x0
+int attr themeLineHeight 0x0
+int attr thickness 0x0
+int attr thumbColor 0x0
+int attr thumbElevation 0x0
+int attr thumbRadius 0x0
+int attr thumbStrokeColor 0x0
+int attr thumbStrokeWidth 0x0
+int attr thumbTextPadding 0x0
+int attr thumbTint 0x0
+int attr thumbTintMode 0x0
+int attr tickColor 0x0
+int attr tickColorActive 0x0
+int attr tickColorInactive 0x0
+int attr tickMark 0x0
+int attr tickMarkTint 0x0
+int attr tickMarkTintMode 0x0
+int attr tickVisible 0x0
+int attr tint 0x0
+int attr tintMode 0x0
+int attr title 0x0
+int attr titleCentered 0x0
+int attr titleCollapseMode 0x0
+int attr titleEnabled 0x0
+int attr titleMargin 0x0
+int attr titleMarginBottom 0x0
+int attr titleMarginEnd 0x0
+int attr titleMarginStart 0x0
+int attr titleMarginTop 0x0
+int attr titleMargins 0x0
+int attr titleTextAppearance 0x0
+int attr titleTextColor 0x0
+int attr titleTextStyle 0x0
+int attr toolbarId 0x0
+int attr toolbarNavigationButtonStyle 0x0
+int attr toolbarStyle 0x0
+int attr tooltipForegroundColor 0x0
+int attr tooltipFrameBackground 0x0
+int attr tooltipStyle 0x0
+int attr tooltipText 0x0
+int attr touchAnchorId 0x0
+int attr touchAnchorSide 0x0
+int attr touchRegionId 0x0
+int attr track 0x0
+int attr trackColor 0x0
+int attr trackColorActive 0x0
+int attr trackColorInactive 0x0
+int attr trackCornerRadius 0x0
+int attr trackHeight 0x0
+int attr trackThickness 0x0
+int attr trackTint 0x0
+int attr trackTintMode 0x0
+int attr transitionDisable 0x0
+int attr transitionEasing 0x0
+int attr transitionFlags 0x0
+int attr transitionPathRotate 0x0
+int attr transitionShapeAppearance 0x0
+int attr triggerId 0x0
+int attr triggerReceiver 0x0
+int attr triggerSlack 0x0
+int attr ttcIndex 0x0
+int attr useCompatPadding 0x0
+int attr useMaterialThemeColors 0x0
+int attr values 0x0
+int attr verticalOffset 0x0
+int attr viewInflaterClass 0x0
+int attr visibilityMode 0x0
+int attr voiceIcon 0x0
+int attr warmth 0x0
+int attr waveDecay 0x0
+int attr waveOffset 0x0
+int attr wavePeriod 0x0
+int attr waveShape 0x0
+int attr waveVariesBy 0x0
+int attr windowActionBar 0x0
+int attr windowActionBarOverlay 0x0
+int attr windowActionModeOverlay 0x0
+int attr windowFixedHeightMajor 0x0
+int attr windowFixedHeightMinor 0x0
+int attr windowFixedWidthMajor 0x0
+int attr windowFixedWidthMinor 0x0
+int attr windowMinWidthMajor 0x0
+int attr windowMinWidthMinor 0x0
+int attr windowNoTitle 0x0
+int attr yearSelectedStyle 0x0
+int attr yearStyle 0x0
+int attr yearTodayStyle 0x0
+int bool abc_action_bar_embed_tabs 0x0
+int bool abc_allow_stacked_button_bar 0x0
+int bool abc_config_actionMenuItemAllCaps 0x0
+int bool mtrl_btn_textappearance_all_caps 0x0
+int color abc_background_cache_hint_selector_material_dark 0x0
+int color abc_background_cache_hint_selector_material_light 0x0
+int color abc_btn_colored_borderless_text_material 0x0
+int color abc_btn_colored_text_material 0x0
+int color abc_color_highlight_material 0x0
+int color abc_decor_view_status_guard 0x0
+int color abc_decor_view_status_guard_light 0x0
+int color abc_hint_foreground_material_dark 0x0
+int color abc_hint_foreground_material_light 0x0
+int color abc_primary_text_disable_only_material_dark 0x0
+int color abc_primary_text_disable_only_material_light 0x0
+int color abc_primary_text_material_dark 0x0
+int color abc_primary_text_material_light 0x0
+int color abc_search_url_text 0x0
+int color abc_search_url_text_normal 0x0
+int color abc_search_url_text_pressed 0x0
+int color abc_search_url_text_selected 0x0
+int color abc_secondary_text_material_dark 0x0
+int color abc_secondary_text_material_light 0x0
+int color abc_tint_btn_checkable 0x0
+int color abc_tint_default 0x0
+int color abc_tint_edittext 0x0
+int color abc_tint_seek_thumb 0x0
+int color abc_tint_spinner 0x0
+int color abc_tint_switch_track 0x0
+int color accent_material_dark 0x0
+int color accent_material_light 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color background_floating_material_dark 0x0
+int color background_floating_material_light 0x0
+int color background_material_dark 0x0
+int color background_material_light 0x0
+int color bright_foreground_disabled_material_dark 0x0
+int color bright_foreground_disabled_material_light 0x0
+int color bright_foreground_inverse_material_dark 0x0
+int color bright_foreground_inverse_material_light 0x0
+int color bright_foreground_material_dark 0x0
+int color bright_foreground_material_light 0x0
+int color button_material_dark 0x0
+int color button_material_light 0x0
+int color cardview_dark_background 0x0
+int color cardview_light_background 0x0
+int color cardview_shadow_end_color 0x0
+int color cardview_shadow_start_color 0x0
+int color checkbox_themeable_attribute_color 0x0
+int color design_bottom_navigation_shadow_color 0x0
+int color design_box_stroke_color 0x0
+int color design_dark_default_color_background 0x0
+int color design_dark_default_color_error 0x0
+int color design_dark_default_color_on_background 0x0
+int color design_dark_default_color_on_error 0x0
+int color design_dark_default_color_on_primary 0x0
+int color design_dark_default_color_on_secondary 0x0
+int color design_dark_default_color_on_surface 0x0
+int color design_dark_default_color_primary 0x0
+int color design_dark_default_color_primary_dark 0x0
+int color design_dark_default_color_primary_variant 0x0
+int color design_dark_default_color_secondary 0x0
+int color design_dark_default_color_secondary_variant 0x0
+int color design_dark_default_color_surface 0x0
+int color design_default_color_background 0x0
+int color design_default_color_error 0x0
+int color design_default_color_on_background 0x0
+int color design_default_color_on_error 0x0
+int color design_default_color_on_primary 0x0
+int color design_default_color_on_secondary 0x0
+int color design_default_color_on_surface 0x0
+int color design_default_color_primary 0x0
+int color design_default_color_primary_dark 0x0
+int color design_default_color_primary_variant 0x0
+int color design_default_color_secondary 0x0
+int color design_default_color_secondary_variant 0x0
+int color design_default_color_surface 0x0
+int color design_error 0x0
+int color design_fab_shadow_end_color 0x0
+int color design_fab_shadow_mid_color 0x0
+int color design_fab_shadow_start_color 0x0
+int color design_fab_stroke_end_inner_color 0x0
+int color design_fab_stroke_end_outer_color 0x0
+int color design_fab_stroke_top_inner_color 0x0
+int color design_fab_stroke_top_outer_color 0x0
+int color design_icon_tint 0x0
+int color design_snackbar_background_color 0x0
+int color dim_foreground_disabled_material_dark 0x0
+int color dim_foreground_disabled_material_light 0x0
+int color dim_foreground_material_dark 0x0
+int color dim_foreground_material_light 0x0
+int color error_color_material_dark 0x0
+int color error_color_material_light 0x0
+int color foreground_material_dark 0x0
+int color foreground_material_light 0x0
+int color highlighted_text_material_dark 0x0
+int color highlighted_text_material_light 0x0
+int color material_blue_grey_800 0x0
+int color material_blue_grey_900 0x0
+int color material_blue_grey_950 0x0
+int color material_cursor_color 0x0
+int color material_deep_teal_200 0x0
+int color material_deep_teal_500 0x0
+int color material_grey_100 0x0
+int color material_grey_300 0x0
+int color material_grey_50 0x0
+int color material_grey_600 0x0
+int color material_grey_800 0x0
+int color material_grey_850 0x0
+int color material_grey_900 0x0
+int color material_on_background_disabled 0x0
+int color material_on_background_emphasis_high_type 0x0
+int color material_on_background_emphasis_medium 0x0
+int color material_on_primary_disabled 0x0
+int color material_on_primary_emphasis_high_type 0x0
+int color material_on_primary_emphasis_medium 0x0
+int color material_on_surface_disabled 0x0
+int color material_on_surface_emphasis_high_type 0x0
+int color material_on_surface_emphasis_medium 0x0
+int color material_on_surface_stroke 0x0
+int color material_slider_active_tick_marks_color 0x0
+int color material_slider_active_track_color 0x0
+int color material_slider_halo_color 0x0
+int color material_slider_inactive_tick_marks_color 0x0
+int color material_slider_inactive_track_color 0x0
+int color material_slider_thumb_color 0x0
+int color material_timepicker_button_background 0x0
+int color material_timepicker_button_stroke 0x0
+int color material_timepicker_clock_text_color 0x0
+int color material_timepicker_clockface 0x0
+int color material_timepicker_modebutton_tint 0x0
+int color mtrl_btn_bg_color_selector 0x0
+int color mtrl_btn_ripple_color 0x0
+int color mtrl_btn_stroke_color_selector 0x0
+int color mtrl_btn_text_btn_bg_color_selector 0x0
+int color mtrl_btn_text_btn_ripple_color 0x0
+int color mtrl_btn_text_color_disabled 0x0
+int color mtrl_btn_text_color_selector 0x0
+int color mtrl_btn_transparent_bg_color 0x0
+int color mtrl_calendar_item_stroke_color 0x0
+int color mtrl_calendar_selected_range 0x0
+int color mtrl_card_view_foreground 0x0
+int color mtrl_card_view_ripple 0x0
+int color mtrl_chip_background_color 0x0
+int color mtrl_chip_close_icon_tint 0x0
+int color mtrl_chip_surface_color 0x0
+int color mtrl_chip_text_color 0x0
+int color mtrl_choice_chip_background_color 0x0
+int color mtrl_choice_chip_ripple_color 0x0
+int color mtrl_choice_chip_text_color 0x0
+int color mtrl_error 0x0
+int color mtrl_fab_bg_color_selector 0x0
+int color mtrl_fab_icon_text_color_selector 0x0
+int color mtrl_fab_ripple_color 0x0
+int color mtrl_filled_background_color 0x0
+int color mtrl_filled_icon_tint 0x0
+int color mtrl_filled_stroke_color 0x0
+int color mtrl_indicator_text_color 0x0
+int color mtrl_navigation_bar_colored_item_tint 0x0
+int color mtrl_navigation_bar_colored_ripple_color 0x0
+int color mtrl_navigation_bar_item_tint 0x0
+int color mtrl_navigation_bar_ripple_color 0x0
+int color mtrl_navigation_item_background_color 0x0
+int color mtrl_navigation_item_icon_tint 0x0
+int color mtrl_navigation_item_text_color 0x0
+int color mtrl_on_primary_text_btn_text_color_selector 0x0
+int color mtrl_on_surface_ripple_color 0x0
+int color mtrl_outlined_icon_tint 0x0
+int color mtrl_outlined_stroke_color 0x0
+int color mtrl_popupmenu_overlay_color 0x0
+int color mtrl_scrim_color 0x0
+int color mtrl_tabs_colored_ripple_color 0x0
+int color mtrl_tabs_icon_color_selector 0x0
+int color mtrl_tabs_icon_color_selector_colored 0x0
+int color mtrl_tabs_legacy_text_color_selector 0x0
+int color mtrl_tabs_ripple_color 0x0
+int color mtrl_text_btn_text_color_selector 0x0
+int color mtrl_textinput_default_box_stroke_color 0x0
+int color mtrl_textinput_disabled_color 0x0
+int color mtrl_textinput_filled_box_default_background_color 0x0
+int color mtrl_textinput_focused_box_stroke_color 0x0
+int color mtrl_textinput_hovered_box_stroke_color 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color primary_dark_material_dark 0x0
+int color primary_dark_material_light 0x0
+int color primary_material_dark 0x0
+int color primary_material_light 0x0
+int color primary_text_default_material_dark 0x0
+int color primary_text_default_material_light 0x0
+int color primary_text_disabled_material_dark 0x0
+int color primary_text_disabled_material_light 0x0
+int color radiobutton_themeable_attribute_color 0x0
+int color ripple_material_dark 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_dark 0x0
+int color secondary_text_default_material_light 0x0
+int color secondary_text_disabled_material_dark 0x0
+int color secondary_text_disabled_material_light 0x0
+int color switch_thumb_disabled_material_dark 0x0
+int color switch_thumb_disabled_material_light 0x0
+int color switch_thumb_material_dark 0x0
+int color switch_thumb_material_light 0x0
+int color switch_thumb_normal_material_dark 0x0
+int color switch_thumb_normal_material_light 0x0
+int color test_mtrl_calendar_day 0x0
+int color test_mtrl_calendar_day_selected 0x0
+int color tooltip_background_dark 0x0
+int color tooltip_background_light 0x0
+int dimen abc_action_bar_content_inset_material 0x0
+int dimen abc_action_bar_content_inset_with_nav 0x0
+int dimen abc_action_bar_default_height_material 0x0
+int dimen abc_action_bar_default_padding_end_material 0x0
+int dimen abc_action_bar_default_padding_start_material 0x0
+int dimen abc_action_bar_elevation_material 0x0
+int dimen abc_action_bar_icon_vertical_padding_material 0x0
+int dimen abc_action_bar_overflow_padding_end_material 0x0
+int dimen abc_action_bar_overflow_padding_start_material 0x0
+int dimen abc_action_bar_stacked_max_height 0x0
+int dimen abc_action_bar_stacked_tab_max_width 0x0
+int dimen abc_action_bar_subtitle_bottom_margin_material 0x0
+int dimen abc_action_bar_subtitle_top_margin_material 0x0
+int dimen abc_action_button_min_height_material 0x0
+int dimen abc_action_button_min_width_material 0x0
+int dimen abc_action_button_min_width_overflow_material 0x0
+int dimen abc_alert_dialog_button_bar_height 0x0
+int dimen abc_alert_dialog_button_dimen 0x0
+int dimen abc_button_inset_horizontal_material 0x0
+int dimen abc_button_inset_vertical_material 0x0
+int dimen abc_button_padding_horizontal_material 0x0
+int dimen abc_button_padding_vertical_material 0x0
+int dimen abc_cascading_menus_min_smallest_width 0x0
+int dimen abc_config_prefDialogWidth 0x0
+int dimen abc_control_corner_material 0x0
+int dimen abc_control_inset_material 0x0
+int dimen abc_control_padding_material 0x0
+int dimen abc_dialog_corner_radius_material 0x0
+int dimen abc_dialog_fixed_height_major 0x0
+int dimen abc_dialog_fixed_height_minor 0x0
+int dimen abc_dialog_fixed_width_major 0x0
+int dimen abc_dialog_fixed_width_minor 0x0
+int dimen abc_dialog_list_padding_bottom_no_buttons 0x0
+int dimen abc_dialog_list_padding_top_no_title 0x0
+int dimen abc_dialog_min_width_major 0x0
+int dimen abc_dialog_min_width_minor 0x0
+int dimen abc_dialog_padding_material 0x0
+int dimen abc_dialog_padding_top_material 0x0
+int dimen abc_dialog_title_divider_material 0x0
+int dimen abc_disabled_alpha_material_dark 0x0
+int dimen abc_disabled_alpha_material_light 0x0
+int dimen abc_dropdownitem_icon_width 0x0
+int dimen abc_dropdownitem_text_padding_left 0x0
+int dimen abc_dropdownitem_text_padding_right 0x0
+int dimen abc_edit_text_inset_bottom_material 0x0
+int dimen abc_edit_text_inset_horizontal_material 0x0
+int dimen abc_edit_text_inset_top_material 0x0
+int dimen abc_floating_window_z 0x0
+int dimen abc_list_item_height_large_material 0x0
+int dimen abc_list_item_height_material 0x0
+int dimen abc_list_item_height_small_material 0x0
+int dimen abc_list_item_padding_horizontal_material 0x0
+int dimen abc_panel_menu_list_width 0x0
+int dimen abc_progress_bar_height_material 0x0
+int dimen abc_search_view_preferred_height 0x0
+int dimen abc_search_view_preferred_width 0x0
+int dimen abc_seekbar_track_background_height_material 0x0
+int dimen abc_seekbar_track_progress_height_material 0x0
+int dimen abc_select_dialog_padding_start_material 0x0
+int dimen abc_star_big 0x0
+int dimen abc_star_medium 0x0
+int dimen abc_star_small 0x0
+int dimen abc_switch_padding 0x0
+int dimen abc_text_size_body_1_material 0x0
+int dimen abc_text_size_body_2_material 0x0
+int dimen abc_text_size_button_material 0x0
+int dimen abc_text_size_caption_material 0x0
+int dimen abc_text_size_display_1_material 0x0
+int dimen abc_text_size_display_2_material 0x0
+int dimen abc_text_size_display_3_material 0x0
+int dimen abc_text_size_display_4_material 0x0
+int dimen abc_text_size_headline_material 0x0
+int dimen abc_text_size_large_material 0x0
+int dimen abc_text_size_medium_material 0x0
+int dimen abc_text_size_menu_header_material 0x0
+int dimen abc_text_size_menu_material 0x0
+int dimen abc_text_size_small_material 0x0
+int dimen abc_text_size_subhead_material 0x0
+int dimen abc_text_size_subtitle_material_toolbar 0x0
+int dimen abc_text_size_title_material 0x0
+int dimen abc_text_size_title_material_toolbar 0x0
+int dimen action_bar_size 0x0
+int dimen appcompat_dialog_background_inset 0x0
+int dimen cardview_compat_inset_shadow 0x0
+int dimen cardview_default_elevation 0x0
+int dimen cardview_default_radius 0x0
+int dimen clock_face_margin_start 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen default_dimension 0x0
+int dimen design_appbar_elevation 0x0
+int dimen design_bottom_navigation_active_item_max_width 0x0
+int dimen design_bottom_navigation_active_item_min_width 0x0
+int dimen design_bottom_navigation_active_text_size 0x0
+int dimen design_bottom_navigation_elevation 0x0
+int dimen design_bottom_navigation_height 0x0
+int dimen design_bottom_navigation_icon_size 0x0
+int dimen design_bottom_navigation_item_max_width 0x0
+int dimen design_bottom_navigation_item_min_width 0x0
+int dimen design_bottom_navigation_label_padding 0x0
+int dimen design_bottom_navigation_margin 0x0
+int dimen design_bottom_navigation_shadow_height 0x0
+int dimen design_bottom_navigation_text_size 0x0
+int dimen design_bottom_sheet_elevation 0x0
+int dimen design_bottom_sheet_modal_elevation 0x0
+int dimen design_bottom_sheet_peek_height_min 0x0
+int dimen design_fab_border_width 0x0
+int dimen design_fab_elevation 0x0
+int dimen design_fab_image_size 0x0
+int dimen design_fab_size_mini 0x0
+int dimen design_fab_size_normal 0x0
+int dimen design_fab_translation_z_hovered_focused 0x0
+int dimen design_fab_translation_z_pressed 0x0
+int dimen design_navigation_elevation 0x0
+int dimen design_navigation_icon_padding 0x0
+int dimen design_navigation_icon_size 0x0
+int dimen design_navigation_item_horizontal_padding 0x0
+int dimen design_navigation_item_icon_padding 0x0
+int dimen design_navigation_max_width 0x0
+int dimen design_navigation_padding_bottom 0x0
+int dimen design_navigation_separator_vertical_padding 0x0
+int dimen design_snackbar_action_inline_max_width 0x0
+int dimen design_snackbar_action_text_color_alpha 0x0
+int dimen design_snackbar_background_corner_radius 0x0
+int dimen design_snackbar_elevation 0x0
+int dimen design_snackbar_extra_spacing_horizontal 0x0
+int dimen design_snackbar_max_width 0x0
+int dimen design_snackbar_min_width 0x0
+int dimen design_snackbar_padding_horizontal 0x0
+int dimen design_snackbar_padding_vertical 0x0
+int dimen design_snackbar_padding_vertical_2lines 0x0
+int dimen design_snackbar_text_size 0x0
+int dimen design_tab_max_width 0x0
+int dimen design_tab_scrollable_min_width 0x0
+int dimen design_tab_text_size 0x0
+int dimen design_tab_text_size_2line 0x0
+int dimen design_textinput_caption_translate_y 0x0
+int dimen disabled_alpha_material_dark 0x0
+int dimen disabled_alpha_material_light 0x0
+int dimen fastscroll_default_thickness 0x0
+int dimen fastscroll_margin 0x0
+int dimen fastscroll_minimum_range 0x0
+int dimen highlight_alpha_material_colored 0x0
+int dimen highlight_alpha_material_dark 0x0
+int dimen highlight_alpha_material_light 0x0
+int dimen hint_alpha_material_dark 0x0
+int dimen hint_alpha_material_light 0x0
+int dimen hint_pressed_alpha_material_dark 0x0
+int dimen hint_pressed_alpha_material_light 0x0
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
+int dimen item_touch_helper_swipe_escape_max_velocity 0x0
+int dimen item_touch_helper_swipe_escape_velocity 0x0
+int dimen material_bottom_sheet_max_width 0x0
+int dimen material_clock_display_padding 0x0
+int dimen material_clock_face_margin_top 0x0
+int dimen material_clock_hand_center_dot_radius 0x0
+int dimen material_clock_hand_padding 0x0
+int dimen material_clock_hand_stroke_width 0x0
+int dimen material_clock_number_text_size 0x0
+int dimen material_clock_period_toggle_height 0x0
+int dimen material_clock_period_toggle_margin_left 0x0
+int dimen material_clock_period_toggle_width 0x0
+int dimen material_clock_size 0x0
+int dimen material_cursor_inset_bottom 0x0
+int dimen material_cursor_inset_top 0x0
+int dimen material_cursor_width 0x0
+int dimen material_emphasis_disabled 0x0
+int dimen material_emphasis_high_type 0x0
+int dimen material_emphasis_medium 0x0
+int dimen material_filled_edittext_font_1_3_padding_bottom 0x0
+int dimen material_filled_edittext_font_1_3_padding_top 0x0
+int dimen material_filled_edittext_font_2_0_padding_bottom 0x0
+int dimen material_filled_edittext_font_2_0_padding_top 0x0
+int dimen material_font_1_3_box_collapsed_padding_top 0x0
+int dimen material_font_2_0_box_collapsed_padding_top 0x0
+int dimen material_helper_text_default_padding_top 0x0
+int dimen material_helper_text_font_1_3_padding_horizontal 0x0
+int dimen material_helper_text_font_1_3_padding_top 0x0
+int dimen material_input_text_to_prefix_suffix_padding 0x0
+int dimen material_text_view_test_line_height 0x0
+int dimen material_text_view_test_line_height_override 0x0
+int dimen material_textinput_default_width 0x0
+int dimen material_textinput_max_width 0x0
+int dimen material_textinput_min_width 0x0
+int dimen material_time_picker_minimum_screen_height 0x0
+int dimen material_time_picker_minimum_screen_width 0x0
+int dimen material_timepicker_dialog_buttons_margin_top 0x0
+int dimen mtrl_alert_dialog_background_inset_bottom 0x0
+int dimen mtrl_alert_dialog_background_inset_end 0x0
+int dimen mtrl_alert_dialog_background_inset_start 0x0
+int dimen mtrl_alert_dialog_background_inset_top 0x0
+int dimen mtrl_alert_dialog_picker_background_inset 0x0
+int dimen mtrl_badge_horizontal_edge_offset 0x0
+int dimen mtrl_badge_long_text_horizontal_padding 0x0
+int dimen mtrl_badge_radius 0x0
+int dimen mtrl_badge_text_horizontal_edge_offset 0x0
+int dimen mtrl_badge_text_size 0x0
+int dimen mtrl_badge_toolbar_action_menu_item_horizontal_offset 0x0
+int dimen mtrl_badge_toolbar_action_menu_item_vertical_offset 0x0
+int dimen mtrl_badge_with_text_radius 0x0
+int dimen mtrl_bottomappbar_fabOffsetEndMode 0x0
+int dimen mtrl_bottomappbar_fab_bottom_margin 0x0
+int dimen mtrl_bottomappbar_fab_cradle_margin 0x0
+int dimen mtrl_bottomappbar_fab_cradle_rounded_corner_radius 0x0
+int dimen mtrl_bottomappbar_fab_cradle_vertical_offset 0x0
+int dimen mtrl_bottomappbar_height 0x0
+int dimen mtrl_btn_corner_radius 0x0
+int dimen mtrl_btn_dialog_btn_min_width 0x0
+int dimen mtrl_btn_disabled_elevation 0x0
+int dimen mtrl_btn_disabled_z 0x0
+int dimen mtrl_btn_elevation 0x0
+int dimen mtrl_btn_focused_z 0x0
+int dimen mtrl_btn_hovered_z 0x0
+int dimen mtrl_btn_icon_btn_padding_left 0x0
+int dimen mtrl_btn_icon_padding 0x0
+int dimen mtrl_btn_inset 0x0
+int dimen mtrl_btn_letter_spacing 0x0
+int dimen mtrl_btn_max_width 0x0
+int dimen mtrl_btn_padding_bottom 0x0
+int dimen mtrl_btn_padding_left 0x0
+int dimen mtrl_btn_padding_right 0x0
+int dimen mtrl_btn_padding_top 0x0
+int dimen mtrl_btn_pressed_z 0x0
+int dimen mtrl_btn_snackbar_margin_horizontal 0x0
+int dimen mtrl_btn_stroke_size 0x0
+int dimen mtrl_btn_text_btn_icon_padding 0x0
+int dimen mtrl_btn_text_btn_padding_left 0x0
+int dimen mtrl_btn_text_btn_padding_right 0x0
+int dimen mtrl_btn_text_size 0x0
+int dimen mtrl_btn_z 0x0
+int dimen mtrl_calendar_action_confirm_button_min_width 0x0
+int dimen mtrl_calendar_action_height 0x0
+int dimen mtrl_calendar_action_padding 0x0
+int dimen mtrl_calendar_bottom_padding 0x0
+int dimen mtrl_calendar_content_padding 0x0
+int dimen mtrl_calendar_day_corner 0x0
+int dimen mtrl_calendar_day_height 0x0
+int dimen mtrl_calendar_day_horizontal_padding 0x0
+int dimen mtrl_calendar_day_today_stroke 0x0
+int dimen mtrl_calendar_day_vertical_padding 0x0
+int dimen mtrl_calendar_day_width 0x0
+int dimen mtrl_calendar_days_of_week_height 0x0
+int dimen mtrl_calendar_dialog_background_inset 0x0
+int dimen mtrl_calendar_header_content_padding 0x0
+int dimen mtrl_calendar_header_content_padding_fullscreen 0x0
+int dimen mtrl_calendar_header_divider_thickness 0x0
+int dimen mtrl_calendar_header_height 0x0
+int dimen mtrl_calendar_header_height_fullscreen 0x0
+int dimen mtrl_calendar_header_selection_line_height 0x0
+int dimen mtrl_calendar_header_text_padding 0x0
+int dimen mtrl_calendar_header_toggle_margin_bottom 0x0
+int dimen mtrl_calendar_header_toggle_margin_top 0x0
+int dimen mtrl_calendar_landscape_header_width 0x0
+int dimen mtrl_calendar_maximum_default_fullscreen_minor_axis 0x0
+int dimen mtrl_calendar_month_horizontal_padding 0x0
+int dimen mtrl_calendar_month_vertical_padding 0x0
+int dimen mtrl_calendar_navigation_bottom_padding 0x0
+int dimen mtrl_calendar_navigation_height 0x0
+int dimen mtrl_calendar_navigation_top_padding 0x0
+int dimen mtrl_calendar_pre_l_text_clip_padding 0x0
+int dimen mtrl_calendar_selection_baseline_to_top_fullscreen 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_bottom 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_bottom_fullscreen 0x0
+int dimen mtrl_calendar_selection_text_baseline_to_top 0x0
+int dimen mtrl_calendar_text_input_padding_top 0x0
+int dimen mtrl_calendar_title_baseline_to_top 0x0
+int dimen mtrl_calendar_title_baseline_to_top_fullscreen 0x0
+int dimen mtrl_calendar_year_corner 0x0
+int dimen mtrl_calendar_year_height 0x0
+int dimen mtrl_calendar_year_horizontal_padding 0x0
+int dimen mtrl_calendar_year_vertical_padding 0x0
+int dimen mtrl_calendar_year_width 0x0
+int dimen mtrl_card_checked_icon_margin 0x0
+int dimen mtrl_card_checked_icon_size 0x0
+int dimen mtrl_card_corner_radius 0x0
+int dimen mtrl_card_dragged_z 0x0
+int dimen mtrl_card_elevation 0x0
+int dimen mtrl_card_spacing 0x0
+int dimen mtrl_chip_pressed_translation_z 0x0
+int dimen mtrl_chip_text_size 0x0
+int dimen mtrl_edittext_rectangle_top_offset 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_elevation 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_offset 0x0
+int dimen mtrl_exposed_dropdown_menu_popup_vertical_padding 0x0
+int dimen mtrl_extended_fab_bottom_padding 0x0
+int dimen mtrl_extended_fab_corner_radius 0x0
+int dimen mtrl_extended_fab_disabled_elevation 0x0
+int dimen mtrl_extended_fab_disabled_translation_z 0x0
+int dimen mtrl_extended_fab_elevation 0x0
+int dimen mtrl_extended_fab_end_padding 0x0
+int dimen mtrl_extended_fab_end_padding_icon 0x0
+int dimen mtrl_extended_fab_icon_size 0x0
+int dimen mtrl_extended_fab_icon_text_spacing 0x0
+int dimen mtrl_extended_fab_min_height 0x0
+int dimen mtrl_extended_fab_min_width 0x0
+int dimen mtrl_extended_fab_start_padding 0x0
+int dimen mtrl_extended_fab_start_padding_icon 0x0
+int dimen mtrl_extended_fab_top_padding 0x0
+int dimen mtrl_extended_fab_translation_z_base 0x0
+int dimen mtrl_extended_fab_translation_z_hovered_focused 0x0
+int dimen mtrl_extended_fab_translation_z_pressed 0x0
+int dimen mtrl_fab_elevation 0x0
+int dimen mtrl_fab_min_touch_target 0x0
+int dimen mtrl_fab_translation_z_hovered_focused 0x0
+int dimen mtrl_fab_translation_z_pressed 0x0
+int dimen mtrl_high_ripple_default_alpha 0x0
+int dimen mtrl_high_ripple_focused_alpha 0x0
+int dimen mtrl_high_ripple_hovered_alpha 0x0
+int dimen mtrl_high_ripple_pressed_alpha 0x0
+int dimen mtrl_large_touch_target 0x0
+int dimen mtrl_low_ripple_default_alpha 0x0
+int dimen mtrl_low_ripple_focused_alpha 0x0
+int dimen mtrl_low_ripple_hovered_alpha 0x0
+int dimen mtrl_low_ripple_pressed_alpha 0x0
+int dimen mtrl_min_touch_target_size 0x0
+int dimen mtrl_navigation_bar_item_default_icon_size 0x0
+int dimen mtrl_navigation_bar_item_default_margin 0x0
+int dimen mtrl_navigation_elevation 0x0
+int dimen mtrl_navigation_item_horizontal_padding 0x0
+int dimen mtrl_navigation_item_icon_padding 0x0
+int dimen mtrl_navigation_item_icon_size 0x0
+int dimen mtrl_navigation_item_shape_horizontal_margin 0x0
+int dimen mtrl_navigation_item_shape_vertical_margin 0x0
+int dimen mtrl_navigation_rail_active_text_size 0x0
+int dimen mtrl_navigation_rail_compact_width 0x0
+int dimen mtrl_navigation_rail_default_width 0x0
+int dimen mtrl_navigation_rail_elevation 0x0
+int dimen mtrl_navigation_rail_icon_margin 0x0
+int dimen mtrl_navigation_rail_icon_size 0x0
+int dimen mtrl_navigation_rail_margin 0x0
+int dimen mtrl_navigation_rail_text_bottom_margin 0x0
+int dimen mtrl_navigation_rail_text_size 0x0
+int dimen mtrl_progress_circular_inset 0x0
+int dimen mtrl_progress_circular_inset_extra_small 0x0
+int dimen mtrl_progress_circular_inset_medium 0x0
+int dimen mtrl_progress_circular_inset_small 0x0
+int dimen mtrl_progress_circular_radius 0x0
+int dimen mtrl_progress_circular_size 0x0
+int dimen mtrl_progress_circular_size_extra_small 0x0
+int dimen mtrl_progress_circular_size_medium 0x0
+int dimen mtrl_progress_circular_size_small 0x0
+int dimen mtrl_progress_circular_track_thickness_extra_small 0x0
+int dimen mtrl_progress_circular_track_thickness_medium 0x0
+int dimen mtrl_progress_circular_track_thickness_small 0x0
+int dimen mtrl_progress_indicator_full_rounded_corner_radius 0x0
+int dimen mtrl_progress_track_thickness 0x0
+int dimen mtrl_shape_corner_size_large_component 0x0
+int dimen mtrl_shape_corner_size_medium_component 0x0
+int dimen mtrl_shape_corner_size_small_component 0x0
+int dimen mtrl_slider_halo_radius 0x0
+int dimen mtrl_slider_label_padding 0x0
+int dimen mtrl_slider_label_radius 0x0
+int dimen mtrl_slider_label_square_side 0x0
+int dimen mtrl_slider_thumb_elevation 0x0
+int dimen mtrl_slider_thumb_radius 0x0
+int dimen mtrl_slider_track_height 0x0
+int dimen mtrl_slider_track_side_padding 0x0
+int dimen mtrl_slider_track_top 0x0
+int dimen mtrl_slider_widget_height 0x0
+int dimen mtrl_snackbar_action_text_color_alpha 0x0
+int dimen mtrl_snackbar_background_corner_radius 0x0
+int dimen mtrl_snackbar_background_overlay_color_alpha 0x0
+int dimen mtrl_snackbar_margin 0x0
+int dimen mtrl_snackbar_message_margin_horizontal 0x0
+int dimen mtrl_snackbar_padding_horizontal 0x0
+int dimen mtrl_switch_thumb_elevation 0x0
+int dimen mtrl_textinput_box_corner_radius_medium 0x0
+int dimen mtrl_textinput_box_corner_radius_small 0x0
+int dimen mtrl_textinput_box_label_cutout_padding 0x0
+int dimen mtrl_textinput_box_stroke_width_default 0x0
+int dimen mtrl_textinput_box_stroke_width_focused 0x0
+int dimen mtrl_textinput_counter_margin_start 0x0
+int dimen mtrl_textinput_end_icon_margin_start 0x0
+int dimen mtrl_textinput_outline_box_expanded_padding 0x0
+int dimen mtrl_textinput_start_icon_margin_end 0x0
+int dimen mtrl_toolbar_default_height 0x0
+int dimen mtrl_tooltip_arrowSize 0x0
+int dimen mtrl_tooltip_cornerSize 0x0
+int dimen mtrl_tooltip_minHeight 0x0
+int dimen mtrl_tooltip_minWidth 0x0
+int dimen mtrl_tooltip_padding 0x0
+int dimen mtrl_transition_shared_axis_slide_distance 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int dimen test_mtrl_calendar_day_cornerSize 0x0
+int dimen test_navigation_bar_active_item_max_width 0x0
+int dimen test_navigation_bar_active_item_min_width 0x0
+int dimen test_navigation_bar_active_text_size 0x0
+int dimen test_navigation_bar_elevation 0x0
+int dimen test_navigation_bar_height 0x0
+int dimen test_navigation_bar_icon_size 0x0
+int dimen test_navigation_bar_item_max_width 0x0
+int dimen test_navigation_bar_item_min_width 0x0
+int dimen test_navigation_bar_label_padding 0x0
+int dimen test_navigation_bar_shadow_height 0x0
+int dimen test_navigation_bar_text_size 0x0
+int dimen tooltip_corner_radius 0x0
+int dimen tooltip_horizontal_padding 0x0
+int dimen tooltip_margin 0x0
+int dimen tooltip_precise_anchor_extra_offset 0x0
+int dimen tooltip_precise_anchor_threshold 0x0
+int dimen tooltip_vertical_padding 0x0
+int dimen tooltip_y_offset_non_touch 0x0
+int dimen tooltip_y_offset_touch 0x0
+int drawable abc_ab_share_pack_mtrl_alpha 0x0
+int drawable abc_action_bar_item_background_material 0x0
+int drawable abc_btn_borderless_material 0x0
+int drawable abc_btn_check_material 0x0
+int drawable abc_btn_check_material_anim 0x0
+int drawable abc_btn_check_to_on_mtrl_000 0x0
+int drawable abc_btn_check_to_on_mtrl_015 0x0
+int drawable abc_btn_colored_material 0x0
+int drawable abc_btn_default_mtrl_shape 0x0
+int drawable abc_btn_radio_material 0x0
+int drawable abc_btn_radio_material_anim 0x0
+int drawable abc_btn_radio_to_on_mtrl_000 0x0
+int drawable abc_btn_radio_to_on_mtrl_015 0x0
+int drawable abc_btn_switch_to_on_mtrl_00001 0x0
+int drawable abc_btn_switch_to_on_mtrl_00012 0x0
+int drawable abc_cab_background_internal_bg 0x0
+int drawable abc_cab_background_top_material 0x0
+int drawable abc_cab_background_top_mtrl_alpha 0x0
+int drawable abc_control_background_material 0x0
+int drawable abc_dialog_material_background 0x0
+int drawable abc_edit_text_material 0x0
+int drawable abc_ic_ab_back_material 0x0
+int drawable abc_ic_arrow_drop_right_black_24dp 0x0
+int drawable abc_ic_clear_material 0x0
+int drawable abc_ic_commit_search_api_mtrl_alpha 0x0
+int drawable abc_ic_go_search_api_material 0x0
+int drawable abc_ic_menu_copy_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_cut_mtrl_alpha 0x0
+int drawable abc_ic_menu_overflow_material 0x0
+int drawable abc_ic_menu_paste_mtrl_am_alpha 0x0
+int drawable abc_ic_menu_selectall_mtrl_alpha 0x0
+int drawable abc_ic_menu_share_mtrl_alpha 0x0
+int drawable abc_ic_search_api_material 0x0
+int drawable abc_ic_star_black_16dp 0x0
+int drawable abc_ic_star_black_36dp 0x0
+int drawable abc_ic_star_black_48dp 0x0
+int drawable abc_ic_star_half_black_16dp 0x0
+int drawable abc_ic_star_half_black_36dp 0x0
+int drawable abc_ic_star_half_black_48dp 0x0
+int drawable abc_ic_voice_search_api_material 0x0
+int drawable abc_item_background_holo_dark 0x0
+int drawable abc_item_background_holo_light 0x0
+int drawable abc_list_divider_material 0x0
+int drawable abc_list_divider_mtrl_alpha 0x0
+int drawable abc_list_focused_holo 0x0
+int drawable abc_list_longpressed_holo 0x0
+int drawable abc_list_pressed_holo_dark 0x0
+int drawable abc_list_pressed_holo_light 0x0
+int drawable abc_list_selector_background_transition_holo_dark 0x0
+int drawable abc_list_selector_background_transition_holo_light 0x0
+int drawable abc_list_selector_disabled_holo_dark 0x0
+int drawable abc_list_selector_disabled_holo_light 0x0
+int drawable abc_list_selector_holo_dark 0x0
+int drawable abc_list_selector_holo_light 0x0
+int drawable abc_menu_hardkey_panel_mtrl_mult 0x0
+int drawable abc_popup_background_mtrl_mult 0x0
+int drawable abc_ratingbar_indicator_material 0x0
+int drawable abc_ratingbar_material 0x0
+int drawable abc_ratingbar_small_material 0x0
+int drawable abc_scrubber_control_off_mtrl_alpha 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_000 0x0
+int drawable abc_scrubber_control_to_pressed_mtrl_005 0x0
+int drawable abc_scrubber_primary_mtrl_alpha 0x0
+int drawable abc_scrubber_track_mtrl_alpha 0x0
+int drawable abc_seekbar_thumb_material 0x0
+int drawable abc_seekbar_tick_mark_material 0x0
+int drawable abc_seekbar_track_material 0x0
+int drawable abc_spinner_mtrl_am_alpha 0x0
+int drawable abc_spinner_textfield_background_material 0x0
+int drawable abc_star_black_48dp 0x0
+int drawable abc_star_half_black_48dp 0x0
+int drawable abc_switch_thumb_material 0x0
+int drawable abc_switch_track_mtrl_alpha 0x0
+int drawable abc_tab_indicator_material 0x0
+int drawable abc_tab_indicator_mtrl_alpha 0x0
+int drawable abc_text_cursor_material 0x0
+int drawable abc_text_select_handle_left_mtrl 0x0
+int drawable abc_text_select_handle_left_mtrl_dark 0x0
+int drawable abc_text_select_handle_left_mtrl_light 0x0
+int drawable abc_text_select_handle_middle_mtrl 0x0
+int drawable abc_text_select_handle_middle_mtrl_dark 0x0
+int drawable abc_text_select_handle_middle_mtrl_light 0x0
+int drawable abc_text_select_handle_right_mtrl 0x0
+int drawable abc_text_select_handle_right_mtrl_dark 0x0
+int drawable abc_text_select_handle_right_mtrl_light 0x0
+int drawable abc_textfield_activated_mtrl_alpha 0x0
+int drawable abc_textfield_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_activated_mtrl_alpha 0x0
+int drawable abc_textfield_search_default_mtrl_alpha 0x0
+int drawable abc_textfield_search_material 0x0
+int drawable abc_vector_test 0x0
+int drawable avd_hide_password 0x0
+int drawable avd_show_password 0x0
+int drawable btn_checkbox_checked_mtrl 0x0
+int drawable btn_checkbox_checked_to_unchecked_mtrl_animation 0x0
+int drawable btn_checkbox_unchecked_mtrl 0x0
+int drawable btn_checkbox_unchecked_to_checked_mtrl_animation 0x0
+int drawable btn_radio_off_mtrl 0x0
+int drawable btn_radio_off_to_on_mtrl_animation 0x0
+int drawable btn_radio_on_mtrl 0x0
+int drawable btn_radio_on_to_off_mtrl_animation 0x0
+int drawable design_fab_background 0x0
+int drawable design_ic_visibility 0x0
+int drawable design_ic_visibility_off 0x0
+int drawable design_password_eye 0x0
+int drawable design_snackbar_background 0x0
+int drawable ic_clock_black_24dp 0x0
+int drawable ic_keyboard_black_24dp 0x0
+int drawable ic_mtrl_checked_circle 0x0
+int drawable ic_mtrl_chip_checked_black 0x0
+int drawable ic_mtrl_chip_checked_circle 0x0
+int drawable ic_mtrl_chip_close_circle 0x0
+int drawable material_cursor_drawable 0x0
+int drawable material_ic_calendar_black_24dp 0x0
+int drawable material_ic_clear_black_24dp 0x0
+int drawable material_ic_edit_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_left_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_next_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_previous_black_24dp 0x0
+int drawable material_ic_keyboard_arrow_right_black_24dp 0x0
+int drawable material_ic_menu_arrow_down_black_24dp 0x0
+int drawable material_ic_menu_arrow_up_black_24dp 0x0
+int drawable mtrl_dialog_background 0x0
+int drawable mtrl_dropdown_arrow 0x0
+int drawable mtrl_ic_arrow_drop_down 0x0
+int drawable mtrl_ic_arrow_drop_up 0x0
+int drawable mtrl_ic_cancel 0x0
+int drawable mtrl_ic_error 0x0
+int drawable mtrl_navigation_bar_item_background 0x0
+int drawable mtrl_popupmenu_background 0x0
+int drawable mtrl_popupmenu_background_dark 0x0
+int drawable mtrl_tabs_default_indicator 0x0
+int drawable navigation_empty_icon 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int drawable test_custom_background 0x0
+int drawable tooltip_frame_dark 0x0
+int drawable tooltip_frame_light 0x0
+int id BOTTOM_END 0x0
+int id BOTTOM_START 0x0
+int id NO_DEBUG 0x0
+int id SHOW_ALL 0x0
+int id SHOW_PATH 0x0
+int id SHOW_PROGRESS 0x0
+int id TOP_END 0x0
+int id TOP_START 0x0
+int id accelerate 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_bar 0x0
+int id action_bar_activity_content 0x0
+int id action_bar_container 0x0
+int id action_bar_root 0x0
+int id action_bar_spinner 0x0
+int id action_bar_subtitle 0x0
+int id action_bar_title 0x0
+int id action_container 0x0
+int id action_context_bar 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_menu_divider 0x0
+int id action_menu_presenter 0x0
+int id action_mode_bar 0x0
+int id action_mode_bar_stub 0x0
+int id action_mode_close_button 0x0
+int id action_text 0x0
+int id actions 0x0
+int id activity_chooser_view_content 0x0
+int id add 0x0
+int id alertTitle 0x0
+int id aligned 0x0
+int id animateToEnd 0x0
+int id animateToStart 0x0
+int id arc 0x0
+int id asConfigured 0x0
+int id async 0x0
+int id auto 0x0
+int id autoComplete 0x0
+int id autoCompleteToEnd 0x0
+int id autoCompleteToStart 0x0
+int id barrier 0x0
+int id baseline 0x0
+int id blocking 0x0
+int id bottom 0x0
+int id bounce 0x0
+int id buttonPanel 0x0
+int id cancel_button 0x0
+int id center 0x0
+int id chain 0x0
+int id checkbox 0x0
+int id checked 0x0
+int id chip 0x0
+int id chip1 0x0
+int id chip2 0x0
+int id chip3 0x0
+int id chip_group 0x0
+int id chronometer 0x0
+int id circle_center 0x0
+int id clear_text 0x0
+int id clockwise 0x0
+int id confirm_button 0x0
+int id container 0x0
+int id content 0x0
+int id contentPanel 0x0
+int id contiguous 0x0
+int id coordinator 0x0
+int id cos 0x0
+int id counterclockwise 0x0
+int id custom 0x0
+int id customPanel 0x0
+int id cut 0x0
+int id date_picker_actions 0x0
+int id decelerate 0x0
+int id decelerateAndComplete 0x0
+int id decor_content_parent 0x0
+int id default_activity_button 0x0
+int id deltaRelative 0x0
+int id design_bottom_sheet 0x0
+int id design_menu_item_action_area 0x0
+int id design_menu_item_action_area_stub 0x0
+int id design_menu_item_text 0x0
+int id design_navigation_view 0x0
+int id dialog_button 0x0
+int id disjoint 0x0
+int id dragDown 0x0
+int id dragEnd 0x0
+int id dragLeft 0x0
+int id dragRight 0x0
+int id dragStart 0x0
+int id dragUp 0x0
+int id dropdown_menu 0x0
+int id easeIn 0x0
+int id easeInOut 0x0
+int id easeOut 0x0
+int id edit_query 0x0
+int id elastic 0x0
+int id end 0x0
+int id endToStart 0x0
+int id expand_activities_button 0x0
+int id expanded_menu 0x0
+int id fade 0x0
+int id fill 0x0
+int id filled 0x0
+int id fixed 0x0
+int id flip 0x0
+int id floating 0x0
+int id forever 0x0
+int id fragment_container_view_tag 0x0
+int id ghost_view 0x0
+int id ghost_view_holder 0x0
+int id glide_custom_view_target_tag 0x0
+int id gone 0x0
+int id group_divider 0x0
+int id guideline 0x0
+int id header_title 0x0
+int id home 0x0
+int id honorRequest 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id ignore 0x0
+int id ignoreRequest 0x0
+int id image 0x0
+int id info 0x0
+int id invisible 0x0
+int id inward 0x0
+int id italic 0x0
+int id item_touch_helper_previous_elevation 0x0
+int id jumpToEnd 0x0
+int id jumpToStart 0x0
+int id labeled 0x0
+int id layout 0x0
+int id left 0x0
+int id leftToRight 0x0
+int id line1 0x0
+int id line3 0x0
+int id linear 0x0
+int id listMode 0x0
+int id list_item 0x0
+int id masked 0x0
+int id material_clock_display 0x0
+int id material_clock_face 0x0
+int id material_clock_hand 0x0
+int id material_clock_period_am_button 0x0
+int id material_clock_period_pm_button 0x0
+int id material_clock_period_toggle 0x0
+int id material_hour_text_input 0x0
+int id material_hour_tv 0x0
+int id material_label 0x0
+int id material_minute_text_input 0x0
+int id material_minute_tv 0x0
+int id material_textinput_timepicker 0x0
+int id material_timepicker_cancel_button 0x0
+int id material_timepicker_container 0x0
+int id material_timepicker_edit_text 0x0
+int id material_timepicker_mode_button 0x0
+int id material_timepicker_ok_button 0x0
+int id material_timepicker_view 0x0
+int id material_value_index 0x0
+int id message 0x0
+int id middle 0x0
+int id mini 0x0
+int id month_grid 0x0
+int id month_navigation_bar 0x0
+int id month_navigation_fragment_toggle 0x0
+int id month_navigation_next 0x0
+int id month_navigation_previous 0x0
+int id month_title 0x0
+int id motion_base 0x0
+int id mtrl_anchor_parent 0x0
+int id mtrl_calendar_day_selector_frame 0x0
+int id mtrl_calendar_days_of_week 0x0
+int id mtrl_calendar_frame 0x0
+int id mtrl_calendar_main_pane 0x0
+int id mtrl_calendar_months 0x0
+int id mtrl_calendar_selection_frame 0x0
+int id mtrl_calendar_text_input_frame 0x0
+int id mtrl_calendar_year_selector_frame 0x0
+int id mtrl_card_checked_layer_id 0x0
+int id mtrl_child_content_container 0x0
+int id mtrl_internal_children_alpha_tag 0x0
+int id mtrl_motion_snapshot_view 0x0
+int id mtrl_picker_fullscreen 0x0
+int id mtrl_picker_header 0x0
+int id mtrl_picker_header_selection_text 0x0
+int id mtrl_picker_header_title_and_selection 0x0
+int id mtrl_picker_header_toggle 0x0
+int id mtrl_picker_text_input_date 0x0
+int id mtrl_picker_text_input_range_end 0x0
+int id mtrl_picker_text_input_range_start 0x0
+int id mtrl_picker_title_text 0x0
+int id mtrl_view_tag_bottom_padding 0x0
+int id multiply 0x0
+int id navigation_bar_item_icon_view 0x0
+int id navigation_bar_item_labels_group 0x0
+int id navigation_bar_item_large_label_view 0x0
+int id navigation_bar_item_small_label_view 0x0
+int id navigation_header_container 0x0
+int id none 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id off 0x0
+int id on 0x0
+int id outline 0x0
+int id outward 0x0
+int id packed 0x0
+int id parallax 0x0
+int id parent 0x0
+int id parentPanel 0x0
+int id parentRelative 0x0
+int id parent_matrix 0x0
+int id password_toggle 0x0
+int id path 0x0
+int id pathRelative 0x0
+int id percent 0x0
+int id pin 0x0
+int id position 0x0
+int id postLayout 0x0
+int id progress_circular 0x0
+int id progress_horizontal 0x0
+int id radio 0x0
+int id rectangles 0x0
+int id reverseSawtooth 0x0
+int id right 0x0
+int id rightToLeft 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id rounded 0x0
+int id row_index_key 0x0
+int id save_non_transition_alpha 0x0
+int id save_overlay_view 0x0
+int id sawtooth 0x0
+int id scale 0x0
+int id screen 0x0
+int id scrollIndicatorDown 0x0
+int id scrollIndicatorUp 0x0
+int id scrollView 0x0
+int id scrollable 0x0
+int id search_badge 0x0
+int id search_bar 0x0
+int id search_button 0x0
+int id search_close_btn 0x0
+int id search_edit_frame 0x0
+int id search_go_btn 0x0
+int id search_mag_icon 0x0
+int id search_plate 0x0
+int id search_src_text 0x0
+int id search_voice_btn 0x0
+int id select_dialog_listview 0x0
+int id selected 0x0
+int id selection_type 0x0
+int id shortcut 0x0
+int id sin 0x0
+int id slide 0x0
+int id snackbar_action 0x0
+int id snackbar_text 0x0
+int id spacer 0x0
+int id special_effects_controller_view_tag 0x0
+int id spline 0x0
+int id split_action_bar 0x0
+int id spread 0x0
+int id spread_inside 0x0
+int id square 0x0
+int id src_atop 0x0
+int id src_in 0x0
+int id src_over 0x0
+int id standard 0x0
+int id start 0x0
+int id startHorizontal 0x0
+int id startToEnd 0x0
+int id startVertical 0x0
+int id staticLayout 0x0
+int id staticPostLayout 0x0
+int id stop 0x0
+int id stretch 0x0
+int id submenuarrow 0x0
+int id submit_area 0x0
+int id tabMode 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_on_apply_window_listener 0x0
+int id tag_on_receive_content_listener 0x0
+int id tag_on_receive_content_mime_types 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_state_description 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id tag_window_insets_animation_callback 0x0
+int id test_checkbox_android_button_tint 0x0
+int id test_checkbox_app_button_tint 0x0
+int id test_radiobutton_android_button_tint 0x0
+int id test_radiobutton_app_button_tint 0x0
+int id text 0x0
+int id text2 0x0
+int id textSpacerNoButtons 0x0
+int id textSpacerNoTitle 0x0
+int id text_input_end_icon 0x0
+int id text_input_error_icon 0x0
+int id text_input_start_icon 0x0
+int id textinput_counter 0x0
+int id textinput_error 0x0
+int id textinput_helper_text 0x0
+int id textinput_placeholder 0x0
+int id textinput_prefix_text 0x0
+int id textinput_suffix_text 0x0
+int id time 0x0
+int id title 0x0
+int id titleDividerNoCustom 0x0
+int id title_template 0x0
+int id top 0x0
+int id topPanel 0x0
+int id touch_outside 0x0
+int id transition_current_scene 0x0
+int id transition_layout_save 0x0
+int id transition_position 0x0
+int id transition_scene_layoutid_cache 0x0
+int id transition_transform 0x0
+int id triangle 0x0
+int id unchecked 0x0
+int id uniform 0x0
+int id unlabeled 0x0
+int id up 0x0
+int id view_offset_helper 0x0
+int id view_tree_lifecycle_owner 0x0
+int id view_tree_saved_state_registry_owner 0x0
+int id view_tree_view_model_store_owner 0x0
+int id visible 0x0
+int id visible_removing_fragment_view_tag 0x0
+int id withinBounds 0x0
+int id wrap 0x0
+int id wrap_content 0x0
+int id zero_corner_chip 0x0
+int integer abc_config_activityDefaultDur 0x0
+int integer abc_config_activityShortDur 0x0
+int integer app_bar_elevation_anim_duration 0x0
+int integer bottom_sheet_slide_duration 0x0
+int integer cancel_button_image_alpha 0x0
+int integer config_tooltipAnimTime 0x0
+int integer design_snackbar_text_max_lines 0x0
+int integer design_tab_indicator_anim_duration_ms 0x0
+int integer hide_password_duration 0x0
+int integer material_motion_duration_long_1 0x0
+int integer material_motion_duration_long_2 0x0
+int integer material_motion_duration_medium_1 0x0
+int integer material_motion_duration_medium_2 0x0
+int integer material_motion_duration_short_1 0x0
+int integer material_motion_duration_short_2 0x0
+int integer material_motion_path 0x0
+int integer mtrl_badge_max_character_count 0x0
+int integer mtrl_btn_anim_delay_ms 0x0
+int integer mtrl_btn_anim_duration_ms 0x0
+int integer mtrl_calendar_header_orientation 0x0
+int integer mtrl_calendar_selection_text_lines 0x0
+int integer mtrl_calendar_year_selector_span 0x0
+int integer mtrl_card_anim_delay_ms 0x0
+int integer mtrl_card_anim_duration_ms 0x0
+int integer mtrl_chip_anim_duration 0x0
+int integer mtrl_tab_indicator_anim_duration_ms 0x0
+int integer show_password_duration 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_checked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_0 0x0
+int interpolator btn_checkbox_unchecked_mtrl_animation_interpolator_1 0x0
+int interpolator btn_radio_to_off_mtrl_animation_interpolator_0 0x0
+int interpolator btn_radio_to_on_mtrl_animation_interpolator_0 0x0
+int interpolator fast_out_slow_in 0x0
+int interpolator mtrl_fast_out_linear_in 0x0
+int interpolator mtrl_fast_out_slow_in 0x0
+int interpolator mtrl_linear 0x0
+int interpolator mtrl_linear_out_slow_in 0x0
+int layout abc_action_bar_title_item 0x0
+int layout abc_action_bar_up_container 0x0
+int layout abc_action_menu_item_layout 0x0
+int layout abc_action_menu_layout 0x0
+int layout abc_action_mode_bar 0x0
+int layout abc_action_mode_close_item_material 0x0
+int layout abc_activity_chooser_view 0x0
+int layout abc_activity_chooser_view_list_item 0x0
+int layout abc_alert_dialog_button_bar_material 0x0
+int layout abc_alert_dialog_material 0x0
+int layout abc_alert_dialog_title_material 0x0
+int layout abc_cascading_menu_item_layout 0x0
+int layout abc_dialog_title_material 0x0
+int layout abc_expanded_menu_layout 0x0
+int layout abc_list_menu_item_checkbox 0x0
+int layout abc_list_menu_item_icon 0x0
+int layout abc_list_menu_item_layout 0x0
+int layout abc_list_menu_item_radio 0x0
+int layout abc_popup_menu_header_item_layout 0x0
+int layout abc_popup_menu_item_layout 0x0
+int layout abc_screen_content_include 0x0
+int layout abc_screen_simple 0x0
+int layout abc_screen_simple_overlay_action_mode 0x0
+int layout abc_screen_toolbar 0x0
+int layout abc_search_dropdown_item_icons_2line 0x0
+int layout abc_search_view 0x0
+int layout abc_select_dialog_material 0x0
+int layout abc_tooltip 0x0
+int layout custom_dialog 0x0
+int layout design_bottom_navigation_item 0x0
+int layout design_bottom_sheet_dialog 0x0
+int layout design_layout_snackbar 0x0
+int layout design_layout_snackbar_include 0x0
+int layout design_layout_tab_icon 0x0
+int layout design_layout_tab_text 0x0
+int layout design_menu_item_action_area 0x0
+int layout design_navigation_item 0x0
+int layout design_navigation_item_header 0x0
+int layout design_navigation_item_separator 0x0
+int layout design_navigation_item_subheader 0x0
+int layout design_navigation_menu 0x0
+int layout design_navigation_menu_item 0x0
+int layout design_text_input_end_icon 0x0
+int layout design_text_input_start_icon 0x0
+int layout material_chip_input_combo 0x0
+int layout material_clock_display 0x0
+int layout material_clock_display_divider 0x0
+int layout material_clock_period_toggle 0x0
+int layout material_clock_period_toggle_land 0x0
+int layout material_clockface_textview 0x0
+int layout material_clockface_view 0x0
+int layout material_radial_view_group 0x0
+int layout material_textinput_timepicker 0x0
+int layout material_time_chip 0x0
+int layout material_time_input 0x0
+int layout material_timepicker 0x0
+int layout material_timepicker_dialog 0x0
+int layout material_timepicker_textinput_display 0x0
+int layout mtrl_alert_dialog 0x0
+int layout mtrl_alert_dialog_actions 0x0
+int layout mtrl_alert_dialog_title 0x0
+int layout mtrl_alert_select_dialog_item 0x0
+int layout mtrl_alert_select_dialog_multichoice 0x0
+int layout mtrl_alert_select_dialog_singlechoice 0x0
+int layout mtrl_calendar_day 0x0
+int layout mtrl_calendar_day_of_week 0x0
+int layout mtrl_calendar_days_of_week 0x0
+int layout mtrl_calendar_horizontal 0x0
+int layout mtrl_calendar_month 0x0
+int layout mtrl_calendar_month_labeled 0x0
+int layout mtrl_calendar_month_navigation 0x0
+int layout mtrl_calendar_months 0x0
+int layout mtrl_calendar_vertical 0x0
+int layout mtrl_calendar_year 0x0
+int layout mtrl_layout_snackbar 0x0
+int layout mtrl_layout_snackbar_include 0x0
+int layout mtrl_navigation_rail_item 0x0
+int layout mtrl_picker_actions 0x0
+int layout mtrl_picker_dialog 0x0
+int layout mtrl_picker_fullscreen 0x0
+int layout mtrl_picker_header_dialog 0x0
+int layout mtrl_picker_header_fullscreen 0x0
+int layout mtrl_picker_header_selection_text 0x0
+int layout mtrl_picker_header_title_text 0x0
+int layout mtrl_picker_header_toggle 0x0
+int layout mtrl_picker_text_input_date 0x0
+int layout mtrl_picker_text_input_date_range 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int layout select_dialog_item_material 0x0
+int layout select_dialog_multichoice_material 0x0
+int layout select_dialog_singlechoice_material 0x0
+int layout support_simple_spinner_dropdown_item 0x0
+int layout test_action_chip 0x0
+int layout test_chip_zero_corner_radius 0x0
+int layout test_design_checkbox 0x0
+int layout test_design_radiobutton 0x0
+int layout test_navigation_bar_item_layout 0x0
+int layout test_reflow_chipgroup 0x0
+int layout test_toolbar 0x0
+int layout test_toolbar_custom_background 0x0
+int layout test_toolbar_elevation 0x0
+int layout test_toolbar_surface 0x0
+int layout text_view_with_line_height_from_appearance 0x0
+int layout text_view_with_line_height_from_layout 0x0
+int layout text_view_with_line_height_from_style 0x0
+int layout text_view_with_theme_line_height 0x0
+int layout text_view_without_line_height 0x0
+int plurals mtrl_badge_content_description 0x0
+int string abc_action_bar_home_description 0x0
+int string abc_action_bar_up_description 0x0
+int string abc_action_menu_overflow_description 0x0
+int string abc_action_mode_done 0x0
+int string abc_activity_chooser_view_see_all 0x0
+int string abc_activitychooserview_choose_application 0x0
+int string abc_capital_off 0x0
+int string abc_capital_on 0x0
+int string abc_menu_alt_shortcut_label 0x0
+int string abc_menu_ctrl_shortcut_label 0x0
+int string abc_menu_delete_shortcut_label 0x0
+int string abc_menu_enter_shortcut_label 0x0
+int string abc_menu_function_shortcut_label 0x0
+int string abc_menu_meta_shortcut_label 0x0
+int string abc_menu_shift_shortcut_label 0x0
+int string abc_menu_space_shortcut_label 0x0
+int string abc_menu_sym_shortcut_label 0x0
+int string abc_prepend_shortcut_label 0x0
+int string abc_search_hint 0x0
+int string abc_searchview_description_clear 0x0
+int string abc_searchview_description_query 0x0
+int string abc_searchview_description_search 0x0
+int string abc_searchview_description_submit 0x0
+int string abc_searchview_description_voice 0x0
+int string abc_shareactionprovider_share_with 0x0
+int string abc_shareactionprovider_share_with_application 0x0
+int string abc_toolbar_collapse_description 0x0
+int string appbar_scrolling_view_behavior 0x0
+int string bottom_sheet_behavior 0x0
+int string bottomsheet_action_expand_halfway 0x0
+int string character_counter_content_description 0x0
+int string character_counter_overflowed_content_description 0x0
+int string character_counter_pattern 0x0
+int string chip_text 0x0
+int string clear_text_end_icon_content_description 0x0
+int string error_icon_content_description 0x0
+int string exposed_dropdown_menu_content_description 0x0
+int string fab_transformation_scrim_behavior 0x0
+int string fab_transformation_sheet_behavior 0x0
+int string hide_bottom_view_on_scroll_behavior 0x0
+int string icon_content_description 0x0
+int string item_view_role_description 0x0
+int string material_clock_display_divider 0x0
+int string material_clock_toggle_content_description 0x0
+int string material_hour_selection 0x0
+int string material_hour_suffix 0x0
+int string material_minute_selection 0x0
+int string material_minute_suffix 0x0
+int string material_motion_easing_accelerated 0x0
+int string material_motion_easing_decelerated 0x0
+int string material_motion_easing_emphasized 0x0
+int string material_motion_easing_linear 0x0
+int string material_motion_easing_standard 0x0
+int string material_slider_range_end 0x0
+int string material_slider_range_start 0x0
+int string material_timepicker_am 0x0
+int string material_timepicker_clock_mode_description 0x0
+int string material_timepicker_hour 0x0
+int string material_timepicker_minute 0x0
+int string material_timepicker_pm 0x0
+int string material_timepicker_select_time 0x0
+int string material_timepicker_text_input_mode_description 0x0
+int string maui_empty_unused 0x0
+int string mtrl_badge_numberless_content_description 0x0
+int string mtrl_chip_close_icon_content_description 0x0
+int string mtrl_exceed_max_badge_number_content_description 0x0
+int string mtrl_exceed_max_badge_number_suffix 0x0
+int string mtrl_picker_a11y_next_month 0x0
+int string mtrl_picker_a11y_prev_month 0x0
+int string mtrl_picker_announce_current_selection 0x0
+int string mtrl_picker_cancel 0x0
+int string mtrl_picker_confirm 0x0
+int string mtrl_picker_date_header_selected 0x0
+int string mtrl_picker_date_header_title 0x0
+int string mtrl_picker_date_header_unselected 0x0
+int string mtrl_picker_day_of_week_column_header 0x0
+int string mtrl_picker_invalid_format 0x0
+int string mtrl_picker_invalid_format_example 0x0
+int string mtrl_picker_invalid_format_use 0x0
+int string mtrl_picker_invalid_range 0x0
+int string mtrl_picker_navigate_to_year_description 0x0
+int string mtrl_picker_out_of_range 0x0
+int string mtrl_picker_range_header_only_end_selected 0x0
+int string mtrl_picker_range_header_only_start_selected 0x0
+int string mtrl_picker_range_header_selected 0x0
+int string mtrl_picker_range_header_title 0x0
+int string mtrl_picker_range_header_unselected 0x0
+int string mtrl_picker_save 0x0
+int string mtrl_picker_text_input_date_hint 0x0
+int string mtrl_picker_text_input_date_range_end_hint 0x0
+int string mtrl_picker_text_input_date_range_start_hint 0x0
+int string mtrl_picker_text_input_day_abbr 0x0
+int string mtrl_picker_text_input_month_abbr 0x0
+int string mtrl_picker_text_input_year_abbr 0x0
+int string mtrl_picker_toggle_to_calendar_input_mode 0x0
+int string mtrl_picker_toggle_to_day_selection 0x0
+int string mtrl_picker_toggle_to_text_input_mode 0x0
+int string mtrl_picker_toggle_to_year_selection 0x0
+int string password_toggle_content_description 0x0
+int string path_password_eye 0x0
+int string path_password_eye_mask_strike_through 0x0
+int string path_password_eye_mask_visible 0x0
+int string path_password_strike_through 0x0
+int string search_menu_title 0x0
+int string status_bar_notification_info_overflow 0x0
+int style AlertDialog_AppCompat 0x0
+int style AlertDialog_AppCompat_Light 0x0
+int style AndroidThemeColorAccentYellow 0x0
+int style Animation_AppCompat_Dialog 0x0
+int style Animation_AppCompat_DropDownUp 0x0
+int style Animation_AppCompat_Tooltip 0x0
+int style Animation_Design_BottomSheetDialog 0x0
+int style Animation_MaterialComponents_BottomSheetDialog 0x0
+int style Base_AlertDialog_AppCompat 0x0
+int style Base_AlertDialog_AppCompat_Light 0x0
+int style Base_Animation_AppCompat_Dialog 0x0
+int style Base_Animation_AppCompat_DropDownUp 0x0
+int style Base_Animation_AppCompat_Tooltip 0x0
+int style Base_CardView 0x0
+int style Base_DialogWindowTitleBackground_AppCompat 0x0
+int style Base_DialogWindowTitle_AppCompat 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
+int style Base_MaterialAlertDialog_MaterialComponents_Title_Text 0x0
+int style Base_TextAppearance_AppCompat 0x0
+int style Base_TextAppearance_AppCompat_Body1 0x0
+int style Base_TextAppearance_AppCompat_Body2 0x0
+int style Base_TextAppearance_AppCompat_Button 0x0
+int style Base_TextAppearance_AppCompat_Caption 0x0
+int style Base_TextAppearance_AppCompat_Display1 0x0
+int style Base_TextAppearance_AppCompat_Display2 0x0
+int style Base_TextAppearance_AppCompat_Display3 0x0
+int style Base_TextAppearance_AppCompat_Display4 0x0
+int style Base_TextAppearance_AppCompat_Headline 0x0
+int style Base_TextAppearance_AppCompat_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Large 0x0
+int style Base_TextAppearance_AppCompat_Large_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Medium 0x0
+int style Base_TextAppearance_AppCompat_Medium_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Menu 0x0
+int style Base_TextAppearance_AppCompat_SearchResult 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_SearchResult_Title 0x0
+int style Base_TextAppearance_AppCompat_Small 0x0
+int style Base_TextAppearance_AppCompat_Small_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Subhead 0x0
+int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Title 0x0
+int style Base_TextAppearance_AppCompat_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Tooltip 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style Base_TextAppearance_AppCompat_Widget_Switch 0x0
+int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style Base_TextAppearance_MaterialComponents_Badge 0x0
+int style Base_TextAppearance_MaterialComponents_Button 0x0
+int style Base_TextAppearance_MaterialComponents_Headline6 0x0
+int style Base_TextAppearance_MaterialComponents_Subtitle2 0x0
+int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style Base_ThemeOverlay_AppCompat 0x0
+int style Base_ThemeOverlay_AppCompat_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dark 0x0
+int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style Base_ThemeOverlay_AppCompat_Light 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
+int style Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
+int style Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style Base_Theme_AppCompat 0x0
+int style Base_Theme_AppCompat_CompactMenu 0x0
+int style Base_Theme_AppCompat_Dialog 0x0
+int style Base_Theme_AppCompat_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Dialog_MinWidth 0x0
+int style Base_Theme_AppCompat_Light 0x0
+int style Base_Theme_AppCompat_Light_DarkActionBar 0x0
+int style Base_Theme_AppCompat_Light_Dialog 0x0
+int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Base_Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x0
+int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Base_Theme_MaterialComponents 0x0
+int style Base_Theme_MaterialComponents_Bridge 0x0
+int style Base_Theme_MaterialComponents_CompactMenu 0x0
+int style Base_Theme_MaterialComponents_Dialog 0x0
+int style Base_Theme_MaterialComponents_DialogWhenLarge 0x0
+int style Base_Theme_MaterialComponents_Dialog_Alert 0x0
+int style Base_Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Base_Theme_MaterialComponents_Dialog_FixedSize 0x0
+int style Base_Theme_MaterialComponents_Dialog_MinWidth 0x0
+int style Base_Theme_MaterialComponents_Light 0x0
+int style Base_Theme_MaterialComponents_Light_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_DarkActionBar 0x0
+int style Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_Theme_MaterialComponents_Light_DialogWhenLarge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_Alert 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
+int style Base_Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style Base_V14_Theme_MaterialComponents 0x0
+int style Base_V14_Theme_MaterialComponents_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Base_V21_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V21_ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style Base_V21_Theme_AppCompat 0x0
+int style Base_V21_Theme_AppCompat_Dialog 0x0
+int style Base_V21_Theme_AppCompat_Light 0x0
+int style Base_V21_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V21_Theme_MaterialComponents 0x0
+int style Base_V21_Theme_MaterialComponents_Dialog 0x0
+int style Base_V21_Theme_MaterialComponents_Light 0x0
+int style Base_V21_Theme_MaterialComponents_Light_Dialog 0x0
+int style Base_V22_Theme_AppCompat 0x0
+int style Base_V22_Theme_AppCompat_Light 0x0
+int style Base_V23_Theme_AppCompat 0x0
+int style Base_V23_Theme_AppCompat_Light 0x0
+int style Base_V26_Theme_AppCompat 0x0
+int style Base_V26_Theme_AppCompat_Light 0x0
+int style Base_V26_Widget_AppCompat_Toolbar 0x0
+int style Base_V28_Theme_AppCompat 0x0
+int style Base_V28_Theme_AppCompat_Light 0x0
+int style Base_V7_ThemeOverlay_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat 0x0
+int style Base_V7_Theme_AppCompat_Dialog 0x0
+int style Base_V7_Theme_AppCompat_Light 0x0
+int style Base_V7_Theme_AppCompat_Light_Dialog 0x0
+int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_V7_Widget_AppCompat_EditText 0x0
+int style Base_V7_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_ActionBar 0x0
+int style Base_Widget_AppCompat_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_ActionButton 0x0
+int style Base_Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Base_Widget_AppCompat_ActionButton_Overflow 0x0
+int style Base_Widget_AppCompat_ActionMode 0x0
+int style Base_Widget_AppCompat_ActivityChooserView 0x0
+int style Base_Widget_AppCompat_AutoCompleteTextView 0x0
+int style Base_Widget_AppCompat_Button 0x0
+int style Base_Widget_AppCompat_ButtonBar 0x0
+int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Borderless 0x0
+int style Base_Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Base_Widget_AppCompat_Button_Colored 0x0
+int style Base_Widget_AppCompat_Button_Small 0x0
+int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Base_Widget_AppCompat_CompoundButton_Switch 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle 0x0
+int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x0
+int style Base_Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Base_Widget_AppCompat_EditText 0x0
+int style Base_Widget_AppCompat_ImageButton 0x0
+int style Base_Widget_AppCompat_Light_ActionBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu 0x0
+int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_ListMenuView 0x0
+int style Base_Widget_AppCompat_ListPopupWindow 0x0
+int style Base_Widget_AppCompat_ListView 0x0
+int style Base_Widget_AppCompat_ListView_DropDown 0x0
+int style Base_Widget_AppCompat_ListView_Menu 0x0
+int style Base_Widget_AppCompat_PopupMenu 0x0
+int style Base_Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Base_Widget_AppCompat_PopupWindow 0x0
+int style Base_Widget_AppCompat_ProgressBar 0x0
+int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Base_Widget_AppCompat_RatingBar 0x0
+int style Base_Widget_AppCompat_RatingBar_Indicator 0x0
+int style Base_Widget_AppCompat_RatingBar_Small 0x0
+int style Base_Widget_AppCompat_SearchView 0x0
+int style Base_Widget_AppCompat_SearchView_ActionBar 0x0
+int style Base_Widget_AppCompat_SeekBar 0x0
+int style Base_Widget_AppCompat_SeekBar_Discrete 0x0
+int style Base_Widget_AppCompat_Spinner 0x0
+int style Base_Widget_AppCompat_Spinner_Underlined 0x0
+int style Base_Widget_AppCompat_TextView 0x0
+int style Base_Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Base_Widget_AppCompat_Toolbar 0x0
+int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Base_Widget_Design_TabLayout 0x0
+int style Base_Widget_MaterialComponents_AutoCompleteTextView 0x0
+int style Base_Widget_MaterialComponents_CheckedTextView 0x0
+int style Base_Widget_MaterialComponents_Chip 0x0
+int style Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton 0x0
+int style Base_Widget_MaterialComponents_PopupMenu 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
+int style Base_Widget_MaterialComponents_PopupMenu_Overflow 0x0
+int style Base_Widget_MaterialComponents_Slider 0x0
+int style Base_Widget_MaterialComponents_Snackbar 0x0
+int style Base_Widget_MaterialComponents_TextInputEditText 0x0
+int style Base_Widget_MaterialComponents_TextInputLayout 0x0
+int style Base_Widget_MaterialComponents_TextView 0x0
+int style CardView 0x0
+int style CardView_Dark 0x0
+int style CardView_Light 0x0
+int style EmptyTheme 0x0
+int style MaterialAlertDialog_MaterialComponents 0x0
+int style MaterialAlertDialog_MaterialComponents_Body_Text 0x0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar 0x0
+int style MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Icon 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Panel 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Text 0x0
+int style MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked 0x0
+int style Platform_AppCompat 0x0
+int style Platform_AppCompat_Light 0x0
+int style Platform_MaterialComponents 0x0
+int style Platform_MaterialComponents_Dialog 0x0
+int style Platform_MaterialComponents_Light 0x0
+int style Platform_MaterialComponents_Light_Dialog 0x0
+int style Platform_ThemeOverlay_AppCompat 0x0
+int style Platform_ThemeOverlay_AppCompat_Dark 0x0
+int style Platform_ThemeOverlay_AppCompat_Light 0x0
+int style Platform_V21_AppCompat 0x0
+int style Platform_V21_AppCompat_Light 0x0
+int style Platform_V25_AppCompat 0x0
+int style Platform_V25_AppCompat_Light 0x0
+int style Platform_Widget_AppCompat_Spinner 0x0
+int style RtlOverlay_DialogWindowTitle_AppCompat 0x0
+int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x0
+int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x0
+int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Title 0x0
+int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x0
+int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton 0x0
+int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x0
+int style ShapeAppearanceOverlay 0x0
+int style ShapeAppearanceOverlay_BottomLeftDifferentCornerSize 0x0
+int style ShapeAppearanceOverlay_BottomRightCut 0x0
+int style ShapeAppearanceOverlay_Cut 0x0
+int style ShapeAppearanceOverlay_DifferentCornerSize 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_BottomSheet 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_Chip 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year 0x0
+int style ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox 0x0
+int style ShapeAppearanceOverlay_TopLeftCut 0x0
+int style ShapeAppearanceOverlay_TopRightDifferentCornerSize 0x0
+int style ShapeAppearance_MaterialComponents 0x0
+int style ShapeAppearance_MaterialComponents_LargeComponent 0x0
+int style ShapeAppearance_MaterialComponents_MediumComponent 0x0
+int style ShapeAppearance_MaterialComponents_SmallComponent 0x0
+int style ShapeAppearance_MaterialComponents_Test 0x0
+int style ShapeAppearance_MaterialComponents_Tooltip 0x0
+int style TestStyleWithLineHeight 0x0
+int style TestStyleWithLineHeightAppearance 0x0
+int style TestStyleWithThemeLineHeightAttribute 0x0
+int style TestStyleWithoutLineHeight 0x0
+int style TestThemeWithLineHeight 0x0
+int style TestThemeWithLineHeightDisabled 0x0
+int style Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day 0x0
+int style Test_Theme_MaterialComponents_MaterialCalendar 0x0
+int style Test_Widget_MaterialComponents_MaterialCalendar 0x0
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day 0x0
+int style Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
+int style TextAppearance_AppCompat 0x0
+int style TextAppearance_AppCompat_Body1 0x0
+int style TextAppearance_AppCompat_Body2 0x0
+int style TextAppearance_AppCompat_Button 0x0
+int style TextAppearance_AppCompat_Caption 0x0
+int style TextAppearance_AppCompat_Display1 0x0
+int style TextAppearance_AppCompat_Display2 0x0
+int style TextAppearance_AppCompat_Display3 0x0
+int style TextAppearance_AppCompat_Display4 0x0
+int style TextAppearance_AppCompat_Headline 0x0
+int style TextAppearance_AppCompat_Inverse 0x0
+int style TextAppearance_AppCompat_Large 0x0
+int style TextAppearance_AppCompat_Large_Inverse 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_Light_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Medium 0x0
+int style TextAppearance_AppCompat_Medium_Inverse 0x0
+int style TextAppearance_AppCompat_Menu 0x0
+int style TextAppearance_AppCompat_SearchResult_Subtitle 0x0
+int style TextAppearance_AppCompat_SearchResult_Title 0x0
+int style TextAppearance_AppCompat_Small 0x0
+int style TextAppearance_AppCompat_Small_Inverse 0x0
+int style TextAppearance_AppCompat_Subhead 0x0
+int style TextAppearance_AppCompat_Subhead_Inverse 0x0
+int style TextAppearance_AppCompat_Title 0x0
+int style TextAppearance_AppCompat_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Tooltip 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x0
+int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_Button 0x0
+int style TextAppearance_AppCompat_Widget_Button_Borderless_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Colored 0x0
+int style TextAppearance_AppCompat_Widget_Button_Inverse 0x0
+int style TextAppearance_AppCompat_Widget_DropDownItem 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Header 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x0
+int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x0
+int style TextAppearance_AppCompat_Widget_Switch 0x0
+int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style TextAppearance_Design_CollapsingToolbar_Expanded 0x0
+int style TextAppearance_Design_Counter 0x0
+int style TextAppearance_Design_Counter_Overflow 0x0
+int style TextAppearance_Design_Error 0x0
+int style TextAppearance_Design_HelperText 0x0
+int style TextAppearance_Design_Hint 0x0
+int style TextAppearance_Design_Placeholder 0x0
+int style TextAppearance_Design_Prefix 0x0
+int style TextAppearance_Design_Snackbar_Message 0x0
+int style TextAppearance_Design_Suffix 0x0
+int style TextAppearance_Design_Tab 0x0
+int style TextAppearance_MaterialComponents_Badge 0x0
+int style TextAppearance_MaterialComponents_Body1 0x0
+int style TextAppearance_MaterialComponents_Body2 0x0
+int style TextAppearance_MaterialComponents_Button 0x0
+int style TextAppearance_MaterialComponents_Caption 0x0
+int style TextAppearance_MaterialComponents_Chip 0x0
+int style TextAppearance_MaterialComponents_Headline1 0x0
+int style TextAppearance_MaterialComponents_Headline2 0x0
+int style TextAppearance_MaterialComponents_Headline3 0x0
+int style TextAppearance_MaterialComponents_Headline4 0x0
+int style TextAppearance_MaterialComponents_Headline5 0x0
+int style TextAppearance_MaterialComponents_Headline6 0x0
+int style TextAppearance_MaterialComponents_Overline 0x0
+int style TextAppearance_MaterialComponents_Subtitle1 0x0
+int style TextAppearance_MaterialComponents_Subtitle2 0x0
+int style TextAppearance_MaterialComponents_TimePicker_Title 0x0
+int style TextAppearance_MaterialComponents_Tooltip 0x0
+int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x0
+int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x0
+int style ThemeOverlayColorAccentRed 0x0
+int style ThemeOverlay_AppCompat 0x0
+int style ThemeOverlay_AppCompat_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dark 0x0
+int style ThemeOverlay_AppCompat_Dark_ActionBar 0x0
+int style ThemeOverlay_AppCompat_DayNight 0x0
+int style ThemeOverlay_AppCompat_DayNight_ActionBar 0x0
+int style ThemeOverlay_AppCompat_Dialog 0x0
+int style ThemeOverlay_AppCompat_Dialog_Alert 0x0
+int style ThemeOverlay_AppCompat_Light 0x0
+int style ThemeOverlay_Design_TextInputEditText 0x0
+int style ThemeOverlay_MaterialComponents 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_ActionBar_Surface 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
+int style ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_BottomAppBar_Surface 0x0
+int style ThemeOverlay_MaterialComponents_BottomSheetDialog 0x0
+int style ThemeOverlay_MaterialComponents_Dark 0x0
+int style ThemeOverlay_MaterialComponents_Dark_ActionBar 0x0
+int style ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog 0x0
+int style ThemeOverlay_MaterialComponents_Dialog 0x0
+int style ThemeOverlay_MaterialComponents_Dialog_Alert 0x0
+int style ThemeOverlay_MaterialComponents_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_MaterialComponents_Light 0x0
+int style ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day 0x0
+int style ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner 0x0
+int style ThemeOverlay_MaterialComponents_MaterialCalendar 0x0
+int style ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox 0x0
+int style ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker 0x0
+int style ThemeOverlay_MaterialComponents_TimePicker_Display 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Primary 0x0
+int style ThemeOverlay_MaterialComponents_Toolbar_Surface 0x0
+int style Theme_AppCompat 0x0
+int style Theme_AppCompat_CompactMenu 0x0
+int style Theme_AppCompat_DayNight 0x0
+int style Theme_AppCompat_DayNight_DarkActionBar 0x0
+int style Theme_AppCompat_DayNight_Dialog 0x0
+int style Theme_AppCompat_DayNight_DialogWhenLarge 0x0
+int style Theme_AppCompat_DayNight_Dialog_Alert 0x0
+int style Theme_AppCompat_DayNight_Dialog_MinWidth 0x0
+int style Theme_AppCompat_DayNight_NoActionBar 0x0
+int style Theme_AppCompat_Dialog 0x0
+int style Theme_AppCompat_DialogWhenLarge 0x0
+int style Theme_AppCompat_Dialog_Alert 0x0
+int style Theme_AppCompat_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Empty 0x0
+int style Theme_AppCompat_Light 0x0
+int style Theme_AppCompat_Light_DarkActionBar 0x0
+int style Theme_AppCompat_Light_Dialog 0x0
+int style Theme_AppCompat_Light_DialogWhenLarge 0x0
+int style Theme_AppCompat_Light_Dialog_Alert 0x0
+int style Theme_AppCompat_Light_Dialog_MinWidth 0x0
+int style Theme_AppCompat_Light_NoActionBar 0x0
+int style Theme_AppCompat_NoActionBar 0x0
+int style Theme_Design 0x0
+int style Theme_Design_BottomSheetDialog 0x0
+int style Theme_Design_Light 0x0
+int style Theme_Design_Light_BottomSheetDialog 0x0
+int style Theme_Design_Light_NoActionBar 0x0
+int style Theme_Design_NoActionBar 0x0
+int style Theme_MaterialComponents 0x0
+int style Theme_MaterialComponents_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_Bridge 0x0
+int style Theme_MaterialComponents_CompactMenu 0x0
+int style Theme_MaterialComponents_DayNight 0x0
+int style Theme_MaterialComponents_DayNight_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_DayNight_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_DarkActionBar 0x0
+int style Theme_MaterialComponents_DayNight_DarkActionBar_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog 0x0
+int style Theme_MaterialComponents_DayNight_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Alert 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_DayNight_NoActionBar 0x0
+int style Theme_MaterialComponents_DayNight_NoActionBar_Bridge 0x0
+int style Theme_MaterialComponents_Dialog 0x0
+int style Theme_MaterialComponents_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_Dialog_Alert 0x0
+int style Theme_MaterialComponents_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_Light 0x0
+int style Theme_MaterialComponents_Light_BarSize 0x0
+int style Theme_MaterialComponents_Light_BottomSheetDialog 0x0
+int style Theme_MaterialComponents_Light_Bridge 0x0
+int style Theme_MaterialComponents_Light_DarkActionBar 0x0
+int style Theme_MaterialComponents_Light_DarkActionBar_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog 0x0
+int style Theme_MaterialComponents_Light_DialogWhenLarge 0x0
+int style Theme_MaterialComponents_Light_Dialog_Alert 0x0
+int style Theme_MaterialComponents_Light_Dialog_Alert_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_FixedSize 0x0
+int style Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge 0x0
+int style Theme_MaterialComponents_Light_Dialog_MinWidth 0x0
+int style Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge 0x0
+int style Theme_MaterialComponents_Light_LargeTouch 0x0
+int style Theme_MaterialComponents_Light_NoActionBar 0x0
+int style Theme_MaterialComponents_Light_NoActionBar_Bridge 0x0
+int style Theme_MaterialComponents_NoActionBar 0x0
+int style Theme_MaterialComponents_NoActionBar_Bridge 0x0
+int style Widget_AppCompat_ActionBar 0x0
+int style Widget_AppCompat_ActionBar_Solid 0x0
+int style Widget_AppCompat_ActionBar_TabBar 0x0
+int style Widget_AppCompat_ActionBar_TabText 0x0
+int style Widget_AppCompat_ActionBar_TabView 0x0
+int style Widget_AppCompat_ActionButton 0x0
+int style Widget_AppCompat_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_ActionButton_Overflow 0x0
+int style Widget_AppCompat_ActionMode 0x0
+int style Widget_AppCompat_ActivityChooserView 0x0
+int style Widget_AppCompat_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Button 0x0
+int style Widget_AppCompat_ButtonBar 0x0
+int style Widget_AppCompat_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Borderless 0x0
+int style Widget_AppCompat_Button_Borderless_Colored 0x0
+int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x0
+int style Widget_AppCompat_Button_Colored 0x0
+int style Widget_AppCompat_Button_Small 0x0
+int style Widget_AppCompat_CompoundButton_CheckBox 0x0
+int style Widget_AppCompat_CompoundButton_RadioButton 0x0
+int style Widget_AppCompat_CompoundButton_Switch 0x0
+int style Widget_AppCompat_DrawerArrowToggle 0x0
+int style Widget_AppCompat_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_EditText 0x0
+int style Widget_AppCompat_ImageButton 0x0
+int style Widget_AppCompat_Light_ActionBar 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid 0x0
+int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar 0x0
+int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText 0x0
+int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView 0x0
+int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x0
+int style Widget_AppCompat_Light_ActionButton 0x0
+int style Widget_AppCompat_Light_ActionButton_CloseMode 0x0
+int style Widget_AppCompat_Light_ActionButton_Overflow 0x0
+int style Widget_AppCompat_Light_ActionMode_Inverse 0x0
+int style Widget_AppCompat_Light_ActivityChooserView 0x0
+int style Widget_AppCompat_Light_AutoCompleteTextView 0x0
+int style Widget_AppCompat_Light_DropDownItem_Spinner 0x0
+int style Widget_AppCompat_Light_ListPopupWindow 0x0
+int style Widget_AppCompat_Light_ListView_DropDown 0x0
+int style Widget_AppCompat_Light_PopupMenu 0x0
+int style Widget_AppCompat_Light_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_Light_SearchView 0x0
+int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_ListMenuView 0x0
+int style Widget_AppCompat_ListPopupWindow 0x0
+int style Widget_AppCompat_ListView 0x0
+int style Widget_AppCompat_ListView_DropDown 0x0
+int style Widget_AppCompat_ListView_Menu 0x0
+int style Widget_AppCompat_PopupMenu 0x0
+int style Widget_AppCompat_PopupMenu_Overflow 0x0
+int style Widget_AppCompat_PopupWindow 0x0
+int style Widget_AppCompat_ProgressBar 0x0
+int style Widget_AppCompat_ProgressBar_Horizontal 0x0
+int style Widget_AppCompat_RatingBar 0x0
+int style Widget_AppCompat_RatingBar_Indicator 0x0
+int style Widget_AppCompat_RatingBar_Small 0x0
+int style Widget_AppCompat_SearchView 0x0
+int style Widget_AppCompat_SearchView_ActionBar 0x0
+int style Widget_AppCompat_SeekBar 0x0
+int style Widget_AppCompat_SeekBar_Discrete 0x0
+int style Widget_AppCompat_Spinner 0x0
+int style Widget_AppCompat_Spinner_DropDown 0x0
+int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x0
+int style Widget_AppCompat_Spinner_Underlined 0x0
+int style Widget_AppCompat_TextView 0x0
+int style Widget_AppCompat_TextView_SpinnerItem 0x0
+int style Widget_AppCompat_Toolbar 0x0
+int style Widget_AppCompat_Toolbar_Button_Navigation 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int style Widget_Design_AppBarLayout 0x0
+int style Widget_Design_BottomNavigationView 0x0
+int style Widget_Design_BottomSheet_Modal 0x0
+int style Widget_Design_CollapsingToolbar 0x0
+int style Widget_Design_FloatingActionButton 0x0
+int style Widget_Design_NavigationView 0x0
+int style Widget_Design_ScrimInsetsFrameLayout 0x0
+int style Widget_Design_Snackbar 0x0
+int style Widget_Design_TabLayout 0x0
+int style Widget_Design_TextInputEditText 0x0
+int style Widget_Design_TextInputLayout 0x0
+int style Widget_MaterialComponents_ActionBar_Primary 0x0
+int style Widget_MaterialComponents_ActionBar_PrimarySurface 0x0
+int style Widget_MaterialComponents_ActionBar_Solid 0x0
+int style Widget_MaterialComponents_ActionBar_Surface 0x0
+int style Widget_MaterialComponents_AppBarLayout_Primary 0x0
+int style Widget_MaterialComponents_AppBarLayout_PrimarySurface 0x0
+int style Widget_MaterialComponents_AppBarLayout_Surface 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox 0x0
+int style Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_Badge 0x0
+int style Widget_MaterialComponents_BottomAppBar 0x0
+int style Widget_MaterialComponents_BottomAppBar_Colored 0x0
+int style Widget_MaterialComponents_BottomAppBar_PrimarySurface 0x0
+int style Widget_MaterialComponents_BottomNavigationView 0x0
+int style Widget_MaterialComponents_BottomNavigationView_Colored 0x0
+int style Widget_MaterialComponents_BottomNavigationView_PrimarySurface 0x0
+int style Widget_MaterialComponents_BottomSheet 0x0
+int style Widget_MaterialComponents_BottomSheet_Modal 0x0
+int style Widget_MaterialComponents_Button 0x0
+int style Widget_MaterialComponents_Button_Icon 0x0
+int style Widget_MaterialComponents_Button_OutlinedButton 0x0
+int style Widget_MaterialComponents_Button_OutlinedButton_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Flush 0x0
+int style Widget_MaterialComponents_Button_TextButton_Dialog_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton_Icon 0x0
+int style Widget_MaterialComponents_Button_TextButton_Snackbar 0x0
+int style Widget_MaterialComponents_Button_UnelevatedButton 0x0
+int style Widget_MaterialComponents_Button_UnelevatedButton_Icon 0x0
+int style Widget_MaterialComponents_CardView 0x0
+int style Widget_MaterialComponents_CheckedTextView 0x0
+int style Widget_MaterialComponents_ChipGroup 0x0
+int style Widget_MaterialComponents_Chip_Action 0x0
+int style Widget_MaterialComponents_Chip_Choice 0x0
+int style Widget_MaterialComponents_Chip_Entry 0x0
+int style Widget_MaterialComponents_Chip_Filter 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_ExtraSmall 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_Medium 0x0
+int style Widget_MaterialComponents_CircularProgressIndicator_Small 0x0
+int style Widget_MaterialComponents_CollapsingToolbar 0x0
+int style Widget_MaterialComponents_CompoundButton_CheckBox 0x0
+int style Widget_MaterialComponents_CompoundButton_RadioButton 0x0
+int style Widget_MaterialComponents_CompoundButton_Switch 0x0
+int style Widget_MaterialComponents_ExtendedFloatingActionButton 0x0
+int style Widget_MaterialComponents_ExtendedFloatingActionButton_Icon 0x0
+int style Widget_MaterialComponents_FloatingActionButton 0x0
+int style Widget_MaterialComponents_Light_ActionBar_Solid 0x0
+int style Widget_MaterialComponents_LinearProgressIndicator 0x0
+int style Widget_MaterialComponents_MaterialButtonToggleGroup 0x0
+int style Widget_MaterialComponents_MaterialCalendar 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day 0x0
+int style Widget_MaterialComponents_MaterialCalendar_DayTextView 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Invalid 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Selected 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Day_Today 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Fullscreen 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderDivider 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderLayout 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderTitle 0x0
+int style Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Item 0x0
+int style Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_MonthTextView 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year 0x0
+int style Widget_MaterialComponents_MaterialCalendar_YearNavigationButton 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year_Selected 0x0
+int style Widget_MaterialComponents_MaterialCalendar_Year_Today 0x0
+int style Widget_MaterialComponents_NavigationRailView 0x0
+int style Widget_MaterialComponents_NavigationRailView_Colored 0x0
+int style Widget_MaterialComponents_NavigationRailView_Colored_Compact 0x0
+int style Widget_MaterialComponents_NavigationRailView_Compact 0x0
+int style Widget_MaterialComponents_NavigationRailView_PrimarySurface 0x0
+int style Widget_MaterialComponents_NavigationView 0x0
+int style Widget_MaterialComponents_PopupMenu 0x0
+int style Widget_MaterialComponents_PopupMenu_ContextMenu 0x0
+int style Widget_MaterialComponents_PopupMenu_ListPopupWindow 0x0
+int style Widget_MaterialComponents_PopupMenu_Overflow 0x0
+int style Widget_MaterialComponents_ProgressIndicator 0x0
+int style Widget_MaterialComponents_ShapeableImageView 0x0
+int style Widget_MaterialComponents_Slider 0x0
+int style Widget_MaterialComponents_Snackbar 0x0
+int style Widget_MaterialComponents_Snackbar_FullWidth 0x0
+int style Widget_MaterialComponents_Snackbar_TextView 0x0
+int style Widget_MaterialComponents_TabLayout 0x0
+int style Widget_MaterialComponents_TabLayout_Colored 0x0
+int style Widget_MaterialComponents_TabLayout_PrimarySurface 0x0
+int style Widget_MaterialComponents_TextInputEditText_FilledBox 0x0
+int style Widget_MaterialComponents_TextInputEditText_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox 0x0
+int style Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu 0x0
+int style Widget_MaterialComponents_TextView 0x0
+int style Widget_MaterialComponents_TimePicker 0x0
+int style Widget_MaterialComponents_TimePicker_Button 0x0
+int style Widget_MaterialComponents_TimePicker_Clock 0x0
+int style Widget_MaterialComponents_TimePicker_Display 0x0
+int style Widget_MaterialComponents_TimePicker_Display_TextInputEditText 0x0
+int style Widget_MaterialComponents_TimePicker_ImageButton 0x0
+int style Widget_MaterialComponents_TimePicker_ImageButton_ShapeAppearance 0x0
+int style Widget_MaterialComponents_Toolbar 0x0
+int style Widget_MaterialComponents_Toolbar_Primary 0x0
+int style Widget_MaterialComponents_Toolbar_PrimarySurface 0x0
+int style Widget_MaterialComponents_Toolbar_Surface 0x0
+int style Widget_MaterialComponents_Tooltip 0x0
+int style Widget_Support_CoordinatorLayout 0x0
+int[] styleable ActionBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionBar_background 0
+int styleable ActionBar_backgroundSplit 1
+int styleable ActionBar_backgroundStacked 2
+int styleable ActionBar_contentInsetEnd 3
+int styleable ActionBar_contentInsetEndWithActions 4
+int styleable ActionBar_contentInsetLeft 5
+int styleable ActionBar_contentInsetRight 6
+int styleable ActionBar_contentInsetStart 7
+int styleable ActionBar_contentInsetStartWithNavigation 8
+int styleable ActionBar_customNavigationLayout 9
+int styleable ActionBar_displayOptions 10
+int styleable ActionBar_divider 11
+int styleable ActionBar_elevation 12
+int styleable ActionBar_height 13
+int styleable ActionBar_hideOnContentScroll 14
+int styleable ActionBar_homeAsUpIndicator 15
+int styleable ActionBar_homeLayout 16
+int styleable ActionBar_icon 17
+int styleable ActionBar_indeterminateProgressStyle 18
+int styleable ActionBar_itemPadding 19
+int styleable ActionBar_logo 20
+int styleable ActionBar_navigationMode 21
+int styleable ActionBar_popupTheme 22
+int styleable ActionBar_progressBarPadding 23
+int styleable ActionBar_progressBarStyle 24
+int styleable ActionBar_subtitle 25
+int styleable ActionBar_subtitleTextStyle 26
+int styleable ActionBar_title 27
+int styleable ActionBar_titleTextStyle 28
+int[] styleable ActionBarLayout { 0x10100b3 }
+int styleable ActionBarLayout_android_layout_gravity 0
+int[] styleable ActionMenuItemView { 0x101013f }
+int styleable ActionMenuItemView_android_minWidth 0
+int[] styleable ActionMenuView { }
+int[] styleable ActionMode { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ActionMode_background 0
+int styleable ActionMode_backgroundSplit 1
+int styleable ActionMode_closeItemLayout 2
+int styleable ActionMode_height 3
+int styleable ActionMode_subtitleTextStyle 4
+int styleable ActionMode_titleTextStyle 5
+int[] styleable ActivityChooserView { 0x0, 0x0 }
+int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 0
+int styleable ActivityChooserView_initialActivityCount 1
+int[] styleable AlertDialog { 0x10100f2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AlertDialog_android_layout 0
+int styleable AlertDialog_buttonIconDimen 1
+int styleable AlertDialog_buttonPanelSideLayout 2
+int styleable AlertDialog_listItemLayout 3
+int styleable AlertDialog_listLayout 4
+int styleable AlertDialog_multiChoiceItemLayout 5
+int styleable AlertDialog_showTitle 6
+int styleable AlertDialog_singleChoiceItemLayout 7
+int[] styleable AnimatedStateListDrawableCompat { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable AnimatedStateListDrawableCompat_android_constantSize 0
+int styleable AnimatedStateListDrawableCompat_android_dither 1
+int styleable AnimatedStateListDrawableCompat_android_enterFadeDuration 2
+int styleable AnimatedStateListDrawableCompat_android_exitFadeDuration 3
+int styleable AnimatedStateListDrawableCompat_android_variablePadding 4
+int styleable AnimatedStateListDrawableCompat_android_visible 5
+int[] styleable AnimatedStateListDrawableItem { 0x1010199, 0x10100d0 }
+int styleable AnimatedStateListDrawableItem_android_drawable 0
+int styleable AnimatedStateListDrawableItem_android_id 1
+int[] styleable AnimatedStateListDrawableTransition { 0x1010199, 0x101044a, 0x101044b, 0x1010449 }
+int styleable AnimatedStateListDrawableTransition_android_drawable 0
+int styleable AnimatedStateListDrawableTransition_android_fromId 1
+int styleable AnimatedStateListDrawableTransition_android_reversible 2
+int styleable AnimatedStateListDrawableTransition_android_toId 3
+int[] styleable AppBarLayout { 0x10100d4, 0x1010540, 0x101048f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppBarLayout_android_background 0
+int styleable AppBarLayout_android_keyboardNavigationCluster 1
+int styleable AppBarLayout_android_touchscreenBlocksFocus 2
+int styleable AppBarLayout_elevation 3
+int styleable AppBarLayout_expanded 4
+int styleable AppBarLayout_liftOnScroll 5
+int styleable AppBarLayout_liftOnScrollTargetViewId 6
+int styleable AppBarLayout_statusBarForeground 7
+int[] styleable AppBarLayoutStates { 0x0, 0x0, 0x0, 0x0 }
+int styleable AppBarLayoutStates_state_collapsed 0
+int styleable AppBarLayoutStates_state_collapsible 1
+int styleable AppBarLayoutStates_state_liftable 2
+int styleable AppBarLayoutStates_state_lifted 3
+int[] styleable AppBarLayout_Layout { 0x0, 0x0 }
+int styleable AppBarLayout_Layout_layout_scrollFlags 0
+int styleable AppBarLayout_Layout_layout_scrollInterpolator 1
+int[] styleable AppCompatImageView { 0x1010119, 0x0, 0x0, 0x0 }
+int styleable AppCompatImageView_android_src 0
+int styleable AppCompatImageView_srcCompat 1
+int styleable AppCompatImageView_tint 2
+int styleable AppCompatImageView_tintMode 3
+int[] styleable AppCompatSeekBar { 0x1010142, 0x0, 0x0, 0x0 }
+int styleable AppCompatSeekBar_android_thumb 0
+int styleable AppCompatSeekBar_tickMark 1
+int styleable AppCompatSeekBar_tickMarkTint 2
+int styleable AppCompatSeekBar_tickMarkTintMode 3
+int[] styleable AppCompatTextHelper { 0x101016e, 0x1010393, 0x101016f, 0x1010170, 0x1010392, 0x101016d, 0x1010034 }
+int styleable AppCompatTextHelper_android_drawableBottom 0
+int styleable AppCompatTextHelper_android_drawableEnd 1
+int styleable AppCompatTextHelper_android_drawableLeft 2
+int styleable AppCompatTextHelper_android_drawableRight 3
+int styleable AppCompatTextHelper_android_drawableStart 4
+int styleable AppCompatTextHelper_android_drawableTop 5
+int styleable AppCompatTextHelper_android_textAppearance 6
+int[] styleable AppCompatTextView { 0x1010034, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTextView_android_textAppearance 0
+int styleable AppCompatTextView_autoSizeMaxTextSize 1
+int styleable AppCompatTextView_autoSizeMinTextSize 2
+int styleable AppCompatTextView_autoSizePresetSizes 3
+int styleable AppCompatTextView_autoSizeStepGranularity 4
+int styleable AppCompatTextView_autoSizeTextType 5
+int styleable AppCompatTextView_drawableBottomCompat 6
+int styleable AppCompatTextView_drawableEndCompat 7
+int styleable AppCompatTextView_drawableLeftCompat 8
+int styleable AppCompatTextView_drawableRightCompat 9
+int styleable AppCompatTextView_drawableStartCompat 10
+int styleable AppCompatTextView_drawableTint 11
+int styleable AppCompatTextView_drawableTintMode 12
+int styleable AppCompatTextView_drawableTopCompat 13
+int styleable AppCompatTextView_firstBaselineToTopHeight 14
+int styleable AppCompatTextView_fontFamily 15
+int styleable AppCompatTextView_fontVariationSettings 16
+int styleable AppCompatTextView_lastBaselineToBottomHeight 17
+int styleable AppCompatTextView_lineHeight 18
+int styleable AppCompatTextView_textAllCaps 19
+int styleable AppCompatTextView_textLocale 20
+int[] styleable AppCompatTheme { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x10100ae, 0x1010057, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable AppCompatTheme_actionBarDivider 0
+int styleable AppCompatTheme_actionBarItemBackground 1
+int styleable AppCompatTheme_actionBarPopupTheme 2
+int styleable AppCompatTheme_actionBarSize 3
+int styleable AppCompatTheme_actionBarSplitStyle 4
+int styleable AppCompatTheme_actionBarStyle 5
+int styleable AppCompatTheme_actionBarTabBarStyle 6
+int styleable AppCompatTheme_actionBarTabStyle 7
+int styleable AppCompatTheme_actionBarTabTextStyle 8
+int styleable AppCompatTheme_actionBarTheme 9
+int styleable AppCompatTheme_actionBarWidgetTheme 10
+int styleable AppCompatTheme_actionButtonStyle 11
+int styleable AppCompatTheme_actionDropDownStyle 12
+int styleable AppCompatTheme_actionMenuTextAppearance 13
+int styleable AppCompatTheme_actionMenuTextColor 14
+int styleable AppCompatTheme_actionModeBackground 15
+int styleable AppCompatTheme_actionModeCloseButtonStyle 16
+int styleable AppCompatTheme_actionModeCloseContentDescription 17
+int styleable AppCompatTheme_actionModeCloseDrawable 18
+int styleable AppCompatTheme_actionModeCopyDrawable 19
+int styleable AppCompatTheme_actionModeCutDrawable 20
+int styleable AppCompatTheme_actionModeFindDrawable 21
+int styleable AppCompatTheme_actionModePasteDrawable 22
+int styleable AppCompatTheme_actionModePopupWindowStyle 23
+int styleable AppCompatTheme_actionModeSelectAllDrawable 24
+int styleable AppCompatTheme_actionModeShareDrawable 25
+int styleable AppCompatTheme_actionModeSplitBackground 26
+int styleable AppCompatTheme_actionModeStyle 27
+int styleable AppCompatTheme_actionModeTheme 28
+int styleable AppCompatTheme_actionModeWebSearchDrawable 29
+int styleable AppCompatTheme_actionOverflowButtonStyle 30
+int styleable AppCompatTheme_actionOverflowMenuStyle 31
+int styleable AppCompatTheme_activityChooserViewStyle 32
+int styleable AppCompatTheme_alertDialogButtonGroupStyle 33
+int styleable AppCompatTheme_alertDialogCenterButtons 34
+int styleable AppCompatTheme_alertDialogStyle 35
+int styleable AppCompatTheme_alertDialogTheme 36
+int styleable AppCompatTheme_android_windowAnimationStyle 37
+int styleable AppCompatTheme_android_windowIsFloating 38
+int styleable AppCompatTheme_autoCompleteTextViewStyle 39
+int styleable AppCompatTheme_borderlessButtonStyle 40
+int styleable AppCompatTheme_buttonBarButtonStyle 41
+int styleable AppCompatTheme_buttonBarNegativeButtonStyle 42
+int styleable AppCompatTheme_buttonBarNeutralButtonStyle 43
+int styleable AppCompatTheme_buttonBarPositiveButtonStyle 44
+int styleable AppCompatTheme_buttonBarStyle 45
+int styleable AppCompatTheme_buttonStyle 46
+int styleable AppCompatTheme_buttonStyleSmall 47
+int styleable AppCompatTheme_checkboxStyle 48
+int styleable AppCompatTheme_checkedTextViewStyle 49
+int styleable AppCompatTheme_colorAccent 50
+int styleable AppCompatTheme_colorBackgroundFloating 51
+int styleable AppCompatTheme_colorButtonNormal 52
+int styleable AppCompatTheme_colorControlActivated 53
+int styleable AppCompatTheme_colorControlHighlight 54
+int styleable AppCompatTheme_colorControlNormal 55
+int styleable AppCompatTheme_colorError 56
+int styleable AppCompatTheme_colorPrimary 57
+int styleable AppCompatTheme_colorPrimaryDark 58
+int styleable AppCompatTheme_colorSwitchThumbNormal 59
+int styleable AppCompatTheme_controlBackground 60
+int styleable AppCompatTheme_dialogCornerRadius 61
+int styleable AppCompatTheme_dialogPreferredPadding 62
+int styleable AppCompatTheme_dialogTheme 63
+int styleable AppCompatTheme_dividerHorizontal 64
+int styleable AppCompatTheme_dividerVertical 65
+int styleable AppCompatTheme_dropDownListViewStyle 66
+int styleable AppCompatTheme_dropdownListPreferredItemHeight 67
+int styleable AppCompatTheme_editTextBackground 68
+int styleable AppCompatTheme_editTextColor 69
+int styleable AppCompatTheme_editTextStyle 70
+int styleable AppCompatTheme_homeAsUpIndicator 71
+int styleable AppCompatTheme_imageButtonStyle 72
+int styleable AppCompatTheme_listChoiceBackgroundIndicator 73
+int styleable AppCompatTheme_listChoiceIndicatorMultipleAnimated 74
+int styleable AppCompatTheme_listChoiceIndicatorSingleAnimated 75
+int styleable AppCompatTheme_listDividerAlertDialog 76
+int styleable AppCompatTheme_listMenuViewStyle 77
+int styleable AppCompatTheme_listPopupWindowStyle 78
+int styleable AppCompatTheme_listPreferredItemHeight 79
+int styleable AppCompatTheme_listPreferredItemHeightLarge 80
+int styleable AppCompatTheme_listPreferredItemHeightSmall 81
+int styleable AppCompatTheme_listPreferredItemPaddingEnd 82
+int styleable AppCompatTheme_listPreferredItemPaddingLeft 83
+int styleable AppCompatTheme_listPreferredItemPaddingRight 84
+int styleable AppCompatTheme_listPreferredItemPaddingStart 85
+int styleable AppCompatTheme_panelBackground 86
+int styleable AppCompatTheme_panelMenuListTheme 87
+int styleable AppCompatTheme_panelMenuListWidth 88
+int styleable AppCompatTheme_popupMenuStyle 89
+int styleable AppCompatTheme_popupWindowStyle 90
+int styleable AppCompatTheme_radioButtonStyle 91
+int styleable AppCompatTheme_ratingBarStyle 92
+int styleable AppCompatTheme_ratingBarStyleIndicator 93
+int styleable AppCompatTheme_ratingBarStyleSmall 94
+int styleable AppCompatTheme_searchViewStyle 95
+int styleable AppCompatTheme_seekBarStyle 96
+int styleable AppCompatTheme_selectableItemBackground 97
+int styleable AppCompatTheme_selectableItemBackgroundBorderless 98
+int styleable AppCompatTheme_spinnerDropDownItemStyle 99
+int styleable AppCompatTheme_spinnerStyle 100
+int styleable AppCompatTheme_switchStyle 101
+int styleable AppCompatTheme_textAppearanceLargePopupMenu 102
+int styleable AppCompatTheme_textAppearanceListItem 103
+int styleable AppCompatTheme_textAppearanceListItemSecondary 104
+int styleable AppCompatTheme_textAppearanceListItemSmall 105
+int styleable AppCompatTheme_textAppearancePopupMenuHeader 106
+int styleable AppCompatTheme_textAppearanceSearchResultSubtitle 107
+int styleable AppCompatTheme_textAppearanceSearchResultTitle 108
+int styleable AppCompatTheme_textAppearanceSmallPopupMenu 109
+int styleable AppCompatTheme_textColorAlertDialogListItem 110
+int styleable AppCompatTheme_textColorSearchUrl 111
+int styleable AppCompatTheme_toolbarNavigationButtonStyle 112
+int styleable AppCompatTheme_toolbarStyle 113
+int styleable AppCompatTheme_tooltipForegroundColor 114
+int styleable AppCompatTheme_tooltipFrameBackground 115
+int styleable AppCompatTheme_viewInflaterClass 116
+int styleable AppCompatTheme_windowActionBar 117
+int styleable AppCompatTheme_windowActionBarOverlay 118
+int styleable AppCompatTheme_windowActionModeOverlay 119
+int styleable AppCompatTheme_windowFixedHeightMajor 120
+int styleable AppCompatTheme_windowFixedHeightMinor 121
+int styleable AppCompatTheme_windowFixedWidthMajor 122
+int styleable AppCompatTheme_windowFixedWidthMinor 123
+int styleable AppCompatTheme_windowMinWidthMajor 124
+int styleable AppCompatTheme_windowMinWidthMinor 125
+int styleable AppCompatTheme_windowNoTitle 126
+int[] styleable Badge { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Badge_backgroundColor 0
+int styleable Badge_badgeGravity 1
+int styleable Badge_badgeTextColor 2
+int styleable Badge_horizontalOffset 3
+int styleable Badge_maxCharacterCount 4
+int styleable Badge_number 5
+int styleable Badge_verticalOffset 6
+int[] styleable BaseProgressIndicator { 0x1010139, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BaseProgressIndicator_android_indeterminate 0
+int styleable BaseProgressIndicator_hideAnimationBehavior 1
+int styleable BaseProgressIndicator_indicatorColor 2
+int styleable BaseProgressIndicator_minHideDelay 3
+int styleable BaseProgressIndicator_showAnimationBehavior 4
+int styleable BaseProgressIndicator_showDelay 5
+int styleable BaseProgressIndicator_trackColor 6
+int styleable BaseProgressIndicator_trackCornerRadius 7
+int styleable BaseProgressIndicator_trackThickness 8
+int[] styleable BottomAppBar { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BottomAppBar_backgroundTint 0
+int styleable BottomAppBar_elevation 1
+int styleable BottomAppBar_fabAlignmentMode 2
+int styleable BottomAppBar_fabAnimationMode 3
+int styleable BottomAppBar_fabCradleMargin 4
+int styleable BottomAppBar_fabCradleRoundedCornerRadius 5
+int styleable BottomAppBar_fabCradleVerticalOffset 6
+int styleable BottomAppBar_hideOnScroll 7
+int styleable BottomAppBar_paddingBottomSystemWindowInsets 8
+int styleable BottomAppBar_paddingLeftSystemWindowInsets 9
+int styleable BottomAppBar_paddingRightSystemWindowInsets 10
+int[] styleable BottomNavigationView { 0x0 }
+int styleable BottomNavigationView_itemHorizontalTranslationEnabled 0
+int[] styleable BottomSheetBehavior_Layout { 0x1010440, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable BottomSheetBehavior_Layout_android_elevation 0
+int styleable BottomSheetBehavior_Layout_android_maxWidth 1
+int styleable BottomSheetBehavior_Layout_backgroundTint 2
+int styleable BottomSheetBehavior_Layout_behavior_draggable 3
+int styleable BottomSheetBehavior_Layout_behavior_expandedOffset 4
+int styleable BottomSheetBehavior_Layout_behavior_fitToContents 5
+int styleable BottomSheetBehavior_Layout_behavior_halfExpandedRatio 6
+int styleable BottomSheetBehavior_Layout_behavior_hideable 7
+int styleable BottomSheetBehavior_Layout_behavior_peekHeight 8
+int styleable BottomSheetBehavior_Layout_behavior_saveFlags 9
+int styleable BottomSheetBehavior_Layout_behavior_skipCollapsed 10
+int styleable BottomSheetBehavior_Layout_gestureInsetBottomIgnored 11
+int styleable BottomSheetBehavior_Layout_paddingBottomSystemWindowInsets 12
+int styleable BottomSheetBehavior_Layout_paddingLeftSystemWindowInsets 13
+int styleable BottomSheetBehavior_Layout_paddingRightSystemWindowInsets 14
+int styleable BottomSheetBehavior_Layout_paddingTopSystemWindowInsets 15
+int styleable BottomSheetBehavior_Layout_shapeAppearance 16
+int styleable BottomSheetBehavior_Layout_shapeAppearanceOverlay 17
+int[] styleable ButtonBarLayout { 0x0 }
+int styleable ButtonBarLayout_allowStacking 0
+int[] styleable CardView { 0x1010140, 0x101013f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CardView_android_minHeight 0
+int styleable CardView_android_minWidth 1
+int styleable CardView_cardBackgroundColor 2
+int styleable CardView_cardCornerRadius 3
+int styleable CardView_cardElevation 4
+int styleable CardView_cardMaxElevation 5
+int styleable CardView_cardPreventCornerOverlap 6
+int styleable CardView_cardUseCompatPadding 7
+int styleable CardView_contentPadding 8
+int styleable CardView_contentPaddingBottom 9
+int styleable CardView_contentPaddingLeft 10
+int styleable CardView_contentPaddingRight 11
+int styleable CardView_contentPaddingTop 12
+int[] styleable Chip { 0x10101e5, 0x10100ab, 0x101011f, 0x101014f, 0x1010034, 0x1010098, 0x1010095, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Chip_android_checkable 0
+int styleable Chip_android_ellipsize 1
+int styleable Chip_android_maxWidth 2
+int styleable Chip_android_text 3
+int styleable Chip_android_textAppearance 4
+int styleable Chip_android_textColor 5
+int styleable Chip_android_textSize 6
+int styleable Chip_checkedIcon 7
+int styleable Chip_checkedIconEnabled 8
+int styleable Chip_checkedIconTint 9
+int styleable Chip_checkedIconVisible 10
+int styleable Chip_chipBackgroundColor 11
+int styleable Chip_chipCornerRadius 12
+int styleable Chip_chipEndPadding 13
+int styleable Chip_chipIcon 14
+int styleable Chip_chipIconEnabled 15
+int styleable Chip_chipIconSize 16
+int styleable Chip_chipIconTint 17
+int styleable Chip_chipIconVisible 18
+int styleable Chip_chipMinHeight 19
+int styleable Chip_chipMinTouchTargetSize 20
+int styleable Chip_chipStartPadding 21
+int styleable Chip_chipStrokeColor 22
+int styleable Chip_chipStrokeWidth 23
+int styleable Chip_chipSurfaceColor 24
+int styleable Chip_closeIcon 25
+int styleable Chip_closeIconEnabled 26
+int styleable Chip_closeIconEndPadding 27
+int styleable Chip_closeIconSize 28
+int styleable Chip_closeIconStartPadding 29
+int styleable Chip_closeIconTint 30
+int styleable Chip_closeIconVisible 31
+int styleable Chip_ensureMinTouchTargetSize 32
+int styleable Chip_hideMotionSpec 33
+int styleable Chip_iconEndPadding 34
+int styleable Chip_iconStartPadding 35
+int styleable Chip_rippleColor 36
+int styleable Chip_shapeAppearance 37
+int styleable Chip_shapeAppearanceOverlay 38
+int styleable Chip_showMotionSpec 39
+int styleable Chip_textEndPadding 40
+int styleable Chip_textStartPadding 41
+int[] styleable ChipGroup { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ChipGroup_checkedChip 0
+int styleable ChipGroup_chipSpacing 1
+int styleable ChipGroup_chipSpacingHorizontal 2
+int styleable ChipGroup_chipSpacingVertical 3
+int styleable ChipGroup_selectionRequired 4
+int styleable ChipGroup_singleLine 5
+int styleable ChipGroup_singleSelection 6
+int[] styleable CircularProgressIndicator { 0x0, 0x0, 0x0 }
+int styleable CircularProgressIndicator_indicatorDirectionCircular 0
+int styleable CircularProgressIndicator_indicatorInset 1
+int styleable CircularProgressIndicator_indicatorSize 2
+int[] styleable ClockFaceView { 0x0, 0x0 }
+int styleable ClockFaceView_clockFaceBackgroundColor 0
+int styleable ClockFaceView_clockNumberTextColor 1
+int[] styleable ClockHandView { 0x0, 0x0, 0x0 }
+int styleable ClockHandView_clockHandColor 0
+int styleable ClockHandView_materialCircleRadius 1
+int styleable ClockHandView_selectorSize 2
+int[] styleable CollapsingToolbarLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CollapsingToolbarLayout_collapsedTitleGravity 0
+int styleable CollapsingToolbarLayout_collapsedTitleTextAppearance 1
+int styleable CollapsingToolbarLayout_contentScrim 2
+int styleable CollapsingToolbarLayout_expandedTitleGravity 3
+int styleable CollapsingToolbarLayout_expandedTitleMargin 4
+int styleable CollapsingToolbarLayout_expandedTitleMarginBottom 5
+int styleable CollapsingToolbarLayout_expandedTitleMarginEnd 6
+int styleable CollapsingToolbarLayout_expandedTitleMarginStart 7
+int styleable CollapsingToolbarLayout_expandedTitleMarginTop 8
+int styleable CollapsingToolbarLayout_expandedTitleTextAppearance 9
+int styleable CollapsingToolbarLayout_extraMultilineHeightEnabled 10
+int styleable CollapsingToolbarLayout_forceApplySystemWindowInsetTop 11
+int styleable CollapsingToolbarLayout_maxLines 12
+int styleable CollapsingToolbarLayout_scrimAnimationDuration 13
+int styleable CollapsingToolbarLayout_scrimVisibleHeightTrigger 14
+int styleable CollapsingToolbarLayout_statusBarScrim 15
+int styleable CollapsingToolbarLayout_title 16
+int styleable CollapsingToolbarLayout_titleCollapseMode 17
+int styleable CollapsingToolbarLayout_titleEnabled 18
+int styleable CollapsingToolbarLayout_toolbarId 19
+int[] styleable CollapsingToolbarLayout_Layout { 0x0, 0x0 }
+int styleable CollapsingToolbarLayout_Layout_layout_collapseMode 0
+int styleable CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier 1
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable CompoundButton { 0x1010107, 0x0, 0x0, 0x0 }
+int styleable CompoundButton_android_button 0
+int styleable CompoundButton_buttonCompat 1
+int styleable CompoundButton_buttonTint 2
+int styleable CompoundButton_buttonTintMode 3
+int[] styleable Constraint { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Constraint_android_alpha 0
+int styleable Constraint_android_elevation 1
+int styleable Constraint_android_id 2
+int styleable Constraint_android_layout_height 3
+int styleable Constraint_android_layout_marginBottom 4
+int styleable Constraint_android_layout_marginEnd 5
+int styleable Constraint_android_layout_marginLeft 6
+int styleable Constraint_android_layout_marginRight 7
+int styleable Constraint_android_layout_marginStart 8
+int styleable Constraint_android_layout_marginTop 9
+int styleable Constraint_android_layout_width 10
+int styleable Constraint_android_maxHeight 11
+int styleable Constraint_android_maxWidth 12
+int styleable Constraint_android_minHeight 13
+int styleable Constraint_android_minWidth 14
+int styleable Constraint_android_orientation 15
+int styleable Constraint_android_rotation 16
+int styleable Constraint_android_rotationX 17
+int styleable Constraint_android_rotationY 18
+int styleable Constraint_android_scaleX 19
+int styleable Constraint_android_scaleY 20
+int styleable Constraint_android_transformPivotX 21
+int styleable Constraint_android_transformPivotY 22
+int styleable Constraint_android_translationX 23
+int styleable Constraint_android_translationY 24
+int styleable Constraint_android_translationZ 25
+int styleable Constraint_android_visibility 26
+int styleable Constraint_animate_relativeTo 27
+int styleable Constraint_barrierAllowsGoneWidgets 28
+int styleable Constraint_barrierDirection 29
+int styleable Constraint_barrierMargin 30
+int styleable Constraint_chainUseRtl 31
+int styleable Constraint_constraint_referenced_ids 32
+int styleable Constraint_drawPath 33
+int styleable Constraint_flow_firstHorizontalBias 34
+int styleable Constraint_flow_firstHorizontalStyle 35
+int styleable Constraint_flow_firstVerticalBias 36
+int styleable Constraint_flow_firstVerticalStyle 37
+int styleable Constraint_flow_horizontalAlign 38
+int styleable Constraint_flow_horizontalBias 39
+int styleable Constraint_flow_horizontalGap 40
+int styleable Constraint_flow_horizontalStyle 41
+int styleable Constraint_flow_lastHorizontalBias 42
+int styleable Constraint_flow_lastHorizontalStyle 43
+int styleable Constraint_flow_lastVerticalBias 44
+int styleable Constraint_flow_lastVerticalStyle 45
+int styleable Constraint_flow_maxElementsWrap 46
+int styleable Constraint_flow_verticalAlign 47
+int styleable Constraint_flow_verticalBias 48
+int styleable Constraint_flow_verticalGap 49
+int styleable Constraint_flow_verticalStyle 50
+int styleable Constraint_flow_wrapMode 51
+int styleable Constraint_layout_constrainedHeight 52
+int styleable Constraint_layout_constrainedWidth 53
+int styleable Constraint_layout_constraintBaseline_creator 54
+int styleable Constraint_layout_constraintBaseline_toBaselineOf 55
+int styleable Constraint_layout_constraintBottom_creator 56
+int styleable Constraint_layout_constraintBottom_toBottomOf 57
+int styleable Constraint_layout_constraintBottom_toTopOf 58
+int styleable Constraint_layout_constraintCircle 59
+int styleable Constraint_layout_constraintCircleAngle 60
+int styleable Constraint_layout_constraintCircleRadius 61
+int styleable Constraint_layout_constraintDimensionRatio 62
+int styleable Constraint_layout_constraintEnd_toEndOf 63
+int styleable Constraint_layout_constraintEnd_toStartOf 64
+int styleable Constraint_layout_constraintGuide_begin 65
+int styleable Constraint_layout_constraintGuide_end 66
+int styleable Constraint_layout_constraintGuide_percent 67
+int styleable Constraint_layout_constraintHeight_default 68
+int styleable Constraint_layout_constraintHeight_max 69
+int styleable Constraint_layout_constraintHeight_min 70
+int styleable Constraint_layout_constraintHeight_percent 71
+int styleable Constraint_layout_constraintHorizontal_bias 72
+int styleable Constraint_layout_constraintHorizontal_chainStyle 73
+int styleable Constraint_layout_constraintHorizontal_weight 74
+int styleable Constraint_layout_constraintLeft_creator 75
+int styleable Constraint_layout_constraintLeft_toLeftOf 76
+int styleable Constraint_layout_constraintLeft_toRightOf 77
+int styleable Constraint_layout_constraintRight_creator 78
+int styleable Constraint_layout_constraintRight_toLeftOf 79
+int styleable Constraint_layout_constraintRight_toRightOf 80
+int styleable Constraint_layout_constraintStart_toEndOf 81
+int styleable Constraint_layout_constraintStart_toStartOf 82
+int styleable Constraint_layout_constraintTag 83
+int styleable Constraint_layout_constraintTop_creator 84
+int styleable Constraint_layout_constraintTop_toBottomOf 85
+int styleable Constraint_layout_constraintTop_toTopOf 86
+int styleable Constraint_layout_constraintVertical_bias 87
+int styleable Constraint_layout_constraintVertical_chainStyle 88
+int styleable Constraint_layout_constraintVertical_weight 89
+int styleable Constraint_layout_constraintWidth_default 90
+int styleable Constraint_layout_constraintWidth_max 91
+int styleable Constraint_layout_constraintWidth_min 92
+int styleable Constraint_layout_constraintWidth_percent 93
+int styleable Constraint_layout_editor_absoluteX 94
+int styleable Constraint_layout_editor_absoluteY 95
+int styleable Constraint_layout_goneMarginBottom 96
+int styleable Constraint_layout_goneMarginEnd 97
+int styleable Constraint_layout_goneMarginLeft 98
+int styleable Constraint_layout_goneMarginRight 99
+int styleable Constraint_layout_goneMarginStart 100
+int styleable Constraint_layout_goneMarginTop 101
+int styleable Constraint_motionProgress 102
+int styleable Constraint_motionStagger 103
+int styleable Constraint_pathMotionArc 104
+int styleable Constraint_pivotAnchor 105
+int styleable Constraint_transitionEasing 106
+int styleable Constraint_transitionPathRotate 107
+int styleable Constraint_visibilityMode 108
+int[] styleable ConstraintLayout_Layout { 0x1010440, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10100d5, 0x10100d9, 0x10103b4, 0x10100d6, 0x10100d8, 0x10103b3, 0x10100d7, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintLayout_Layout_android_elevation 0
+int styleable ConstraintLayout_Layout_android_maxHeight 1
+int styleable ConstraintLayout_Layout_android_maxWidth 2
+int styleable ConstraintLayout_Layout_android_minHeight 3
+int styleable ConstraintLayout_Layout_android_minWidth 4
+int styleable ConstraintLayout_Layout_android_orientation 5
+int styleable ConstraintLayout_Layout_android_padding 6
+int styleable ConstraintLayout_Layout_android_paddingBottom 7
+int styleable ConstraintLayout_Layout_android_paddingEnd 8
+int styleable ConstraintLayout_Layout_android_paddingLeft 9
+int styleable ConstraintLayout_Layout_android_paddingRight 10
+int styleable ConstraintLayout_Layout_android_paddingStart 11
+int styleable ConstraintLayout_Layout_android_paddingTop 12
+int styleable ConstraintLayout_Layout_android_visibility 13
+int styleable ConstraintLayout_Layout_barrierAllowsGoneWidgets 14
+int styleable ConstraintLayout_Layout_barrierDirection 15
+int styleable ConstraintLayout_Layout_barrierMargin 16
+int styleable ConstraintLayout_Layout_chainUseRtl 17
+int styleable ConstraintLayout_Layout_constraintSet 18
+int styleable ConstraintLayout_Layout_constraint_referenced_ids 19
+int styleable ConstraintLayout_Layout_flow_firstHorizontalBias 20
+int styleable ConstraintLayout_Layout_flow_firstHorizontalStyle 21
+int styleable ConstraintLayout_Layout_flow_firstVerticalBias 22
+int styleable ConstraintLayout_Layout_flow_firstVerticalStyle 23
+int styleable ConstraintLayout_Layout_flow_horizontalAlign 24
+int styleable ConstraintLayout_Layout_flow_horizontalBias 25
+int styleable ConstraintLayout_Layout_flow_horizontalGap 26
+int styleable ConstraintLayout_Layout_flow_horizontalStyle 27
+int styleable ConstraintLayout_Layout_flow_lastHorizontalBias 28
+int styleable ConstraintLayout_Layout_flow_lastHorizontalStyle 29
+int styleable ConstraintLayout_Layout_flow_lastVerticalBias 30
+int styleable ConstraintLayout_Layout_flow_lastVerticalStyle 31
+int styleable ConstraintLayout_Layout_flow_maxElementsWrap 32
+int styleable ConstraintLayout_Layout_flow_verticalAlign 33
+int styleable ConstraintLayout_Layout_flow_verticalBias 34
+int styleable ConstraintLayout_Layout_flow_verticalGap 35
+int styleable ConstraintLayout_Layout_flow_verticalStyle 36
+int styleable ConstraintLayout_Layout_flow_wrapMode 37
+int styleable ConstraintLayout_Layout_layoutDescription 38
+int styleable ConstraintLayout_Layout_layout_constrainedHeight 39
+int styleable ConstraintLayout_Layout_layout_constrainedWidth 40
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_creator 41
+int styleable ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf 42
+int styleable ConstraintLayout_Layout_layout_constraintBottom_creator 43
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toBottomOf 44
+int styleable ConstraintLayout_Layout_layout_constraintBottom_toTopOf 45
+int styleable ConstraintLayout_Layout_layout_constraintCircle 46
+int styleable ConstraintLayout_Layout_layout_constraintCircleAngle 47
+int styleable ConstraintLayout_Layout_layout_constraintCircleRadius 48
+int styleable ConstraintLayout_Layout_layout_constraintDimensionRatio 49
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toEndOf 50
+int styleable ConstraintLayout_Layout_layout_constraintEnd_toStartOf 51
+int styleable ConstraintLayout_Layout_layout_constraintGuide_begin 52
+int styleable ConstraintLayout_Layout_layout_constraintGuide_end 53
+int styleable ConstraintLayout_Layout_layout_constraintGuide_percent 54
+int styleable ConstraintLayout_Layout_layout_constraintHeight_default 55
+int styleable ConstraintLayout_Layout_layout_constraintHeight_max 56
+int styleable ConstraintLayout_Layout_layout_constraintHeight_min 57
+int styleable ConstraintLayout_Layout_layout_constraintHeight_percent 58
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_bias 59
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle 60
+int styleable ConstraintLayout_Layout_layout_constraintHorizontal_weight 61
+int styleable ConstraintLayout_Layout_layout_constraintLeft_creator 62
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toLeftOf 63
+int styleable ConstraintLayout_Layout_layout_constraintLeft_toRightOf 64
+int styleable ConstraintLayout_Layout_layout_constraintRight_creator 65
+int styleable ConstraintLayout_Layout_layout_constraintRight_toLeftOf 66
+int styleable ConstraintLayout_Layout_layout_constraintRight_toRightOf 67
+int styleable ConstraintLayout_Layout_layout_constraintStart_toEndOf 68
+int styleable ConstraintLayout_Layout_layout_constraintStart_toStartOf 69
+int styleable ConstraintLayout_Layout_layout_constraintTag 70
+int styleable ConstraintLayout_Layout_layout_constraintTop_creator 71
+int styleable ConstraintLayout_Layout_layout_constraintTop_toBottomOf 72
+int styleable ConstraintLayout_Layout_layout_constraintTop_toTopOf 73
+int styleable ConstraintLayout_Layout_layout_constraintVertical_bias 74
+int styleable ConstraintLayout_Layout_layout_constraintVertical_chainStyle 75
+int styleable ConstraintLayout_Layout_layout_constraintVertical_weight 76
+int styleable ConstraintLayout_Layout_layout_constraintWidth_default 77
+int styleable ConstraintLayout_Layout_layout_constraintWidth_max 78
+int styleable ConstraintLayout_Layout_layout_constraintWidth_min 79
+int styleable ConstraintLayout_Layout_layout_constraintWidth_percent 80
+int styleable ConstraintLayout_Layout_layout_editor_absoluteX 81
+int styleable ConstraintLayout_Layout_layout_editor_absoluteY 82
+int styleable ConstraintLayout_Layout_layout_goneMarginBottom 83
+int styleable ConstraintLayout_Layout_layout_goneMarginEnd 84
+int styleable ConstraintLayout_Layout_layout_goneMarginLeft 85
+int styleable ConstraintLayout_Layout_layout_goneMarginRight 86
+int styleable ConstraintLayout_Layout_layout_goneMarginStart 87
+int styleable ConstraintLayout_Layout_layout_goneMarginTop 88
+int styleable ConstraintLayout_Layout_layout_optimizationLevel 89
+int[] styleable ConstraintLayout_placeholder { 0x0, 0x0 }
+int styleable ConstraintLayout_placeholder_content 0
+int styleable ConstraintLayout_placeholder_placeholder_emptyVisibility 1
+int[] styleable ConstraintSet { 0x101031f, 0x1010440, 0x10100d0, 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x1010120, 0x101011f, 0x1010140, 0x101013f, 0x10100c4, 0x10101b5, 0x10101b6, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x10100dc, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ConstraintSet_android_alpha 0
+int styleable ConstraintSet_android_elevation 1
+int styleable ConstraintSet_android_id 2
+int styleable ConstraintSet_android_layout_height 3
+int styleable ConstraintSet_android_layout_marginBottom 4
+int styleable ConstraintSet_android_layout_marginEnd 5
+int styleable ConstraintSet_android_layout_marginLeft 6
+int styleable ConstraintSet_android_layout_marginRight 7
+int styleable ConstraintSet_android_layout_marginStart 8
+int styleable ConstraintSet_android_layout_marginTop 9
+int styleable ConstraintSet_android_layout_width 10
+int styleable ConstraintSet_android_maxHeight 11
+int styleable ConstraintSet_android_maxWidth 12
+int styleable ConstraintSet_android_minHeight 13
+int styleable ConstraintSet_android_minWidth 14
+int styleable ConstraintSet_android_orientation 15
+int styleable ConstraintSet_android_pivotX 16
+int styleable ConstraintSet_android_pivotY 17
+int styleable ConstraintSet_android_rotation 18
+int styleable ConstraintSet_android_rotationX 19
+int styleable ConstraintSet_android_rotationY 20
+int styleable ConstraintSet_android_scaleX 21
+int styleable ConstraintSet_android_scaleY 22
+int styleable ConstraintSet_android_transformPivotX 23
+int styleable ConstraintSet_android_transformPivotY 24
+int styleable ConstraintSet_android_translationX 25
+int styleable ConstraintSet_android_translationY 26
+int styleable ConstraintSet_android_translationZ 27
+int styleable ConstraintSet_android_visibility 28
+int styleable ConstraintSet_animate_relativeTo 29
+int styleable ConstraintSet_barrierAllowsGoneWidgets 30
+int styleable ConstraintSet_barrierDirection 31
+int styleable ConstraintSet_barrierMargin 32
+int styleable ConstraintSet_chainUseRtl 33
+int styleable ConstraintSet_constraint_referenced_ids 34
+int styleable ConstraintSet_deriveConstraintsFrom 35
+int styleable ConstraintSet_drawPath 36
+int styleable ConstraintSet_flow_firstHorizontalBias 37
+int styleable ConstraintSet_flow_firstHorizontalStyle 38
+int styleable ConstraintSet_flow_firstVerticalBias 39
+int styleable ConstraintSet_flow_firstVerticalStyle 40
+int styleable ConstraintSet_flow_horizontalAlign 41
+int styleable ConstraintSet_flow_horizontalBias 42
+int styleable ConstraintSet_flow_horizontalGap 43
+int styleable ConstraintSet_flow_horizontalStyle 44
+int styleable ConstraintSet_flow_lastHorizontalBias 45
+int styleable ConstraintSet_flow_lastHorizontalStyle 46
+int styleable ConstraintSet_flow_lastVerticalBias 47
+int styleable ConstraintSet_flow_lastVerticalStyle 48
+int styleable ConstraintSet_flow_maxElementsWrap 49
+int styleable ConstraintSet_flow_verticalAlign 50
+int styleable ConstraintSet_flow_verticalBias 51
+int styleable ConstraintSet_flow_verticalGap 52
+int styleable ConstraintSet_flow_verticalStyle 53
+int styleable ConstraintSet_flow_wrapMode 54
+int styleable ConstraintSet_layout_constrainedHeight 55
+int styleable ConstraintSet_layout_constrainedWidth 56
+int styleable ConstraintSet_layout_constraintBaseline_creator 57
+int styleable ConstraintSet_layout_constraintBaseline_toBaselineOf 58
+int styleable ConstraintSet_layout_constraintBottom_creator 59
+int styleable ConstraintSet_layout_constraintBottom_toBottomOf 60
+int styleable ConstraintSet_layout_constraintBottom_toTopOf 61
+int styleable ConstraintSet_layout_constraintCircle 62
+int styleable ConstraintSet_layout_constraintCircleAngle 63
+int styleable ConstraintSet_layout_constraintCircleRadius 64
+int styleable ConstraintSet_layout_constraintDimensionRatio 65
+int styleable ConstraintSet_layout_constraintEnd_toEndOf 66
+int styleable ConstraintSet_layout_constraintEnd_toStartOf 67
+int styleable ConstraintSet_layout_constraintGuide_begin 68
+int styleable ConstraintSet_layout_constraintGuide_end 69
+int styleable ConstraintSet_layout_constraintGuide_percent 70
+int styleable ConstraintSet_layout_constraintHeight_default 71
+int styleable ConstraintSet_layout_constraintHeight_max 72
+int styleable ConstraintSet_layout_constraintHeight_min 73
+int styleable ConstraintSet_layout_constraintHeight_percent 74
+int styleable ConstraintSet_layout_constraintHorizontal_bias 75
+int styleable ConstraintSet_layout_constraintHorizontal_chainStyle 76
+int styleable ConstraintSet_layout_constraintHorizontal_weight 77
+int styleable ConstraintSet_layout_constraintLeft_creator 78
+int styleable ConstraintSet_layout_constraintLeft_toLeftOf 79
+int styleable ConstraintSet_layout_constraintLeft_toRightOf 80
+int styleable ConstraintSet_layout_constraintRight_creator 81
+int styleable ConstraintSet_layout_constraintRight_toLeftOf 82
+int styleable ConstraintSet_layout_constraintRight_toRightOf 83
+int styleable ConstraintSet_layout_constraintStart_toEndOf 84
+int styleable ConstraintSet_layout_constraintStart_toStartOf 85
+int styleable ConstraintSet_layout_constraintTag 86
+int styleable ConstraintSet_layout_constraintTop_creator 87
+int styleable ConstraintSet_layout_constraintTop_toBottomOf 88
+int styleable ConstraintSet_layout_constraintTop_toTopOf 89
+int styleable ConstraintSet_layout_constraintVertical_bias 90
+int styleable ConstraintSet_layout_constraintVertical_chainStyle 91
+int styleable ConstraintSet_layout_constraintVertical_weight 92
+int styleable ConstraintSet_layout_constraintWidth_default 93
+int styleable ConstraintSet_layout_constraintWidth_max 94
+int styleable ConstraintSet_layout_constraintWidth_min 95
+int styleable ConstraintSet_layout_constraintWidth_percent 96
+int styleable ConstraintSet_layout_editor_absoluteX 97
+int styleable ConstraintSet_layout_editor_absoluteY 98
+int styleable ConstraintSet_layout_goneMarginBottom 99
+int styleable ConstraintSet_layout_goneMarginEnd 100
+int styleable ConstraintSet_layout_goneMarginLeft 101
+int styleable ConstraintSet_layout_goneMarginRight 102
+int styleable ConstraintSet_layout_goneMarginStart 103
+int styleable ConstraintSet_layout_goneMarginTop 104
+int styleable ConstraintSet_motionProgress 105
+int styleable ConstraintSet_motionStagger 106
+int styleable ConstraintSet_pathMotionArc 107
+int styleable ConstraintSet_pivotAnchor 108
+int styleable ConstraintSet_transitionEasing 109
+int styleable ConstraintSet_transitionPathRotate 110
+int[] styleable CoordinatorLayout { 0x0, 0x0 }
+int styleable CoordinatorLayout_keylines 0
+int styleable CoordinatorLayout_statusBarBackground 1
+int[] styleable CoordinatorLayout_Layout { 0x10100b3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CoordinatorLayout_Layout_android_layout_gravity 0
+int styleable CoordinatorLayout_Layout_layout_anchor 1
+int styleable CoordinatorLayout_Layout_layout_anchorGravity 2
+int styleable CoordinatorLayout_Layout_layout_behavior 3
+int styleable CoordinatorLayout_Layout_layout_dodgeInsetEdges 4
+int styleable CoordinatorLayout_Layout_layout_insetEdge 5
+int styleable CoordinatorLayout_Layout_layout_keyline 6
+int[] styleable CustomAttribute { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable CustomAttribute_attributeName 0
+int styleable CustomAttribute_customBoolean 1
+int styleable CustomAttribute_customColorDrawableValue 2
+int styleable CustomAttribute_customColorValue 3
+int styleable CustomAttribute_customDimension 4
+int styleable CustomAttribute_customFloatValue 5
+int styleable CustomAttribute_customIntegerValue 6
+int styleable CustomAttribute_customPixelDimension 7
+int styleable CustomAttribute_customStringValue 8
+int[] styleable DrawerArrowToggle { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable DrawerArrowToggle_arrowHeadLength 0
+int styleable DrawerArrowToggle_arrowShaftLength 1
+int styleable DrawerArrowToggle_barLength 2
+int styleable DrawerArrowToggle_color 3
+int styleable DrawerArrowToggle_drawableSize 4
+int styleable DrawerArrowToggle_gapBetweenBars 5
+int styleable DrawerArrowToggle_spinBars 6
+int styleable DrawerArrowToggle_thickness 7
+int[] styleable ExtendedFloatingActionButton { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ExtendedFloatingActionButton_collapsedSize 0
+int styleable ExtendedFloatingActionButton_elevation 1
+int styleable ExtendedFloatingActionButton_extendMotionSpec 2
+int styleable ExtendedFloatingActionButton_hideMotionSpec 3
+int styleable ExtendedFloatingActionButton_showMotionSpec 4
+int styleable ExtendedFloatingActionButton_shrinkMotionSpec 5
+int[] styleable ExtendedFloatingActionButton_Behavior_Layout { 0x0, 0x0 }
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int styleable ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink 1
+int[] styleable FloatingActionButton { 0x101000e, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FloatingActionButton_android_enabled 0
+int styleable FloatingActionButton_backgroundTint 1
+int styleable FloatingActionButton_backgroundTintMode 2
+int styleable FloatingActionButton_borderWidth 3
+int styleable FloatingActionButton_elevation 4
+int styleable FloatingActionButton_ensureMinTouchTargetSize 5
+int styleable FloatingActionButton_fabCustomSize 6
+int styleable FloatingActionButton_fabSize 7
+int styleable FloatingActionButton_hideMotionSpec 8
+int styleable FloatingActionButton_hoveredFocusedTranslationZ 9
+int styleable FloatingActionButton_maxImageSize 10
+int styleable FloatingActionButton_pressedTranslationZ 11
+int styleable FloatingActionButton_rippleColor 12
+int styleable FloatingActionButton_shapeAppearance 13
+int styleable FloatingActionButton_shapeAppearanceOverlay 14
+int styleable FloatingActionButton_showMotionSpec 15
+int styleable FloatingActionButton_useCompatPadding 16
+int[] styleable FloatingActionButton_Behavior_Layout { 0x0 }
+int styleable FloatingActionButton_Behavior_Layout_behavior_autoHide 0
+int[] styleable FlowLayout { 0x0, 0x0 }
+int styleable FlowLayout_itemSpacing 0
+int styleable FlowLayout_lineSpacing 1
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int styleable FontFamily_fontProviderSystemFontFamily 6
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable ForegroundLinearLayout { 0x1010109, 0x1010200, 0x0 }
+int styleable ForegroundLinearLayout_android_foreground 0
+int styleable ForegroundLinearLayout_android_foregroundGravity 1
+int styleable ForegroundLinearLayout_foregroundInsidePadding 2
+int[] styleable Fragment { 0x10100d0, 0x1010003, 0x10100d1 }
+int styleable Fragment_android_id 0
+int styleable Fragment_android_name 1
+int styleable Fragment_android_tag 2
+int[] styleable FragmentContainerView { 0x1010003, 0x10100d1 }
+int styleable FragmentContainerView_android_name 0
+int styleable FragmentContainerView_android_tag 1
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable ImageFilterView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ImageFilterView_altSrc 0
+int styleable ImageFilterView_brightness 1
+int styleable ImageFilterView_contrast 2
+int styleable ImageFilterView_crossfade 3
+int styleable ImageFilterView_overlay 4
+int styleable ImageFilterView_round 5
+int styleable ImageFilterView_roundPercent 6
+int styleable ImageFilterView_saturation 7
+int styleable ImageFilterView_warmth 8
+int[] styleable Insets { 0x0, 0x0, 0x0, 0x0 }
+int styleable Insets_paddingBottomSystemWindowInsets 0
+int styleable Insets_paddingLeftSystemWindowInsets 1
+int styleable Insets_paddingRightSystemWindowInsets 2
+int styleable Insets_paddingTopSystemWindowInsets 3
+int[] styleable KeyAttribute { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyAttribute_android_alpha 0
+int styleable KeyAttribute_android_elevation 1
+int styleable KeyAttribute_android_rotation 2
+int styleable KeyAttribute_android_rotationX 3
+int styleable KeyAttribute_android_rotationY 4
+int styleable KeyAttribute_android_scaleX 5
+int styleable KeyAttribute_android_scaleY 6
+int styleable KeyAttribute_android_transformPivotX 7
+int styleable KeyAttribute_android_transformPivotY 8
+int styleable KeyAttribute_android_translationX 9
+int styleable KeyAttribute_android_translationY 10
+int styleable KeyAttribute_android_translationZ 11
+int styleable KeyAttribute_curveFit 12
+int styleable KeyAttribute_framePosition 13
+int styleable KeyAttribute_motionProgress 14
+int styleable KeyAttribute_motionTarget 15
+int styleable KeyAttribute_transitionEasing 16
+int styleable KeyAttribute_transitionPathRotate 17
+int[] styleable KeyCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyCycle_android_alpha 0
+int styleable KeyCycle_android_elevation 1
+int styleable KeyCycle_android_rotation 2
+int styleable KeyCycle_android_rotationX 3
+int styleable KeyCycle_android_rotationY 4
+int styleable KeyCycle_android_scaleX 5
+int styleable KeyCycle_android_scaleY 6
+int styleable KeyCycle_android_translationX 7
+int styleable KeyCycle_android_translationY 8
+int styleable KeyCycle_android_translationZ 9
+int styleable KeyCycle_curveFit 10
+int styleable KeyCycle_framePosition 11
+int styleable KeyCycle_motionProgress 12
+int styleable KeyCycle_motionTarget 13
+int styleable KeyCycle_transitionEasing 14
+int styleable KeyCycle_transitionPathRotate 15
+int styleable KeyCycle_waveOffset 16
+int styleable KeyCycle_wavePeriod 17
+int styleable KeyCycle_waveShape 18
+int styleable KeyCycle_waveVariesBy 19
+int[] styleable KeyPosition { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyPosition_curveFit 0
+int styleable KeyPosition_drawPath 1
+int styleable KeyPosition_framePosition 2
+int styleable KeyPosition_keyPositionType 3
+int styleable KeyPosition_motionTarget 4
+int styleable KeyPosition_pathMotionArc 5
+int styleable KeyPosition_percentHeight 6
+int styleable KeyPosition_percentWidth 7
+int styleable KeyPosition_percentX 8
+int styleable KeyPosition_percentY 9
+int styleable KeyPosition_sizePercent 10
+int styleable KeyPosition_transitionEasing 11
+int[] styleable KeyTimeCycle { 0x101031f, 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010322, 0x1010323, 0x10103fa, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTimeCycle_android_alpha 0
+int styleable KeyTimeCycle_android_elevation 1
+int styleable KeyTimeCycle_android_rotation 2
+int styleable KeyTimeCycle_android_rotationX 3
+int styleable KeyTimeCycle_android_rotationY 4
+int styleable KeyTimeCycle_android_scaleX 5
+int styleable KeyTimeCycle_android_scaleY 6
+int styleable KeyTimeCycle_android_translationX 7
+int styleable KeyTimeCycle_android_translationY 8
+int styleable KeyTimeCycle_android_translationZ 9
+int styleable KeyTimeCycle_curveFit 10
+int styleable KeyTimeCycle_framePosition 11
+int styleable KeyTimeCycle_motionProgress 12
+int styleable KeyTimeCycle_motionTarget 13
+int styleable KeyTimeCycle_transitionEasing 14
+int styleable KeyTimeCycle_transitionPathRotate 15
+int styleable KeyTimeCycle_waveDecay 16
+int styleable KeyTimeCycle_waveOffset 17
+int styleable KeyTimeCycle_wavePeriod 18
+int styleable KeyTimeCycle_waveShape 19
+int[] styleable KeyTrigger { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable KeyTrigger_framePosition 0
+int styleable KeyTrigger_motionTarget 1
+int styleable KeyTrigger_motion_postLayoutCollision 2
+int styleable KeyTrigger_motion_triggerOnCollision 3
+int styleable KeyTrigger_onCross 4
+int styleable KeyTrigger_onNegativeCross 5
+int styleable KeyTrigger_onPositiveCross 6
+int styleable KeyTrigger_triggerId 7
+int styleable KeyTrigger_triggerReceiver 8
+int styleable KeyTrigger_triggerSlack 9
+int[] styleable Layout { 0x10100f5, 0x10100fa, 0x10103b6, 0x10100f7, 0x10100f9, 0x10103b5, 0x10100f8, 0x10100f4, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Layout_android_layout_height 0
+int styleable Layout_android_layout_marginBottom 1
+int styleable Layout_android_layout_marginEnd 2
+int styleable Layout_android_layout_marginLeft 3
+int styleable Layout_android_layout_marginRight 4
+int styleable Layout_android_layout_marginStart 5
+int styleable Layout_android_layout_marginTop 6
+int styleable Layout_android_layout_width 7
+int styleable Layout_android_orientation 8
+int styleable Layout_barrierAllowsGoneWidgets 9
+int styleable Layout_barrierDirection 10
+int styleable Layout_barrierMargin 11
+int styleable Layout_chainUseRtl 12
+int styleable Layout_constraint_referenced_ids 13
+int styleable Layout_layout_constrainedHeight 14
+int styleable Layout_layout_constrainedWidth 15
+int styleable Layout_layout_constraintBaseline_creator 16
+int styleable Layout_layout_constraintBaseline_toBaselineOf 17
+int styleable Layout_layout_constraintBottom_creator 18
+int styleable Layout_layout_constraintBottom_toBottomOf 19
+int styleable Layout_layout_constraintBottom_toTopOf 20
+int styleable Layout_layout_constraintCircle 21
+int styleable Layout_layout_constraintCircleAngle 22
+int styleable Layout_layout_constraintCircleRadius 23
+int styleable Layout_layout_constraintDimensionRatio 24
+int styleable Layout_layout_constraintEnd_toEndOf 25
+int styleable Layout_layout_constraintEnd_toStartOf 26
+int styleable Layout_layout_constraintGuide_begin 27
+int styleable Layout_layout_constraintGuide_end 28
+int styleable Layout_layout_constraintGuide_percent 29
+int styleable Layout_layout_constraintHeight_default 30
+int styleable Layout_layout_constraintHeight_max 31
+int styleable Layout_layout_constraintHeight_min 32
+int styleable Layout_layout_constraintHeight_percent 33
+int styleable Layout_layout_constraintHorizontal_bias 34
+int styleable Layout_layout_constraintHorizontal_chainStyle 35
+int styleable Layout_layout_constraintHorizontal_weight 36
+int styleable Layout_layout_constraintLeft_creator 37
+int styleable Layout_layout_constraintLeft_toLeftOf 38
+int styleable Layout_layout_constraintLeft_toRightOf 39
+int styleable Layout_layout_constraintRight_creator 40
+int styleable Layout_layout_constraintRight_toLeftOf 41
+int styleable Layout_layout_constraintRight_toRightOf 42
+int styleable Layout_layout_constraintStart_toEndOf 43
+int styleable Layout_layout_constraintStart_toStartOf 44
+int styleable Layout_layout_constraintTop_creator 45
+int styleable Layout_layout_constraintTop_toBottomOf 46
+int styleable Layout_layout_constraintTop_toTopOf 47
+int styleable Layout_layout_constraintVertical_bias 48
+int styleable Layout_layout_constraintVertical_chainStyle 49
+int styleable Layout_layout_constraintVertical_weight 50
+int styleable Layout_layout_constraintWidth_default 51
+int styleable Layout_layout_constraintWidth_max 52
+int styleable Layout_layout_constraintWidth_min 53
+int styleable Layout_layout_constraintWidth_percent 54
+int styleable Layout_layout_editor_absoluteX 55
+int styleable Layout_layout_editor_absoluteY 56
+int styleable Layout_layout_goneMarginBottom 57
+int styleable Layout_layout_goneMarginEnd 58
+int styleable Layout_layout_goneMarginLeft 59
+int styleable Layout_layout_goneMarginRight 60
+int styleable Layout_layout_goneMarginStart 61
+int styleable Layout_layout_goneMarginTop 62
+int styleable Layout_maxHeight 63
+int styleable Layout_maxWidth 64
+int styleable Layout_minHeight 65
+int styleable Layout_minWidth 66
+int[] styleable LinearLayoutCompat { 0x1010126, 0x1010127, 0x10100af, 0x10100c4, 0x1010128, 0x0, 0x0, 0x0, 0x0 }
+int styleable LinearLayoutCompat_android_baselineAligned 0
+int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 1
+int styleable LinearLayoutCompat_android_gravity 2
+int styleable LinearLayoutCompat_android_orientation 3
+int styleable LinearLayoutCompat_android_weightSum 4
+int styleable LinearLayoutCompat_divider 5
+int styleable LinearLayoutCompat_dividerPadding 6
+int styleable LinearLayoutCompat_measureWithLargestChild 7
+int styleable LinearLayoutCompat_showDividers 8
+int[] styleable LinearLayoutCompat_Layout { 0x10100b3, 0x10100f5, 0x1010181, 0x10100f4 }
+int styleable LinearLayoutCompat_Layout_android_layout_gravity 0
+int styleable LinearLayoutCompat_Layout_android_layout_height 1
+int styleable LinearLayoutCompat_Layout_android_layout_weight 2
+int styleable LinearLayoutCompat_Layout_android_layout_width 3
+int[] styleable LinearProgressIndicator { 0x0, 0x0 }
+int styleable LinearProgressIndicator_indeterminateAnimationType 0
+int styleable LinearProgressIndicator_indicatorDirectionLinear 1
+int[] styleable ListPopupWindow { 0x10102ac, 0x10102ad }
+int styleable ListPopupWindow_android_dropDownHorizontalOffset 0
+int styleable ListPopupWindow_android_dropDownVerticalOffset 1
+int[] styleable MaterialAlertDialog { 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAlertDialog_backgroundInsetBottom 0
+int styleable MaterialAlertDialog_backgroundInsetEnd 1
+int styleable MaterialAlertDialog_backgroundInsetStart 2
+int styleable MaterialAlertDialog_backgroundInsetTop 3
+int[] styleable MaterialAlertDialogTheme { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle 0
+int styleable MaterialAlertDialogTheme_materialAlertDialogTheme 1
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle 2
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle 3
+int styleable MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle 4
+int[] styleable MaterialAutoCompleteTextView { 0x1010220 }
+int styleable MaterialAutoCompleteTextView_android_inputType 0
+int[] styleable MaterialButton { 0x10100d4, 0x10101e5, 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialButton_android_background 0
+int styleable MaterialButton_android_checkable 1
+int styleable MaterialButton_android_insetBottom 2
+int styleable MaterialButton_android_insetLeft 3
+int styleable MaterialButton_android_insetRight 4
+int styleable MaterialButton_android_insetTop 5
+int styleable MaterialButton_backgroundTint 6
+int styleable MaterialButton_backgroundTintMode 7
+int styleable MaterialButton_cornerRadius 8
+int styleable MaterialButton_elevation 9
+int styleable MaterialButton_icon 10
+int styleable MaterialButton_iconGravity 11
+int styleable MaterialButton_iconPadding 12
+int styleable MaterialButton_iconSize 13
+int styleable MaterialButton_iconTint 14
+int styleable MaterialButton_iconTintMode 15
+int styleable MaterialButton_rippleColor 16
+int styleable MaterialButton_shapeAppearance 17
+int styleable MaterialButton_shapeAppearanceOverlay 18
+int styleable MaterialButton_strokeColor 19
+int styleable MaterialButton_strokeWidth 20
+int[] styleable MaterialButtonToggleGroup { 0x0, 0x0, 0x0 }
+int styleable MaterialButtonToggleGroup_checkedButton 0
+int styleable MaterialButtonToggleGroup_selectionRequired 1
+int styleable MaterialButtonToggleGroup_singleSelection 2
+int[] styleable MaterialCalendar { 0x101020d, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCalendar_android_windowFullscreen 0
+int styleable MaterialCalendar_dayInvalidStyle 1
+int styleable MaterialCalendar_daySelectedStyle 2
+int styleable MaterialCalendar_dayStyle 3
+int styleable MaterialCalendar_dayTodayStyle 4
+int styleable MaterialCalendar_nestedScrollable 5
+int styleable MaterialCalendar_rangeFillColor 6
+int styleable MaterialCalendar_yearSelectedStyle 7
+int styleable MaterialCalendar_yearStyle 8
+int styleable MaterialCalendar_yearTodayStyle 9
+int[] styleable MaterialCalendarItem { 0x10101ba, 0x10101b7, 0x10101b8, 0x10101b9, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCalendarItem_android_insetBottom 0
+int styleable MaterialCalendarItem_android_insetLeft 1
+int styleable MaterialCalendarItem_android_insetRight 2
+int styleable MaterialCalendarItem_android_insetTop 3
+int styleable MaterialCalendarItem_itemFillColor 4
+int styleable MaterialCalendarItem_itemShapeAppearance 5
+int styleable MaterialCalendarItem_itemShapeAppearanceOverlay 6
+int styleable MaterialCalendarItem_itemStrokeColor 7
+int styleable MaterialCalendarItem_itemStrokeWidth 8
+int styleable MaterialCalendarItem_itemTextColor 9
+int[] styleable MaterialCardView { 0x10101e5, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MaterialCardView_android_checkable 0
+int styleable MaterialCardView_cardForegroundColor 1
+int styleable MaterialCardView_checkedIcon 2
+int styleable MaterialCardView_checkedIconMargin 3
+int styleable MaterialCardView_checkedIconSize 4
+int styleable MaterialCardView_checkedIconTint 5
+int styleable MaterialCardView_rippleColor 6
+int styleable MaterialCardView_shapeAppearance 7
+int styleable MaterialCardView_shapeAppearanceOverlay 8
+int styleable MaterialCardView_state_dragged 9
+int styleable MaterialCardView_strokeColor 10
+int styleable MaterialCardView_strokeWidth 11
+int[] styleable MaterialCheckBox { 0x0, 0x0 }
+int styleable MaterialCheckBox_buttonTint 0
+int styleable MaterialCheckBox_useMaterialThemeColors 1
+int[] styleable MaterialRadioButton { 0x0, 0x0 }
+int styleable MaterialRadioButton_buttonTint 0
+int styleable MaterialRadioButton_useMaterialThemeColors 1
+int[] styleable MaterialShape { 0x0, 0x0 }
+int styleable MaterialShape_shapeAppearance 0
+int styleable MaterialShape_shapeAppearanceOverlay 1
+int[] styleable MaterialTextAppearance { 0x10104b6, 0x101057f, 0x0 }
+int styleable MaterialTextAppearance_android_letterSpacing 0
+int styleable MaterialTextAppearance_android_lineHeight 1
+int styleable MaterialTextAppearance_lineHeight 2
+int[] styleable MaterialTextView { 0x101057f, 0x1010034, 0x0 }
+int styleable MaterialTextView_android_lineHeight 0
+int styleable MaterialTextView_android_textAppearance 1
+int styleable MaterialTextView_lineHeight 2
+int[] styleable MaterialTimePicker { 0x0, 0x0 }
+int styleable MaterialTimePicker_clockIcon 0
+int styleable MaterialTimePicker_keyboardIcon 1
+int[] styleable MaterialToolbar { 0x0, 0x0, 0x0 }
+int styleable MaterialToolbar_navigationIconTint 0
+int styleable MaterialToolbar_subtitleCentered 1
+int styleable MaterialToolbar_titleCentered 2
+int[] styleable MenuGroup { 0x10101e0, 0x101000e, 0x10100d0, 0x10101de, 0x10101df, 0x1010194 }
+int styleable MenuGroup_android_checkableBehavior 0
+int styleable MenuGroup_android_enabled 1
+int styleable MenuGroup_android_id 2
+int styleable MenuGroup_android_menuCategory 3
+int styleable MenuGroup_android_orderInCategory 4
+int styleable MenuGroup_android_visible 5
+int[] styleable MenuItem { 0x0, 0x0, 0x0, 0x0, 0x10101e3, 0x10101e5, 0x1010106, 0x101000e, 0x1010002, 0x10100d0, 0x10101de, 0x10101e4, 0x101026f, 0x10101df, 0x10101e1, 0x10101e2, 0x1010194, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MenuItem_actionLayout 0
+int styleable MenuItem_actionProviderClass 1
+int styleable MenuItem_actionViewClass 2
+int styleable MenuItem_alphabeticModifiers 3
+int styleable MenuItem_android_alphabeticShortcut 4
+int styleable MenuItem_android_checkable 5
+int styleable MenuItem_android_checked 6
+int styleable MenuItem_android_enabled 7
+int styleable MenuItem_android_icon 8
+int styleable MenuItem_android_id 9
+int styleable MenuItem_android_menuCategory 10
+int styleable MenuItem_android_numericShortcut 11
+int styleable MenuItem_android_onClick 12
+int styleable MenuItem_android_orderInCategory 13
+int styleable MenuItem_android_title 14
+int styleable MenuItem_android_titleCondensed 15
+int styleable MenuItem_android_visible 16
+int styleable MenuItem_contentDescription 17
+int styleable MenuItem_iconTint 18
+int styleable MenuItem_iconTintMode 19
+int styleable MenuItem_numericModifiers 20
+int styleable MenuItem_showAsAction 21
+int styleable MenuItem_tooltipText 22
+int[] styleable MenuView { 0x101012f, 0x101012d, 0x1010130, 0x1010131, 0x101012c, 0x101012e, 0x10100ae, 0x0, 0x0 }
+int styleable MenuView_android_headerBackground 0
+int styleable MenuView_android_horizontalDivider 1
+int styleable MenuView_android_itemBackground 2
+int styleable MenuView_android_itemIconDisabledAlpha 3
+int styleable MenuView_android_itemTextAppearance 4
+int styleable MenuView_android_verticalDivider 5
+int styleable MenuView_android_windowAnimationStyle 6
+int styleable MenuView_preserveIconSpacing 7
+int styleable MenuView_subMenuArrow 8
+int[] styleable MockView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MockView_mock_diagonalsColor 0
+int styleable MockView_mock_label 1
+int styleable MockView_mock_labelBackgroundColor 2
+int styleable MockView_mock_labelColor 3
+int styleable MockView_mock_showDiagonals 4
+int styleable MockView_mock_showLabel 5
+int[] styleable Motion { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Motion_animate_relativeTo 0
+int styleable Motion_drawPath 1
+int styleable Motion_motionPathRotate 2
+int styleable Motion_motionStagger 3
+int styleable Motion_pathMotionArc 4
+int styleable Motion_transitionEasing 5
+int[] styleable MotionHelper { 0x0, 0x0 }
+int styleable MotionHelper_onHide 0
+int styleable MotionHelper_onShow 1
+int[] styleable MotionLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable MotionLayout_applyMotionScene 0
+int styleable MotionLayout_currentState 1
+int styleable MotionLayout_layoutDescription 2
+int styleable MotionLayout_motionDebug 3
+int styleable MotionLayout_motionProgress 4
+int styleable MotionLayout_showPaths 5
+int[] styleable MotionScene { 0x0, 0x0 }
+int styleable MotionScene_defaultDuration 0
+int styleable MotionScene_layoutDuringTransition 1
+int[] styleable MotionTelltales { 0x0, 0x0, 0x0 }
+int styleable MotionTelltales_telltales_tailColor 0
+int styleable MotionTelltales_telltales_tailScale 1
+int styleable MotionTelltales_telltales_velocityMode 2
+int[] styleable NavigationBarView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationBarView_backgroundTint 0
+int styleable NavigationBarView_elevation 1
+int styleable NavigationBarView_itemBackground 2
+int styleable NavigationBarView_itemIconSize 3
+int styleable NavigationBarView_itemIconTint 4
+int styleable NavigationBarView_itemRippleColor 5
+int styleable NavigationBarView_itemTextAppearanceActive 6
+int styleable NavigationBarView_itemTextAppearanceInactive 7
+int styleable NavigationBarView_itemTextColor 8
+int styleable NavigationBarView_labelVisibilityMode 9
+int styleable NavigationBarView_menu 10
+int[] styleable NavigationRailView { 0x0, 0x0 }
+int styleable NavigationRailView_headerLayout 0
+int styleable NavigationRailView_menuGravity 1
+int[] styleable NavigationView { 0x10100d4, 0x10100dd, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable NavigationView_android_background 0
+int styleable NavigationView_android_fitsSystemWindows 1
+int styleable NavigationView_android_maxWidth 2
+int styleable NavigationView_elevation 3
+int styleable NavigationView_headerLayout 4
+int styleable NavigationView_itemBackground 5
+int styleable NavigationView_itemHorizontalPadding 6
+int styleable NavigationView_itemIconPadding 7
+int styleable NavigationView_itemIconSize 8
+int styleable NavigationView_itemIconTint 9
+int styleable NavigationView_itemMaxLines 10
+int styleable NavigationView_itemShapeAppearance 11
+int styleable NavigationView_itemShapeAppearanceOverlay 12
+int styleable NavigationView_itemShapeFillColor 13
+int styleable NavigationView_itemShapeInsetBottom 14
+int styleable NavigationView_itemShapeInsetEnd 15
+int styleable NavigationView_itemShapeInsetStart 16
+int styleable NavigationView_itemShapeInsetTop 17
+int styleable NavigationView_itemTextAppearance 18
+int styleable NavigationView_itemTextColor 19
+int styleable NavigationView_menu 20
+int styleable NavigationView_shapeAppearance 21
+int styleable NavigationView_shapeAppearanceOverlay 22
+int[] styleable OnClick { 0x0, 0x0 }
+int styleable OnClick_clickAction 0
+int styleable OnClick_targetId 1
+int[] styleable OnSwipe { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable OnSwipe_dragDirection 0
+int styleable OnSwipe_dragScale 1
+int styleable OnSwipe_dragThreshold 2
+int styleable OnSwipe_limitBoundsTo 3
+int styleable OnSwipe_maxAcceleration 4
+int styleable OnSwipe_maxVelocity 5
+int styleable OnSwipe_moveWhenScrollAtTop 6
+int styleable OnSwipe_nestedScrollFlags 7
+int styleable OnSwipe_onTouchUp 8
+int styleable OnSwipe_touchAnchorId 9
+int styleable OnSwipe_touchAnchorSide 10
+int styleable OnSwipe_touchRegionId 11
+int[] styleable PopupWindow { 0x10102c9, 0x1010176, 0x0 }
+int styleable PopupWindow_android_popupAnimationStyle 0
+int styleable PopupWindow_android_popupBackground 1
+int styleable PopupWindow_overlapAnchor 2
+int[] styleable PopupWindowBackgroundState { 0x0 }
+int styleable PopupWindowBackgroundState_state_above_anchor 0
+int[] styleable PropertySet { 0x101031f, 0x10100dc, 0x0, 0x0, 0x0 }
+int styleable PropertySet_android_alpha 0
+int styleable PropertySet_android_visibility 1
+int styleable PropertySet_layout_constraintTag 2
+int styleable PropertySet_motionProgress 3
+int styleable PropertySet_visibilityMode 4
+int[] styleable RadialViewGroup { 0x0 }
+int styleable RadialViewGroup_materialCircleRadius 0
+int[] styleable RangeSlider { 0x0, 0x0 }
+int styleable RangeSlider_minSeparation 0
+int styleable RangeSlider_values 1
+int[] styleable RecycleListView { 0x0, 0x0 }
+int styleable RecycleListView_paddingBottomNoButtons 0
+int styleable RecycleListView_paddingTopNoTitle 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
+int[] styleable ScrimInsetsFrameLayout { 0x0 }
+int styleable ScrimInsetsFrameLayout_insetForeground 0
+int[] styleable ScrollingViewBehavior_Layout { 0x0 }
+int styleable ScrollingViewBehavior_Layout_behavior_overlapTop 0
+int[] styleable SearchView { 0x10100da, 0x1010264, 0x1010220, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SearchView_android_focusable 0
+int styleable SearchView_android_imeOptions 1
+int styleable SearchView_android_inputType 2
+int styleable SearchView_android_maxWidth 3
+int styleable SearchView_closeIcon 4
+int styleable SearchView_commitIcon 5
+int styleable SearchView_defaultQueryHint 6
+int styleable SearchView_goIcon 7
+int styleable SearchView_iconifiedByDefault 8
+int styleable SearchView_layout 9
+int styleable SearchView_queryBackground 10
+int styleable SearchView_queryHint 11
+int styleable SearchView_searchHintIcon 12
+int styleable SearchView_searchIcon 13
+int styleable SearchView_submitBackground 14
+int styleable SearchView_suggestionRowLayout 15
+int styleable SearchView_voiceIcon 16
+int[] styleable ShapeAppearance { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ShapeAppearance_cornerFamily 0
+int styleable ShapeAppearance_cornerFamilyBottomLeft 1
+int styleable ShapeAppearance_cornerFamilyBottomRight 2
+int styleable ShapeAppearance_cornerFamilyTopLeft 3
+int styleable ShapeAppearance_cornerFamilyTopRight 4
+int styleable ShapeAppearance_cornerSize 5
+int styleable ShapeAppearance_cornerSizeBottomLeft 6
+int styleable ShapeAppearance_cornerSizeBottomRight 7
+int styleable ShapeAppearance_cornerSizeTopLeft 8
+int styleable ShapeAppearance_cornerSizeTopRight 9
+int[] styleable ShapeableImageView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable ShapeableImageView_contentPadding 0
+int styleable ShapeableImageView_contentPaddingBottom 1
+int styleable ShapeableImageView_contentPaddingEnd 2
+int styleable ShapeableImageView_contentPaddingLeft 3
+int styleable ShapeableImageView_contentPaddingRight 4
+int styleable ShapeableImageView_contentPaddingStart 5
+int styleable ShapeableImageView_contentPaddingTop 6
+int styleable ShapeableImageView_shapeAppearance 7
+int styleable ShapeableImageView_shapeAppearanceOverlay 8
+int styleable ShapeableImageView_strokeColor 9
+int styleable ShapeableImageView_strokeWidth 10
+int[] styleable Slider { 0x101000e, 0x1010146, 0x1010024, 0x10102de, 0x10102df, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Slider_android_enabled 0
+int styleable Slider_android_stepSize 1
+int styleable Slider_android_value 2
+int styleable Slider_android_valueFrom 3
+int styleable Slider_android_valueTo 4
+int styleable Slider_haloColor 5
+int styleable Slider_haloRadius 6
+int styleable Slider_labelBehavior 7
+int styleable Slider_labelStyle 8
+int styleable Slider_thumbColor 9
+int styleable Slider_thumbElevation 10
+int styleable Slider_thumbRadius 11
+int styleable Slider_thumbStrokeColor 12
+int styleable Slider_thumbStrokeWidth 13
+int styleable Slider_tickColor 14
+int styleable Slider_tickColorActive 15
+int styleable Slider_tickColorInactive 16
+int styleable Slider_tickVisible 17
+int styleable Slider_trackColor 18
+int styleable Slider_trackColorActive 19
+int styleable Slider_trackColorInactive 20
+int styleable Slider_trackHeight 21
+int[] styleable Snackbar { 0x0, 0x0, 0x0 }
+int styleable Snackbar_snackbarButtonStyle 0
+int styleable Snackbar_snackbarStyle 1
+int styleable Snackbar_snackbarTextViewStyle 2
+int[] styleable SnackbarLayout { 0x0, 0x101011f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SnackbarLayout_actionTextColorAlpha 0
+int styleable SnackbarLayout_android_maxWidth 1
+int styleable SnackbarLayout_animationMode 2
+int styleable SnackbarLayout_backgroundOverlayColorAlpha 3
+int styleable SnackbarLayout_backgroundTint 4
+int styleable SnackbarLayout_backgroundTintMode 5
+int styleable SnackbarLayout_elevation 6
+int styleable SnackbarLayout_maxActionInlineWidth 7
+int[] styleable Spinner { 0x1010262, 0x10100b2, 0x1010176, 0x101017b, 0x0 }
+int styleable Spinner_android_dropDownWidth 0
+int styleable Spinner_android_entries 1
+int styleable Spinner_android_popupBackground 2
+int styleable Spinner_android_prompt 3
+int styleable Spinner_popupTheme 4
+int[] styleable State { 0x10100d0, 0x0 }
+int styleable State_android_id 0
+int styleable State_constraints 1
+int[] styleable StateListDrawable { 0x1010196, 0x101011c, 0x101030c, 0x101030d, 0x1010195, 0x1010194 }
+int styleable StateListDrawable_android_constantSize 0
+int styleable StateListDrawable_android_dither 1
+int styleable StateListDrawable_android_enterFadeDuration 2
+int styleable StateListDrawable_android_exitFadeDuration 3
+int styleable StateListDrawable_android_variablePadding 4
+int styleable StateListDrawable_android_visible 5
+int[] styleable StateListDrawableItem { 0x1010199 }
+int styleable StateListDrawableItem_android_drawable 0
+int[] styleable StateSet { 0x0 }
+int styleable StateSet_defaultState 0
+int[] styleable SwitchCompat { 0x1010125, 0x1010124, 0x1010142, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable SwitchCompat_android_textOff 0
+int styleable SwitchCompat_android_textOn 1
+int styleable SwitchCompat_android_thumb 2
+int styleable SwitchCompat_showText 3
+int styleable SwitchCompat_splitTrack 4
+int styleable SwitchCompat_switchMinWidth 5
+int styleable SwitchCompat_switchPadding 6
+int styleable SwitchCompat_switchTextAppearance 7
+int styleable SwitchCompat_thumbTextPadding 8
+int styleable SwitchCompat_thumbTint 9
+int styleable SwitchCompat_thumbTintMode 10
+int styleable SwitchCompat_track 11
+int styleable SwitchCompat_trackTint 12
+int styleable SwitchCompat_trackTintMode 13
+int[] styleable SwitchMaterial { 0x0 }
+int styleable SwitchMaterial_useMaterialThemeColors 0
+int[] styleable TabItem { 0x1010002, 0x10100f2, 0x101014f }
+int styleable TabItem_android_icon 0
+int styleable TabItem_android_layout 1
+int styleable TabItem_android_text 2
+int[] styleable TabLayout { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TabLayout_tabBackground 0
+int styleable TabLayout_tabContentStart 1
+int styleable TabLayout_tabGravity 2
+int styleable TabLayout_tabIconTint 3
+int styleable TabLayout_tabIconTintMode 4
+int styleable TabLayout_tabIndicator 5
+int styleable TabLayout_tabIndicatorAnimationDuration 6
+int styleable TabLayout_tabIndicatorAnimationMode 7
+int styleable TabLayout_tabIndicatorColor 8
+int styleable TabLayout_tabIndicatorFullWidth 9
+int styleable TabLayout_tabIndicatorGravity 10
+int styleable TabLayout_tabIndicatorHeight 11
+int styleable TabLayout_tabInlineLabel 12
+int styleable TabLayout_tabMaxWidth 13
+int styleable TabLayout_tabMinWidth 14
+int styleable TabLayout_tabMode 15
+int styleable TabLayout_tabPadding 16
+int styleable TabLayout_tabPaddingBottom 17
+int styleable TabLayout_tabPaddingEnd 18
+int styleable TabLayout_tabPaddingStart 19
+int styleable TabLayout_tabPaddingTop 20
+int styleable TabLayout_tabRippleColor 21
+int styleable TabLayout_tabSelectedTextColor 22
+int styleable TabLayout_tabTextAppearance 23
+int styleable TabLayout_tabTextColor 24
+int styleable TabLayout_tabUnboundedRipple 25
+int[] styleable TextAppearance { 0x10103ac, 0x1010161, 0x1010162, 0x1010163, 0x1010164, 0x1010098, 0x101009a, 0x101009b, 0x1010585, 0x1010095, 0x1010097, 0x1010096, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextAppearance_android_fontFamily 0
+int styleable TextAppearance_android_shadowColor 1
+int styleable TextAppearance_android_shadowDx 2
+int styleable TextAppearance_android_shadowDy 3
+int styleable TextAppearance_android_shadowRadius 4
+int styleable TextAppearance_android_textColor 5
+int styleable TextAppearance_android_textColorHint 6
+int styleable TextAppearance_android_textColorLink 7
+int styleable TextAppearance_android_textFontWeight 8
+int styleable TextAppearance_android_textSize 9
+int styleable TextAppearance_android_textStyle 10
+int styleable TextAppearance_android_typeface 11
+int styleable TextAppearance_fontFamily 12
+int styleable TextAppearance_fontVariationSettings 13
+int styleable TextAppearance_textAllCaps 14
+int styleable TextAppearance_textLocale 15
+int[] styleable TextInputEditText { 0x0 }
+int styleable TextInputEditText_textInputLayoutFocusedRectEnabled 0
+int[] styleable TextInputLayout { 0x101000e, 0x1010150, 0x101011f, 0x101013f, 0x101009a, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable TextInputLayout_android_enabled 0
+int styleable TextInputLayout_android_hint 1
+int styleable TextInputLayout_android_maxWidth 2
+int styleable TextInputLayout_android_minWidth 3
+int styleable TextInputLayout_android_textColorHint 4
+int styleable TextInputLayout_boxBackgroundColor 5
+int styleable TextInputLayout_boxBackgroundMode 6
+int styleable TextInputLayout_boxCollapsedPaddingTop 7
+int styleable TextInputLayout_boxCornerRadiusBottomEnd 8
+int styleable TextInputLayout_boxCornerRadiusBottomStart 9
+int styleable TextInputLayout_boxCornerRadiusTopEnd 10
+int styleable TextInputLayout_boxCornerRadiusTopStart 11
+int styleable TextInputLayout_boxStrokeColor 12
+int styleable TextInputLayout_boxStrokeErrorColor 13
+int styleable TextInputLayout_boxStrokeWidth 14
+int styleable TextInputLayout_boxStrokeWidthFocused 15
+int styleable TextInputLayout_counterEnabled 16
+int styleable TextInputLayout_counterMaxLength 17
+int styleable TextInputLayout_counterOverflowTextAppearance 18
+int styleable TextInputLayout_counterOverflowTextColor 19
+int styleable TextInputLayout_counterTextAppearance 20
+int styleable TextInputLayout_counterTextColor 21
+int styleable TextInputLayout_endIconCheckable 22
+int styleable TextInputLayout_endIconContentDescription 23
+int styleable TextInputLayout_endIconDrawable 24
+int styleable TextInputLayout_endIconMode 25
+int styleable TextInputLayout_endIconTint 26
+int styleable TextInputLayout_endIconTintMode 27
+int styleable TextInputLayout_errorContentDescription 28
+int styleable TextInputLayout_errorEnabled 29
+int styleable TextInputLayout_errorIconDrawable 30
+int styleable TextInputLayout_errorIconTint 31
+int styleable TextInputLayout_errorIconTintMode 32
+int styleable TextInputLayout_errorTextAppearance 33
+int styleable TextInputLayout_errorTextColor 34
+int styleable TextInputLayout_expandedHintEnabled 35
+int styleable TextInputLayout_helperText 36
+int styleable TextInputLayout_helperTextEnabled 37
+int styleable TextInputLayout_helperTextTextAppearance 38
+int styleable TextInputLayout_helperTextTextColor 39
+int styleable TextInputLayout_hintAnimationEnabled 40
+int styleable TextInputLayout_hintEnabled 41
+int styleable TextInputLayout_hintTextAppearance 42
+int styleable TextInputLayout_hintTextColor 43
+int styleable TextInputLayout_passwordToggleContentDescription 44
+int styleable TextInputLayout_passwordToggleDrawable 45
+int styleable TextInputLayout_passwordToggleEnabled 46
+int styleable TextInputLayout_passwordToggleTint 47
+int styleable TextInputLayout_passwordToggleTintMode 48
+int styleable TextInputLayout_placeholderText 49
+int styleable TextInputLayout_placeholderTextAppearance 50
+int styleable TextInputLayout_placeholderTextColor 51
+int styleable TextInputLayout_prefixText 52
+int styleable TextInputLayout_prefixTextAppearance 53
+int styleable TextInputLayout_prefixTextColor 54
+int styleable TextInputLayout_shapeAppearance 55
+int styleable TextInputLayout_shapeAppearanceOverlay 56
+int styleable TextInputLayout_startIconCheckable 57
+int styleable TextInputLayout_startIconContentDescription 58
+int styleable TextInputLayout_startIconDrawable 59
+int styleable TextInputLayout_startIconTint 60
+int styleable TextInputLayout_startIconTintMode 61
+int styleable TextInputLayout_suffixText 62
+int styleable TextInputLayout_suffixTextAppearance 63
+int styleable TextInputLayout_suffixTextColor 64
+int[] styleable ThemeEnforcement { 0x1010034, 0x0, 0x0 }
+int styleable ThemeEnforcement_android_textAppearance 0
+int styleable ThemeEnforcement_enforceMaterialTheme 1
+int styleable ThemeEnforcement_enforceTextAppearance 2
+int[] styleable Toolbar { 0x10100af, 0x1010140, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Toolbar_android_gravity 0
+int styleable Toolbar_android_minHeight 1
+int styleable Toolbar_buttonGravity 2
+int styleable Toolbar_collapseContentDescription 3
+int styleable Toolbar_collapseIcon 4
+int styleable Toolbar_contentInsetEnd 5
+int styleable Toolbar_contentInsetEndWithActions 6
+int styleable Toolbar_contentInsetLeft 7
+int styleable Toolbar_contentInsetRight 8
+int styleable Toolbar_contentInsetStart 9
+int styleable Toolbar_contentInsetStartWithNavigation 10
+int styleable Toolbar_logo 11
+int styleable Toolbar_logoDescription 12
+int styleable Toolbar_maxButtonHeight 13
+int styleable Toolbar_menu 14
+int styleable Toolbar_navigationContentDescription 15
+int styleable Toolbar_navigationIcon 16
+int styleable Toolbar_popupTheme 17
+int styleable Toolbar_subtitle 18
+int styleable Toolbar_subtitleTextAppearance 19
+int styleable Toolbar_subtitleTextColor 20
+int styleable Toolbar_title 21
+int styleable Toolbar_titleMargin 22
+int styleable Toolbar_titleMarginBottom 23
+int styleable Toolbar_titleMarginEnd 24
+int styleable Toolbar_titleMarginStart 25
+int styleable Toolbar_titleMarginTop 26
+int styleable Toolbar_titleMargins 27
+int styleable Toolbar_titleTextAppearance 28
+int styleable Toolbar_titleTextColor 29
+int[] styleable Tooltip { 0x10100f6, 0x1010140, 0x101013f, 0x10100d5, 0x101014f, 0x1010034, 0x0 }
+int styleable Tooltip_android_layout_margin 0
+int styleable Tooltip_android_minHeight 1
+int styleable Tooltip_android_minWidth 2
+int styleable Tooltip_android_padding 3
+int styleable Tooltip_android_text 4
+int styleable Tooltip_android_textAppearance 5
+int styleable Tooltip_backgroundTint 6
+int[] styleable Transform { 0x1010440, 0x1010326, 0x1010327, 0x1010328, 0x1010324, 0x1010325, 0x1010320, 0x1010321, 0x1010322, 0x1010323, 0x10103fa }
+int styleable Transform_android_elevation 0
+int styleable Transform_android_rotation 1
+int styleable Transform_android_rotationX 2
+int styleable Transform_android_rotationY 3
+int styleable Transform_android_scaleX 4
+int styleable Transform_android_scaleY 5
+int styleable Transform_android_transformPivotX 6
+int styleable Transform_android_transformPivotY 7
+int styleable Transform_android_translationX 8
+int styleable Transform_android_translationY 9
+int styleable Transform_android_translationZ 10
+int[] styleable Transition { 0x10100d0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Transition_android_id 0
+int styleable Transition_autoTransition 1
+int styleable Transition_constraintSetEnd 2
+int styleable Transition_constraintSetStart 3
+int styleable Transition_duration 4
+int styleable Transition_layoutDuringTransition 5
+int styleable Transition_motionInterpolator 6
+int styleable Transition_pathMotionArc 7
+int styleable Transition_staggered 8
+int styleable Transition_transitionDisable 9
+int styleable Transition_transitionFlags 10
+int[] styleable Variant { 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable Variant_constraints 0
+int styleable Variant_region_heightLessThan 1
+int styleable Variant_region_heightMoreThan 2
+int styleable Variant_region_widthLessThan 3
+int styleable Variant_region_widthMoreThan 4
+int[] styleable View { 0x10100da, 0x1010000, 0x0, 0x0, 0x0 }
+int styleable View_android_focusable 0
+int styleable View_android_theme 1
+int styleable View_paddingEnd 2
+int styleable View_paddingStart 3
+int styleable View_theme 4
+int[] styleable ViewBackgroundHelper { 0x10100d4, 0x0, 0x0 }
+int styleable ViewBackgroundHelper_android_background 0
+int styleable ViewBackgroundHelper_backgroundTint 1
+int styleable ViewBackgroundHelper_backgroundTintMode 2
+int[] styleable ViewPager2 { 0x10100c4 }
+int styleable ViewPager2_android_orientation 0
+int[] styleable ViewStubCompat { 0x10100d0, 0x10100f3, 0x10100f2 }
+int styleable ViewStubCompat_android_id 0
+int styleable ViewStubCompat_android_inflatedId 1
+int styleable ViewStubCompat_android_layout 2
+int xml standalone_badge 0x0
+int xml standalone_badge_gravity_bottom_end 0x0
+int xml standalone_badge_gravity_bottom_start 0x0
+int xml standalone_badge_gravity_top_start 0x0
+int xml standalone_badge_offset 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/classes.jar
new file mode 100644
index 0000000..5ceec4f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res.zip
new file mode 100644
index 0000000..cf49bff
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res/values/values.xml
new file mode 100644
index 0000000..e0e43e9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/153/jl/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154.stamp
new file mode 100644
index 0000000..53e1216
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154.stamp
@@ -0,0 +1 @@
+8BF086DF15C1BF55
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/.net/__res_name_case_map.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/.net/__res_name_case_map.txt
new file mode 100644
index 0000000..0245644
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/.net/__res_name_case_map.txt
@@ -0,0 +1,24 @@
+anim/nav_default_enter_anim.xml;anim/nav_default_enter_anim.xml
+anim/nav_default_exit_anim.xml;anim/nav_default_exit_anim.xml
+anim/nav_default_pop_enter_anim.xml;anim/nav_default_pop_enter_anim.xml
+anim/nav_default_pop_exit_anim.xml;anim/nav_default_pop_exit_anim.xml
+drawable/maui_splash.xml;drawable/maui_splash.xml
+drawable/maui_splash_image.xml;drawable/maui_splash_image.xml
+values/attr.xml;values/attr.xml
+values/colors.xml;values/colors.xml
+values/styles.xml;values/styles.xml
+Layout/drawer_layout.axml;layout/drawer_layout.xml
+Layout/fragment_backstack.axml;layout/fragment_backstack.xml
+Layout/navigationlayout.axml;layout/navigationlayout.xml
+anim/nav_default_enter_anim.xml;anim/nav_default_enter_anim.xml
+anim/nav_default_exit_anim.xml;anim/nav_default_exit_anim.xml
+anim/nav_default_pop_enter_anim.xml;anim/nav_default_pop_enter_anim.xml
+anim/nav_default_pop_exit_anim.xml;anim/nav_default_pop_exit_anim.xml
+drawable/maui_splash.xml;drawable/maui_splash.xml
+drawable/maui_splash_image.xml;drawable/maui_splash_image.xml
+values/attr.xml;values/attr.xml
+values/colors.xml;values/colors.xml
+values/styles.xml;values/styles.xml
+Layout/drawer_layout.axml;layout/drawer_layout.xml
+Layout/fragment_backstack.axml;layout/fragment_backstack.xml
+Layout/navigationlayout.axml;layout/navigationlayout.xml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res.zip
new file mode 100644
index 0000000..4a130d4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_enter_anim.xml
new file mode 100644
index 0000000..0e94616
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_enter_anim.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_exit_anim.xml
new file mode 100644
index 0000000..6aea2ce
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_exit_anim.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_enter_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_enter_anim.xml
new file mode 100644
index 0000000..8b974ff
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_enter_anim.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_exit_anim.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_exit_anim.xml
new file mode 100644
index 0000000..3e69f97
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/anim/nav_default_pop_exit_anim.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash.xml
new file mode 100644
index 0000000..26e685e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash_image.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash_image.xml
new file mode 100644
index 0000000..6a423ca
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/drawable/maui_splash_image.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/drawer_layout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/drawer_layout.xml
new file mode 100644
index 0000000..b8eba70
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/drawer_layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/fragment_backstack.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/fragment_backstack.xml
new file mode 100644
index 0000000..eab3683
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/fragment_backstack.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/navigationlayout.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/navigationlayout.xml
new file mode 100644
index 0000000..8bc7568
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/layout/navigationlayout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/attr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/attr.xml
new file mode 100644
index 0000000..0479ecb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/attr.xml
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/colors.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/colors.xml
new file mode 100644
index 0000000..d921d96
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/colors.xml
@@ -0,0 +1 @@
+#2c3e50#1B3147#3498db#FFFFFF@color/colorPrimary
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/styles.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/styles.xml
new file mode 100644
index 0000000..3a64f54
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/154/jl/res/values/styles.xml
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155.stamp
new file mode 100644
index 0000000..66b9183
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155.stamp
@@ -0,0 +1 @@
+78A1EEFA63551522
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/.net/__res_name_case_map.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/.net/__res_name_case_map.txt
new file mode 100644
index 0000000..be462d4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/.net/__res_name_case_map.txt
@@ -0,0 +1 @@
+Resources/xml/microsoft_maui_essentials_fileprovider_file_paths.xml;xml/microsoft_maui_essentials_fileprovider_file_paths.xml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res.zip
new file mode 100644
index 0000000..a1a3b40
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res/xml/microsoft_maui_essentials_fileprovider_file_paths.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res/xml/microsoft_maui_essentials_fileprovider_file_paths.xml
new file mode 100644
index 0000000..bb03354
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/155/jl/res/xml/microsoft_maui_essentials_fileprovider_file_paths.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156.stamp
new file mode 100644
index 0000000..f395f6b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156.stamp
@@ -0,0 +1 @@
+D78770487F84BD95
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156/jl/libs/F975D0960055A5E3.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156/jl/libs/F975D0960055A5E3.jar
new file mode 100644
index 0000000..4929a0c
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/156/jl/libs/F975D0960055A5E3.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88.stamp
new file mode 100644
index 0000000..fd33c83
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88.stamp
@@ -0,0 +1 @@
+799BA2F0BA3F951F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/AndroidManifest.xml
new file mode 100644
index 0000000..035cd36
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/AndroidManifest.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/aidl/androidx/versionedparcelable/ParcelImpl.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/aidl/androidx/versionedparcelable/ParcelImpl.aidl
new file mode 100644
index 0000000..8efe12b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/aidl/androidx/versionedparcelable/ParcelImpl.aidl
@@ -0,0 +1,3 @@
+package androidx.versionedparcelable;
+
+parcelable ParcelImpl;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/classes.jar
new file mode 100644
index 0000000..c68ea7a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/proguard.txt
new file mode 100644
index 0000000..2a047c9
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/88/jl/proguard.txt
@@ -0,0 +1,4 @@
+-keep class * implements androidx.versionedparcelable.VersionedParcelable
+-keep public class android.support.**Parcelizer { *; }
+-keep public class androidx.**Parcelizer { *; }
+-keep public class androidx.versionedparcelable.ParcelImpl
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89.stamp
new file mode 100644
index 0000000..ae0080c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89.stamp
@@ -0,0 +1 @@
+8388EB91142F8D82
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/AndroidManifest.xml
new file mode 100644
index 0000000..f4ae4ad
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/classes.jar
new file mode 100644
index 0000000..22bdb4e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/89/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90.stamp
new file mode 100644
index 0000000..972c38d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90.stamp
@@ -0,0 +1 @@
+E9CCC7D5FCC2F83C
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/AndroidManifest.xml
new file mode 100644
index 0000000..ac84a67
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/R.txt
new file mode 100644
index 0000000..2686c46
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/R.txt
@@ -0,0 +1 @@
+int id view_tree_lifecycle_owner 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/classes.jar
new file mode 100644
index 0000000..9c3f4e3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/proguard.txt
new file mode 100644
index 0000000..e4b2c95
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/proguard.txt
@@ -0,0 +1,23 @@
+-keepattributes AnnotationDefault,
+ RuntimeVisibleAnnotations,
+ RuntimeVisibleParameterAnnotations,
+ RuntimeVisibleTypeAnnotations
+
+-keepclassmembers enum androidx.lifecycle.Lifecycle$Event {
+ ;
+}
+
+-keep !interface * implements androidx.lifecycle.LifecycleObserver {
+}
+
+-keep class * implements androidx.lifecycle.GeneratedAdapter {
+ (...);
+}
+
+-keepclassmembers class ** {
+ @androidx.lifecycle.OnLifecycleEvent *;
+}
+
+# this rule is need to work properly when app is compiled with api 28, see b/142778206
+# Also this rule prevents registerIn from being inlined.
+-keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res.zip
new file mode 100644
index 0000000..6ca2026
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res/values/values.xml
new file mode 100644
index 0000000..cfedb20
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/90/jl/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91.stamp
new file mode 100644
index 0000000..462f82b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91.stamp
@@ -0,0 +1 @@
+7DDDD48791DC5769
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/AndroidManifest.xml
new file mode 100644
index 0000000..8848cc2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..bd8164d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,4 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
+minAndroidGradlePluginVersion=1.0.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/classes.jar
new file mode 100644
index 0000000..cedda1b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/proguard.txt
new file mode 100644
index 0000000..d1c676b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/proguard.txt
@@ -0,0 +1,23 @@
+# Copyright (C) 2020 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Ignore missing Kotlin meta-annotations so that this library can be used
+# without adding a compileOnly dependency on the Kotlin standard library.
+-dontwarn kotlin.Deprecated
+-dontwarn kotlin.Metadata
+-dontwarn kotlin.ReplaceWith
+-dontwarn kotlin.annotation.AnnotationRetention
+-dontwarn kotlin.annotation.AnnotationTarget
+-dontwarn kotlin.annotation.Retention
+-dontwarn kotlin.annotation.Target
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res.zip
new file mode 100644
index 0000000..9c3f867
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/91/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92.stamp
new file mode 100644
index 0000000..a5b1ca8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92.stamp
@@ -0,0 +1 @@
+F3E22E91DB7E15F9
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/AndroidManifest.xml
new file mode 100644
index 0000000..75479e2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/AndroidManifest.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/R.txt
new file mode 100644
index 0000000..79c5dbf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/R.txt
@@ -0,0 +1,193 @@
+int attr alpha 0x0
+int attr font 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontProviderSystemFontFamily 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr lStar 0x0
+int attr nestedScrollViewStyle 0x0
+int attr queryPatterns 0x0
+int attr shortcutMatchRequired 0x0
+int attr ttcIndex 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_container 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_text 0x0
+int id actions 0x0
+int id async 0x0
+int id blocking 0x0
+int id chronometer 0x0
+int id dialog_button 0x0
+int id forever 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id info 0x0
+int id italic 0x0
+int id item1 0x0
+int id item2 0x0
+int id item3 0x0
+int id item4 0x0
+int id line1 0x0
+int id line3 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_on_apply_window_listener 0x0
+int id tag_on_receive_content_listener 0x0
+int id tag_on_receive_content_mime_types 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_state_description 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id tag_window_insets_animation_callback 0x0
+int id text 0x0
+int id text2 0x0
+int id time 0x0
+int id title 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int menu example_menu 0x0
+int menu example_menu2 0x0
+int string status_bar_notification_info_overflow 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int[] styleable Capability { 0x0, 0x0 }
+int styleable Capability_queryPatterns 0
+int styleable Capability_shortcutMatchRequired 1
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5, 0x1010647, 0x0 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int styleable ColorStateListItem_android_lStar 3
+int styleable ColorStateListItem_lStar 4
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int styleable FontFamily_fontProviderSystemFontFamily 6
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/aidl/android/support/v4/os/ResultReceiver.aidl b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/aidl/android/support/v4/os/ResultReceiver.aidl
new file mode 100644
index 0000000..81c81f6
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/aidl/android/support/v4/os/ResultReceiver.aidl
@@ -0,0 +1,19 @@
+/*
+** Copyright 2015, The Android Open Source Project
+**
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
+**
+** http://www.apache.org/licenses/LICENSE-2.0
+**
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
+** limitations under the License.
+*/
+
+package android.support.v4.os;
+
+parcelable ResultReceiver;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/annotations.zip
new file mode 100644
index 0000000..57cb4f5
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/classes.jar
new file mode 100644
index 0000000..2c40dd3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/proguard.txt
new file mode 100644
index 0000000..bcc9a89
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/proguard.txt
@@ -0,0 +1,16 @@
+# Never inline methods, but allow shrinking and obfuscation.
+-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
+ ;
+}
+-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
+ ;
+}
+-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
+ ;
+}
+-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
+ ;
+}
+-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
+ ;
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/public.txt
new file mode 100644
index 0000000..f23be3d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/public.txt
@@ -0,0 +1,21 @@
+style TextAppearance_Compat_Notification
+style TextAppearance_Compat_Notification_Info
+style TextAppearance_Compat_Notification_Line2
+style TextAppearance_Compat_Notification_Time
+style TextAppearance_Compat_Notification_Title
+attr alpha
+attr font
+attr fontProviderAuthority
+attr fontProviderCerts
+attr fontProviderFetchStrategy
+attr fontProviderFetchTimeout
+attr fontProviderPackage
+attr fontProviderQuery
+attr fontProviderSystemFontFamily
+attr fontStyle
+attr fontVariationSettings
+attr fontWeight
+attr lStar
+attr queryPatterns
+attr shortcutMatchRequired
+attr ttcIndex
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res.zip
new file mode 100644
index 0000000..b78dee7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_normal.9.png
new file mode 100644
index 0000000..af91f5e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_normal.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_pressed.9.png
new file mode 100644
index 0000000..1602ab8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_low_pressed.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal.9.png
new file mode 100644
index 0000000..6ebed8b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
new file mode 100644
index 0000000..6193822
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
new file mode 100644
index 0000000..6f37a22
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_normal.9.png
new file mode 100644
index 0000000..62de9d7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_normal.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_pressed.9.png
new file mode 100644
index 0000000..eaabd93
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_low_pressed.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal.9.png
new file mode 100644
index 0000000..aa239b3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
new file mode 100644
index 0000000..62d8622
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
new file mode 100644
index 0000000..c286875
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-v21/notification_action_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-v21/notification_action_background.xml
new file mode 100644
index 0000000..a9ea90a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-v21/notification_action_background.xml
@@ -0,0 +1,36 @@
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_normal.9.png
new file mode 100644
index 0000000..8c884de
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_normal.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
new file mode 100644
index 0000000..32e00be
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal.9.png
new file mode 100644
index 0000000..bdf477b
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
new file mode 100644
index 0000000..5c4da74
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
new file mode 100644
index 0000000..9128e62
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg.xml
new file mode 100644
index 0000000..1232b4c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg_low.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg_low.xml
new file mode 100644
index 0000000..72e58ae
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_bg_low.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_icon_background.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_icon_background.xml
new file mode 100644
index 0000000..490a797
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_icon_background.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_tile_bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_tile_bg.xml
new file mode 100644
index 0000000..8eee7ef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/drawable/notification_tile_bg.xml
@@ -0,0 +1,22 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v16/notification_template_custom_big.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v16/notification_template_custom_big.xml
new file mode 100644
index 0000000..d0519dc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v16/notification_template_custom_big.xml
@@ -0,0 +1,117 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action.xml
new file mode 100644
index 0000000..7199c25
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action_tombstone.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action_tombstone.xml
new file mode 100644
index 0000000..7ef38fa
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_action_tombstone.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_custom_big.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_custom_big.xml
new file mode 100644
index 0000000..9e3666e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_custom_big.xml
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_icon_group.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_icon_group.xml
new file mode 100644
index 0000000..8fadd67
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout-v21/notification_template_icon_group.xml
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/custom_dialog.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/custom_dialog.xml
new file mode 100644
index 0000000..47a1b12
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/custom_dialog.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action.xml
new file mode 100644
index 0000000..3ffd9a1
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action_tombstone.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action_tombstone.xml
new file mode 100644
index 0000000..e9d4e37
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_action_tombstone.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_custom_big.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_custom_big.xml
new file mode 100644
index 0000000..8aaf9d5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_custom_big.xml
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_icon_group.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_icon_group.xml
new file mode 100644
index 0000000..f225737
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_icon_group.xml
@@ -0,0 +1,24 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_chronometer.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000..245353b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_time.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_time.xml
new file mode 100644
index 0000000..9a78a93
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/layout/notification_template_part_time.xml
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu.xml
new file mode 100644
index 0000000..c5c5181
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu.xml
@@ -0,0 +1,20 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu2.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu2.xml
new file mode 100644
index 0000000..f745a00
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/menu/example_menu2.xml
@@ -0,0 +1,20 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-af/values-af.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-af/values-af.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-af/values-af.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-am/values-am.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-am/values-am.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-am/values-am.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ar/values-ar.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ar/values-ar.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ar/values-ar.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-as/values-as.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-as/values-as.xml
new file mode 100644
index 0000000..1561b6e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-as/values-as.xml
@@ -0,0 +1,4 @@
+
+
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-az/values-az.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-az/values-az.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-az/values-az.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-b+sr+Latn/values-b+sr+Latn.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-be/values-be.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-be/values-be.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-be/values-be.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bg/values-bg.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bg/values-bg.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bg/values-bg.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bn/values-bn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bn/values-bn.xml
new file mode 100644
index 0000000..1561b6e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bn/values-bn.xml
@@ -0,0 +1,4 @@
+
+
+ "৯৯৯+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bs/values-bs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bs/values-bs.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-bs/values-bs.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ca/values-ca.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ca/values-ca.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ca/values-ca.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-cs/values-cs.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-cs/values-cs.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-cs/values-cs.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-da/values-da.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-da/values-da.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-da/values-da.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-de/values-de.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-de/values-de.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-de/values-de.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-el/values-el.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-el/values-el.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-el/values-el.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rAU/values-en-rAU.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rAU/values-en-rAU.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rAU/values-en-rAU.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rCA/values-en-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rCA/values-en-rCA.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rCA/values-en-rCA.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rGB/values-en-rGB.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rGB/values-en-rGB.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rGB/values-en-rGB.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rIN/values-en-rIN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rIN/values-en-rIN.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rIN/values-en-rIN.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rXC/values-en-rXC.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rXC/values-en-rXC.xml
new file mode 100644
index 0000000..e759b7d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-en-rXC/values-en-rXC.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es-rUS/values-es-rUS.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es-rUS/values-es-rUS.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es-rUS/values-es-rUS.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es/values-es.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es/values-es.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-es/values-es.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-et/values-et.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-et/values-et.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-et/values-et.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-eu/values-eu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-eu/values-eu.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-eu/values-eu.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fa/values-fa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fa/values-fa.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fa/values-fa.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fi/values-fi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fi/values-fi.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fi/values-fi.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr-rCA/values-fr-rCA.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr-rCA/values-fr-rCA.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr-rCA/values-fr-rCA.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr/values-fr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr/values-fr.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-fr/values-fr.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gl/values-gl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gl/values-gl.xml
new file mode 100644
index 0000000..6b1d5f3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gl/values-gl.xml
@@ -0,0 +1,4 @@
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gu/values-gu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gu/values-gu.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-gu/values-gu.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hi/values-hi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hi/values-hi.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hi/values-hi.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hr/values-hr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hr/values-hr.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hr/values-hr.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hu/values-hu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hu/values-hu.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hu/values-hu.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hy/values-hy.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hy/values-hy.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-hy/values-hy.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-in/values-in.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-in/values-in.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-in/values-in.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-is/values-is.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-is/values-is.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-is/values-is.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-it/values-it.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-it/values-it.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-it/values-it.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-iw/values-iw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-iw/values-iw.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-iw/values-iw.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ja/values-ja.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ja/values-ja.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ja/values-ja.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ka/values-ka.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ka/values-ka.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ka/values-ka.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kk/values-kk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kk/values-kk.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kk/values-kk.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-km/values-km.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-km/values-km.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-km/values-km.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kn/values-kn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kn/values-kn.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-kn/values-kn.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ko/values-ko.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ko/values-ko.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ko/values-ko.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ky/values-ky.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ky/values-ky.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ky/values-ky.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lo/values-lo.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lo/values-lo.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lo/values-lo.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lt/values-lt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lt/values-lt.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lt/values-lt.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lv/values-lv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lv/values-lv.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-lv/values-lv.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mk/values-mk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mk/values-mk.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mk/values-mk.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ml/values-ml.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ml/values-ml.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ml/values-ml.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mn/values-mn.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mn/values-mn.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mn/values-mn.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mr/values-mr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mr/values-mr.xml
new file mode 100644
index 0000000..cf0928d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-mr/values-mr.xml
@@ -0,0 +1,4 @@
+
+
+ "९९९+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ms/values-ms.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ms/values-ms.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ms/values-ms.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-my/values-my.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-my/values-my.xml
new file mode 100644
index 0000000..73ada19
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-my/values-my.xml
@@ -0,0 +1,4 @@
+
+
+ "၉၉၉+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nb/values-nb.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nb/values-nb.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nb/values-nb.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ne/values-ne.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ne/values-ne.xml
new file mode 100644
index 0000000..cf0928d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ne/values-ne.xml
@@ -0,0 +1,4 @@
+
+
+ "९९९+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nl/values-nl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nl/values-nl.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-nl/values-nl.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-or/values-or.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-or/values-or.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-or/values-or.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pa/values-pa.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pa/values-pa.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pa/values-pa.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pl/values-pl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pl/values-pl.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pl/values-pl.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rBR/values-pt-rBR.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rBR/values-pt-rBR.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rBR/values-pt-rBR.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rPT/values-pt-rPT.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rPT/values-pt-rPT.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt-rPT/values-pt-rPT.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt/values-pt.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt/values-pt.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-pt/values-pt.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ro/values-ro.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ro/values-ro.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ro/values-ro.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ru/values-ru.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ru/values-ru.xml
new file mode 100644
index 0000000..6b1d5f3
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ru/values-ru.xml
@@ -0,0 +1,4 @@
+
+
+ ">999"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-si/values-si.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-si/values-si.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-si/values-si.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sk/values-sk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sk/values-sk.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sk/values-sk.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sl/values-sl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sl/values-sl.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sl/values-sl.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sq/values-sq.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sq/values-sq.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sq/values-sq.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sr/values-sr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sr/values-sr.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sr/values-sr.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sv/values-sv.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sv/values-sv.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sv/values-sv.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sw/values-sw.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sw/values-sw.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-sw/values-sw.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ta/values-ta.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ta/values-ta.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ta/values-ta.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-te/values-te.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-te/values-te.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-te/values-te.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-th/values-th.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-th/values-th.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-th/values-th.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tl/values-tl.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tl/values-tl.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tl/values-tl.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tr/values-tr.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tr/values-tr.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-tr/values-tr.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uk/values-uk.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uk/values-uk.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uk/values-uk.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ur/values-ur.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ur/values-ur.xml
new file mode 100644
index 0000000..729416e
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-ur/values-ur.xml
@@ -0,0 +1,4 @@
+
+
+ "+999"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uz/values-uz.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uz/values-uz.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-uz/values-uz.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v16/values-v16.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v16/values-v16.xml
new file mode 100644
index 0000000..2e02d69
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v16/values-v16.xml
@@ -0,0 +1,4 @@
+
+
+ 4dp
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v21/values-v21.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..07d2b09
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-v21/values-v21.xml
@@ -0,0 +1,19 @@
+
+
+ @color/androidx_core_secondary_text_default_material_light
+ 0dp
+ 0dp
+ 12dp
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-vi/values-vi.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-vi/values-vi.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-vi/values-vi.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rCN/values-zh-rCN.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rCN/values-zh-rCN.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rCN/values-zh-rCN.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rHK/values-zh-rHK.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rHK/values-zh-rHK.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rHK/values-zh-rHK.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rTW/values-zh-rTW.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rTW/values-zh-rTW.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zh-rTW/values-zh-rTW.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zu/values-zu.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zu/values-zu.xml
new file mode 100644
index 0000000..e9f6268
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values-zu/values-zu.xml
@@ -0,0 +1,4 @@
+
+
+ "999+"
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values/values.xml
new file mode 100644
index 0000000..9a07f9f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/92/jl/res/values/values.xml
@@ -0,0 +1,239 @@
+
+
+
+ #1f000000
+ #8a000000
+ #ffffffff
+ #ff9e9e9e
+ 4dp
+ 6dp
+ 8dp
+ 4dp
+ 2dp
+ 320dp
+ 320dp
+ 32dp
+ 13sp
+ 12dp
+ 8dp
+ 64dp
+ 64dp
+ 10dp
+ @dimen/notification_content_margin_start
+ 16dp
+ 2dp
+ 3dp
+ 24dp
+ 13sp
+ 10dp
+ 5dp
+ #3333B5E5
+ #0cffffff
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 999
+ 999+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93.stamp
new file mode 100644
index 0000000..1d9013d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93.stamp
@@ -0,0 +1 @@
+E0C2D0D03F1E3B17
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/AndroidManifest.xml
new file mode 100644
index 0000000..62479e8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/R.txt
new file mode 100644
index 0000000..fc8a796
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/R.txt
@@ -0,0 +1,171 @@
+int attr alpha 0x0
+int attr font 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr ttcIndex 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_container 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_text 0x0
+int id actions 0x0
+int id async 0x0
+int id blocking 0x0
+int id chronometer 0x0
+int id dialog_button 0x0
+int id forever 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id info 0x0
+int id italic 0x0
+int id line1 0x0
+int id line3 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id text 0x0
+int id text2 0x0
+int id time 0x0
+int id title 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int string status_bar_notification_info_overflow 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/classes.jar
new file mode 100644
index 0000000..dd51769
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/93/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94.stamp
new file mode 100644
index 0000000..0497907
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94.stamp
@@ -0,0 +1 @@
+78E23953B2E72E7F
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/AndroidManifest.xml
new file mode 100644
index 0000000..65ceb76
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/AndroidManifest.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/R.txt
new file mode 100644
index 0000000..f1228a5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/R.txt
@@ -0,0 +1,131 @@
+int attr alpha 0x7f040001
+int attr font 0x7f040002
+int attr fontProviderAuthority 0x7f040003
+int attr fontProviderCerts 0x7f040004
+int attr fontProviderFetchStrategy 0x7f040005
+int attr fontProviderFetchTimeout 0x7f040006
+int attr fontProviderPackage 0x7f040007
+int attr fontProviderQuery 0x7f040008
+int attr fontStyle 0x7f040009
+int attr fontVariationSettings 0x7f04000a
+int attr fontWeight 0x7f04000b
+int attr ttcIndex 0x7f04000c
+int color notification_action_color_filter 0x7f060001
+int color notification_icon_bg_color 0x7f060002
+int color ripple_material_light 0x7f060003
+int color secondary_text_default_material_light 0x7f060004
+int dimen compat_button_inset_horizontal_material 0x7f080001
+int dimen compat_button_inset_vertical_material 0x7f080002
+int dimen compat_button_padding_horizontal_material 0x7f080003
+int dimen compat_button_padding_vertical_material 0x7f080004
+int dimen compat_control_corner_material 0x7f080005
+int dimen compat_notification_large_icon_max_height 0x7f080006
+int dimen compat_notification_large_icon_max_width 0x7f080007
+int dimen notification_action_icon_size 0x7f080008
+int dimen notification_action_text_size 0x7f080009
+int dimen notification_big_circle_margin 0x7f08000a
+int dimen notification_content_margin_start 0x7f08000b
+int dimen notification_large_icon_height 0x7f08000c
+int dimen notification_large_icon_width 0x7f08000d
+int dimen notification_main_column_padding_top 0x7f08000e
+int dimen notification_media_narrow_margin 0x7f08000f
+int dimen notification_right_icon_size 0x7f080010
+int dimen notification_right_side_padding_top 0x7f080011
+int dimen notification_small_icon_background_padding 0x7f080012
+int dimen notification_small_icon_size_as_large 0x7f080013
+int dimen notification_subtext_size 0x7f080014
+int dimen notification_top_pad 0x7f080015
+int dimen notification_top_pad_large_text 0x7f080016
+int drawable notification_action_background 0x7f090001
+int drawable notification_bg 0x7f090002
+int drawable notification_bg_low 0x7f090003
+int drawable notification_bg_low_normal 0x7f090004
+int drawable notification_bg_low_pressed 0x7f090005
+int drawable notification_bg_normal 0x7f090006
+int drawable notification_bg_normal_pressed 0x7f090007
+int drawable notification_icon_background 0x7f090008
+int drawable notification_template_icon_bg 0x7f090009
+int drawable notification_template_icon_low_bg 0x7f09000a
+int drawable notification_tile_bg 0x7f09000b
+int drawable notify_panel_notification_icon_bg 0x7f09000c
+int id action_container 0x7f0c0001
+int id action_divider 0x7f0c0002
+int id action_image 0x7f0c0003
+int id action_text 0x7f0c0004
+int id actions 0x7f0c0005
+int id async 0x7f0c0006
+int id blocking 0x7f0c0007
+int id chronometer 0x7f0c0008
+int id forever 0x7f0c0009
+int id icon 0x7f0c000a
+int id icon_group 0x7f0c000b
+int id info 0x7f0c000c
+int id italic 0x7f0c000d
+int id line1 0x7f0c000e
+int id line3 0x7f0c000f
+int id normal 0x7f0c0010
+int id notification_background 0x7f0c0011
+int id notification_main_column 0x7f0c0012
+int id notification_main_column_container 0x7f0c0013
+int id right_icon 0x7f0c0014
+int id right_side 0x7f0c0015
+int id tag_transition_group 0x7f0c0016
+int id tag_unhandled_key_event_manager 0x7f0c0017
+int id tag_unhandled_key_listeners 0x7f0c0018
+int id text 0x7f0c0019
+int id text2 0x7f0c001a
+int id time 0x7f0c001b
+int id title 0x7f0c001c
+int integer status_bar_notification_info_maxnum 0x7f0d0001
+int layout notification_action 0x7f0f0001
+int layout notification_action_tombstone 0x7f0f0002
+int layout notification_template_custom_big 0x7f0f0003
+int layout notification_template_icon_group 0x7f0f0004
+int layout notification_template_part_chronometer 0x7f0f0005
+int layout notification_template_part_time 0x7f0f0006
+int string status_bar_notification_info_overflow 0x7f150001
+int style TextAppearance_Compat_Notification 0x7f160001
+int style TextAppearance_Compat_Notification_Info 0x7f160002
+int style TextAppearance_Compat_Notification_Line2 0x7f160003
+int style TextAppearance_Compat_Notification_Time 0x7f160004
+int style TextAppearance_Compat_Notification_Title 0x7f160005
+int style Widget_Compat_NotificationActionContainer 0x7f160006
+int style Widget_Compat_NotificationActionText 0x7f160007
+int[] styleable ColorStateListItem { 0x7f040001, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x7f040003, 0x7f040004, 0x7f040005, 0x7f040006, 0x7f040007, 0x7f040008 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040002, 0x7f040009, 0x7f04000a, 0x7f04000b, 0x7f04000c }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/classes.jar
new file mode 100644
index 0000000..6ccda32
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/94/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95.stamp
new file mode 100644
index 0000000..c0a8209
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95.stamp
@@ -0,0 +1 @@
+F92C96E98F6C3986
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/AndroidManifest.xml
new file mode 100644
index 0000000..5ab8525
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..d8560bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,2 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/classes.jar
new file mode 100644
index 0000000..9426e40
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/95/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96.stamp
new file mode 100644
index 0000000..90e05b5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96.stamp
@@ -0,0 +1 @@
+0118D03A53E48DE8
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/AndroidManifest.xml
new file mode 100644
index 0000000..86c87de
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..d8560bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,2 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/R.txt
new file mode 100644
index 0000000..fc9af07
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/R.txt
@@ -0,0 +1 @@
+int id view_tree_saved_state_registry_owner 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/classes.jar
new file mode 100644
index 0000000..40f58a5
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/proguard.txt
new file mode 100644
index 0000000..61105c0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/proguard.txt
@@ -0,0 +1,17 @@
+# Copyright (C) 2019 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+-keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated {
+ ();
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res.zip
new file mode 100644
index 0000000..28111cc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res/values/values.xml
new file mode 100644
index 0000000..b0dddbd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/96/jl/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97.stamp
new file mode 100644
index 0000000..9df199f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97.stamp
@@ -0,0 +1 @@
+BECBDBEDB54903C5
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/AndroidManifest.xml
new file mode 100644
index 0000000..2f42d95
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..d8560bd
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,2 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/R.txt
new file mode 100644
index 0000000..d26950a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/R.txt
@@ -0,0 +1,203 @@
+int attr alpha 0x0
+int attr fastScrollEnabled 0x0
+int attr fastScrollHorizontalThumbDrawable 0x0
+int attr fastScrollHorizontalTrackDrawable 0x0
+int attr fastScrollVerticalThumbDrawable 0x0
+int attr fastScrollVerticalTrackDrawable 0x0
+int attr font 0x0
+int attr fontProviderAuthority 0x0
+int attr fontProviderCerts 0x0
+int attr fontProviderFetchStrategy 0x0
+int attr fontProviderFetchTimeout 0x0
+int attr fontProviderPackage 0x0
+int attr fontProviderQuery 0x0
+int attr fontStyle 0x0
+int attr fontVariationSettings 0x0
+int attr fontWeight 0x0
+int attr layoutManager 0x0
+int attr recyclerViewStyle 0x0
+int attr reverseLayout 0x0
+int attr spanCount 0x0
+int attr stackFromEnd 0x0
+int attr ttcIndex 0x0
+int color androidx_core_ripple_material_light 0x0
+int color androidx_core_secondary_text_default_material_light 0x0
+int color notification_action_color_filter 0x0
+int color notification_icon_bg_color 0x0
+int color ripple_material_light 0x0
+int color secondary_text_default_material_light 0x0
+int dimen compat_button_inset_horizontal_material 0x0
+int dimen compat_button_inset_vertical_material 0x0
+int dimen compat_button_padding_horizontal_material 0x0
+int dimen compat_button_padding_vertical_material 0x0
+int dimen compat_control_corner_material 0x0
+int dimen compat_notification_large_icon_max_height 0x0
+int dimen compat_notification_large_icon_max_width 0x0
+int dimen fastscroll_default_thickness 0x0
+int dimen fastscroll_margin 0x0
+int dimen fastscroll_minimum_range 0x0
+int dimen item_touch_helper_max_drag_scroll_per_frame 0x0
+int dimen item_touch_helper_swipe_escape_max_velocity 0x0
+int dimen item_touch_helper_swipe_escape_velocity 0x0
+int dimen notification_action_icon_size 0x0
+int dimen notification_action_text_size 0x0
+int dimen notification_big_circle_margin 0x0
+int dimen notification_content_margin_start 0x0
+int dimen notification_large_icon_height 0x0
+int dimen notification_large_icon_width 0x0
+int dimen notification_main_column_padding_top 0x0
+int dimen notification_media_narrow_margin 0x0
+int dimen notification_right_icon_size 0x0
+int dimen notification_right_side_padding_top 0x0
+int dimen notification_small_icon_background_padding 0x0
+int dimen notification_small_icon_size_as_large 0x0
+int dimen notification_subtext_size 0x0
+int dimen notification_top_pad 0x0
+int dimen notification_top_pad_large_text 0x0
+int drawable notification_action_background 0x0
+int drawable notification_bg 0x0
+int drawable notification_bg_low 0x0
+int drawable notification_bg_low_normal 0x0
+int drawable notification_bg_low_pressed 0x0
+int drawable notification_bg_normal 0x0
+int drawable notification_bg_normal_pressed 0x0
+int drawable notification_icon_background 0x0
+int drawable notification_template_icon_bg 0x0
+int drawable notification_template_icon_low_bg 0x0
+int drawable notification_tile_bg 0x0
+int drawable notify_panel_notification_icon_bg 0x0
+int id accessibility_action_clickable_span 0x0
+int id accessibility_custom_action_0 0x0
+int id accessibility_custom_action_1 0x0
+int id accessibility_custom_action_10 0x0
+int id accessibility_custom_action_11 0x0
+int id accessibility_custom_action_12 0x0
+int id accessibility_custom_action_13 0x0
+int id accessibility_custom_action_14 0x0
+int id accessibility_custom_action_15 0x0
+int id accessibility_custom_action_16 0x0
+int id accessibility_custom_action_17 0x0
+int id accessibility_custom_action_18 0x0
+int id accessibility_custom_action_19 0x0
+int id accessibility_custom_action_2 0x0
+int id accessibility_custom_action_20 0x0
+int id accessibility_custom_action_21 0x0
+int id accessibility_custom_action_22 0x0
+int id accessibility_custom_action_23 0x0
+int id accessibility_custom_action_24 0x0
+int id accessibility_custom_action_25 0x0
+int id accessibility_custom_action_26 0x0
+int id accessibility_custom_action_27 0x0
+int id accessibility_custom_action_28 0x0
+int id accessibility_custom_action_29 0x0
+int id accessibility_custom_action_3 0x0
+int id accessibility_custom_action_30 0x0
+int id accessibility_custom_action_31 0x0
+int id accessibility_custom_action_4 0x0
+int id accessibility_custom_action_5 0x0
+int id accessibility_custom_action_6 0x0
+int id accessibility_custom_action_7 0x0
+int id accessibility_custom_action_8 0x0
+int id accessibility_custom_action_9 0x0
+int id action_container 0x0
+int id action_divider 0x0
+int id action_image 0x0
+int id action_text 0x0
+int id actions 0x0
+int id async 0x0
+int id blocking 0x0
+int id chronometer 0x0
+int id dialog_button 0x0
+int id forever 0x0
+int id icon 0x0
+int id icon_group 0x0
+int id info 0x0
+int id italic 0x0
+int id item_touch_helper_previous_elevation 0x0
+int id line1 0x0
+int id line3 0x0
+int id normal 0x0
+int id notification_background 0x0
+int id notification_main_column 0x0
+int id notification_main_column_container 0x0
+int id right_icon 0x0
+int id right_side 0x0
+int id tag_accessibility_actions 0x0
+int id tag_accessibility_clickable_spans 0x0
+int id tag_accessibility_heading 0x0
+int id tag_accessibility_pane_title 0x0
+int id tag_screen_reader_focusable 0x0
+int id tag_transition_group 0x0
+int id tag_unhandled_key_event_manager 0x0
+int id tag_unhandled_key_listeners 0x0
+int id text 0x0
+int id text2 0x0
+int id time 0x0
+int id title 0x0
+int integer status_bar_notification_info_maxnum 0x0
+int layout custom_dialog 0x0
+int layout notification_action 0x0
+int layout notification_action_tombstone 0x0
+int layout notification_template_custom_big 0x0
+int layout notification_template_icon_group 0x0
+int layout notification_template_part_chronometer 0x0
+int layout notification_template_part_time 0x0
+int string status_bar_notification_info_overflow 0x0
+int style TextAppearance_Compat_Notification 0x0
+int style TextAppearance_Compat_Notification_Info 0x0
+int style TextAppearance_Compat_Notification_Line2 0x0
+int style TextAppearance_Compat_Notification_Time 0x0
+int style TextAppearance_Compat_Notification_Title 0x0
+int style Widget_Compat_NotificationActionContainer 0x0
+int style Widget_Compat_NotificationActionText 0x0
+int[] styleable ColorStateListItem { 0x0, 0x101031f, 0x10101a5 }
+int styleable ColorStateListItem_alpha 0
+int styleable ColorStateListItem_android_alpha 1
+int styleable ColorStateListItem_android_color 2
+int[] styleable FontFamily { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamily_fontProviderAuthority 0
+int styleable FontFamily_fontProviderCerts 1
+int styleable FontFamily_fontProviderFetchStrategy 2
+int styleable FontFamily_fontProviderFetchTimeout 3
+int styleable FontFamily_fontProviderPackage 4
+int styleable FontFamily_fontProviderQuery 5
+int[] styleable FontFamilyFont { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable FontFamilyFont_android_font 0
+int styleable FontFamilyFont_android_fontStyle 1
+int styleable FontFamilyFont_android_fontVariationSettings 2
+int styleable FontFamilyFont_android_fontWeight 3
+int styleable FontFamilyFont_android_ttcIndex 4
+int styleable FontFamilyFont_font 5
+int styleable FontFamilyFont_fontStyle 6
+int styleable FontFamilyFont_fontVariationSettings 7
+int styleable FontFamilyFont_fontWeight 8
+int styleable FontFamilyFont_ttcIndex 9
+int[] styleable GradientColor { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 }
+int styleable GradientColor_android_centerColor 0
+int styleable GradientColor_android_centerX 1
+int styleable GradientColor_android_centerY 2
+int styleable GradientColor_android_endColor 3
+int styleable GradientColor_android_endX 4
+int styleable GradientColor_android_endY 5
+int styleable GradientColor_android_gradientRadius 6
+int styleable GradientColor_android_startColor 7
+int styleable GradientColor_android_startX 8
+int styleable GradientColor_android_startY 9
+int styleable GradientColor_android_tileMode 10
+int styleable GradientColor_android_type 11
+int[] styleable GradientColorItem { 0x10101a5, 0x1010514 }
+int styleable GradientColorItem_android_color 0
+int styleable GradientColorItem_android_offset 1
+int[] styleable RecyclerView { 0x10100eb, 0x10100f1, 0x10100c4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
+int styleable RecyclerView_android_clipToPadding 0
+int styleable RecyclerView_android_descendantFocusability 1
+int styleable RecyclerView_android_orientation 2
+int styleable RecyclerView_fastScrollEnabled 3
+int styleable RecyclerView_fastScrollHorizontalThumbDrawable 4
+int styleable RecyclerView_fastScrollHorizontalTrackDrawable 5
+int styleable RecyclerView_fastScrollVerticalThumbDrawable 6
+int styleable RecyclerView_fastScrollVerticalTrackDrawable 7
+int styleable RecyclerView_layoutManager 8
+int styleable RecyclerView_reverseLayout 9
+int styleable RecyclerView_spanCount 10
+int styleable RecyclerView_stackFromEnd 11
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/annotations.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/annotations.zip
new file mode 100644
index 0000000..5c549bc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/annotations.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/classes.jar
new file mode 100644
index 0000000..5f06440
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/proguard.txt
new file mode 100644
index 0000000..c258298
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/proguard.txt
@@ -0,0 +1,25 @@
+# Copyright (C) 2015 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# When layoutManager xml attribute is used, RecyclerView inflates
+#LayoutManagers' constructors using reflection.
+-keep public class * extends androidx.recyclerview.widget.RecyclerView$LayoutManager {
+ public (android.content.Context, android.util.AttributeSet, int, int);
+ public ();
+}
+
+-keepclassmembers class androidx.recyclerview.widget.RecyclerView {
+ public void suppressLayout(boolean);
+ public boolean isLayoutSuppressed();
+}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/public.txt
new file mode 100644
index 0000000..475bfc4
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/public.txt
@@ -0,0 +1,9 @@
+attr fastScrollEnabled
+attr fastScrollHorizontalThumbDrawable
+attr fastScrollHorizontalTrackDrawable
+attr fastScrollVerticalThumbDrawable
+attr fastScrollVerticalTrackDrawable
+attr layoutManager
+attr reverseLayout
+attr spanCount
+attr stackFromEnd
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res.zip
new file mode 100644
index 0000000..3ca23af
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res/values/values.xml
new file mode 100644
index 0000000..be82a0d
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/97/jl/res/values/values.xml
@@ -0,0 +1,40 @@
+
+
+
+ 8dp
+ 0dp
+ 50dp
+ 20dp
+ 800dp
+ 120dp
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98.stamp
new file mode 100644
index 0000000..8365105
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98.stamp
@@ -0,0 +1 @@
+A3F8157847FCBABB
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/AndroidManifest.xml
new file mode 100644
index 0000000..66e2b32
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/R.txt
new file mode 100644
index 0000000..fd745fc
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/R.txt
@@ -0,0 +1 @@
+int id view_tree_view_model_store_owner 0x0
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/classes.jar
new file mode 100644
index 0000000..38278d4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/proguard.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/proguard.txt
new file mode 100644
index 0000000..0e79ffe
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/proguard.txt
@@ -0,0 +1,7 @@
+-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
+ ();
+}
+
+-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
+ (android.app.Application);
+}
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res.zip
new file mode 100644
index 0000000..8ed89fe
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res/values/values.xml
new file mode 100644
index 0000000..46ed616
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/98/jl/res/values/values.xml
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99.stamp
new file mode 100644
index 0000000..85c79bb
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99.stamp
@@ -0,0 +1 @@
+34BFED15432AE53B
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/AndroidManifest.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/AndroidManifest.xml
new file mode 100644
index 0000000..1e8040c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/AndroidManifest.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/META-INF/com/android/build/gradle/aar-metadata.properties b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..c68e484
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,3 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=31
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/R.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/R.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/classes.jar b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/classes.jar
new file mode 100644
index 0000000..f9647a6
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/classes.jar differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/public.txt b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/public.txt
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res.zip b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res.zip
new file mode 100644
index 0000000..9c3f867
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res.zip differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res/values/values.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res/values/values.xml
new file mode 100644
index 0000000..55344e5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/99/jl/res/values/values.xml
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/map.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/map.cache
new file mode 100644
index 0000000..0353a4a
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/lp/map.cache
@@ -0,0 +1,157 @@
+GoogleGson.dll
+Microsoft.Maui.Controls.Compatibility.dll
+Microsoft.Maui.Controls.dll
+Microsoft.Maui.Controls.Xaml.dll
+Microsoft.Maui.dll
+Microsoft.Maui.Essentials.dll
+Microsoft.Maui.Graphics.dll
+Xamarin.Android.Glide.Annotations.dll
+Xamarin.Android.Glide.DiskLruCache.dll
+Xamarin.Android.Glide.dll
+Xamarin.Android.Glide.GifDecoder.dll
+Xamarin.AndroidX.Activity.dll
+Xamarin.AndroidX.Activity.Ktx.dll
+Xamarin.AndroidX.Annotation.dll
+Xamarin.AndroidX.Annotation.Experimental.dll
+Xamarin.AndroidX.AppCompat.AppCompatResources.dll
+Xamarin.AndroidX.AppCompat.dll
+Xamarin.AndroidX.Arch.Core.Common.dll
+Xamarin.AndroidX.Arch.Core.Runtime.dll
+Xamarin.AndroidX.AsyncLayoutInflater.dll
+Xamarin.AndroidX.Browser.dll
+Xamarin.AndroidX.CardView.dll
+Xamarin.AndroidX.Collection.dll
+Xamarin.AndroidX.Collection.Ktx.dll
+Xamarin.AndroidX.Concurrent.Futures.dll
+Xamarin.AndroidX.ConstraintLayout.Core.dll
+Xamarin.AndroidX.ConstraintLayout.dll
+Xamarin.AndroidX.CoordinatorLayout.dll
+Xamarin.AndroidX.Core.Core.Ktx.dll
+Xamarin.AndroidX.Core.dll
+Xamarin.AndroidX.CursorAdapter.dll
+Xamarin.AndroidX.CustomView.dll
+Xamarin.AndroidX.DocumentFile.dll
+Xamarin.AndroidX.DrawerLayout.dll
+Xamarin.AndroidX.DynamicAnimation.dll
+Xamarin.AndroidX.Emoji2.dll
+Xamarin.AndroidX.Emoji2.ViewsHelper.dll
+Xamarin.AndroidX.ExifInterface.dll
+Xamarin.AndroidX.Fragment.dll
+Xamarin.AndroidX.Fragment.Ktx.dll
+Xamarin.AndroidX.Interpolator.dll
+Xamarin.AndroidX.Legacy.Support.Core.UI.dll
+Xamarin.AndroidX.Legacy.Support.Core.Utils.dll
+Xamarin.AndroidX.Legacy.Support.V4.dll
+Xamarin.AndroidX.Lifecycle.Common.dll
+Xamarin.AndroidX.Lifecycle.LiveData.Core.dll
+Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll
+Xamarin.AndroidX.Lifecycle.LiveData.dll
+Xamarin.AndroidX.Lifecycle.Process.dll
+Xamarin.AndroidX.Lifecycle.Runtime.dll
+Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll
+Xamarin.AndroidX.Lifecycle.ViewModel.dll
+Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll
+Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll
+Xamarin.AndroidX.Loader.dll
+Xamarin.AndroidX.LocalBroadcastManager.dll
+Xamarin.AndroidX.Media.dll
+Xamarin.AndroidX.Navigation.Common.dll
+Xamarin.AndroidX.Navigation.Fragment.dll
+Xamarin.AndroidX.Navigation.Runtime.dll
+Xamarin.AndroidX.Navigation.UI.dll
+Xamarin.AndroidX.Print.dll
+Xamarin.AndroidX.RecyclerView.dll
+Xamarin.AndroidX.ResourceInspection.Annotation.dll
+Xamarin.AndroidX.SavedState.dll
+Xamarin.AndroidX.SavedState.SavedState.Ktx.dll
+Xamarin.AndroidX.Security.SecurityCrypto.dll
+Xamarin.AndroidX.SlidingPaneLayout.dll
+Xamarin.AndroidX.Startup.StartupRuntime.dll
+Xamarin.AndroidX.SwipeRefreshLayout.dll
+Xamarin.AndroidX.Tracing.Tracing.dll
+Xamarin.AndroidX.Transition.dll
+Xamarin.AndroidX.VectorDrawable.Animated.dll
+Xamarin.AndroidX.VectorDrawable.dll
+Xamarin.AndroidX.VersionedParcelable.dll
+Xamarin.AndroidX.ViewPager.dll
+Xamarin.AndroidX.ViewPager2.dll
+Xamarin.AndroidX.Window.dll
+Xamarin.Google.Android.Material.dll
+Xamarin.Google.Crypto.Tink.Android.dll
+Xamarin.Google.Guava.ListenableFuture.dll
+Xamarin.Jetbrains.Annotations.dll
+Xamarin.Kotlin.StdLib.Common.dll
+Xamarin.Kotlin.StdLib.dll
+Xamarin.Kotlin.StdLib.Jdk7.dll
+Xamarin.Kotlin.StdLib.Jdk8.dll
+Xamarin.KotlinX.Coroutines.Android.dll
+Xamarin.KotlinX.Coroutines.Core.Jvm.dll
+androidx.versionedparcelable.versionedparcelable.aar
+androidx.arch.core.core-runtime.aar
+androidx.lifecycle.lifecycle-runtime.aar
+androidx.annotation.annotation-experimental.aar
+androidx.core.core.aar
+androidx.customview.customview.aar
+androidx.viewpager.viewpager.aar
+androidx.tracing.tracing.aar
+androidx.savedstate.savedstate.aar
+androidx.recyclerview.recyclerview.aar
+androidx.lifecycle.lifecycle-viewmodel.aar
+androidx.lifecycle.lifecycle-livedata-core.aar
+androidx.loader.loader.aar
+androidx.lifecycle.lifecycle-viewmodel-savedstate.aar
+androidx.core.core-ktx.aar
+androidx.activity.activity.aar
+androidx.fragment.fragment.aar
+androidx.viewpager2.viewpager2.aar
+androidx.vectordrawable.vectordrawable.aar
+androidx.interpolator.interpolator.aar
+androidx.vectordrawable.vectordrawable-animated.aar
+androidx.transition.transition.aar
+androidx.startup.startup-runtime.aar
+androidx.print.print.aar
+androidx.localbroadcastmanager.localbroadcastmanager.aar
+androidx.lifecycle.lifecycle-process.aar
+androidx.documentfile.documentfile.aar
+androidx.legacy.legacy-support-core-utils.aar
+androidx.emoji2.emoji2.aar
+androidx.emoji2.emoji2-views-helper.aar
+androidx.dynamicanimation.dynamicanimation.aar
+androidx.drawerlayout.drawerlayout.aar
+androidx.cursoradapter.cursoradapter.aar
+androidx.coordinatorlayout.coordinatorlayout.aar
+androidx.appcompat.appcompat-resources.aar
+androidx.appcompat.appcompat.aar
+androidx.constraintlayout.constraintlayout.aar
+androidx.cardview.cardview.aar
+com.google.android.material.material.aar
+androidx.window.window.aar
+androidx.swiperefreshlayout.swiperefreshlayout.aar
+androidx.slidingpanelayout.slidingpanelayout.aar
+androidx.security.security-crypto.aar
+androidx.savedstate.savedstate-ktx.aar
+androidx.lifecycle.lifecycle-viewmodel-ktx.aar
+androidx.lifecycle.lifecycle-runtime-ktx.aar
+androidx.navigation.navigation-common.aar
+androidx.activity.activity-ktx.aar
+androidx.navigation.navigation-runtime.aar
+androidx.navigation.navigation-ui.aar
+androidx.lifecycle.lifecycle-livedata-core-ktx.aar
+androidx.fragment.fragment-ktx.aar
+androidx.navigation.navigation-fragment.aar
+androidx.media.media.aar
+androidx.lifecycle.lifecycle-livedata.aar
+androidx.asynclayoutinflater.asynclayoutinflater.aar
+androidx.legacy.legacy-support-core-ui.aar
+androidx.legacy.legacy-support-v4.aar
+androidx.exifinterface.exifinterface.aar
+androidx.browser.browser.aar
+gifdecoder.aar
+glide.aar
+GoogleGson.aar
+Microsoft.Maui.Controls.aar
+Microsoft.Maui.Controls.Compatibility.aar
+maui.aar
+Microsoft.Maui.aar
+Microsoft.Maui.Essentials.aar
+Xamarin.Google.Crypto.Tink.Android.aar
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-android/stamp/_ResolveLibraryProjectImports.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-android/stamp/_ResolveLibraryProjectImports.stamp
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..a8c10ef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfo.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfo.cs
new file mode 100644
index 0000000..b9aa01b
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Ce code a été généré par un outil.
+// Version du runtime :4.0.30319.42000
+//
+// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
+// le code est régénéré.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyTitleAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("iOS16.1")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("iOS14.2")]
+
+// Généré par la classe MSBuild WriteCodeFragment.
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfoInputs.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..42b32c5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+e22e37731091793b3fffbf5a54e269d32b1a088c
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..b26e9ee
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,41 @@
+is_global = true
+build_property.TargetFramework = net6.0-ios
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization = false
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = GameAtlas
+build_property.ProjectDir = C:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/App.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.App.xaml
+build_metadata.AdditionalFiles.TargetPath = App.xaml
+build_metadata.AdditionalFiles.RelativePath = App.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/AppShell.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.AppShell.xaml
+build_metadata.AdditionalFiles.TargetPath = AppShell.xaml
+build_metadata.AdditionalFiles.RelativePath = AppShell.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/MainPage.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.MainPage.xaml
+build_metadata.AdditionalFiles.TargetPath = MainPage.xaml
+build_metadata.AdditionalFiles.RelativePath = MainPage.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Colors.xaml
+build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Colors.xaml
+build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Colors.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Styles.xaml
+build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Styles.xaml
+build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Styles.xaml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GlobalUsings.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GlobalUsings.g.cs
new file mode 100644
index 0000000..edf6271
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.GlobalUsings.g.cs
@@ -0,0 +1,26 @@
+//
+global using global::Microsoft.Extensions.DependencyInjection;
+global using global::Microsoft.Maui;
+global using global::Microsoft.Maui.Accessibility;
+global using global::Microsoft.Maui.ApplicationModel;
+global using global::Microsoft.Maui.ApplicationModel.Communication;
+global using global::Microsoft.Maui.ApplicationModel.DataTransfer;
+global using global::Microsoft.Maui.Authentication;
+global using global::Microsoft.Maui.Controls;
+global using global::Microsoft.Maui.Controls.Hosting;
+global using global::Microsoft.Maui.Controls.Xaml;
+global using global::Microsoft.Maui.Devices;
+global using global::Microsoft.Maui.Devices.Sensors;
+global using global::Microsoft.Maui.Dispatching;
+global using global::Microsoft.Maui.Graphics;
+global using global::Microsoft.Maui.Hosting;
+global using global::Microsoft.Maui.Media;
+global using global::Microsoft.Maui.Networking;
+global using global::Microsoft.Maui.Storage;
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.assets.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.assets.cache
new file mode 100644
index 0000000..0e4ed19
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.assets.cache differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.csproj.AssemblyReference.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..402b1f9
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-ios/iossimulator-x64/GameAtlas.csproj.AssemblyReference.cache differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..a8c10ef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfo.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfo.cs
new file mode 100644
index 0000000..32e27c5
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Ce code a été généré par un outil.
+// Version du runtime :4.0.30319.42000
+//
+// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
+// le code est régénéré.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyTitleAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("MacCatalyst16.1")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("MacCatalyst14.0")]
+
+// Généré par la classe MSBuild WriteCodeFragment.
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfoInputs.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..dc8bb07
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+b0ad4bf4350a7c600a5d23f81388035abc208ac8
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..fe209b8
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,41 @@
+is_global = true
+build_property.TargetFramework = net6.0-maccatalyst
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization = false
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = GameAtlas
+build_property.ProjectDir = C:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/App.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.App.xaml
+build_metadata.AdditionalFiles.TargetPath = App.xaml
+build_metadata.AdditionalFiles.RelativePath = App.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/AppShell.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.AppShell.xaml
+build_metadata.AdditionalFiles.TargetPath = AppShell.xaml
+build_metadata.AdditionalFiles.RelativePath = AppShell.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/MainPage.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.MainPage.xaml
+build_metadata.AdditionalFiles.TargetPath = MainPage.xaml
+build_metadata.AdditionalFiles.RelativePath = MainPage.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Colors.xaml
+build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Colors.xaml
+build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Colors.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Styles.xaml
+build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Styles.xaml
+build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Styles.xaml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GlobalUsings.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GlobalUsings.g.cs
new file mode 100644
index 0000000..edf6271
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.GlobalUsings.g.cs
@@ -0,0 +1,26 @@
+//
+global using global::Microsoft.Extensions.DependencyInjection;
+global using global::Microsoft.Maui;
+global using global::Microsoft.Maui.Accessibility;
+global using global::Microsoft.Maui.ApplicationModel;
+global using global::Microsoft.Maui.ApplicationModel.Communication;
+global using global::Microsoft.Maui.ApplicationModel.DataTransfer;
+global using global::Microsoft.Maui.Authentication;
+global using global::Microsoft.Maui.Controls;
+global using global::Microsoft.Maui.Controls.Hosting;
+global using global::Microsoft.Maui.Controls.Xaml;
+global using global::Microsoft.Maui.Devices;
+global using global::Microsoft.Maui.Devices.Sensors;
+global using global::Microsoft.Maui.Dispatching;
+global using global::Microsoft.Maui.Graphics;
+global using global::Microsoft.Maui.Hosting;
+global using global::Microsoft.Maui.Media;
+global using global::Microsoft.Maui.Networking;
+global using global::Microsoft.Maui.Storage;
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.assets.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.assets.cache
new file mode 100644
index 0000000..3d32f31
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.assets.cache differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.csproj.AssemblyReference.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..d223323
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-maccatalyst/maccatalyst-x64/GameAtlas.csproj.AssemblyReference.cache differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..a8c10ef
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfo.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfo.cs
new file mode 100644
index 0000000..4dad386
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfo.cs
@@ -0,0 +1,29 @@
+//------------------------------------------------------------------------------
+//
+// Ce code a été généré par un outil.
+// Version du runtime :4.0.30319.42000
+//
+// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
+// le code est régénéré.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PackageName", "62512753-dfda-48fe-857d-25a91df9589f")]
+[assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.PublisherName", "User Name")]
+[assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Name", "GameAtlas")]
+[assembly: System.Reflection.AssemblyMetadataAttribute("Microsoft.Maui.ApplicationModel.AppInfo.Version", "1.0.0.1")]
+[assembly: System.Reflection.AssemblyCompanyAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyTitleAttribute("GameAtlas")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows10.0.19041.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows10.0.17763.0")]
+
+// Généré par la classe MSBuild WriteCodeFragment.
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfoInputs.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..df291bf
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+cf7774698ea9da23b24c42f44bd8be733533c22f
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..6e1a52c
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,41 @@
+is_global = true
+build_property.TargetFramework = net6.0-windows10.0.19041.0
+build_property.TargetPlatformMinVersion = 10.0.17763.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids = 9A19103F-16F7-4668-BE54-9A1E7A4F7556
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = GameAtlas
+build_property.ProjectDir = C:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/App.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.App.xaml
+build_metadata.AdditionalFiles.TargetPath = App.xaml
+build_metadata.AdditionalFiles.RelativePath = App.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/AppShell.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.AppShell.xaml
+build_metadata.AdditionalFiles.TargetPath = AppShell.xaml
+build_metadata.AdditionalFiles.RelativePath = AppShell.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/MainPage.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.MainPage.xaml
+build_metadata.AdditionalFiles.TargetPath = MainPage.xaml
+build_metadata.AdditionalFiles.RelativePath = MainPage.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Colors.xaml
+build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Colors.xaml
+build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Colors.xaml
+
+[C:/Users/relavergne/source/repos/SAE2.01-IHM/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml]
+build_metadata.AdditionalFiles.GenKind = Xaml
+build_metadata.AdditionalFiles.ManifestResourceName = GameAtlas.Resources.Styles.Styles.xaml
+build_metadata.AdditionalFiles.TargetPath = Resources\Styles\Styles.xaml
+build_metadata.AdditionalFiles.RelativePath = Resources\Styles\Styles.xaml
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GlobalUsings.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GlobalUsings.g.cs
new file mode 100644
index 0000000..edf6271
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.GlobalUsings.g.cs
@@ -0,0 +1,26 @@
+//
+global using global::Microsoft.Extensions.DependencyInjection;
+global using global::Microsoft.Maui;
+global using global::Microsoft.Maui.Accessibility;
+global using global::Microsoft.Maui.ApplicationModel;
+global using global::Microsoft.Maui.ApplicationModel.Communication;
+global using global::Microsoft.Maui.ApplicationModel.DataTransfer;
+global using global::Microsoft.Maui.Authentication;
+global using global::Microsoft.Maui.Controls;
+global using global::Microsoft.Maui.Controls.Hosting;
+global using global::Microsoft.Maui.Controls.Xaml;
+global using global::Microsoft.Maui.Devices;
+global using global::Microsoft.Maui.Devices.Sensors;
+global using global::Microsoft.Maui.Dispatching;
+global using global::Microsoft.Maui.Graphics;
+global using global::Microsoft.Maui.Hosting;
+global using global::Microsoft.Maui.Media;
+global using global::Microsoft.Maui.Networking;
+global using global::Microsoft.Maui.Storage;
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.assets.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.assets.cache
new file mode 100644
index 0000000..a2b4d35
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.assets.cache differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.csproj.AssemblyReference.cache b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..88547a3
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/GameAtlas.csproj.AssemblyReference.cache differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.cs
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.i.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.i.cs
new file mode 100644
index 0000000..3b8f35f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/Platforms/Windows/App.g.i.cs
@@ -0,0 +1,74 @@
+#pragma checksum "C:\Users\relavergne\source\repos\SAE2.01-IHM\GameAtlas\GameAtlas\Platforms\Windows\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8064819DA9AFEC53238EF0BEE0D46E9E0B44FE0E62F4B3C4B0F52C8A1055CD1B"
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+
+namespace GameAtlas.WinUI
+{
+#if !DISABLE_XAML_GENERATED_MAIN
+ ///
+ /// Program class
+ ///
+ public static class Program
+ {
+ [global::System.Runtime.InteropServices.DllImport("Microsoft.ui.xaml.dll")]
+ private static extern void XamlCheckProcessRequirements();
+
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.STAThreadAttribute]
+ static void Main(string[] args)
+ {
+ XamlCheckProcessRequirements();
+
+ global::WinRT.ComWrappersSupport.InitializeComWrappers();
+ global::Microsoft.UI.Xaml.Application.Start((p) => {
+ var context = new global::Microsoft.UI.Dispatching.DispatcherQueueSynchronizationContext(global::Microsoft.UI.Dispatching.DispatcherQueue.GetForCurrentThread());
+ global::System.Threading.SynchronizationContext.SetSynchronizationContext(context);
+ new App();
+ });
+ }
+ }
+#endif
+
+ partial class App : global::Microsoft.Maui.MauiWinUIApplication
+ {
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
+ private bool _contentLoaded;
+ ///
+ /// InitializeComponent()
+ ///
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.UI.Xaml.Markup.Compiler"," 1.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ public void InitializeComponent()
+ {
+ if (_contentLoaded)
+ return;
+
+ _contentLoaded = true;
+
+ global::System.Uri resourceLocator = new global::System.Uri("ms-appx:///Platforms/Windows/App.xaml");
+ global::Microsoft.UI.Xaml.Application.LoadComponent(this, resourceLocator);
+
+#if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
+ DebugSettings.BindingFailed += (sender, args) =>
+ {
+ global::System.Diagnostics.Debug.WriteLine(args.Message);
+ };
+#endif
+#if DEBUG && !DISABLE_XAML_GENERATED_BREAK_ON_UNHANDLED_EXCEPTION
+ UnhandledException += (sender, e) =>
+ {
+ if (global::System.Diagnostics.Debugger.IsAttached) global::System.Diagnostics.Debugger.Break();
+ };
+#endif
+ }
+ }
+}
+
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlSaveStateFile.xml b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlSaveStateFile.xml
new file mode 100644
index 0000000..efa5ba7
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlSaveStateFile.xml
@@ -0,0 +1 @@
+EnableXBindDiagnostics, EnableDefaultValidationContextGeneration, EnableWin32Codegen, UsingCSWinRT
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlTypeInfo.g.cs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/XamlTypeInfo.g.cs
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauifont.inputs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauifont.inputs
new file mode 100644
index 0000000..9abca29
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauifont.inputs
@@ -0,0 +1,2 @@
+File=Resources\Fonts\OpenSans-Regular.ttf;Link=;Alias=
+File=Resources\Fonts\OpenSans-Semibold.ttf;Link=;Alias=
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauifont.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauifont.stamp
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauiimage.inputs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauiimage.inputs
new file mode 100644
index 0000000..07adc43
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauiimage.inputs
@@ -0,0 +1,2 @@
+File=Resources\Images\dotnet_bot.svg;Link=;BaseSize=168,208;Resize=;TintColor=;Color=;IsAppIcon=;ForegroundScale=;ForegroundFile=
+File=Resources\AppIcon\appicon.svg;Link=;BaseSize=;Resize=;TintColor=;Color=#512BD4;IsAppIcon=True;ForegroundScale=;ForegroundFile=Resources\AppIcon\appiconfg.svg
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauiimage.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauiimage.stamp
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauimanifest.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauimanifest.stamp
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauisplash.inputs b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauisplash.inputs
new file mode 100644
index 0000000..7931914
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauisplash.inputs
@@ -0,0 +1 @@
+File=Resources\Splash\splash.svg;Link=;BaseSize=128,128;Resize=;TintColor=;Color=#512BD4;ForegroundScale=
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauisplash.stamp b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/mauisplash.stamp
new file mode 100644
index 0000000..e69de29
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/f/OpenSans-Regular.ttf b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/f/OpenSans-Regular.ttf
new file mode 100644
index 0000000..a49f11d
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/f/OpenSans-Regular.ttf differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/f/OpenSans-Semibold.ttf b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/f/OpenSans-Semibold.ttf
new file mode 100644
index 0000000..23911e4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/f/OpenSans-Semibold.ttf differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/m/Package.appxmanifest b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/m/Package.appxmanifest
new file mode 100644
index 0000000..e69d0c0
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/m/Package.appxmanifest
@@ -0,0 +1,33 @@
+
+
+
+
+
+ GameAtlas
+ User Name
+ appiconStoreLogo.png
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appicon.ico b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appicon.ico
new file mode 100644
index 0000000..942343d
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appicon.ico differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-100.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-100.png
new file mode 100644
index 0000000..2162bc4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-100.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-125.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-125.png
new file mode 100644
index 0000000..af70b44
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-125.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-150.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-150.png
new file mode 100644
index 0000000..fb8de7a
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-150.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-200.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-200.png
new file mode 100644
index 0000000..b9fdbfe
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-200.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-400.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-400.png
new file mode 100644
index 0000000..4bcd6e1
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLargeTile.scale-400.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-16.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-16.png
new file mode 100644
index 0000000..7c71911
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-16.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-24.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-24.png
new file mode 100644
index 0000000..30cee91
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-24.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-256.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-256.png
new file mode 100644
index 0000000..0b0d630
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-256.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-32.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-32.png
new file mode 100644
index 0000000..65f4be7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-32.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-48.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-48.png
new file mode 100644
index 0000000..eb17ffc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-lightunplated_targetsize-48.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-16.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-16.png
new file mode 100644
index 0000000..7c71911
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-16.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-24.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-24.png
new file mode 100644
index 0000000..30cee91
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-24.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-256.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-256.png
new file mode 100644
index 0000000..0b0d630
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-256.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-32.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-32.png
new file mode 100644
index 0000000..65f4be7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-32.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-48.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-48.png
new file mode 100644
index 0000000..eb17ffc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.altform-unplated_targetsize-48.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-100.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-100.png
new file mode 100644
index 0000000..1cbe175
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-100.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-125.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-125.png
new file mode 100644
index 0000000..e7d8cc4
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-125.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-150.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-150.png
new file mode 100644
index 0000000..ebfc659
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-150.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-200.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-200.png
new file mode 100644
index 0000000..dbed25f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-200.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-400.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-400.png
new file mode 100644
index 0000000..39a6569
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.scale-400.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-16.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-16.png
new file mode 100644
index 0000000..7c71911
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-16.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-24.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-24.png
new file mode 100644
index 0000000..30cee91
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-24.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-256.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-256.png
new file mode 100644
index 0000000..0b0d630
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-256.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-32.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-32.png
new file mode 100644
index 0000000..65f4be7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-32.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-48.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-48.png
new file mode 100644
index 0000000..eb17ffc
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconLogo.targetsize-48.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-100.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-100.png
new file mode 100644
index 0000000..390a585
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-100.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-125.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-125.png
new file mode 100644
index 0000000..a4036d6
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-125.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-150.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-150.png
new file mode 100644
index 0000000..af1ed9e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-150.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-200.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-200.png
new file mode 100644
index 0000000..3d1a228
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-200.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-400.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-400.png
new file mode 100644
index 0000000..60c21a8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconMediumTile.scale-400.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-100.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-100.png
new file mode 100644
index 0000000..200c80e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-100.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-125.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-125.png
new file mode 100644
index 0000000..240c8aa
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-125.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-150.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-150.png
new file mode 100644
index 0000000..63b5854
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-150.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-200.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-200.png
new file mode 100644
index 0000000..e17e6af
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-200.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-400.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-400.png
new file mode 100644
index 0000000..989c326
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconSmallTile.scale-400.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-100.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-100.png
new file mode 100644
index 0000000..f9292d0
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-100.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-125.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-125.png
new file mode 100644
index 0000000..7b45f73
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-125.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-150.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-150.png
new file mode 100644
index 0000000..08ea4b7
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-150.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-200.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-200.png
new file mode 100644
index 0000000..aecf78e
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-200.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-400.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-400.png
new file mode 100644
index 0000000..bd72d32
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconStoreLogo.scale-400.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-100.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-100.png
new file mode 100644
index 0000000..97df4ab
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-100.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-125.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-125.png
new file mode 100644
index 0000000..e1c5de8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-125.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-150.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-150.png
new file mode 100644
index 0000000..6866659
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-150.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-200.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-200.png
new file mode 100644
index 0000000..2c1c8f8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-200.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-400.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-400.png
new file mode 100644
index 0000000..39eda68
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/appiconWideTile.scale-400.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-100.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-100.png
new file mode 100644
index 0000000..8cfd2ac
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-100.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-125.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-125.png
new file mode 100644
index 0000000..44d792d
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-125.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-150.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-150.png
new file mode 100644
index 0000000..efb3019
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-150.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-200.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-200.png
new file mode 100644
index 0000000..5ba8633
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-200.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-400.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-400.png
new file mode 100644
index 0000000..178a244
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/r/dotnet_bot.scale-400.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-100.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-100.png
new file mode 100644
index 0000000..2c1c8f8
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-100.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-125.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-125.png
new file mode 100644
index 0000000..e539e22
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-125.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-150.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-150.png
new file mode 100644
index 0000000..d9e8371
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-150.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-200.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-200.png
new file mode 100644
index 0000000..39eda68
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-200.png differ
diff --git a/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-400.png b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-400.png
new file mode 100644
index 0000000..8cac56f
Binary files /dev/null and b/GameAtlas/GameAtlas/obj/Debug/net6.0-windows10.0.19041.0/win10-x64/resizetizer/sp/splashSplashScreen.scale-400.png differ
diff --git a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..b519ee2
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.dgspec.json
@@ -0,0 +1,448 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj",
+ "projectName": "GameAtlas",
+ "projectPath": "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj",
+ "packagesPath": "C:\\Users\\relavergne\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\obj\\",
+ "projectStyle": "PackageReference",
+ "crossTargeting": true,
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\relavergne\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0-android",
+ "net6.0-ios",
+ "net6.0-maccatalyst",
+ "net6.0-windows10.0.19041.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0-android31.0": {
+ "targetAlias": "net6.0-android",
+ "projectReferences": {}
+ },
+ "net6.0-ios16.1": {
+ "targetAlias": "net6.0-ios",
+ "projectReferences": {}
+ },
+ "net6.0-maccatalyst16.1": {
+ "targetAlias": "net6.0-maccatalyst",
+ "projectReferences": {}
+ },
+ "net6.0-windows10.0.19041": {
+ "targetAlias": "net6.0-windows10.0.19041.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0-android31.0": {
+ "targetAlias": "net6.0-android",
+ "dependencies": {
+ "Microsoft.Maui.Dependencies": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Maui.Extensions": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.Android.Ref.31",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.Android.Runtime.31.android-arm",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.Android.Runtime.31.android-arm64",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.Android.Runtime.31.android-x64",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.Android.Runtime.31.android-x86",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.linux-arm",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.linux-arm64",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Ref.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Runtime.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Ref.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Runtime.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Ref.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Runtime.android",
+ "version": "[6.0.552, 6.0.552]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.Android": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Controls": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Core": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Essentials": {
+ "privateAssets": "all"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ },
+ "net6.0-ios16.1": {
+ "targetAlias": "net6.0-ios",
+ "dependencies": {
+ "Microsoft.Maui.Dependencies": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Maui.Extensions": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "System.Runtime.InteropServices.NFloat.Internal": {
+ "target": "Package",
+ "version": "[6.0.1, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.iOS.Ref",
+ "version": "[16.2.19, 16.2.19]"
+ },
+ {
+ "name": "Microsoft.iOS.Runtime.iossimulator-x64",
+ "version": "[16.2.19, 16.2.19]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Ref.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Runtime.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Ref.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Runtime.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Ref.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Runtime.ios",
+ "version": "[6.0.552, 6.0.552]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.iOS": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Controls": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Core": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Essentials": {
+ "privateAssets": "all"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ },
+ "net6.0-maccatalyst16.1": {
+ "targetAlias": "net6.0-maccatalyst",
+ "dependencies": {
+ "Microsoft.Maui.Dependencies": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Maui.Extensions": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "System.Runtime.InteropServices.NFloat.Internal": {
+ "target": "Package",
+ "version": "[6.0.1, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "xamarinios10",
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.MacCatalyst.Ref",
+ "version": "[16.2.19, 16.2.19]"
+ },
+ {
+ "name": "Microsoft.MacCatalyst.Runtime.maccatalyst-x64",
+ "version": "[16.2.19, 16.2.19]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Ref.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Runtime.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Ref.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Runtime.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Ref.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Runtime.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.MacCatalyst": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Controls": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Core": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Essentials": {
+ "privateAssets": "all"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ },
+ "net6.0-windows10.0.19041": {
+ "targetAlias": "net6.0-windows10.0.19041.0",
+ "dependencies": {
+ "Microsoft.Maui.Dependencies": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Maui.Extensions": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Windows.SDK.BuildTools": {
+ "suppressParent": "All",
+ "target": "Package",
+ "version": "[10.0.22000.194, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.win-x64",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Ref.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Runtime.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Ref.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Runtime.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Ref.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Runtime.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Runtime.win-x64",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.Windows.SDK.NET.Ref",
+ "version": "[10.0.19041.28, 10.0.19041.28]"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
+ "version": "[6.0.14, 6.0.14]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.Maui.Controls": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Core": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Essentials": {
+ "privateAssets": "all"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Windows.SDK.NET.Ref": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ },
+ "runtimes": {
+ "android-arm": {
+ "#import": []
+ },
+ "android-arm64": {
+ "#import": []
+ },
+ "android-x64": {
+ "#import": []
+ },
+ "android-x86": {
+ "#import": []
+ },
+ "iossimulator-x64": {
+ "#import": []
+ },
+ "maccatalyst-x64": {
+ "#import": []
+ },
+ "win10-x64": {
+ "#import": []
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.props b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.props
new file mode 100644
index 0000000..7338f0f
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.props
@@ -0,0 +1,23 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\relavergne\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.5.0
+
+
+
+
+
+
+
+
+
+
+ C:\Users\relavergne\.nuget\packages\microsoft.windowsappsdk\1.1.5
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.targets b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.targets
new file mode 100644
index 0000000..ce4cc32
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/GameAtlas.csproj.nuget.g.targets
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/project.assets.json b/GameAtlas/GameAtlas/obj/project.assets.json
new file mode 100644
index 0000000..2aa4d99
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/project.assets.json
@@ -0,0 +1,25015 @@
+{
+ "version": 3,
+ "targets": {
+ "net6.0-android31.0": {
+ "GoogleGson/2.9.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Xamarin.Android.Glide": "4.12.0.8",
+ "Xamarin.AndroidX.Browser": "1.4.0.1",
+ "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
+ "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Navigation.UI": "2.4.2",
+ "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
+ "Xamarin.Google.Android.Material": "1.6.0",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Android.Glide.Annotations": "4.12.0.8",
+ "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
+ "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
+ "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
+ "Xamarin.AndroidX.Fragment": "1.3.2",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ },
+ "compile": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "build": {
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
+ "Xamarin.AndroidX.Print": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.Media": "1.5.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.Google.Android.Material": "1.5.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0.3",
+ "Xamarin.AndroidX.Collection": "1.1.0.10",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.Window": "1.0.0.8"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
+ }
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.15",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
+ }
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "type": "package",
+ "dependencies": {
+ "GoogleGson": "2.9.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
+ }
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Jetbrains.Annotations": "23.0.0.3",
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets": {}
+ }
+ }
+ },
+ "net6.0-android31.0/android-arm": {
+ "GoogleGson/2.9.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Xamarin.Android.Glide": "4.12.0.8",
+ "Xamarin.AndroidX.Browser": "1.4.0.1",
+ "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
+ "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Navigation.UI": "2.4.2",
+ "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
+ "Xamarin.Google.Android.Material": "1.6.0",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Android.Glide.Annotations": "4.12.0.8",
+ "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
+ "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
+ "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
+ "Xamarin.AndroidX.Fragment": "1.3.2",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ },
+ "compile": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "build": {
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
+ "Xamarin.AndroidX.Print": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.Media": "1.5.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.Google.Android.Material": "1.5.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0.3",
+ "Xamarin.AndroidX.Collection": "1.1.0.10",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.Window": "1.0.0.8"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
+ }
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.15",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
+ }
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "type": "package",
+ "dependencies": {
+ "GoogleGson": "2.9.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
+ }
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Jetbrains.Annotations": "23.0.0.3",
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets": {}
+ }
+ }
+ },
+ "net6.0-android31.0/android-arm64": {
+ "GoogleGson/2.9.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Xamarin.Android.Glide": "4.12.0.8",
+ "Xamarin.AndroidX.Browser": "1.4.0.1",
+ "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
+ "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Navigation.UI": "2.4.2",
+ "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
+ "Xamarin.Google.Android.Material": "1.6.0",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Android.Glide.Annotations": "4.12.0.8",
+ "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
+ "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
+ "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
+ "Xamarin.AndroidX.Fragment": "1.3.2",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ },
+ "compile": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "build": {
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
+ "Xamarin.AndroidX.Print": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.Media": "1.5.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.Google.Android.Material": "1.5.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0.3",
+ "Xamarin.AndroidX.Collection": "1.1.0.10",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.Window": "1.0.0.8"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
+ }
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.15",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
+ }
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "type": "package",
+ "dependencies": {
+ "GoogleGson": "2.9.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
+ }
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Jetbrains.Annotations": "23.0.0.3",
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets": {}
+ }
+ }
+ },
+ "net6.0-android31.0/android-x64": {
+ "GoogleGson/2.9.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Xamarin.Android.Glide": "4.12.0.8",
+ "Xamarin.AndroidX.Browser": "1.4.0.1",
+ "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
+ "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Navigation.UI": "2.4.2",
+ "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
+ "Xamarin.Google.Android.Material": "1.6.0",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Android.Glide.Annotations": "4.12.0.8",
+ "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
+ "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
+ "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
+ "Xamarin.AndroidX.Fragment": "1.3.2",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ },
+ "compile": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "build": {
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
+ "Xamarin.AndroidX.Print": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.Media": "1.5.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.Google.Android.Material": "1.5.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0.3",
+ "Xamarin.AndroidX.Collection": "1.1.0.10",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.Window": "1.0.0.8"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
+ }
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.15",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
+ }
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "type": "package",
+ "dependencies": {
+ "GoogleGson": "2.9.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
+ }
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Jetbrains.Annotations": "23.0.0.3",
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets": {}
+ }
+ }
+ },
+ "net6.0-android31.0/android-x86": {
+ "GoogleGson/2.9.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Xamarin.Android.Glide": "4.12.0.8",
+ "Xamarin.AndroidX.Browser": "1.4.0.1",
+ "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
+ "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Navigation.UI": "2.4.2",
+ "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
+ "Xamarin.Google.Android.Material": "1.6.0",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Android.Glide.Annotations": "4.12.0.8",
+ "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
+ "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
+ "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
+ "Xamarin.AndroidX.Fragment": "1.3.2",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ },
+ "compile": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "build": {
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
+ "Xamarin.AndroidX.Print": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.Media": "1.5.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.Google.Android.Material": "1.5.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0.3",
+ "Xamarin.AndroidX.Collection": "1.1.0.10",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.Window": "1.0.0.8"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
+ }
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.15",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
+ }
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "type": "package",
+ "dependencies": {
+ "GoogleGson": "2.9.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
+ }
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Jetbrains.Annotations": "23.0.0.3",
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets": {}
+ }
+ }
+ },
+ "net6.0-android31.0/iossimulator-x64": {
+ "GoogleGson/2.9.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Xamarin.Android.Glide": "4.12.0.8",
+ "Xamarin.AndroidX.Browser": "1.4.0.1",
+ "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
+ "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Navigation.UI": "2.4.2",
+ "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
+ "Xamarin.Google.Android.Material": "1.6.0",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Android.Glide.Annotations": "4.12.0.8",
+ "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
+ "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
+ "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
+ "Xamarin.AndroidX.Fragment": "1.3.2",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ },
+ "compile": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "build": {
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
+ "Xamarin.AndroidX.Print": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.Media": "1.5.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.Google.Android.Material": "1.5.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0.3",
+ "Xamarin.AndroidX.Collection": "1.1.0.10",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.Window": "1.0.0.8"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
+ }
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.15",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
+ }
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "type": "package",
+ "dependencies": {
+ "GoogleGson": "2.9.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
+ }
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Jetbrains.Annotations": "23.0.0.3",
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets": {}
+ }
+ }
+ },
+ "net6.0-android31.0/maccatalyst-x64": {
+ "GoogleGson/2.9.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Xamarin.Android.Glide": "4.12.0.8",
+ "Xamarin.AndroidX.Browser": "1.4.0.1",
+ "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
+ "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Navigation.UI": "2.4.2",
+ "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
+ "Xamarin.Google.Android.Material": "1.6.0",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Android.Glide.Annotations": "4.12.0.8",
+ "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
+ "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
+ "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
+ "Xamarin.AndroidX.Fragment": "1.3.2",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ },
+ "compile": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "build": {
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
+ "Xamarin.AndroidX.Print": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.Media": "1.5.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.Google.Android.Material": "1.5.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0.3",
+ "Xamarin.AndroidX.Collection": "1.1.0.10",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.Window": "1.0.0.8"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
+ }
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.15",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
+ }
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "type": "package",
+ "dependencies": {
+ "GoogleGson": "2.9.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
+ }
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Jetbrains.Annotations": "23.0.0.3",
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets": {}
+ }
+ }
+ },
+ "net6.0-android31.0/win10-x64": {
+ "GoogleGson/2.9.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/GoogleGson.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Xamarin.Android.Glide": "4.12.0.8",
+ "Xamarin.AndroidX.Browser": "1.4.0.1",
+ "Xamarin.AndroidX.Legacy.Support.V4": "1.0.0.13",
+ "Xamarin.AndroidX.Lifecycle.LiveData": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Fragment": "2.4.2",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Navigation.UI": "2.4.2",
+ "Xamarin.AndroidX.Security.SecurityCrypto": "1.1.0-alpha03",
+ "Xamarin.Google.Android.Material": "1.6.0",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.6"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Android.Glide.Annotations": "4.12.0.8",
+ "Xamarin.Android.Glide.DiskLruCache": "4.12.0.8",
+ "Xamarin.Android.Glide.GifDecoder": "4.12.0.8",
+ "Xamarin.AndroidX.ExifInterface": "1.3.2.2",
+ "Xamarin.AndroidX.Fragment": "1.3.2",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.10"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets": {}
+ }
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AppCompat.AppCompatResources": "1.4.1.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1",
+ "Xamarin.AndroidX.Emoji2.ViewsHelper": "1.1.0.1",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.ResourceInspection.Annotation": "1.0.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.VectorDrawable.Animated": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Google.Guava.ListenableFuture": "1.0.0.5"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.ConstraintLayout.Core": "1.0.3.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Concurrent.Futures": "1.1.0.8",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.VersionedParcelable": "1.1.1.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Process": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Emoji2": "1.1.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.1.0.9"
+ },
+ "compile": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll": {
+ "related": ".pdb"
+ }
+ },
+ "build": {
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.AsyncLayoutInflater": "1.0.0.13",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CursorAdapter": "1.0.0.13",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.AndroidX.SwipeRefreshLayout": "1.1.0.8",
+ "Xamarin.AndroidX.ViewPager": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DocumentFile": "1.0.1.13",
+ "Xamarin.AndroidX.Loader": "1.1.0.13",
+ "Xamarin.AndroidX.LocalBroadcastManager": "1.1.0.1",
+ "Xamarin.AndroidX.Print": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Legacy.Support.Core.UI": "1.0.0.14",
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils": "1.0.0.13",
+ "Xamarin.AndroidX.Media": "1.5.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.Startup.StartupRuntime": "1.1.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Arch.Core.Runtime": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection.Ktx": "1.2.0.3",
+ "Xamarin.AndroidX.Core.Core.Ktx": "1.7.0.2",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState": "2.4.1.1",
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Fragment.Ktx": "1.4.1.1",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.SlidingPaneLayout": "1.2.0.1",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Activity.Ktx": "1.4.0.2",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx": "2.4.1.1",
+ "Xamarin.AndroidX.Navigation.Common": "2.4.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.Navigation.Runtime": "2.4.2",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.Google.Android.Material": "1.5.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Arch.Core.Common": "2.1.0.14",
+ "Xamarin.AndroidX.Lifecycle.Common": "2.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.SavedState": "1.1.0.7",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.2.0.3",
+ "Xamarin.AndroidX.Collection": "1.1.0.10",
+ "Xamarin.Google.Crypto.Tink.Android": "1.6.1.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.Window": "1.0.0.8"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Tracing.Tracing": "1.0.0.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Interpolator": "1.0.0.13",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.CustomView": "1.1.0.12"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets": {}
+ }
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Collection": "1.2.0.3",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Android": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets": {}
+ }
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.AndroidX.Annotation": "1.3.0.3",
+ "Xamarin.AndroidX.Annotation.Experimental": "1.2.0.1",
+ "Xamarin.AndroidX.AppCompat": "1.4.1.1",
+ "Xamarin.AndroidX.CardView": "1.0.0.15",
+ "Xamarin.AndroidX.ConstraintLayout": "2.1.3.1",
+ "Xamarin.AndroidX.CoordinatorLayout": "1.2.0.1",
+ "Xamarin.AndroidX.Core": "1.7.0.2",
+ "Xamarin.AndroidX.DrawerLayout": "1.1.1.8",
+ "Xamarin.AndroidX.DynamicAnimation": "1.0.0.13",
+ "Xamarin.AndroidX.Fragment": "1.4.1.1",
+ "Xamarin.AndroidX.Lifecycle.Runtime": "2.4.1.1",
+ "Xamarin.AndroidX.RecyclerView": "1.2.1.6",
+ "Xamarin.AndroidX.Transition": "1.4.1.6",
+ "Xamarin.AndroidX.VectorDrawable": "1.1.0.13",
+ "Xamarin.AndroidX.ViewPager2": "1.0.0.15"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets": {}
+ }
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "type": "package",
+ "dependencies": {
+ "GoogleGson": "2.9.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll": {
+ "related": ".aar;.xml"
+ }
+ }
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets": {}
+ }
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Jetbrains.Annotations": "23.0.0.3",
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets": {}
+ }
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk7": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1",
+ "Xamarin.KotlinX.Coroutines.Core.Jvm": "1.6.0.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets": {}
+ }
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Xamarin.Kotlin.StdLib.Common": "1.6.20.1",
+ "Xamarin.Kotlin.StdLib.Jdk8": "1.6.20.1"
+ },
+ "compile": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets": {}
+ }
+ }
+ },
+ "net6.0-ios16.1": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-ios16.1/android-arm": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-ios16.1/android-arm64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-ios16.1/android-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-ios16.1/android-x86": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-ios16.1/iossimulator-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-ios16.1/maccatalyst-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-ios16.1/win10-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-maccatalyst16.1": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-maccatalyst16.1/android-arm": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-maccatalyst16.1/android-arm64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-maccatalyst16.1/android-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-maccatalyst16.1/android-x86": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-maccatalyst16.1/iossimulator-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-maccatalyst16.1/maccatalyst-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-maccatalyst16.1/win10-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1",
+ "System.Runtime.InteropServices.NFloat.Internal": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "type": "package",
+ "compile": {
+ "ref/net6.0/System.Runtime.InteropServices.dll": {
+ "related": ".xml"
+ }
+ }
+ }
+ },
+ "net6.0-windows10.0.19041": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.WindowsAppSDK": "1.0.3"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.18362.0/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win10-arm64/native/Microsoft.Graphics.Canvas.dll": {
+ "assetType": "native",
+ "rid": "win10-arm64"
+ },
+ "runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll": {
+ "assetType": "native",
+ "rid": "win10-x64"
+ },
+ "runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll": {
+ "assetType": "native",
+ "rid": "win10-x86"
+ }
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
+ "Microsoft.WindowsAppSDK": "1.1.5"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.WindowsAppSdk": "1.0.3"
+ },
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Windows.SDK.BuildTools.props": {},
+ "build/Microsoft.Windows.SDK.BuildTools.targets": {}
+ }
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "build": {
+ "buildTransitive/Microsoft.WindowsAppSDK.props": {},
+ "buildTransitive/Microsoft.WindowsAppSDK.targets": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win10-arm64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll": {
+ "assetType": "native",
+ "rid": "win10-arm64"
+ },
+ "runtimes/win10-x64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll": {
+ "assetType": "native",
+ "rid": "win10-x64"
+ },
+ "runtimes/win10-x86/native/Microsoft.WindowsAppRuntime.Bootstrap.dll": {
+ "assetType": "native",
+ "rid": "win10-x86"
+ }
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ }
+ },
+ "net6.0-windows10.0.19041/android-arm": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.WindowsAppSDK": "1.0.3"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.18362.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
+ "Microsoft.WindowsAppSDK": "1.1.5"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.WindowsAppSdk": "1.0.3"
+ },
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Windows.SDK.BuildTools.props": {},
+ "build/Microsoft.Windows.SDK.BuildTools.targets": {}
+ }
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "build": {
+ "buildTransitive/Microsoft.WindowsAppSDK.props": {},
+ "buildTransitive/Microsoft.WindowsAppSDK.targets": {}
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ }
+ },
+ "net6.0-windows10.0.19041/android-arm64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.WindowsAppSDK": "1.0.3"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.18362.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
+ "Microsoft.WindowsAppSDK": "1.1.5"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.WindowsAppSdk": "1.0.3"
+ },
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Windows.SDK.BuildTools.props": {},
+ "build/Microsoft.Windows.SDK.BuildTools.targets": {}
+ }
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "build": {
+ "buildTransitive/Microsoft.WindowsAppSDK.props": {},
+ "buildTransitive/Microsoft.WindowsAppSDK.targets": {}
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ }
+ },
+ "net6.0-windows10.0.19041/android-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.WindowsAppSDK": "1.0.3"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.18362.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
+ "Microsoft.WindowsAppSDK": "1.1.5"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.WindowsAppSdk": "1.0.3"
+ },
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Windows.SDK.BuildTools.props": {},
+ "build/Microsoft.Windows.SDK.BuildTools.targets": {}
+ }
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "build": {
+ "buildTransitive/Microsoft.WindowsAppSDK.props": {},
+ "buildTransitive/Microsoft.WindowsAppSDK.targets": {}
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ }
+ },
+ "net6.0-windows10.0.19041/android-x86": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.WindowsAppSDK": "1.0.3"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.18362.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
+ "Microsoft.WindowsAppSDK": "1.1.5"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.WindowsAppSdk": "1.0.3"
+ },
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Windows.SDK.BuildTools.props": {},
+ "build/Microsoft.Windows.SDK.BuildTools.targets": {}
+ }
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "build": {
+ "buildTransitive/Microsoft.WindowsAppSDK.props": {},
+ "buildTransitive/Microsoft.WindowsAppSDK.targets": {}
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ }
+ },
+ "net6.0-windows10.0.19041/iossimulator-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.WindowsAppSDK": "1.0.3"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.18362.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
+ "Microsoft.WindowsAppSDK": "1.1.5"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.WindowsAppSdk": "1.0.3"
+ },
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Windows.SDK.BuildTools.props": {},
+ "build/Microsoft.Windows.SDK.BuildTools.targets": {}
+ }
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "build": {
+ "buildTransitive/Microsoft.WindowsAppSDK.props": {},
+ "buildTransitive/Microsoft.WindowsAppSDK.targets": {}
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ }
+ },
+ "net6.0-windows10.0.19041/maccatalyst-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.WindowsAppSDK": "1.0.3"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.18362.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
+ "Microsoft.WindowsAppSDK": "1.1.5"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.WindowsAppSdk": "1.0.3"
+ },
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Windows.SDK.BuildTools.props": {},
+ "build/Microsoft.Windows.SDK.BuildTools.targets": {}
+ }
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "build": {
+ "buildTransitive/Microsoft.WindowsAppSDK.props": {},
+ "buildTransitive/Microsoft.WindowsAppSDK.targets": {}
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ }
+ },
+ "net6.0-windows10.0.19041/win10-x64": {
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Options": "6.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
+ "Microsoft.Extensions.Primitives": "6.0.0"
+ },
+ "compile": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.WindowsAppSDK": "1.0.3"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll": {}
+ },
+ "native": {
+ "runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll": {}
+ },
+ "build": {
+ "build/net5.0-windows10.0.18362.0/_._": {}
+ }
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop": "6.0.501",
+ "Microsoft.WindowsAppSDK": "1.1.5"
+ }
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Extensions.Configuration": "6.0.1",
+ "Microsoft.Extensions.DependencyInjection": "6.0.0",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "Microsoft.Extensions.Logging.Abstractions": "6.0.1"
+ }
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Graphics.Win2D": "1.0.3.1",
+ "Microsoft.Maui.Graphics": "6.0.501",
+ "Microsoft.WindowsAppSdk": "1.0.3"
+ },
+ "compile": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "type": "package",
+ "build": {
+ "build/Microsoft.Windows.SDK.BuildTools.props": {},
+ "build/Microsoft.Windows.SDK.BuildTools.targets": {}
+ }
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22000.194"
+ },
+ "compile": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "runtime": {
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll": {
+ "related": ".xml"
+ },
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll": {},
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll": {}
+ },
+ "native": {
+ "runtimes/win10-x64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll": {}
+ },
+ "build": {
+ "buildTransitive/Microsoft.WindowsAppSDK.props": {},
+ "buildTransitive/Microsoft.WindowsAppSDK.targets": {}
+ }
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Runtime.CompilerServices.Unsafe": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "GoogleGson/2.9.0.1": {
+ "sha512": "hztMZzgzX82HUORHX4YHOcfzF7yAOn8dWpXeYcrJa9sjw1qHfFpibrHeiWrk8aKn4C4IO6mBNOuaFiyS6/EOBA==",
+ "type": "package",
+ "path": "googlegson/2.9.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "License.md",
+ "THIRD-PARTY-NOTICES.txt",
+ "googlegson.2.9.0.1.nupkg.sha512",
+ "googlegson.nuspec",
+ "lib/monoandroid12.0/GoogleGson.dll",
+ "lib/monoandroid12.0/GoogleGson.xml",
+ "lib/net6.0-android31.0/GoogleGson.aar",
+ "lib/net6.0-android31.0/GoogleGson.dll",
+ "lib/net6.0-android31.0/GoogleGson.xml"
+ ]
+ },
+ "Microsoft.Extensions.Configuration/6.0.1": {
+ "sha512": "BUyFU9t+HzlSE7ri4B+AQN2BgTgHv/uM82s5ZkgU1BApyzWzIl48nDsG5wR1t0pniNuuyTBzG3qCW8152/NtSw==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration/6.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Configuration.dll",
+ "lib/net461/Microsoft.Extensions.Configuration.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml",
+ "microsoft.extensions.configuration.6.0.1.nupkg.sha512",
+ "microsoft.extensions.configuration.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
+ "sha512": "qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
+ "type": "package",
+ "path": "microsoft.extensions.configuration.abstractions/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/net461/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml",
+ "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512",
+ "microsoft.extensions.configuration.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection/6.0.0": {
+ "sha512": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net461/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml",
+ "microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
+ "sha512": "xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
+ "type": "package",
+ "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml",
+ "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
+ "microsoft.extensions.dependencyinjection.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging/6.0.0": {
+ "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==",
+ "type": "package",
+ "path": "microsoft.extensions.logging/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Logging.dll",
+ "lib/net461/Microsoft.Extensions.Logging.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Logging.xml",
+ "microsoft.extensions.logging.6.0.0.nupkg.sha512",
+ "microsoft.extensions.logging.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Logging.Abstractions/6.0.1": {
+ "sha512": "dzB2Cgg+JmrouhjkcQGzSFjjvpwlq353i8oBQO2GWNjCXSzhbtBRUf28HSauWe7eib3wYOdb3tItdjRwAdwCSg==",
+ "type": "package",
+ "path": "microsoft.extensions.logging.abstractions/6.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll",
+ "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll",
+ "build/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml",
+ "microsoft.extensions.logging.abstractions.6.0.1.nupkg.sha512",
+ "microsoft.extensions.logging.abstractions.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Options/6.0.0": {
+ "sha512": "dzXN0+V1AyjOe2xcJ86Qbo233KHuLEY0njf/P2Kw8SfJU+d45HNS2ctJdnEnrWbM9Ye2eFgaC5Mj9otRMU6IsQ==",
+ "type": "package",
+ "path": "microsoft.extensions.options/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/Microsoft.Extensions.Options.dll",
+ "lib/net461/Microsoft.Extensions.Options.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Options.xml",
+ "lib/netstandard2.1/Microsoft.Extensions.Options.dll",
+ "lib/netstandard2.1/Microsoft.Extensions.Options.xml",
+ "microsoft.extensions.options.6.0.0.nupkg.sha512",
+ "microsoft.extensions.options.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Extensions.Primitives/6.0.0": {
+ "sha512": "9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
+ "type": "package",
+ "path": "microsoft.extensions.primitives/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/Microsoft.Extensions.Primitives.dll",
+ "lib/net461/Microsoft.Extensions.Primitives.xml",
+ "lib/net6.0/Microsoft.Extensions.Primitives.dll",
+ "lib/net6.0/Microsoft.Extensions.Primitives.xml",
+ "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.dll",
+ "lib/netcoreapp3.1/Microsoft.Extensions.Primitives.xml",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll",
+ "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml",
+ "microsoft.extensions.primitives.6.0.0.nupkg.sha512",
+ "microsoft.extensions.primitives.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Microsoft.Graphics.Win2D/1.0.3.1": {
+ "sha512": "6G1OcTt88m3MAKHCZsZsxHAZCy9cqMI2UPbm9ypXUUG7sJ92UDfTgWm/FLQAftdZ9ONeYvy9fOMkIbnp+Ov4oA==",
+ "type": "package",
+ "path": "microsoft.graphics.win2d/1.0.3.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Win2d.githash.txt",
+ "build/Win2D.common.targets",
+ "build/native/Microsoft.Graphics.Win2D.targets",
+ "build/net45/Microsoft.Graphics.Win2D.targets",
+ "build/net5.0-windows10.0.18362.0/Microsoft.Graphics.Win2D.targets",
+ "build/netcoreapp3.0/Microsoft.Graphics.Win2D.targets",
+ "build/win10/Microsoft.Graphics.Win2D.targets",
+ "icon.png",
+ "include/Microsoft.Graphics.Canvas.native.h",
+ "include/arm64/Microsoft.Graphics.Canvas.h",
+ "include/x64/Microsoft.Graphics.Canvas.h",
+ "include/x86/Microsoft.Graphics.Canvas.h",
+ "lib/net45/Microsoft.Graphics.Canvas.winmd",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Graphics.Canvas.Interop.dll",
+ "lib/netcoreapp3.0/Microsoft.Graphics.Canvas.winmd",
+ "lib/uap10.0/Microsoft.Graphics.Canvas.winmd",
+ "microsoft.graphics.win2d.1.0.3.1.nupkg.sha512",
+ "microsoft.graphics.win2d.nuspec",
+ "runtimes/win10-arm64/native/Microsoft.Graphics.Canvas.dll",
+ "runtimes/win10-x64/native/Microsoft.Graphics.Canvas.dll",
+ "runtimes/win10-x86/native/Microsoft.Graphics.Canvas.dll"
+ ]
+ },
+ "Microsoft.Maui.Dependencies/6.0.552": {
+ "sha512": "jzM9KKmdGnkWSlrJ3mLfnJFdmYrrDjN+pt8hhoK0h2dIafzTnIkimZtf/ZrUBf4N8SiPcYWAMUUJZaXYf04KWQ==",
+ "type": "package",
+ "path": "microsoft.maui.dependencies/6.0.552",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "microsoft.maui.dependencies.6.0.552.nupkg.sha512",
+ "microsoft.maui.dependencies.nuspec"
+ ]
+ },
+ "Microsoft.Maui.Extensions/6.0.552": {
+ "sha512": "ueYEILJkRORfLGPojv7cTlycd7ogBBKi8+sZ8HNS0bsJwgMbKFhOxq4k2FiEDOBIqtpkueX0NHPpMUkgJlFxYQ==",
+ "type": "package",
+ "path": "microsoft.maui.extensions/6.0.552",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "microsoft.maui.extensions.6.0.552.nupkg.sha512",
+ "microsoft.maui.extensions.nuspec"
+ ]
+ },
+ "Microsoft.Maui.Graphics/6.0.501": {
+ "sha512": "TGe/dWKG/Jz7qAEYQeSGuutYywlDFz2dJQJFktpvXVWfvkLweTc9gPB4j1pXir4fwuGLdkPU0tBuKi2DElIZ1Q==",
+ "type": "package",
+ "path": "microsoft.maui.graphics/6.0.501",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/monoandroid12.0/Microsoft.Maui.Graphics.dll",
+ "lib/monoandroid12.0/Microsoft.Maui.Graphics.pdb",
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.dll",
+ "lib/net6.0-android30.0/Microsoft.Maui.Graphics.pdb",
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.dll",
+ "lib/net6.0-ios13.6/Microsoft.Maui.Graphics.pdb",
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.dll",
+ "lib/net6.0-maccatalyst13.5/Microsoft.Maui.Graphics.pdb",
+ "lib/net6.0-tizen6.5/Microsoft.Maui.Graphics.dll",
+ "lib/net6.0-tizen6.5/Microsoft.Maui.Graphics.pdb",
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.dll",
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.pdb",
+ "lib/netstandard2.0/Microsoft.Maui.Graphics.dll",
+ "lib/netstandard2.0/Microsoft.Maui.Graphics.pdb",
+ "lib/netstandard2.1/Microsoft.Maui.Graphics.dll",
+ "lib/netstandard2.1/Microsoft.Maui.Graphics.pdb",
+ "lib/tizen40/Microsoft.Maui.Graphics.dll",
+ "lib/tizen40/Microsoft.Maui.Graphics.pdb",
+ "lib/xamarin.ios10/Microsoft.Maui.Graphics.dll",
+ "lib/xamarin.ios10/Microsoft.Maui.Graphics.pdb",
+ "lib/xamarin.mac20/Microsoft.Maui.Graphics.dll",
+ "lib/xamarin.mac20/Microsoft.Maui.Graphics.pdb",
+ "microsoft.maui.graphics.6.0.501.nupkg.sha512",
+ "microsoft.maui.graphics.nuspec"
+ ]
+ },
+ "Microsoft.Maui.Graphics.Win2D.WinUI.Desktop/6.0.501": {
+ "sha512": "9nIgbDKaBuy8WVPVaiYamyl8qBCYQc/0Y52Ejj2QBq5thPQq5opZXy6sSq88j0BTmin3mPVuU0Ww4wC5p/1QJA==",
+ "type": "package",
+ "path": "microsoft.maui.graphics.win2d.winui.desktop/6.0.501",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.dll",
+ "lib/net6.0-windows10.0.18362/Microsoft.Maui.Graphics.Win2D.WinUI.Desktop.pdb",
+ "microsoft.maui.graphics.win2d.winui.desktop.6.0.501.nupkg.sha512",
+ "microsoft.maui.graphics.win2d.winui.desktop.nuspec"
+ ]
+ },
+ "Microsoft.Windows.SDK.BuildTools/10.0.22000.194": {
+ "sha512": "4L0P3zqut466SIqT3VBeLTNUQTxCBDOrTRymRuROCRJKazcK7ibLz9yAO1nKWRt50ttCj39oAa2Iuz9ZTDmLlg==",
+ "type": "package",
+ "path": "microsoft.windows.sdk.buildtools/10.0.22000.194",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "bin/10.0.22000.0/arm/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22000.0/arm/DeployUtil.exe",
+ "bin/10.0.22000.0/arm64/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22000.0/arm64/DeployUtil.exe",
+ "bin/10.0.22000.0/x64/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22000.0/x64/ComparePackage.exe",
+ "bin/10.0.22000.0/x64/DeployUtil.exe",
+ "bin/10.0.22000.0/x64/MakeCert.exe",
+ "bin/10.0.22000.0/x64/Microsoft.ComparePackage.Lib.dll",
+ "bin/10.0.22000.0/x64/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22000.0/x64/Microsoft.PackageEditor.Lib.dll",
+ "bin/10.0.22000.0/x64/Microsoft.Tools.Connectivity.dll",
+ "bin/10.0.22000.0/x64/Microsoft.Tools.Deploy.dll",
+ "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest",
+ "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest",
+ "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest",
+ "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Signing.mssign32.dll.manifest",
+ "bin/10.0.22000.0/x64/Microsoft.Windows.Build.Signing.wintrust.dll.manifest",
+ "bin/10.0.22000.0/x64/PackageEditor.exe",
+ "bin/10.0.22000.0/x64/SirepClient.assembly.manifest",
+ "bin/10.0.22000.0/x64/SirepClient.dll",
+ "bin/10.0.22000.0/x64/SirepInterop.dll",
+ "bin/10.0.22000.0/x64/SshClient.dll",
+ "bin/10.0.22000.0/x64/WinAppDeployCmd.exe",
+ "bin/10.0.22000.0/x64/WinAppDeployCommon.dll",
+ "bin/10.0.22000.0/x64/appxpackaging.dll",
+ "bin/10.0.22000.0/x64/appxsip.dll",
+ "bin/10.0.22000.0/x64/en-US/AppxPackaging.dll.mui",
+ "bin/10.0.22000.0/x64/en/Microsoft.Tools.Deploy.resources.dll",
+ "bin/10.0.22000.0/x64/en/WinAppDeployCmd.resources.dll",
+ "bin/10.0.22000.0/x64/ipoverusb.discoverpartners.dll",
+ "bin/10.0.22000.0/x64/makeappx.exe",
+ "bin/10.0.22000.0/x64/makecat.exe",
+ "bin/10.0.22000.0/x64/makecat.exe.manifest",
+ "bin/10.0.22000.0/x64/makepri.exe",
+ "bin/10.0.22000.0/x64/mc.exe",
+ "bin/10.0.22000.0/x64/mdmerge.exe",
+ "bin/10.0.22000.0/x64/midl.exe",
+ "bin/10.0.22000.0/x64/midlc.exe",
+ "bin/10.0.22000.0/x64/midlrt.exe",
+ "bin/10.0.22000.0/x64/midlrtmd.dll",
+ "bin/10.0.22000.0/x64/mrmsupport.dll",
+ "bin/10.0.22000.0/x64/msisip.dll",
+ "bin/10.0.22000.0/x64/mssign32.dll",
+ "bin/10.0.22000.0/x64/mt.exe",
+ "bin/10.0.22000.0/x64/mt.exe.config",
+ "bin/10.0.22000.0/x64/opcservices.dll",
+ "bin/10.0.22000.0/x64/rc.exe",
+ "bin/10.0.22000.0/x64/rcdll.dll",
+ "bin/10.0.22000.0/x64/signtool.exe",
+ "bin/10.0.22000.0/x64/signtool.exe.manifest",
+ "bin/10.0.22000.0/x64/tracewpp.exe",
+ "bin/10.0.22000.0/x64/winmdidl.exe",
+ "bin/10.0.22000.0/x64/wintrust.dll",
+ "bin/10.0.22000.0/x64/wintrust.dll.ini",
+ "bin/10.0.22000.0/x86/AccChecker/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22000.0/x86/ComparePackage.exe",
+ "bin/10.0.22000.0/x86/DeployUtil.exe",
+ "bin/10.0.22000.0/x86/MakeCert.exe",
+ "bin/10.0.22000.0/x86/Microsoft.ComparePackage.Lib.dll",
+ "bin/10.0.22000.0/x86/Microsoft.Diagnostics.Tracing.EventSource.dll",
+ "bin/10.0.22000.0/x86/Microsoft.PackageEditor.Lib.dll",
+ "bin/10.0.22000.0/x86/Microsoft.Tools.Connectivity.dll",
+ "bin/10.0.22000.0/x86/Microsoft.Tools.Deploy.dll",
+ "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Appx.AppxPackaging.dll.manifest",
+ "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Appx.AppxSip.dll.manifest",
+ "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Appx.OpcServices.dll.manifest",
+ "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Signing.mssign32.dll.manifest",
+ "bin/10.0.22000.0/x86/Microsoft.Windows.Build.Signing.wintrust.dll.manifest",
+ "bin/10.0.22000.0/x86/PackageEditor.exe",
+ "bin/10.0.22000.0/x86/SirepClient.assembly.manifest",
+ "bin/10.0.22000.0/x86/SirepClient.dll",
+ "bin/10.0.22000.0/x86/SirepInterop.dll",
+ "bin/10.0.22000.0/x86/SshClient.dll",
+ "bin/10.0.22000.0/x86/WinAppDeployCmd.exe",
+ "bin/10.0.22000.0/x86/WinAppDeployCommon.dll",
+ "bin/10.0.22000.0/x86/appxpackaging.dll",
+ "bin/10.0.22000.0/x86/appxsip.dll",
+ "bin/10.0.22000.0/x86/en-US/AppxPackaging.dll.mui",
+ "bin/10.0.22000.0/x86/en/Microsoft.Tools.Deploy.resources.dll",
+ "bin/10.0.22000.0/x86/en/WinAppDeployCmd.resources.dll",
+ "bin/10.0.22000.0/x86/ipoverusb.discoverpartners.dll",
+ "bin/10.0.22000.0/x86/makeappx.exe",
+ "bin/10.0.22000.0/x86/makecat.exe",
+ "bin/10.0.22000.0/x86/makecat.exe.manifest",
+ "bin/10.0.22000.0/x86/makepri.exe",
+ "bin/10.0.22000.0/x86/mc.exe",
+ "bin/10.0.22000.0/x86/mdmerge.exe",
+ "bin/10.0.22000.0/x86/midl.exe",
+ "bin/10.0.22000.0/x86/midlc.exe",
+ "bin/10.0.22000.0/x86/midlrt.exe",
+ "bin/10.0.22000.0/x86/midlrtmd.dll",
+ "bin/10.0.22000.0/x86/mrmsupport.dll",
+ "bin/10.0.22000.0/x86/msisip.dll",
+ "bin/10.0.22000.0/x86/mssign32.dll",
+ "bin/10.0.22000.0/x86/mt.exe",
+ "bin/10.0.22000.0/x86/mt.exe.config",
+ "bin/10.0.22000.0/x86/opcservices.dll",
+ "bin/10.0.22000.0/x86/rc.exe",
+ "bin/10.0.22000.0/x86/rcdll.dll",
+ "bin/10.0.22000.0/x86/signtool.exe",
+ "bin/10.0.22000.0/x86/signtool.exe.manifest",
+ "bin/10.0.22000.0/x86/tracewpp.exe",
+ "bin/10.0.22000.0/x86/winmdidl.exe",
+ "bin/10.0.22000.0/x86/wintrust.dll",
+ "bin/10.0.22000.0/x86/wintrust.dll.ini",
+ "build/Microsoft.Windows.SDK.BuildTools.props",
+ "build/Microsoft.Windows.SDK.BuildTools.targets",
+ "microsoft.windows.sdk.buildtools.10.0.22000.194.nupkg.sha512",
+ "microsoft.windows.sdk.buildtools.nuspec",
+ "schemas/10.0.22000.0/winrt/AppxManifestSchema.xsd",
+ "schemas/10.0.22000.0/winrt/AppxManifestSchema2010_v2.xsd",
+ "schemas/10.0.22000.0/winrt/AppxManifestSchema2013.xsd",
+ "schemas/10.0.22000.0/winrt/FoundationManifestSchema.xsd",
+ "schemas/10.0.22000.0/winrt/FoundationManifestSchema_v2.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v10.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v11.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v12.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v13.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v2.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v3.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v4.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v5.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v6.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v7.xsd",
+ "schemas/10.0.22000.0/winrt/UapManifestSchema_v8.xsd"
+ ]
+ },
+ "Microsoft.WindowsAppSDK/1.1.5": {
+ "sha512": "gGeFfN1AQiIo6DaPe4KkOvlx/EDjwq/Lc+Q3EzX+U4x/hsiZkls/XqFpNTjELyYgsxl8g0SiPzguJ7A1dlhC6Q==",
+ "type": "package",
+ "path": "microsoft.windowsappsdk/1.1.5",
+ "hasTools": true,
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "AppxManifest.xml",
+ "NOTICE.txt",
+ "WindowsAppSDK-VersionInfo.json",
+ "WindowsAppSDK-VersionInfo.xml",
+ "build/AppDevPackageScripts/Add-AppDevPackage.ps1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/cs-CZ/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/de-DE/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/en-US/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/es-ES/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/fr-FR/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/it-IT/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/ja-JP/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/ko-KR/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/pl-PL/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/pt-BR/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/ru-RU/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/tr-TR/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/zh-CN/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Add-AppDevPackage.resources/zh-TW/Add-AppDevPackage.psd1",
+ "build/AppDevPackageScripts/Install.ps1",
+ "build/AppDevPackageScripts/LogSideloadingTelemetry.ps1",
+ "build/Landing/extras/br.png",
+ "build/Landing/extras/br_snippet.png",
+ "build/Landing/image.png",
+ "build/Landing/index.template.html",
+ "build/Landing/logo.png",
+ "build/Landing/style.css",
+ "build/Microsoft.Build.Msix.Common.props",
+ "build/Microsoft.Build.Msix.Cpp.props",
+ "build/Microsoft.Build.Msix.Cpp.targets",
+ "build/Microsoft.Build.Msix.DesignTime.targets",
+ "build/Microsoft.Build.Msix.Packaging.targets",
+ "build/Microsoft.Build.Msix.Pri.targets",
+ "build/Microsoft.Build.Msix.props",
+ "build/Microsoft.Build.Msix.targets",
+ "build/Microsoft.InteractiveExperiences.Capabilities.props",
+ "build/Microsoft.InteractiveExperiences.Capabilities.targets",
+ "build/Microsoft.InteractiveExperiences.Common.props",
+ "build/Microsoft.InteractiveExperiences.Common.targets",
+ "build/Microsoft.InteractiveExperiences.props",
+ "build/Microsoft.InteractiveExperiences.targets",
+ "build/Microsoft.UI.Xaml.Markup.Compiler.interop.targets",
+ "build/Microsoft.UI.Xaml.Markup.Compiler.props",
+ "build/Microsoft.UI.Xaml.Markup.Compiler.targets",
+ "build/Microsoft.WinUI.AppX.targets",
+ "build/Microsoft.WinUI.NET.Markup.Compiler.targets",
+ "build/Microsoft.WinUI.ProjectCapabilities.props",
+ "build/Microsoft.WinUI.References.targets",
+ "build/Microsoft.WinUI.props",
+ "build/Microsoft.WinUI.targets",
+ "build/Microsoft.WindowsAppSDK.AppXReference.props",
+ "build/Microsoft.WindowsAppSDK.Bootstrap.CS.targets",
+ "build/Microsoft.WindowsAppSDK.BootstrapCommon.targets",
+ "build/Microsoft.WindowsAppSDK.Common.props",
+ "build/Microsoft.WindowsAppSDK.DWrite.ProjectCapabilities.props",
+ "build/Microsoft.WindowsAppSDK.DWrite.props",
+ "build/Microsoft.WindowsAppSDK.DWrite.targets",
+ "build/Microsoft.WindowsAppSDK.Foundation.props",
+ "build/Microsoft.WindowsAppSDK.Foundation.targets",
+ "build/Microsoft.WindowsAppSDK.InteractiveExperiences.props",
+ "build/Microsoft.WindowsAppSDK.InteractiveExperiences.targets",
+ "build/Microsoft.WindowsAppSDK.Metapackage.props",
+ "build/Microsoft.WindowsAppSDK.SelfContained.targets",
+ "build/Microsoft.WindowsAppSDK.UndockedRegFreeWinRT.CS.targets",
+ "build/Microsoft.WindowsAppSDK.UndockedRegFreeWinRTCommon.targets",
+ "build/Microsoft.WindowsAppSDK.WinUI.Build.props",
+ "build/Microsoft.WindowsAppSDK.WinUI.props",
+ "build/Microsoft.WindowsAppSDK.WinUI.targets",
+ "build/Microsoft.WindowsAppSDK.props",
+ "build/Microsoft.WindowsAppSDK.targets",
+ "build/Microsoft.Xaml.Tooling.targets",
+ "build/MicrosoftWindowsAppSDKFoundationAppXVersion.props",
+ "build/MrtCore.PriGen.targets",
+ "build/MrtCore.References.targets",
+ "build/MrtCore.props",
+ "build/MrtCore.targets",
+ "build/ProjectItemsSchema.xaml",
+ "build/README.md",
+ "build/Rules/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/af-ZA/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/ar-SA/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/az-Latn-AZ/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/bg-BG/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/bs-Latn-BA/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/ca-ES/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/cs-CZ/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/cy-GB/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/da-DK/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/de-DE/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/el-GR/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/en-GB/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/es-ES/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/es-MX/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/et-EE/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/eu-ES/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/fa-IR/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/fi-FI/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/fr-CA/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/fr-FR/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/gl-ES/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/he-IL/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/hi-IN/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/hr-HR/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/hu-HU/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/id-ID/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/is-IS/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/it-IT/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/ja-JP/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/ka-GE/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/kk-KZ/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/ko-KR/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/lt-LT/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/lv-LV/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/ms-MY/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/nb-NO/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/nl-NL/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/nn-NO/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/pl-PL/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/pt-BR/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/pt-PT/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/ro-RO/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/ru-RU/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/sk-SK/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/sl-SI/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/sq-AL/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/sr-Cyrl-RS/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/sr-Latn-RS/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/sv-SE/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/th-TH/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/tr-TR/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/uk-UA/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/vi-VN/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/zh-CN/MsixPackageDebugPropertyPage.xaml",
+ "build/Rules/zh-TW/MsixPackageDebugPropertyPage.xaml",
+ "build/Templates/Package.appinstaller",
+ "build/native/LiftedWinRTClassRegistrations.xml",
+ "build/native/Microsoft.InteractiveExperiences.props",
+ "build/native/Microsoft.InteractiveExperiences.targets",
+ "build/native/Microsoft.WinUI.References.targets",
+ "build/native/Microsoft.WinUI.props",
+ "build/native/Microsoft.WinUI.targets",
+ "build/native/Microsoft.WindowsAppSDK.Foundation.props",
+ "build/native/Microsoft.WindowsAppSDK.Foundation.targets",
+ "build/native/Microsoft.WindowsAppSDK.InteractiveExperiences.props",
+ "build/native/Microsoft.WindowsAppSDK.InteractiveExperiences.targets",
+ "build/native/Microsoft.WindowsAppSDK.WinUI.props",
+ "build/native/Microsoft.WindowsAppSDK.WinUI.targets",
+ "build/native/Microsoft.WindowsAppSDK.props",
+ "build/native/Microsoft.WindowsAppSDK.targets",
+ "build/native/MrtCore.C.props",
+ "build/native/MrtCore.props",
+ "build/native/MrtCore.targets",
+ "build/native/WindowsAppSDK-Nuget-Native.Bootstrap.targets",
+ "build/native/WindowsAppSDK-Nuget-Native.C.props",
+ "build/native/WindowsAppSDK-Nuget-Native.UndockedRegFreeWinRT.targets",
+ "build/native/WindowsAppSDK-Nuget-Native.WinRt.props",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.ps1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/cs-CZ/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/de-DE/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/en-US/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/es-ES/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/fr-FR/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/it-IT/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/ja-JP/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/ko-KR/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/pl-PL/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/pt-BR/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/ru-RU/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/tr-TR/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/zh-CN/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Add-AppDevPackage.resources/zh-TW/Add-AppDevPackage.psd1",
+ "buildTransitive/AppDevPackageScripts/Install.ps1",
+ "buildTransitive/AppDevPackageScripts/LogSideloadingTelemetry.ps1",
+ "buildTransitive/Landing/extras/br.png",
+ "buildTransitive/Landing/extras/br_snippet.png",
+ "buildTransitive/Landing/image.png",
+ "buildTransitive/Landing/index.template.html",
+ "buildTransitive/Landing/logo.png",
+ "buildTransitive/Landing/style.css",
+ "buildTransitive/Microsoft.Build.Msix.Common.props",
+ "buildTransitive/Microsoft.Build.Msix.Cpp.props",
+ "buildTransitive/Microsoft.Build.Msix.Cpp.targets",
+ "buildTransitive/Microsoft.Build.Msix.DesignTime.targets",
+ "buildTransitive/Microsoft.Build.Msix.Packaging.targets",
+ "buildTransitive/Microsoft.Build.Msix.Pri.targets",
+ "buildTransitive/Microsoft.Build.Msix.props",
+ "buildTransitive/Microsoft.Build.Msix.targets",
+ "buildTransitive/Microsoft.InteractiveExperiences.Capabilities.props",
+ "buildTransitive/Microsoft.InteractiveExperiences.Capabilities.targets",
+ "buildTransitive/Microsoft.InteractiveExperiences.Common.props",
+ "buildTransitive/Microsoft.InteractiveExperiences.Common.targets",
+ "buildTransitive/Microsoft.InteractiveExperiences.props",
+ "buildTransitive/Microsoft.InteractiveExperiences.targets",
+ "buildTransitive/Microsoft.UI.Xaml.Markup.Compiler.interop.targets",
+ "buildTransitive/Microsoft.UI.Xaml.Markup.Compiler.props",
+ "buildTransitive/Microsoft.UI.Xaml.Markup.Compiler.targets",
+ "buildTransitive/Microsoft.WinUI.AppX.targets",
+ "buildTransitive/Microsoft.WinUI.NET.Markup.Compiler.targets",
+ "buildTransitive/Microsoft.WinUI.ProjectCapabilities.props",
+ "buildTransitive/Microsoft.WinUI.References.targets",
+ "buildTransitive/Microsoft.WinUI.props",
+ "buildTransitive/Microsoft.WinUI.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.AppXReference.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.Bootstrap.CS.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.BootstrapCommon.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.Common.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.DWrite.ProjectCapabilities.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.DWrite.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.DWrite.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.Foundation.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.Foundation.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.InteractiveExperiences.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.InteractiveExperiences.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.Metapackage.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.SelfContained.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.UndockedRegFreeWinRT.CS.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.UndockedRegFreeWinRTCommon.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.WinUI.Build.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.WinUI.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.WinUI.targets",
+ "buildTransitive/Microsoft.WindowsAppSDK.props",
+ "buildTransitive/Microsoft.WindowsAppSDK.targets",
+ "buildTransitive/Microsoft.Xaml.Tooling.targets",
+ "buildTransitive/MicrosoftWindowsAppSDKFoundationAppXVersion.props",
+ "buildTransitive/MrtCore.PriGen.targets",
+ "buildTransitive/MrtCore.References.targets",
+ "buildTransitive/MrtCore.props",
+ "buildTransitive/MrtCore.targets",
+ "buildTransitive/ProjectItemsSchema.xaml",
+ "buildTransitive/README.md",
+ "buildTransitive/Rules/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/af-ZA/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/ar-SA/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/az-Latn-AZ/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/bg-BG/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/bs-Latn-BA/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/ca-ES/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/cs-CZ/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/cy-GB/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/da-DK/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/de-DE/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/el-GR/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/en-GB/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/es-ES/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/es-MX/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/et-EE/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/eu-ES/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/fa-IR/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/fi-FI/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/fr-CA/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/fr-FR/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/gl-ES/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/he-IL/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/hi-IN/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/hr-HR/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/hu-HU/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/id-ID/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/is-IS/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/it-IT/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/ja-JP/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/ka-GE/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/kk-KZ/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/ko-KR/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/lt-LT/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/lv-LV/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/ms-MY/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/nb-NO/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/nl-NL/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/nn-NO/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/pl-PL/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/pt-BR/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/pt-PT/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/ro-RO/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/ru-RU/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/sk-SK/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/sl-SI/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/sq-AL/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/sr-Cyrl-RS/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/sr-Latn-RS/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/sv-SE/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/th-TH/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/tr-TR/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/uk-UA/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/vi-VN/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/zh-CN/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Rules/zh-TW/MsixPackageDebugPropertyPage.xaml",
+ "buildTransitive/Templates/Package.appinstaller",
+ "buildTransitive/native/LiftedWinRTClassRegistrations.xml",
+ "buildTransitive/native/Microsoft.InteractiveExperiences.props",
+ "buildTransitive/native/Microsoft.InteractiveExperiences.targets",
+ "buildTransitive/native/Microsoft.WinUI.References.targets",
+ "buildTransitive/native/Microsoft.WinUI.props",
+ "buildTransitive/native/Microsoft.WinUI.targets",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.Foundation.props",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.Foundation.targets",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.InteractiveExperiences.props",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.InteractiveExperiences.targets",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.WinUI.props",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.WinUI.targets",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.props",
+ "buildTransitive/native/Microsoft.WindowsAppSDK.targets",
+ "buildTransitive/native/MrtCore.C.props",
+ "buildTransitive/native/MrtCore.props",
+ "buildTransitive/native/MrtCore.targets",
+ "buildTransitive/native/WindowsAppSDK-Nuget-Native.Bootstrap.targets",
+ "buildTransitive/native/WindowsAppSDK-Nuget-Native.C.props",
+ "buildTransitive/native/WindowsAppSDK-Nuget-Native.UndockedRegFreeWinRT.targets",
+ "buildTransitive/native/WindowsAppSDK-Nuget-Native.WinRt.props",
+ "include/MRM.h",
+ "include/MddBootstrap.h",
+ "include/MddBootstrapAutoInitializer.cpp",
+ "include/MddBootstrapAutoInitializer.cs",
+ "include/Microsoft.UI.Composition.Interop.h",
+ "include/Microsoft.UI.Interop.h",
+ "include/Microsoft.Windows.ApplicationModel.Resources.idl",
+ "include/MsixDynamicDependency.h",
+ "include/UndockedRegFreeWinRT-AutoInitializer.cpp",
+ "include/UndockedRegFreeWinRT-AutoInitializer.cs",
+ "include/WebView2.h",
+ "include/WebView2.idl",
+ "include/WindowsAppRuntimeInsights.h",
+ "include/WindowsAppSDK-VersionInfo.cs",
+ "include/WindowsAppSDK-VersionInfo.h",
+ "include/dwrite.h",
+ "include/dwrite_1.h",
+ "include/dwrite_2.h",
+ "include/dwrite_3.h",
+ "include/dwrite_core.h",
+ "include/microsoft.ui.xaml.hosting.desktopwindowxamlsource.h",
+ "include/microsoft.ui.xaml.hosting.desktopwindowxamlsource.idl",
+ "include/microsoft.ui.xaml.hosting.referencetracker.h",
+ "include/microsoft.ui.xaml.hosting.referencetracker.idl",
+ "include/microsoft.ui.xaml.media.dxinterop.h",
+ "include/microsoft.ui.xaml.media.dxinterop.idl",
+ "include/microsoft.ui.xaml.window.h",
+ "include/microsoft.ui.xaml.window.idl",
+ "include/wil_msixdynamicdependency.h",
+ "include/winrt/Microsoft.UI.Composition.Interop.h",
+ "include/winrt/Microsoft.UI.Interop.h",
+ "include/winrtdirect3d11.h",
+ "include/winrtdirectxcommon.h",
+ "include/xamlom.winui.h",
+ "include/xamlom.winui.idl",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.InteractiveExperiences.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.InteractiveExperiences.Projection.xml",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.WinUI.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.WinUI.xml",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.WinUI/Themes/generic.xaml",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.AppLifecycle.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.AppLifecycle.Projection.xml",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.AppNotifications.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.xml",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.Resources.Projection.xml",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.xml",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.PushNotifications.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.System.Power.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.System.Power.Projection.xml",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.Windows.System.Projection.dll",
+ "lib/net5.0-windows10.0.17763.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.InteractiveExperiences.Projection.xml",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI.xml",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WinUI/Themes/generic.xaml",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppLifecycle.Projection.xml",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.AppNotifications.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.DynamicDependency.Projection.xml",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.Resources.Projection.xml",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.Projection.xml",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.PushNotifications.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Power.Projection.xml",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.Windows.System.Projection.dll",
+ "lib/net5.0-windows10.0.18362.0/Microsoft.WindowsAppRuntime.Bootstrap.Net.dll",
+ "lib/uap10.0.17763/Microsoft.Foundation.winmd",
+ "lib/uap10.0.17763/Microsoft.Foundation.xml",
+ "lib/uap10.0.17763/Microsoft.Graphics.winmd",
+ "lib/uap10.0.17763/Microsoft.Graphics.xml",
+ "lib/uap10.0.17763/Microsoft.UI.winmd",
+ "lib/uap10.0.17763/Microsoft.UI.xml",
+ "lib/uap10.0.18362/Microsoft.Foundation.winmd",
+ "lib/uap10.0.18362/Microsoft.Foundation.xml",
+ "lib/uap10.0.18362/Microsoft.Graphics.winmd",
+ "lib/uap10.0.18362/Microsoft.Graphics.xml",
+ "lib/uap10.0.18362/Microsoft.UI.winmd",
+ "lib/uap10.0.18362/Microsoft.UI.xml",
+ "lib/uap10.0/Microsoft.Foundation.xml",
+ "lib/uap10.0/Microsoft.Graphics.xml",
+ "lib/uap10.0/Microsoft.UI.Text.winmd",
+ "lib/uap10.0/Microsoft.UI.Text.xml",
+ "lib/uap10.0/Microsoft.UI.Xaml.winmd",
+ "lib/uap10.0/Microsoft.UI.Xaml.xml",
+ "lib/uap10.0/Microsoft.UI/Themes/generic.xaml",
+ "lib/uap10.0/Microsoft.Web.WebView2.Core.winmd",
+ "lib/uap10.0/Microsoft.Windows.AppLifecycle.winmd",
+ "lib/uap10.0/Microsoft.Windows.AppLifecycle.xml",
+ "lib/uap10.0/Microsoft.Windows.AppNotifications.winmd",
+ "lib/uap10.0/Microsoft.Windows.ApplicationModel.DynamicDependency.winmd",
+ "lib/uap10.0/Microsoft.Windows.ApplicationModel.DynamicDependency.xml",
+ "lib/uap10.0/Microsoft.Windows.ApplicationModel.Resources.winmd",
+ "lib/uap10.0/Microsoft.Windows.ApplicationModel.Resources.xml",
+ "lib/uap10.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.winmd",
+ "lib/uap10.0/Microsoft.Windows.ApplicationModel.WindowsAppRuntime.xml",
+ "lib/uap10.0/Microsoft.Windows.PushNotifications.winmd",
+ "lib/uap10.0/Microsoft.Windows.PushNotifications.xml",
+ "lib/uap10.0/Microsoft.Windows.System.Power.winmd",
+ "lib/uap10.0/Microsoft.Windows.System.Power.xml",
+ "lib/uap10.0/Microsoft.Windows.System.winmd",
+ "lib/uap10.0/Microsoft.Windows.System.xml",
+ "lib/win10-arm64/DWriteCore.lib",
+ "lib/win10-arm64/MRM.lib",
+ "lib/win10-arm64/Microsoft.WindowsAppRuntime.Bootstrap.lib",
+ "lib/win10-arm64/Microsoft.WindowsAppRuntime.lib",
+ "lib/win10-x64/DWriteCore.lib",
+ "lib/win10-x64/MRM.lib",
+ "lib/win10-x64/Microsoft.WindowsAppRuntime.Bootstrap.lib",
+ "lib/win10-x64/Microsoft.WindowsAppRuntime.lib",
+ "lib/win10-x86/DWriteCore.lib",
+ "lib/win10-x86/MRM.lib",
+ "lib/win10-x86/Microsoft.WindowsAppRuntime.Bootstrap.lib",
+ "lib/win10-x86/Microsoft.WindowsAppRuntime.lib",
+ "license.txt",
+ "manifests/Microsoft.InteractiveExperiences.manifest",
+ "manifests/Microsoft.WindowsAppSdk.Foundation.manifest",
+ "manifests/manifests/Microsoft.WindowsAppSdk.WinUI.manifest",
+ "microsoft.windowsappsdk.1.1.5.nupkg.sha512",
+ "microsoft.windowsappsdk.nuspec",
+ "runtimes/win10-arm64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll",
+ "runtimes/win10-x64/native/Microsoft.WindowsAppRuntime.Bootstrap.dll",
+ "runtimes/win10-x86/native/Microsoft.WindowsAppRuntime.Bootstrap.dll",
+ "tools/MSIX/win10-arm64/MSIX.inventory",
+ "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.1.1.msix",
+ "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.DDLM.1.1.msix",
+ "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.Main.1.1.msix",
+ "tools/MSIX/win10-arm64/Microsoft.WindowsAppRuntime.Singleton.1.1.msix",
+ "tools/MSIX/win10-x64/MSIX.inventory",
+ "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.1.1.msix",
+ "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.DDLM.1.1.msix",
+ "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.Main.1.1.msix",
+ "tools/MSIX/win10-x64/Microsoft.WindowsAppRuntime.Singleton.1.1.msix",
+ "tools/MSIX/win10-x86/MSIX.inventory",
+ "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.1.1.msix",
+ "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.DDLM.1.1.msix",
+ "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.Main.1.1.msix",
+ "tools/MSIX/win10-x86/Microsoft.WindowsAppRuntime.Singleton.1.1.msix",
+ "tools/NOTICE.txt",
+ "tools/arm64/GenXbf.dll",
+ "tools/net472/Microsoft.Bcl.AsyncInterfaces.dll",
+ "tools/net472/Microsoft.Build.Framework.dll",
+ "tools/net472/Microsoft.Build.Msix.dll",
+ "tools/net472/Microsoft.Build.Utilities.Core.dll",
+ "tools/net472/Microsoft.Build.dll",
+ "tools/net472/Microsoft.Cci.dll",
+ "tools/net472/Microsoft.UI.Xaml.Markup.Compiler.IO.dll",
+ "tools/net472/Microsoft.UI.Xaml.Markup.Compiler.MSBuildInterop.dll",
+ "tools/net472/Microsoft.UI.Xaml.Markup.Compiler.dll",
+ "tools/net472/Microsoft.VisualStudio.RemoteControl.dll",
+ "tools/net472/Microsoft.VisualStudio.Setup.Configuration.Interop.dll",
+ "tools/net472/Microsoft.VisualStudio.Telemetry.dll",
+ "tools/net472/Microsoft.VisualStudio.Utilities.Internal.dll",
+ "tools/net472/Newtonsoft.Json.dll",
+ "tools/net472/System.Buffers.dll",
+ "tools/net472/System.Collections.Immutable.dll",
+ "tools/net472/System.Memory.dll",
+ "tools/net472/System.Numerics.Vectors.dll",
+ "tools/net472/System.Runtime.CompilerServices.Unsafe.dll",
+ "tools/net472/System.Text.Encodings.Web.dll",
+ "tools/net472/System.Text.Json.dll",
+ "tools/net472/System.Threading.Tasks.Dataflow.dll",
+ "tools/net472/System.Threading.Tasks.Extensions.dll",
+ "tools/net472/XamlCompiler.exe",
+ "tools/net472/XamlCompiler.exe.config",
+ "tools/net472/af-ZA/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/ar-SA/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/az-Latn-AZ/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/bg-BG/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/bs-Latn-BA/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/ca-ES/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/cs-CZ/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/cy-GB/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/da-DK/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/de-DE/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/el-GR/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/en-GB/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/es-ES/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/es-MX/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/et-EE/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/eu-ES/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/fa-IR/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/fi-FI/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/fr-CA/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/fr-FR/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/gl-ES/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/he-IL/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/hi-IN/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/hr-HR/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/hu-HU/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/id-ID/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/is-IS/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/it-IT/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/ja-JP/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/ka-GE/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/kk-KZ/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/ko-KR/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/lt-LT/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/lv-LV/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/ms-MY/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/nb-NO/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/nl-NL/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/nn-NO/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/pl-PL/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/pt-BR/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/pt-PT/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/ro-RO/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/ru-RU/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/sk-SK/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/sl-SI/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/sq-AL/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/sr-Cyrl-RS/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/sr-Latn-RS/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/sv-SE/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/th-TH/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/tr-TR/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/uk-UA/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/vi-VN/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/zh-CN/Microsoft.Build.Msix.resources.dll",
+ "tools/net472/zh-TW/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/Microsoft.Bcl.AsyncInterfaces.dll",
+ "tools/net5.0/Microsoft.Build.Msix.dll",
+ "tools/net5.0/Microsoft.Cci.dll",
+ "tools/net5.0/Microsoft.UI.Xaml.Markup.Compiler.IO.dll",
+ "tools/net5.0/Microsoft.UI.Xaml.Markup.Compiler.MSBuildInterop.dll",
+ "tools/net5.0/Microsoft.UI.Xaml.Markup.Compiler.dll",
+ "tools/net5.0/Microsoft.VisualStudio.RemoteControl.dll",
+ "tools/net5.0/Microsoft.VisualStudio.Setup.Configuration.Interop.dll",
+ "tools/net5.0/Microsoft.VisualStudio.Telemetry.dll",
+ "tools/net5.0/Microsoft.VisualStudio.Utilities.Internal.dll",
+ "tools/net5.0/Newtonsoft.Json.dll",
+ "tools/net5.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "tools/net5.0/System.Text.Encodings.Web.dll",
+ "tools/net5.0/System.Text.Json.dll",
+ "tools/net5.0/af-ZA/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/ar-SA/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/az-Latn-AZ/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/bg-BG/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/bs-Latn-BA/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/ca-ES/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/cs-CZ/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/cy-GB/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/da-DK/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/de-DE/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/el-GR/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/en-GB/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/es-ES/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/es-MX/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/et-EE/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/eu-ES/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/fa-IR/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/fi-FI/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/fr-CA/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/fr-FR/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/gl-ES/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/he-IL/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/hi-IN/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/hr-HR/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/hu-HU/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/id-ID/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/is-IS/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/it-IT/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/ja-JP/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/ka-GE/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/kk-KZ/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/ko-KR/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/lt-LT/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/lv-LV/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/ms-MY/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/nb-NO/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/nl-NL/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/nn-NO/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/pl-PL/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/pt-BR/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/pt-PT/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/ro-RO/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/ru-RU/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/sk-SK/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/sl-SI/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/sq-AL/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/sr-Cyrl-RS/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/sr-Latn-RS/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/sv-SE/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/th-TH/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/tr-TR/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/uk-UA/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/vi-VN/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/zh-CN/Microsoft.Build.Msix.resources.dll",
+ "tools/net5.0/zh-TW/Microsoft.Build.Msix.resources.dll",
+ "tools/x64/GenXbf.dll",
+ "tools/x86/GenXbf.dll"
+ ]
+ },
+ "System.Diagnostics.DiagnosticSource/6.0.0": {
+ "sha512": "frQDfv0rl209cKm1lnwTgFPzNigy2EKk1BS3uAvHvlBVKe5cymGyHO+Sj+NLv5VF/AhHsqPIUUwya5oV4CHMUw==",
+ "type": "package",
+ "path": "system.diagnostics.diagnosticsource/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net461/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net5.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net5.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/net6.0/System.Diagnostics.DiagnosticSource.xml",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.dll",
+ "lib/netstandard2.0/System.Diagnostics.DiagnosticSource.xml",
+ "system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
+ "system.diagnostics.diagnosticsource.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Runtime.CompilerServices.Unsafe/6.0.0": {
+ "sha512": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
+ "type": "package",
+ "path": "system.runtime.compilerservices.unsafe/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net461/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/net6.0/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netcoreapp3.1/System.Runtime.CompilerServices.Unsafe.xml",
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll",
+ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml",
+ "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
+ "system.runtime.compilerservices.unsafe.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "System.Runtime.InteropServices.NFloat.Internal/6.0.1": {
+ "sha512": "vq+81ZqZz9oHV6iWgGXFnxHAyO5xA73nfvDNu5LwymIK294is5bRo3P063VToAbDRyyc0qq/YFRYjHmiD6Cv8Q==",
+ "type": "package",
+ "path": "system.runtime.interopservices.nfloat.internal/6.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "ref/net6.0/System.Runtime.InteropServices.dll",
+ "ref/net6.0/System.Runtime.InteropServices.xml",
+ "system.runtime.interopservices.nfloat.internal.6.0.1.nupkg.sha512",
+ "system.runtime.interopservices.nfloat.internal.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Xamarin.Android.Glide/4.12.0.8": {
+ "sha512": "/aY+/hU38oTeZttBYE1t5GQr7qE/PMIVOtWjy6vj9jBeirLKwOq9tIAbt7YFYpSncX5X8Dd9w0fgwwJTC3qTkA==",
+ "type": "package",
+ "path": "xamarin.android.glide/4.12.0.8",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
+ "aar/glide.aar",
+ "build/monoandroid12.0/Xamarin.Android.Glide.targets",
+ "build/net6.0-android31.0/Xamarin.Android.Glide.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Android.Glide.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.targets",
+ "lib/monoandroid12.0/Xamarin.Android.Glide.dll",
+ "lib/monoandroid12.0/Xamarin.Android.Glide.xml",
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.dll",
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.xml",
+ "xamarin.android.glide.4.12.0.8.nupkg.sha512",
+ "xamarin.android.glide.nuspec"
+ ]
+ },
+ "Xamarin.Android.Glide.Annotations/4.12.0.8": {
+ "sha512": "m+jx01VgRqvzDBWybFmfjyCM1ddQp9m4Iu1pwYL3A6qvRleA8Sb2Fama/06p8u4DbttZ05v23hRAJgmtIyVYMw==",
+ "type": "package",
+ "path": "xamarin.android.glide.annotations/4.12.0.8",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
+ "build/monoandroid12.0/Xamarin.Android.Glide.Annotations.targets",
+ "build/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Android.Glide.Annotations.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.Annotations.targets",
+ "jar/annotations.jar",
+ "lib/monoandroid12.0/Xamarin.Android.Glide.Annotations.dll",
+ "lib/monoandroid12.0/Xamarin.Android.Glide.Annotations.xml",
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.dll",
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.Annotations.xml",
+ "xamarin.android.glide.annotations.4.12.0.8.nupkg.sha512",
+ "xamarin.android.glide.annotations.nuspec"
+ ]
+ },
+ "Xamarin.Android.Glide.DiskLruCache/4.12.0.8": {
+ "sha512": "qFJjs4SaCsS3m8h5zKGwfLNnbnjCAJMIYXQTnt45qe9YZtIdWYgUogVuiI+PZueihQLfo8Fgx0/7dah/Ehte1Q==",
+ "type": "package",
+ "path": "xamarin.android.glide.disklrucache/4.12.0.8",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
+ "build/monoandroid12.0/Xamarin.Android.Glide.DiskLruCache.targets",
+ "build/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Android.Glide.DiskLruCache.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.targets",
+ "jar/disklrucache.jar",
+ "lib/monoandroid12.0/Xamarin.Android.Glide.DiskLruCache.dll",
+ "lib/monoandroid12.0/Xamarin.Android.Glide.DiskLruCache.xml",
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.dll",
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.DiskLruCache.xml",
+ "xamarin.android.glide.disklrucache.4.12.0.8.nupkg.sha512",
+ "xamarin.android.glide.disklrucache.nuspec"
+ ]
+ },
+ "Xamarin.Android.Glide.GifDecoder/4.12.0.8": {
+ "sha512": "cjxizxtYC4V/7SlGal8lA+DrtNOgFPVSMK7rCO7oWSbPYGI+ujXpJcHgASy2Kq0C4XxEw43Izd4CjqELXCZeow==",
+ "type": "package",
+ "path": "xamarin.android.glide.gifdecoder/4.12.0.8",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
+ "aar/gifdecoder.aar",
+ "build/monoandroid12.0/Xamarin.Android.Glide.GifDecoder.targets",
+ "build/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Android.Glide.GifDecoder.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.targets",
+ "lib/monoandroid12.0/Xamarin.Android.Glide.GifDecoder.dll",
+ "lib/monoandroid12.0/Xamarin.Android.Glide.GifDecoder.xml",
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.dll",
+ "lib/net6.0-android31.0/Xamarin.Android.Glide.GifDecoder.xml",
+ "xamarin.android.glide.gifdecoder.4.12.0.8.nupkg.sha512",
+ "xamarin.android.glide.gifdecoder.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Activity/1.4.0.2": {
+ "sha512": "IP1nqQsAvgtax9H5jaeDYolefiht149oyZ0q052rz7dAdIiAdkQRNl69INT8kLemHN8KkLQVr+n8RdzcUsF81w==",
+ "type": "package",
+ "path": "xamarin.androidx.activity/1.4.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.activity.activity.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Activity.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Activity.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Activity.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Activity.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Activity.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Activity.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.xml",
+ "xamarin.androidx.activity.1.4.0.2.nupkg.sha512",
+ "xamarin.androidx.activity.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Activity.Ktx/1.4.0.2": {
+ "sha512": "K1cmaRmWomFeJn098vgCQHPOM083NFQpdhZKLuV9Fj5V6Rfu6IV6U3BXvx+H8EhZHtwKqnjPl60WFUfLF9f0ug==",
+ "type": "package",
+ "path": "xamarin.androidx.activity.ktx/1.4.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.activity.activity-ktx.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Activity.Ktx.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Activity.Ktx.xml",
+ "xamarin.androidx.activity.ktx.1.4.0.2.nupkg.sha512",
+ "xamarin.androidx.activity.ktx.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Annotation/1.3.0.3": {
+ "sha512": "2Qjc3UQb/aXF1/tv8Zsp7jSWZResSBFljwYOkkOam4RFfaFypB5vfQbqhHp51aEZoGTxd5NJC8ffVD1YE1msgQ==",
+ "type": "package",
+ "path": "xamarin.androidx.annotation/1.3.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.AndroidX.Annotation.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Annotation.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.targets",
+ "jar/androidx.annotation.annotation.jar",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Annotation.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Annotation.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Annotation.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.xml",
+ "xamarin.androidx.annotation.1.3.0.3.nupkg.sha512",
+ "xamarin.androidx.annotation.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Annotation.Experimental/1.2.0.1": {
+ "sha512": "JUGXzarQrtiFOIELbT28q9gyuGsMXG3WKUN/tqHqm/NCud2B5MFTQjt4CgFbpjMFn7122+6S1HL4ChULoypgyA==",
+ "type": "package",
+ "path": "xamarin.androidx.annotation.experimental/1.2.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.annotation.annotation-experimental.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Annotation.Experimental.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Annotation.Experimental.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.annotation.experimental.1.2.0.1.nupkg.sha512",
+ "xamarin.androidx.annotation.experimental.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.AppCompat/1.4.1.1": {
+ "sha512": "fOT7Dl8/YdyMi1ndX0n2/Oe9R3qJ3pKtoSVYcnQF4D0nTt3o6KE3g58ly4OHFTweVzeau1WZvH9KSHkBlE7TOg==",
+ "type": "package",
+ "path": "xamarin.androidx.appcompat/1.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.appcompat.appcompat.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.AppCompat.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.AppCompat.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.appcompat.1.4.1.1.nupkg.sha512",
+ "xamarin.androidx.appcompat.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.AppCompat.AppCompatResources/1.4.1.1": {
+ "sha512": "vevYbl4N4f21Sqo/hsBfG9p/doyV/36c9EjF+/MJApd/wbE0znRU9T2H45CgiQmG0P1R5+ayPRgvMhSwseZOUg==",
+ "type": "package",
+ "path": "xamarin.androidx.appcompat.appcompatresources/1.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.appcompat.appcompat-resources.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AppCompat.AppCompatResources.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AppCompat.AppCompatResources.xml",
+ "xamarin.androidx.appcompat.appcompatresources.1.4.1.1.nupkg.sha512",
+ "xamarin.androidx.appcompat.appcompatresources.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Arch.Core.Common/2.1.0.14": {
+ "sha512": "WUrZqWuE63nqS3sxR50OuDyAGRybX0BkUh5Aj3oR9N4obubmCarkNq3FP2fLEyFwmXZW2g/0vmpGca9g9uNk7Q==",
+ "type": "package",
+ "path": "xamarin.androidx.arch.core.common/2.1.0.14",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.targets",
+ "jar/androidx.arch.core.core-common.jar",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Common.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Common.xml",
+ "xamarin.androidx.arch.core.common.2.1.0.14.nupkg.sha512",
+ "xamarin.androidx.arch.core.common.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Arch.Core.Runtime/2.1.0.14": {
+ "sha512": "QEgbwnXWQrrFgFLc76j4cM54Gwu/0phKXqnhYYWera99VSBbI4Cp7kLSOXBha3cgSfHKqTnvJjktkzePjlWfUg==",
+ "type": "package",
+ "path": "xamarin.androidx.arch.core.runtime/2.1.0.14",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.arch.core.core-runtime.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Arch.Core.Runtime.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Arch.Core.Runtime.xml",
+ "xamarin.androidx.arch.core.runtime.2.1.0.14.nupkg.sha512",
+ "xamarin.androidx.arch.core.runtime.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.AsyncLayoutInflater/1.0.0.13": {
+ "sha512": "PDO5ql/f9iXHKsqZgqVekNzKO15KbNb3Q77E6YECC2qAGVPI+X4CeJujl6+6I+oZV6zGnbhPdHC6lOjtsfjsVA==",
+ "type": "package",
+ "path": "xamarin.androidx.asynclayoutinflater/1.0.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.asynclayoutinflater.asynclayoutinflater.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.AsyncLayoutInflater.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.AsyncLayoutInflater.xml",
+ "xamarin.androidx.asynclayoutinflater.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.asynclayoutinflater.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Browser/1.4.0.1": {
+ "sha512": "n9Fmnu9UkPRO5UtQq9eoce0kNWL4+g4s6Yq49gU6/qc+0vIufOICXJft3FUBybp79ppqc+K8g4ArzOg8i2xmQA==",
+ "type": "package",
+ "path": "xamarin.androidx.browser/1.4.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.browser.browser.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Browser.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Browser.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Browser.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Browser.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Browser.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Browser.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Browser.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Browser.xml",
+ "xamarin.androidx.browser.1.4.0.1.nupkg.sha512",
+ "xamarin.androidx.browser.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.CardView/1.0.0.15": {
+ "sha512": "O02fmzzZK7tWQTsQenpp2JtFlYnfn0fXv59jJGi+ShQuqizN1PE0lllyqlb3hoYrTqe9Qrh0l0W4FWVBeZItQw==",
+ "type": "package",
+ "path": "xamarin.androidx.cardview/1.0.0.15",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.cardview.cardview.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.CardView.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.CardView.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.CardView.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CardView.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CardView.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CardView.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CardView.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CardView.xml",
+ "xamarin.androidx.cardview.1.0.0.15.nupkg.sha512",
+ "xamarin.androidx.cardview.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Collection/1.2.0.3": {
+ "sha512": "dSG+YF+7vHkzBhQUNaW+lytEorBEc7AC4S3KMmXW9ZZEDsgW6XqJWOG5fKw+7vW34ANCWU99M5h0MGhDdKhGXA==",
+ "type": "package",
+ "path": "xamarin.androidx.collection/1.2.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.AndroidX.Collection.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Collection.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Collection.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.targets",
+ "jar/androidx.collection.collection.jar",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Collection.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Collection.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Collection.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.xml",
+ "xamarin.androidx.collection.1.2.0.3.nupkg.sha512",
+ "xamarin.androidx.collection.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Collection.Ktx/1.2.0.3": {
+ "sha512": "R0Jen1Gl/Omci2koYRgB0+0BJFgyBWxkoGNxaOLx9ORWzMlM5TED7djM19ErubdbBLeAdbmBLhubz/DjlvHRWg==",
+ "type": "package",
+ "path": "xamarin.androidx.collection.ktx/1.2.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.targets",
+ "jar/androidx.collection.collection-ktx.jar",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Collection.Ktx.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Collection.Ktx.xml",
+ "xamarin.androidx.collection.ktx.1.2.0.3.nupkg.sha512",
+ "xamarin.androidx.collection.ktx.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Concurrent.Futures/1.1.0.8": {
+ "sha512": "z8GcJvqKA3Oc04LnMZO0uLv9+GCVrS5F5Sp+V7xBmwpFfSzN8tbv79yYWJVE4/gzmQ4AEU+iNEW0vYdoXBIEuA==",
+ "type": "package",
+ "path": "xamarin.androidx.concurrent.futures/1.1.0.8",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.targets",
+ "jar/androidx.concurrent.concurrent-futures.jar",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Concurrent.Futures.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Concurrent.Futures.xml",
+ "xamarin.androidx.concurrent.futures.1.1.0.8.nupkg.sha512",
+ "xamarin.androidx.concurrent.futures.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.ConstraintLayout/2.1.3.1": {
+ "sha512": "6k4yKzvQNwG/mfX55ImP+GoWYBOsat5Kj/B03LlTYinKKgFE+11bjD+QK0LXxch05cKS/d/QDUdcND0ZA6ASNQ==",
+ "type": "package",
+ "path": "xamarin.androidx.constraintlayout/2.1.3.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.constraintlayout.constraintlayout.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.xml",
+ "xamarin.androidx.constraintlayout.2.1.3.1.nupkg.sha512",
+ "xamarin.androidx.constraintlayout.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.ConstraintLayout.Core/1.0.3.1": {
+ "sha512": "XbP/eaM9t7e5yjGjFu4Xs0H4Q564Oaz/CxGXhf1b9aIbmBnERIF943k1lZxgp5ZN0a8vWcf4J9iC5xwNfgHkxQ==",
+ "type": "package",
+ "path": "xamarin.androidx.constraintlayout.core/1.0.3.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.targets",
+ "jar/androidx.constraintlayout.constraintlayout-core.jar",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ConstraintLayout.Core.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ConstraintLayout.Core.xml",
+ "xamarin.androidx.constraintlayout.core.1.0.3.1.nupkg.sha512",
+ "xamarin.androidx.constraintlayout.core.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.CoordinatorLayout/1.2.0.1": {
+ "sha512": "7gY/66TWe8oFUNYdKhFgnFfRJdO5zgG9QVHStMXoob0IkPL212G2VM2/AySbHPA8hiXgU4/D2QuvCf8GNUwqLg==",
+ "type": "package",
+ "path": "xamarin.androidx.coordinatorlayout/1.2.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.coordinatorlayout.coordinatorlayout.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CoordinatorLayout.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CoordinatorLayout.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.coordinatorlayout.1.2.0.1.nupkg.sha512",
+ "xamarin.androidx.coordinatorlayout.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Core/1.7.0.2": {
+ "sha512": "J5UahIdIBdJUsliCya6FyyzIOuN9S4/Lql0fukOfpErmVwDOw1S4ZW9OMc7soC/WOFgefrZcfwhn+RtuYqO47Q==",
+ "type": "package",
+ "path": "xamarin.androidx.core/1.7.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.core.core.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Core.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Core.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Core.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Core.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Core.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Core.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.core.1.7.0.2.nupkg.sha512",
+ "xamarin.androidx.core.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Core.Core.Ktx/1.7.0.2": {
+ "sha512": "c9ZJ7+Kw+AazNp21LjEZ9bxndhKlpxgkpjkgSP53g6qNcCHdAnTxpWFG0p57TEUslHcA58tBpAdRnTPivdHOaw==",
+ "type": "package",
+ "path": "xamarin.androidx.core.core.ktx/1.7.0.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.core.core-ktx.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Core.Core.Ktx.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Core.Core.Ktx.xml",
+ "xamarin.androidx.core.core.ktx.1.7.0.2.nupkg.sha512",
+ "xamarin.androidx.core.core.ktx.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.CursorAdapter/1.0.0.13": {
+ "sha512": "tO8LiZ47xre6CTUB2NnVyCK/mxj0C2mfzfLa09px20MlYGqQBzNx3e0WMI3xfie80j2LzlEsz1j9gWRhQcSj/g==",
+ "type": "package",
+ "path": "xamarin.androidx.cursoradapter/1.0.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.cursoradapter.cursoradapter.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CursorAdapter.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CursorAdapter.xml",
+ "xamarin.androidx.cursoradapter.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.cursoradapter.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.CustomView/1.1.0.12": {
+ "sha512": "xXjl20kd84FTkk0wEJYYZE54ehXDKHI4Ds0AM4DOqwSqIBuij3cA1Vl3icDjRoD44pa6u3AcNCPa8rNx2AD9bw==",
+ "type": "package",
+ "path": "xamarin.androidx.customview/1.1.0.12",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.customview.customview.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.CustomView.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.CustomView.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.CustomView.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CustomView.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CustomView.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.CustomView.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.CustomView.xml",
+ "xamarin.androidx.customview.1.1.0.12.nupkg.sha512",
+ "xamarin.androidx.customview.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.DocumentFile/1.0.1.13": {
+ "sha512": "FcxDsP60+ENtWnOw+/fjfeIst2Qw9hkW2UKXeER7Eq5070og+cHGSwJCL3DDzUOtCJYDvxXKEf2RjVMgs2c19w==",
+ "type": "package",
+ "path": "xamarin.androidx.documentfile/1.0.1.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.documentfile.documentfile.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.DocumentFile.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.DocumentFile.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DocumentFile.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DocumentFile.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DocumentFile.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DocumentFile.xml",
+ "xamarin.androidx.documentfile.1.0.1.13.nupkg.sha512",
+ "xamarin.androidx.documentfile.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.DrawerLayout/1.1.1.8": {
+ "sha512": "O7lqs9uWLkBfNBk3VQslp2cisjA5fadYxAsnzETglHUcYTVmAxgXRiRGVX1EbM+GFipOENzC96mY6dB0b1A6rw==",
+ "type": "package",
+ "path": "xamarin.androidx.drawerlayout/1.1.1.8",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.drawerlayout.drawerlayout.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DrawerLayout.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DrawerLayout.xml",
+ "xamarin.androidx.drawerlayout.1.1.1.8.nupkg.sha512",
+ "xamarin.androidx.drawerlayout.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.DynamicAnimation/1.0.0.13": {
+ "sha512": "2fSd646YVHP5K/VoxK4xfL4v5unzW9XJbD8kZM/UMGVz/cGWSvLn/9brqkUmufwCVBe/v3fXxiz02r9ivlXsNQ==",
+ "type": "package",
+ "path": "xamarin.androidx.dynamicanimation/1.0.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.dynamicanimation.dynamicanimation.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.DynamicAnimation.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.DynamicAnimation.xml",
+ "xamarin.androidx.dynamicanimation.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.dynamicanimation.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Emoji2/1.1.0.1": {
+ "sha512": "p/aApFhpjPz05h5dTYbnKNnZ+eTv6j/IIc/1/dRJLH9JFKheIHFgAyEe06LyfD1bAvsxzR+hM9SE6I6fl5195A==",
+ "type": "package",
+ "path": "xamarin.androidx.emoji2/1.1.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.emoji2.emoji2.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Emoji2.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Emoji2.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.xml",
+ "xamarin.androidx.emoji2.1.1.0.1.nupkg.sha512",
+ "xamarin.androidx.emoji2.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Emoji2.ViewsHelper/1.1.0.1": {
+ "sha512": "6kvNMdP3CqUuax1Azd6QYoRDfY5LWQrh36cvEUhIk1Vi8EiIrKVNGnIgvb4D/ij0xReOs4x98SkxoaZee9f/PA==",
+ "type": "package",
+ "path": "xamarin.androidx.emoji2.viewshelper/1.1.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.emoji2.emoji2-views-helper.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Emoji2.ViewsHelper.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Emoji2.ViewsHelper.xml",
+ "xamarin.androidx.emoji2.viewshelper.1.1.0.1.nupkg.sha512",
+ "xamarin.androidx.emoji2.viewshelper.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.ExifInterface/1.3.2.2": {
+ "sha512": "Dh+wFBDJp3vpWgGaY3J46PACT938i6O2VtM9W+0YhRyzudQ7eAc7QjrIM1iHaY48IZguwMFqGJiOT/cP2MOZzQ==",
+ "type": "package",
+ "path": "xamarin.androidx.exifinterface/1.3.2.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.exifinterface.exifinterface.aar",
+ "build/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets",
+ "buildTransitive/monoandroid9.0/Xamarin.AndroidX.ExifInterface.targets",
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.dll",
+ "lib/monoandroid90/Xamarin.AndroidX.ExifInterface.pdb",
+ "xamarin.androidx.exifinterface.1.3.2.2.nupkg.sha512",
+ "xamarin.androidx.exifinterface.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Fragment/1.4.1.1": {
+ "sha512": "iPKKwaxeusU+GO8E3oW0t/5OZo7+T57wePJjAzPUIFpQsPcFTsfMsv4EusyYv4g97W+6XRywzqFLK0VyoAQPSg==",
+ "type": "package",
+ "path": "xamarin.androidx.fragment/1.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.fragment.fragment.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Fragment.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Fragment.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Fragment.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Fragment.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Fragment.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.fragment.1.4.1.1.nupkg.sha512",
+ "xamarin.androidx.fragment.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Fragment.Ktx/1.4.1.1": {
+ "sha512": "bT4k74IpUEdesjPEVI6+Mr9rZucHN43Gr5Sc3imtAkWU6h9LhTjMjnuABE9OihYMXH7No5ULwi7Lng3oENDf6Q==",
+ "type": "package",
+ "path": "xamarin.androidx.fragment.ktx/1.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.fragment.fragment-ktx.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Fragment.Ktx.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Fragment.Ktx.xml",
+ "xamarin.androidx.fragment.ktx.1.4.1.1.nupkg.sha512",
+ "xamarin.androidx.fragment.ktx.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Interpolator/1.0.0.13": {
+ "sha512": "RTzcIZrDXPlEusTtzFNLIvHXGQIHr0aoYV9GSrUVFzLb4Mty5sq68PGEjWsU5YepEU9Ere5dUq24oPxcdb25ug==",
+ "type": "package",
+ "path": "xamarin.androidx.interpolator/1.0.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.interpolator.interpolator.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Interpolator.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Interpolator.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Interpolator.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Interpolator.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Interpolator.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Interpolator.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Interpolator.xml",
+ "xamarin.androidx.interpolator.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.interpolator.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.UI/1.0.0.14": {
+ "sha512": "Dw6Wg5pRHNAPMJAV++odCh5KuuSS/5p5nCNVSfJhhxv3L/GPj2Yt423+n6rs+tI191XbrV1AwiBpq34B0y/GQQ==",
+ "type": "package",
+ "path": "xamarin.androidx.legacy.support.core.ui/1.0.0.14",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.legacy.legacy-support-core-ui.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.UI.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.UI.xml",
+ "xamarin.androidx.legacy.support.core.ui.1.0.0.14.nupkg.sha512",
+ "xamarin.androidx.legacy.support.core.ui.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Legacy.Support.Core.Utils/1.0.0.13": {
+ "sha512": "NPmBTb7ClC1Z9R2V3Lum7d6Ut6H02ftfLR6xD9N/AWQjmCIt3+yN9+lDbb4H2lL/SBrTD5SRw9QSHfti/KIErw==",
+ "type": "package",
+ "path": "xamarin.androidx.legacy.support.core.utils/1.0.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.legacy.legacy-support-core-utils.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.Core.Utils.xml",
+ "xamarin.androidx.legacy.support.core.utils.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.legacy.support.core.utils.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Legacy.Support.V4/1.0.0.13": {
+ "sha512": "c1llRFOeMzJ8V57Dfz0uAX2gO9m+a8CpTdYV6Fb8ZbmeF2SP0A5SfHzs8fWIRAcHNDVE+5ePApD7X9kIs4wbPw==",
+ "type": "package",
+ "path": "xamarin.androidx.legacy.support.v4/1.0.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.legacy.legacy-support-v4.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Legacy.Support.V4.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Legacy.Support.V4.xml",
+ "xamarin.androidx.legacy.support.v4.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.legacy.support.v4.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.Common/2.4.1.1": {
+ "sha512": "mf+kOIOnxLuu/pAzq+gZuDePiaPTEbj8dElPJaERJJR9gzNu8fD7Ttc5y0c+iQxBetRAp4sPQ5pVYGiAgMAO2Q==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.common/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.targets",
+ "jar/androidx.lifecycle.lifecycle-common.jar",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Common.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Common.xml",
+ "xamarin.androidx.lifecycle.common.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.common.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData/2.4.1.1": {
+ "sha512": "WdTTY+Kwz1GPO1C9pjk2ygobQzWj2xgZdpbhBd6ut5Y9LBnhcmMaHaVc680/tK4TG6Xr54yjRCJLEHtFp4ZmTA==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.livedata/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-livedata.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.xml",
+ "xamarin.androidx.lifecycle.livedata.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.livedata.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core/2.4.1.1": {
+ "sha512": "jB49suOIwdun6kSB2KdahQHCMHbNFxr2fT0NAsm7Jmn1RoPuVpA/mURrFyGZMVzxPkHJrt7J096lrelMwOB6ug==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.livedata.core/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-livedata-core.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.xml",
+ "xamarin.androidx.lifecycle.livedata.core.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.livedata.core.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx/2.4.1.1": {
+ "sha512": "Kon4WReitN7pVmseHjyyVy3clY7ZJRwBWdePFT/oDdi7XXR3kW+n2enbR7r8mTqdwRlLSQHFjrd/TnzXW1emcw==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.livedata.core.ktx/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-livedata-core-ktx.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.LiveData.Core.Ktx.xml",
+ "xamarin.androidx.lifecycle.livedata.core.ktx.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.livedata.core.ktx.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.Process/2.4.1.1": {
+ "sha512": "DwXT/jy84cl9uN7l+Iuq4EWFK3AP4DscQnEgECxIwWtcGfpI9vQJjgHHyzpo/I99nWiG9Bcty2uKDnBVX/1CSA==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.process/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-process.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Process.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Process.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.lifecycle.process.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.process.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime/2.4.1.1": {
+ "sha512": "RfYPaEile+k/53tdU392v9hHclLVPF9cvKI/QiBglRt1pf+Ek7CPtFGw0hPHFUTDPPPKuO1dDqhMb/8S8Uo4IA==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.runtime/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-runtime.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.lifecycle.runtime.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.runtime.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.Runtime.Ktx/2.4.1.1": {
+ "sha512": "Q5t9Hyf28W+L1VmRI6TgtanNCVejRFyCEs9X3oq3m7QRn2kD2ydAsAedX13DJX4yLIe1Gg8OoD3uCAFZlruqfw==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.runtime.ktx/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-runtime-ktx.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.Runtime.Ktx.xml",
+ "xamarin.androidx.lifecycle.runtime.ktx.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.runtime.ktx.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel/2.4.1.1": {
+ "sha512": "1ZaJZ5XZx49FHp6PieMQ9dAFNpAm7ofMW0J2+bjlBbO2WEhsuV5/q5SYq+zHy6Hvo6NqzaFJFKvDK4BIgyeTRQ==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.viewmodel/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-viewmodel.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.lifecycle.viewmodel.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.viewmodel.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModel.Ktx/2.4.1.1": {
+ "sha512": "LeLyHLoqFGGTnUyO2ewJTdQhGCN+S/aXoorLmonW+9I1W8otncg5y7BmDTrfhuIkD+LbnNtC3nfAVlZFcJldWQ==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.viewmodel.ktx/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-viewmodel-ktx.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModel.Ktx.xml",
+ "xamarin.androidx.lifecycle.viewmodel.ktx.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.viewmodel.ktx.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Lifecycle.ViewModelSavedState/2.4.1.1": {
+ "sha512": "N10iEXCZx2l046suYLhFjqufuz+48Vfe7wfEYly2y6oE7WKNfYYt7ofUCILCkvH/IXVJg50eEba50I+82Y9LbQ==",
+ "type": "package",
+ "path": "xamarin.androidx.lifecycle.viewmodelsavedstate/2.4.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.lifecycle.lifecycle-viewmodel-savedstate.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Lifecycle.ViewModelSavedState.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.lifecycle.viewmodelsavedstate.2.4.1.1.nupkg.sha512",
+ "xamarin.androidx.lifecycle.viewmodelsavedstate.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Loader/1.1.0.13": {
+ "sha512": "A3ceqJ4XInHnznC1jvtTcpw62j8j83hozqI/1dDzfhp3UyEyUr5s23ErpIyyJNdzype8BzKAVGJKKjXFIrF7Pw==",
+ "type": "package",
+ "path": "xamarin.androidx.loader/1.1.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.loader.loader.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Loader.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Loader.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Loader.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Loader.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Loader.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Loader.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Loader.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Loader.xml",
+ "xamarin.androidx.loader.1.1.0.13.nupkg.sha512",
+ "xamarin.androidx.loader.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.LocalBroadcastManager/1.1.0.1": {
+ "sha512": "5aQ/bjLCjUBTAtwqbWEWm4jRLsCiddY6BQE3PbpffKxu8xmA88PGEpr+E1BjsA73GOjS1gX16enw8+dgJV3dxw==",
+ "type": "package",
+ "path": "xamarin.androidx.localbroadcastmanager/1.1.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.localbroadcastmanager.localbroadcastmanager.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.LocalBroadcastManager.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.LocalBroadcastManager.xml",
+ "xamarin.androidx.localbroadcastmanager.1.1.0.1.nupkg.sha512",
+ "xamarin.androidx.localbroadcastmanager.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Media/1.5.0.1": {
+ "sha512": "hbca8zyWAFtqS6q9AGnAYz4uQqBL4/wIXuNInMcHoB3ouYt3iA9xNqRmdwClwq3FHXjD018wNJvp5PwjrrQVdQ==",
+ "type": "package",
+ "path": "xamarin.androidx.media/1.5.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.media.media.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Media.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Media.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Media.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Media.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Media.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Media.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Media.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Media.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.media.1.5.0.1.nupkg.sha512",
+ "xamarin.androidx.media.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Navigation.Common/2.4.2": {
+ "sha512": "gQPz9x5AmrZxP/ZuiDR8okO9kjydifetCdRFyZTBdTxUOaRo/FKT/f7LllztL/N2DiAkiKCxreaxzKEZ5na3Xw==",
+ "type": "package",
+ "path": "xamarin.androidx.navigation.common/2.4.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.navigation.navigation-common.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Common.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Common.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.navigation.common.2.4.2.nupkg.sha512",
+ "xamarin.androidx.navigation.common.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Navigation.Fragment/2.4.2": {
+ "sha512": "/ediF7+Qu3oo2h+lDBJGQihxtnrPtIx/j2ttVhZ4FXCvzL3w/+U/VZuDn/KZWW/19+dMwlVE8sjQhUuZsx3QrA==",
+ "type": "package",
+ "path": "xamarin.androidx.navigation.fragment/2.4.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.navigation.navigation-fragment.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Fragment.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Fragment.xml",
+ "xamarin.androidx.navigation.fragment.2.4.2.nupkg.sha512",
+ "xamarin.androidx.navigation.fragment.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Navigation.Runtime/2.4.2": {
+ "sha512": "ZEDKcxNm8gHjaIOd6mBzj8WPQhP1xauFwxeELMKe8DlqtKgGEzybBA0HPs/pLStdlFaHByQykrCIriBPDQE+Qw==",
+ "type": "package",
+ "path": "xamarin.androidx.navigation.runtime/2.4.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.navigation.navigation-runtime.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.Runtime.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.Runtime.xml",
+ "xamarin.androidx.navigation.runtime.2.4.2.nupkg.sha512",
+ "xamarin.androidx.navigation.runtime.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Navigation.UI/2.4.2": {
+ "sha512": "Uz/pneLJ/BXKEu5j0V6MvR1G4oM4xLbi+yl18jXHWltKO1kPAVOxQeCbvQ7lQlLze/rcMyziwO/thA9jkNWxQQ==",
+ "type": "package",
+ "path": "xamarin.androidx.navigation.ui/2.4.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.navigation.navigation-ui.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Navigation.UI.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Navigation.UI.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.navigation.ui.2.4.2.nupkg.sha512",
+ "xamarin.androidx.navigation.ui.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Print/1.0.0.13": {
+ "sha512": "hR2dGWyGodXx6qoB2Y0ko3APzYtF5mJLlj6T84E3sTawuUfz2ie4jYeBiY3hGg79/1KR/wCh0X2moY2IUgLizg==",
+ "type": "package",
+ "path": "xamarin.androidx.print/1.0.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.print.print.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Print.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Print.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Print.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Print.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Print.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Print.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Print.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Print.xml",
+ "xamarin.androidx.print.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.print.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.RecyclerView/1.2.1.6": {
+ "sha512": "q5VkH0VaGXxMYRarmU1zsTG2IzEdx2rrDjDu2/Xfbd6+XTp2wa4No48u/oYLVvzzDQba+Ih/xaYw0gObJpqGQw==",
+ "type": "package",
+ "path": "xamarin.androidx.recyclerview/1.2.1.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.recyclerview.recyclerview.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.RecyclerView.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.RecyclerView.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.RecyclerView.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.RecyclerView.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.RecyclerView.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.RecyclerView.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.recyclerview.1.2.1.6.nupkg.sha512",
+ "xamarin.androidx.recyclerview.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.ResourceInspection.Annotation/1.0.1.1": {
+ "sha512": "RL5gbvg9sAsrPXuOiWoUkR5VsnZQHoC5Uaa0L0zjjzdA3MLnMEj9W2o/fr5UAa3eLeT3/iWxrxreo6cllHWefA==",
+ "type": "package",
+ "path": "xamarin.androidx.resourceinspection.annotation/1.0.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.targets",
+ "jar/androidx.resourceinspection.resourceinspection-annotation.jar",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ResourceInspection.Annotation.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ResourceInspection.Annotation.xml",
+ "xamarin.androidx.resourceinspection.annotation.1.0.1.1.nupkg.sha512",
+ "xamarin.androidx.resourceinspection.annotation.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.SavedState/1.1.0.7": {
+ "sha512": "m+ltryxkISoQKbtchxIvOqiopkpPuJ5Gm8b0Mww281WmJu6aywHUflOymU+AeA01O8choRH2mhnLdw4jaf3F8A==",
+ "type": "package",
+ "path": "xamarin.androidx.savedstate/1.1.0.7",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.savedstate.savedstate.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.SavedState.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.SavedState.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SavedState.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SavedState.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SavedState.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.savedstate.1.1.0.7.nupkg.sha512",
+ "xamarin.androidx.savedstate.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.SavedState.SavedState.Ktx/1.1.0.7": {
+ "sha512": "oLr+b/UoTWY/Sqjhb6NZjQPp76lYM3CYUw9MewtCj7WIOZWdVAEuIASEvz6rhXiJ4irlA42uHwC+0XX2Qj8s+A==",
+ "type": "package",
+ "path": "xamarin.androidx.savedstate.savedstate.ktx/1.1.0.7",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.savedstate.savedstate-ktx.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SavedState.SavedState.Ktx.xml",
+ "xamarin.androidx.savedstate.savedstate.ktx.1.1.0.7.nupkg.sha512",
+ "xamarin.androidx.savedstate.savedstate.ktx.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Security.SecurityCrypto/1.1.0-alpha03": {
+ "sha512": "lga2zLmw7+TTg3jDoAXzGhvNWDocDa0UiqsaIx39Nk650nxgbyHx917FZRyIICwUxtP8CGpl9R1OVuSArctpjg==",
+ "type": "package",
+ "path": "xamarin.androidx.security.securitycrypto/1.1.0-alpha03",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.security.security-crypto.aar",
+ "build/monoandroid90/Xamarin.AndroidX.Security.SecurityCrypto.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets",
+ "buildTransitive/monoandroid90/Xamarin.AndroidX.Security.SecurityCrypto.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.targets",
+ "lib/monoandroid90/Xamarin.AndroidX.Security.SecurityCrypto.dll",
+ "lib/monoandroid90/Xamarin.AndroidX.Security.SecurityCrypto.pdb",
+ "lib/monoandroid90/Xamarin.AndroidX.Security.SecurityCrypto.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Security.SecurityCrypto.xml",
+ "xamarin.androidx.security.securitycrypto.1.1.0-alpha03.nupkg.sha512",
+ "xamarin.androidx.security.securitycrypto.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.SlidingPaneLayout/1.2.0.1": {
+ "sha512": "UnbXfvaTGo3UaxlV6v4bCeBNKxTzOeBYmUCd9Q3j4Kk9O9RH6Miq5ADMsi7RXr0E36m1TC2ySxglSgg8LRWJ2Q==",
+ "type": "package",
+ "path": "xamarin.androidx.slidingpanelayout/1.2.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.slidingpanelayout.slidingpanelayout.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SlidingPaneLayout.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SlidingPaneLayout.xml",
+ "xamarin.androidx.slidingpanelayout.1.2.0.1.nupkg.sha512",
+ "xamarin.androidx.slidingpanelayout.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Startup.StartupRuntime/1.1.1.1": {
+ "sha512": "zM1z8aH+vRlin37BV598Q/crEELhgAJfqKkgSMZoAC3TP7BtPBA/uS0DP+9sOWO3dzk9KaUAJPTNI6KDFRimUw==",
+ "type": "package",
+ "path": "xamarin.androidx.startup.startupruntime/1.1.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.startup.startup-runtime.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Startup.StartupRuntime.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Startup.StartupRuntime.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.startup.startupruntime.1.1.1.1.nupkg.sha512",
+ "xamarin.androidx.startup.startupruntime.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.SwipeRefreshLayout/1.1.0.8": {
+ "sha512": "ax4/ycDZmxdGfHYC+OajudRjhz2cmbxBnY91JZa5dxawBFqbGLviTTFgnB6Jj5i70EBaLFETPZIAk7XiItITHA==",
+ "type": "package",
+ "path": "xamarin.androidx.swiperefreshlayout/1.1.0.8",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.swiperefreshlayout.swiperefreshlayout.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.SwipeRefreshLayout.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.SwipeRefreshLayout.xml",
+ "xamarin.androidx.swiperefreshlayout.1.1.0.8.nupkg.sha512",
+ "xamarin.androidx.swiperefreshlayout.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Tracing.Tracing/1.0.0.6": {
+ "sha512": "rY8qfKZBvu6bhJTlHQFjvp/Z0aAu8eEfQwrOZmYPPwj0OHqLkH+btBS5aEZci1RbjvghowoMmkjIxZgJGZCXoQ==",
+ "type": "package",
+ "path": "xamarin.androidx.tracing.tracing/1.0.0.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.tracing.tracing.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Tracing.Tracing.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Tracing.Tracing.xml",
+ "xamarin.androidx.tracing.tracing.1.0.0.6.nupkg.sha512",
+ "xamarin.androidx.tracing.tracing.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Transition/1.4.1.6": {
+ "sha512": "u+bC/S1Ve63j5gmjSEHwhMxlffSjOAX3vjFD58vvriWCgD5mtL8ghBamhOKzWGVer0nHhc+ihwZ/KY+OS5kt6Q==",
+ "type": "package",
+ "path": "xamarin.androidx.transition/1.4.1.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.transition.transition.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Transition.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Transition.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Transition.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Transition.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Transition.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Transition.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Transition.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Transition.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.transition.1.4.1.6.nupkg.sha512",
+ "xamarin.androidx.transition.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.VectorDrawable/1.1.0.13": {
+ "sha512": "WxChVIXt0H948+Hg/fLXVWyQgR1sB8pVAseY+zdCnu5Zks2IMI5rzrH1//ZFizTe42BPy9tFFHzTMPGu3qTWCg==",
+ "type": "package",
+ "path": "xamarin.androidx.vectordrawable/1.1.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.vectordrawable.vectordrawable.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.xml",
+ "xamarin.androidx.vectordrawable.1.1.0.13.nupkg.sha512",
+ "xamarin.androidx.vectordrawable.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.VectorDrawable.Animated/1.1.0.13": {
+ "sha512": "Ujg80TFP63d0Og0y+z13k5lsvjHn++revVuQvof2in6Ps28n2YGpW/eWiqH8rogqJif18hDSfm8KGasiJ7WNMg==",
+ "type": "package",
+ "path": "xamarin.androidx.vectordrawable.animated/1.1.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.vectordrawable.vectordrawable-animated.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VectorDrawable.Animated.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VectorDrawable.Animated.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.vectordrawable.animated.1.1.0.13.nupkg.sha512",
+ "xamarin.androidx.vectordrawable.animated.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.VersionedParcelable/1.1.1.13": {
+ "sha512": "uNvkyG8RsaIkCGTIjUeV0hw+6bdkp7PpBPEAj3Qc5mqFkfJJwMO0if3nI3vn8X1U3I2hg8+8x9sfrMY0gVH3hA==",
+ "type": "package",
+ "path": "xamarin.androidx.versionedparcelable/1.1.1.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.versionedparcelable.versionedparcelable.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.VersionedParcelable.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.VersionedParcelable.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.versionedparcelable.1.1.1.13.nupkg.sha512",
+ "xamarin.androidx.versionedparcelable.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.ViewPager/1.0.0.13": {
+ "sha512": "6VpejztATNTeuw4hWmCzS1p5a//tAvqRlYYEQpiCJLXaKJfJdx+uOYQBTRmAVPcT070XaEGUj3pyiRG2sgN7cg==",
+ "type": "package",
+ "path": "xamarin.androidx.viewpager/1.0.0.13",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.viewpager.viewpager.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.ViewPager.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.ViewPager.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ViewPager.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ViewPager.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ViewPager.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager.xml",
+ "xamarin.androidx.viewpager.1.0.0.13.nupkg.sha512",
+ "xamarin.androidx.viewpager.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.ViewPager2/1.0.0.15": {
+ "sha512": "1RKMYwZT8vTj4jOggFe31G89sAre+8cg/B5Y9x9FCKWtzhDvMqMMS5BqsezCx56xx1I56H+dOl5Y5rFD8mV/zg==",
+ "type": "package",
+ "path": "xamarin.androidx.viewpager2/1.0.0.15",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.viewpager2.viewpager2.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.ViewPager2.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.ViewPager2.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ViewPager2.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ViewPager2.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.ViewPager2.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.ViewPager2.xml",
+ "xamarin.androidx.viewpager2.1.0.0.15.nupkg.sha512",
+ "xamarin.androidx.viewpager2.nuspec"
+ ]
+ },
+ "Xamarin.AndroidX.Window/1.0.0.8": {
+ "sha512": "rHZwiPWNd9M1E3atHP/i1LIL3GuCil5R3Bd07WN2i6N/+jGLEGGapRxBP5vhkJkqIE98RKp5M7oEEME4yDPKUg==",
+ "type": "package",
+ "path": "xamarin.androidx.window/1.0.0.8",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/androidx.window.window.aar",
+ "build/monoandroid12.0/Xamarin.AndroidX.Window.targets",
+ "build/net6.0-android31.0/Xamarin.AndroidX.Window.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.AndroidX.Window.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.AndroidX.Window.targets",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Window.dll",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Window.pdb",
+ "lib/monoandroid12.0/Xamarin.AndroidX.Window.xml",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.dll",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.pdb",
+ "lib/net6.0-android31.0/Xamarin.AndroidX.Window.xml",
+ "proguard/proguard.txt",
+ "xamarin.androidx.window.1.0.0.8.nupkg.sha512",
+ "xamarin.androidx.window.nuspec"
+ ]
+ },
+ "Xamarin.Google.Android.Material/1.6.0": {
+ "sha512": "WOr6K1pt1JeYjK3DbBHjBxPIo7ySxK5zwZssjNLTzW1tbaxo92uemr4Wxog1KTzHbzLAFwnjk361HcIs5EyRRQ==",
+ "type": "package",
+ "path": "xamarin.google.android.material/1.6.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "aar/com.google.android.material.material.aar",
+ "build/monoandroid12.0/Xamarin.Google.Android.Material.targets",
+ "build/net6.0-android31.0/Xamarin.Google.Android.Material.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Google.Android.Material.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Android.Material.targets",
+ "lib/monoandroid12.0/Xamarin.Google.Android.Material.dll",
+ "lib/monoandroid12.0/Xamarin.Google.Android.Material.pdb",
+ "lib/monoandroid12.0/Xamarin.Google.Android.Material.xml",
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.dll",
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.pdb",
+ "lib/net6.0-android31.0/Xamarin.Google.Android.Material.xml",
+ "proguard/proguard.txt",
+ "xamarin.google.android.material.1.6.0.nupkg.sha512",
+ "xamarin.google.android.material.nuspec"
+ ]
+ },
+ "Xamarin.Google.Crypto.Tink.Android/1.6.1.6": {
+ "sha512": "KQogZ+b3C+VTBp1ANQyd12luXxTK80HirIjDnKuVMCGtzZDlScG5CYbrTepwyNgpobQhYKyHQl/V4QwGOKCSaQ==",
+ "type": "package",
+ "path": "xamarin.google.crypto.tink.android/1.6.1.6",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
+ "lib/monoandroid12.0/Xamarin.Google.Crypto.Tink.Android.dll",
+ "lib/monoandroid12.0/Xamarin.Google.Crypto.Tink.Android.xml",
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.aar",
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.dll",
+ "lib/net6.0-android31.0/Xamarin.Google.Crypto.Tink.Android.xml",
+ "xamarin.google.crypto.tink.android.1.6.1.6.nupkg.sha512",
+ "xamarin.google.crypto.tink.android.nuspec"
+ ]
+ },
+ "Xamarin.Google.Guava.ListenableFuture/1.0.0.5": {
+ "sha512": "epoKcMNVECBH4eMwk7b7RCZESIT5Vd62won/VdLc9e766C2qiVAEZ6fmeSVtQMkkASqybMSiJiFGibMlr4ebgw==",
+ "type": "package",
+ "path": "xamarin.google.guava.listenablefuture/1.0.0.5",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "THIRD-PARTY-NOTICES.txt",
+ "build/monoandroid90/Xamarin.Google.Guava.ListenableFuture.targets",
+ "build/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets",
+ "buildTransitive/monoandroid90/Xamarin.Google.Guava.ListenableFuture.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.targets",
+ "jar/guava-listenablefuture.jar",
+ "lib/monoandroid90/Xamarin.Google.Guava.ListenableFuture.dll",
+ "lib/monoandroid90/Xamarin.Google.Guava.ListenableFuture.xml",
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.dll",
+ "lib/net6.0-android31.0/Xamarin.Google.Guava.ListenableFuture.xml",
+ "xamarin.google.guava.listenablefuture.1.0.0.5.nupkg.sha512",
+ "xamarin.google.guava.listenablefuture.nuspec"
+ ]
+ },
+ "Xamarin.Jetbrains.Annotations/23.0.0.3": {
+ "sha512": "9tnim3QLeyNN/5obOaNuROh2RsWWjS4IoThHkdhlkPQbOp6Uw1TWoN/KVtLxK2FaL3lFxbTygDoxus0beijF5Q==",
+ "type": "package",
+ "path": "xamarin.jetbrains.annotations/23.0.0.3",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.Jetbrains.Annotations.targets",
+ "build/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Jetbrains.Annotations.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Jetbrains.Annotations.targets",
+ "jar/org.jetbrains.annotations-23.0.0.jar",
+ "lib/monoandroid12.0/Xamarin.Jetbrains.Annotations.dll",
+ "lib/monoandroid12.0/Xamarin.Jetbrains.Annotations.xml",
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.dll",
+ "lib/net6.0-android31.0/Xamarin.Jetbrains.Annotations.xml",
+ "xamarin.jetbrains.annotations.23.0.0.3.nupkg.sha512",
+ "xamarin.jetbrains.annotations.nuspec"
+ ]
+ },
+ "Xamarin.Kotlin.StdLib/1.6.20.1": {
+ "sha512": "TyYyLpilueUQ47Ly9ywlOqz2/h+u0fXrCtd0nxhLqApl4YHx0VYpxyr7EPI0tKZ3BicToKimX1NcgVVgHdRNEQ==",
+ "type": "package",
+ "path": "xamarin.kotlin.stdlib/1.6.20.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.Kotlin.StdLib.targets",
+ "build/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Kotlin.StdLib.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.targets",
+ "jar/org.jetbrains.kotlin.kotlin-stdlib-1.6.20.jar",
+ "lib/monoandroid12.0/Xamarin.Kotlin.StdLib.dll",
+ "lib/monoandroid12.0/Xamarin.Kotlin.StdLib.xml",
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.dll",
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.xml",
+ "xamarin.kotlin.stdlib.1.6.20.1.nupkg.sha512",
+ "xamarin.kotlin.stdlib.nuspec"
+ ]
+ },
+ "Xamarin.Kotlin.StdLib.Common/1.6.20.1": {
+ "sha512": "2f04Hg6OPiJiS7PfC8DuauvIptDVexN8vBwf1HQ8gq4ZrxXBHDcvqGtaCl2w+jcbBPkSyLmTWl26mcwP1C1aLQ==",
+ "type": "package",
+ "path": "xamarin.kotlin.stdlib.common/1.6.20.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.Kotlin.StdLib.Common.targets",
+ "build/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Kotlin.StdLib.Common.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.targets",
+ "jar/org.jetbrains.kotlin.kotlin-stdlib-common-1.6.20.jar",
+ "lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Common.dll",
+ "lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Common.xml",
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.dll",
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Common.xml",
+ "xamarin.kotlin.stdlib.common.1.6.20.1.nupkg.sha512",
+ "xamarin.kotlin.stdlib.common.nuspec"
+ ]
+ },
+ "Xamarin.Kotlin.StdLib.Jdk7/1.6.20.1": {
+ "sha512": "S61ISay5IpPJOYNksdOwnK9ImgTTEyPwxlG1mGkINHYURQjo2X2zw7eDuR0hPX138FsePwPX9TDrCmvCr7aivA==",
+ "type": "package",
+ "path": "xamarin.kotlin.stdlib.jdk7/1.6.20.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk7.targets",
+ "build/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk7.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.targets",
+ "jar/org.jetbrains.kotlin.kotlin-stdlib-jdk7-1.6.20.jar",
+ "lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk7.dll",
+ "lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk7.xml",
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.dll",
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk7.xml",
+ "xamarin.kotlin.stdlib.jdk7.1.6.20.1.nupkg.sha512",
+ "xamarin.kotlin.stdlib.jdk7.nuspec"
+ ]
+ },
+ "Xamarin.Kotlin.StdLib.Jdk8/1.6.20.1": {
+ "sha512": "LjzvkLLPd2T7zqifi1ut2IboWoaNxmzcvJ/AztPLQmk5v4H8e3xMv9th7zH8WKDQKR2Uoylx/GS+RKFN+H9JZw==",
+ "type": "package",
+ "path": "xamarin.kotlin.stdlib.jdk8/1.6.20.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "build/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk8.targets",
+ "build/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk8.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.targets",
+ "jar/org.jetbrains.kotlin.kotlin-stdlib-jdk8-1.6.20.jar",
+ "lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk8.dll",
+ "lib/monoandroid12.0/Xamarin.Kotlin.StdLib.Jdk8.xml",
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.dll",
+ "lib/net6.0-android31.0/Xamarin.Kotlin.StdLib.Jdk8.xml",
+ "xamarin.kotlin.stdlib.jdk8.1.6.20.1.nupkg.sha512",
+ "xamarin.kotlin.stdlib.jdk8.nuspec"
+ ]
+ },
+ "Xamarin.KotlinX.Coroutines.Android/1.6.0.1": {
+ "sha512": "1mnY9LG3bRsYEOp/F0JCd9pqO7O3MI7DHXMVixBFv2bf9Yuy43UCmXNEZOTMzoq/28CbnCHrHLQXRuKmq1t3uQ==",
+ "type": "package",
+ "path": "xamarin.kotlinx.coroutines.android/1.6.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
+ "build/monoandroid12.0/Xamarin.KotlinX.Coroutines.Android.targets",
+ "build/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.KotlinX.Coroutines.Android.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.targets",
+ "jar/org.jetbrains.kotlinx.kotlinx-coroutines-android-1.6.0.jar",
+ "lib/monoandroid12.0/Xamarin.KotlinX.Coroutines.Android.dll",
+ "lib/monoandroid12.0/Xamarin.KotlinX.Coroutines.Android.xml",
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.dll",
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Android.xml",
+ "xamarin.kotlinx.coroutines.android.1.6.0.1.nupkg.sha512",
+ "xamarin.kotlinx.coroutines.android.nuspec"
+ ]
+ },
+ "Xamarin.KotlinX.Coroutines.Core.Jvm/1.6.0.1": {
+ "sha512": "CnPA5tdxg4v9BY0n+tNMtyksOAkgu2sEgVZ3/RmsDYlxTOcfZrEamftBXbUDPl5eg+ZVaME2ruGaCS/CjnGTSw==",
+ "type": "package",
+ "path": "xamarin.kotlinx.coroutines.core.jvm/1.6.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "THIRD-PARTY-NOTICES.txt",
+ "build/monoandroid12.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets",
+ "build/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets",
+ "buildTransitive/monoandroid12.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets",
+ "buildTransitive/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.targets",
+ "jar/org.jetbrains.kotlinx.kotlinx-coroutines-core-jvm-1.6.0.jar",
+ "lib/monoandroid12.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll",
+ "lib/monoandroid12.0/Xamarin.KotlinX.Coroutines.Core.Jvm.xml",
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.dll",
+ "lib/net6.0-android31.0/Xamarin.KotlinX.Coroutines.Core.Jvm.xml",
+ "xamarin.kotlinx.coroutines.core.jvm.1.6.0.1.nupkg.sha512",
+ "xamarin.kotlinx.coroutines.core.jvm.nuspec"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net6.0-android31.0": [
+ "Microsoft.Maui.Dependencies >= 6.0.552",
+ "Microsoft.Maui.Extensions >= 6.0.552"
+ ],
+ "net6.0-ios16.1": [
+ "Microsoft.Maui.Dependencies >= 6.0.552",
+ "Microsoft.Maui.Extensions >= 6.0.552",
+ "System.Runtime.InteropServices.NFloat.Internal >= 6.0.1"
+ ],
+ "net6.0-maccatalyst16.1": [
+ "Microsoft.Maui.Dependencies >= 6.0.552",
+ "Microsoft.Maui.Extensions >= 6.0.552",
+ "System.Runtime.InteropServices.NFloat.Internal >= 6.0.1"
+ ],
+ "net6.0-windows10.0.19041": [
+ "Microsoft.Maui.Dependencies >= 6.0.552",
+ "Microsoft.Maui.Extensions >= 6.0.552",
+ "Microsoft.Windows.SDK.BuildTools >= 10.0.22000.194"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\relavergne\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj",
+ "projectName": "GameAtlas",
+ "projectPath": "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj",
+ "packagesPath": "C:\\Users\\relavergne\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\obj\\",
+ "projectStyle": "PackageReference",
+ "crossTargeting": true,
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\relavergne\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net6.0-android",
+ "net6.0-ios",
+ "net6.0-maccatalyst",
+ "net6.0-windows10.0.19041.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net6.0-android31.0": {
+ "targetAlias": "net6.0-android",
+ "projectReferences": {}
+ },
+ "net6.0-ios16.1": {
+ "targetAlias": "net6.0-ios",
+ "projectReferences": {}
+ },
+ "net6.0-maccatalyst16.1": {
+ "targetAlias": "net6.0-maccatalyst",
+ "projectReferences": {}
+ },
+ "net6.0-windows10.0.19041": {
+ "targetAlias": "net6.0-windows10.0.19041.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net6.0-android31.0": {
+ "targetAlias": "net6.0-android",
+ "dependencies": {
+ "Microsoft.Maui.Dependencies": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Maui.Extensions": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.Android.Ref.31",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.Android.Runtime.31.android-arm",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.Android.Runtime.31.android-arm64",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.Android.Runtime.31.android-x64",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.Android.Runtime.31.android-x86",
+ "version": "[32.0.485, 32.0.485]"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.linux-arm",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.linux-arm64",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.linux-x64",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Ref.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Runtime.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Ref.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Runtime.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Ref.android",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Runtime.android",
+ "version": "[6.0.552, 6.0.552]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.Android": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Controls": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Core": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Essentials": {
+ "privateAssets": "all"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ },
+ "net6.0-ios16.1": {
+ "targetAlias": "net6.0-ios",
+ "dependencies": {
+ "Microsoft.Maui.Dependencies": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Maui.Extensions": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "System.Runtime.InteropServices.NFloat.Internal": {
+ "target": "Package",
+ "version": "[6.0.1, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.iOS.Ref",
+ "version": "[16.2.19, 16.2.19]"
+ },
+ {
+ "name": "Microsoft.iOS.Runtime.iossimulator-x64",
+ "version": "[16.2.19, 16.2.19]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Ref.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Runtime.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Ref.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Runtime.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Ref.ios",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Runtime.ios",
+ "version": "[6.0.552, 6.0.552]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.iOS": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Controls": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Core": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Essentials": {
+ "privateAssets": "all"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ },
+ "net6.0-maccatalyst16.1": {
+ "targetAlias": "net6.0-maccatalyst",
+ "dependencies": {
+ "Microsoft.Maui.Dependencies": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Maui.Extensions": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "System.Runtime.InteropServices.NFloat.Internal": {
+ "target": "Package",
+ "version": "[6.0.1, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "xamarinios10",
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.MacCatalyst.Ref",
+ "version": "[16.2.19, 16.2.19]"
+ },
+ {
+ "name": "Microsoft.MacCatalyst.Runtime.maccatalyst-x64",
+ "version": "[16.2.19, 16.2.19]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Ref.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Runtime.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Ref.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Runtime.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Ref.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Runtime.maccatalyst",
+ "version": "[6.0.552, 6.0.552]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.MacCatalyst": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Controls": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Core": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Essentials": {
+ "privateAssets": "all"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ },
+ "net6.0-windows10.0.19041": {
+ "targetAlias": "net6.0-windows10.0.19041.0",
+ "dependencies": {
+ "Microsoft.Maui.Dependencies": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Maui.Extensions": {
+ "target": "Package",
+ "version": "[6.0.552, )",
+ "autoReferenced": true
+ },
+ "Microsoft.Windows.SDK.BuildTools": {
+ "suppressParent": "All",
+ "target": "Package",
+ "version": "[10.0.22000.194, )",
+ "autoReferenced": true
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.win-x64",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Ref.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Controls.Runtime.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Ref.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Core.Runtime.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Ref.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.Maui.Essentials.Runtime.win",
+ "version": "[6.0.552, 6.0.552]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Runtime.win-x64",
+ "version": "[6.0.14, 6.0.14]"
+ },
+ {
+ "name": "Microsoft.Windows.SDK.NET.Ref",
+ "version": "[10.0.19041.28, 10.0.19041.28]"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
+ "version": "[6.0.14, 6.0.14]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.Maui.Controls": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Core": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Maui.Essentials": {
+ "privateAssets": "all"
+ },
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.Windows.SDK.NET.Ref": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ },
+ "runtimes": {
+ "android-arm": {
+ "#import": []
+ },
+ "android-arm64": {
+ "#import": []
+ },
+ "android-x64": {
+ "#import": []
+ },
+ "android-x86": {
+ "#import": []
+ },
+ "iossimulator-x64": {
+ "#import": []
+ },
+ "maccatalyst-x64": {
+ "#import": []
+ },
+ "win10-x64": {
+ "#import": []
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/obj/project.nuget.cache b/GameAtlas/GameAtlas/obj/project.nuget.cache
new file mode 100644
index 0000000..ce50a80
--- /dev/null
+++ b/GameAtlas/GameAtlas/obj/project.nuget.cache
@@ -0,0 +1,149 @@
+{
+ "version": 2,
+ "dgSpecHash": "ujviNWwLcNJ/K0u4P+UrrgQDUewXJznM2YxZPvtx+plnoQGDIcHbB5vAITCL5zqZK4jJkdmkGuTGhkkuxHnN1A==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\relavergne\\source\\repos\\SAE2.01-IHM\\GameAtlas\\GameAtlas\\GameAtlas.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\relavergne\\.nuget\\packages\\googlegson\\2.9.0.1\\googlegson.2.9.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.extensions.configuration\\6.0.1\\microsoft.extensions.configuration.6.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.extensions.configuration.abstractions\\6.0.0\\microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.extensions.dependencyinjection\\6.0.0\\microsoft.extensions.dependencyinjection.6.0.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.extensions.dependencyinjection.abstractions\\6.0.0\\microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.extensions.logging\\6.0.0\\microsoft.extensions.logging.6.0.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.extensions.logging.abstractions\\6.0.1\\microsoft.extensions.logging.abstractions.6.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.extensions.options\\6.0.0\\microsoft.extensions.options.6.0.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.extensions.primitives\\6.0.0\\microsoft.extensions.primitives.6.0.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.graphics.win2d\\1.0.3.1\\microsoft.graphics.win2d.1.0.3.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.dependencies\\6.0.552\\microsoft.maui.dependencies.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.extensions\\6.0.552\\microsoft.maui.extensions.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.graphics\\6.0.501\\microsoft.maui.graphics.6.0.501.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.graphics.win2d.winui.desktop\\6.0.501\\microsoft.maui.graphics.win2d.winui.desktop.6.0.501.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.windows.sdk.buildtools\\10.0.22000.194\\microsoft.windows.sdk.buildtools.10.0.22000.194.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.windowsappsdk\\1.1.5\\microsoft.windowsappsdk.1.1.5.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\system.diagnostics.diagnosticsource\\6.0.0\\system.diagnostics.diagnosticsource.6.0.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\system.runtime.interopservices.nfloat.internal\\6.0.1\\system.runtime.interopservices.nfloat.internal.6.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.android.glide\\4.12.0.8\\xamarin.android.glide.4.12.0.8.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.android.glide.annotations\\4.12.0.8\\xamarin.android.glide.annotations.4.12.0.8.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.android.glide.disklrucache\\4.12.0.8\\xamarin.android.glide.disklrucache.4.12.0.8.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.android.glide.gifdecoder\\4.12.0.8\\xamarin.android.glide.gifdecoder.4.12.0.8.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.activity\\1.4.0.2\\xamarin.androidx.activity.1.4.0.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.activity.ktx\\1.4.0.2\\xamarin.androidx.activity.ktx.1.4.0.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.annotation\\1.3.0.3\\xamarin.androidx.annotation.1.3.0.3.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.annotation.experimental\\1.2.0.1\\xamarin.androidx.annotation.experimental.1.2.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.appcompat\\1.4.1.1\\xamarin.androidx.appcompat.1.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.appcompat.appcompatresources\\1.4.1.1\\xamarin.androidx.appcompat.appcompatresources.1.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.arch.core.common\\2.1.0.14\\xamarin.androidx.arch.core.common.2.1.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.arch.core.runtime\\2.1.0.14\\xamarin.androidx.arch.core.runtime.2.1.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.asynclayoutinflater\\1.0.0.13\\xamarin.androidx.asynclayoutinflater.1.0.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.browser\\1.4.0.1\\xamarin.androidx.browser.1.4.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.cardview\\1.0.0.15\\xamarin.androidx.cardview.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.collection\\1.2.0.3\\xamarin.androidx.collection.1.2.0.3.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.collection.ktx\\1.2.0.3\\xamarin.androidx.collection.ktx.1.2.0.3.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.concurrent.futures\\1.1.0.8\\xamarin.androidx.concurrent.futures.1.1.0.8.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.constraintlayout\\2.1.3.1\\xamarin.androidx.constraintlayout.2.1.3.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.constraintlayout.core\\1.0.3.1\\xamarin.androidx.constraintlayout.core.1.0.3.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.coordinatorlayout\\1.2.0.1\\xamarin.androidx.coordinatorlayout.1.2.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.core\\1.7.0.2\\xamarin.androidx.core.1.7.0.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.core.core.ktx\\1.7.0.2\\xamarin.androidx.core.core.ktx.1.7.0.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.cursoradapter\\1.0.0.13\\xamarin.androidx.cursoradapter.1.0.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.customview\\1.1.0.12\\xamarin.androidx.customview.1.1.0.12.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.documentfile\\1.0.1.13\\xamarin.androidx.documentfile.1.0.1.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.drawerlayout\\1.1.1.8\\xamarin.androidx.drawerlayout.1.1.1.8.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.dynamicanimation\\1.0.0.13\\xamarin.androidx.dynamicanimation.1.0.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.emoji2\\1.1.0.1\\xamarin.androidx.emoji2.1.1.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.emoji2.viewshelper\\1.1.0.1\\xamarin.androidx.emoji2.viewshelper.1.1.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.exifinterface\\1.3.2.2\\xamarin.androidx.exifinterface.1.3.2.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.fragment\\1.4.1.1\\xamarin.androidx.fragment.1.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.fragment.ktx\\1.4.1.1\\xamarin.androidx.fragment.ktx.1.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.interpolator\\1.0.0.13\\xamarin.androidx.interpolator.1.0.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.legacy.support.core.ui\\1.0.0.14\\xamarin.androidx.legacy.support.core.ui.1.0.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.legacy.support.core.utils\\1.0.0.13\\xamarin.androidx.legacy.support.core.utils.1.0.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.legacy.support.v4\\1.0.0.13\\xamarin.androidx.legacy.support.v4.1.0.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.common\\2.4.1.1\\xamarin.androidx.lifecycle.common.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata\\2.4.1.1\\xamarin.androidx.lifecycle.livedata.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata.core\\2.4.1.1\\xamarin.androidx.lifecycle.livedata.core.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.livedata.core.ktx\\2.4.1.1\\xamarin.androidx.lifecycle.livedata.core.ktx.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.process\\2.4.1.1\\xamarin.androidx.lifecycle.process.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.runtime\\2.4.1.1\\xamarin.androidx.lifecycle.runtime.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.runtime.ktx\\2.4.1.1\\xamarin.androidx.lifecycle.runtime.ktx.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodel\\2.4.1.1\\xamarin.androidx.lifecycle.viewmodel.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodel.ktx\\2.4.1.1\\xamarin.androidx.lifecycle.viewmodel.ktx.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.lifecycle.viewmodelsavedstate\\2.4.1.1\\xamarin.androidx.lifecycle.viewmodelsavedstate.2.4.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.loader\\1.1.0.13\\xamarin.androidx.loader.1.1.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.localbroadcastmanager\\1.1.0.1\\xamarin.androidx.localbroadcastmanager.1.1.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.media\\1.5.0.1\\xamarin.androidx.media.1.5.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.navigation.common\\2.4.2\\xamarin.androidx.navigation.common.2.4.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.navigation.fragment\\2.4.2\\xamarin.androidx.navigation.fragment.2.4.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.navigation.runtime\\2.4.2\\xamarin.androidx.navigation.runtime.2.4.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.navigation.ui\\2.4.2\\xamarin.androidx.navigation.ui.2.4.2.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.print\\1.0.0.13\\xamarin.androidx.print.1.0.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.recyclerview\\1.2.1.6\\xamarin.androidx.recyclerview.1.2.1.6.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.resourceinspection.annotation\\1.0.1.1\\xamarin.androidx.resourceinspection.annotation.1.0.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.savedstate\\1.1.0.7\\xamarin.androidx.savedstate.1.1.0.7.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.savedstate.savedstate.ktx\\1.1.0.7\\xamarin.androidx.savedstate.savedstate.ktx.1.1.0.7.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.security.securitycrypto\\1.1.0-alpha03\\xamarin.androidx.security.securitycrypto.1.1.0-alpha03.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.slidingpanelayout\\1.2.0.1\\xamarin.androidx.slidingpanelayout.1.2.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.startup.startupruntime\\1.1.1.1\\xamarin.androidx.startup.startupruntime.1.1.1.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.swiperefreshlayout\\1.1.0.8\\xamarin.androidx.swiperefreshlayout.1.1.0.8.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.tracing.tracing\\1.0.0.6\\xamarin.androidx.tracing.tracing.1.0.0.6.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.transition\\1.4.1.6\\xamarin.androidx.transition.1.4.1.6.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.vectordrawable\\1.1.0.13\\xamarin.androidx.vectordrawable.1.1.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.vectordrawable.animated\\1.1.0.13\\xamarin.androidx.vectordrawable.animated.1.1.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.versionedparcelable\\1.1.1.13\\xamarin.androidx.versionedparcelable.1.1.1.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.viewpager\\1.0.0.13\\xamarin.androidx.viewpager.1.0.0.13.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.viewpager2\\1.0.0.15\\xamarin.androidx.viewpager2.1.0.0.15.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.androidx.window\\1.0.0.8\\xamarin.androidx.window.1.0.0.8.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.google.android.material\\1.6.0\\xamarin.google.android.material.1.6.0.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.google.crypto.tink.android\\1.6.1.6\\xamarin.google.crypto.tink.android.1.6.1.6.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.google.guava.listenablefuture\\1.0.0.5\\xamarin.google.guava.listenablefuture.1.0.0.5.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.jetbrains.annotations\\23.0.0.3\\xamarin.jetbrains.annotations.23.0.0.3.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.kotlin.stdlib\\1.6.20.1\\xamarin.kotlin.stdlib.1.6.20.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.kotlin.stdlib.common\\1.6.20.1\\xamarin.kotlin.stdlib.common.1.6.20.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.kotlin.stdlib.jdk7\\1.6.20.1\\xamarin.kotlin.stdlib.jdk7.1.6.20.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.kotlin.stdlib.jdk8\\1.6.20.1\\xamarin.kotlin.stdlib.jdk8.1.6.20.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.kotlinx.coroutines.android\\1.6.0.1\\xamarin.kotlinx.coroutines.android.1.6.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\xamarin.kotlinx.coroutines.core.jvm\\1.6.0.1\\xamarin.kotlinx.coroutines.core.jvm.1.6.0.1.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.essentials.ref.android\\6.0.552\\microsoft.maui.essentials.ref.android.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.android.runtime.31.android-x86\\32.0.485\\microsoft.android.runtime.31.android-x86.32.0.485.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.controls.ref.android\\6.0.552\\microsoft.maui.controls.ref.android.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.core.runtime.android\\6.0.552\\microsoft.maui.core.runtime.android.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.android.runtime.31.android-x64\\32.0.485\\microsoft.android.runtime.31.android-x64.32.0.485.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.android.runtime.31.android-arm64\\32.0.485\\microsoft.android.runtime.31.android-arm64.32.0.485.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.controls.runtime.android\\6.0.552\\microsoft.maui.controls.runtime.android.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.linux-arm\\6.0.14\\microsoft.aspnetcore.app.runtime.linux-arm.6.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.core.ref.android\\6.0.552\\microsoft.maui.core.ref.android.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.android.ref.31\\32.0.485\\microsoft.android.ref.31.32.0.485.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.android.runtime.31.android-arm\\32.0.485\\microsoft.android.runtime.31.android-arm.32.0.485.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.essentials.runtime.android\\6.0.552\\microsoft.maui.essentials.runtime.android.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.linux-arm64\\6.0.14\\microsoft.aspnetcore.app.runtime.linux-arm64.6.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.linux-x64\\6.0.14\\microsoft.aspnetcore.app.runtime.linux-x64.6.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.controls.runtime.ios\\6.0.552\\microsoft.maui.controls.runtime.ios.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.essentials.ref.ios\\6.0.552\\microsoft.maui.essentials.ref.ios.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.core.ref.ios\\6.0.552\\microsoft.maui.core.ref.ios.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.ios.ref\\16.2.19\\microsoft.ios.ref.16.2.19.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.controls.ref.ios\\6.0.552\\microsoft.maui.controls.ref.ios.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.essentials.runtime.ios\\6.0.552\\microsoft.maui.essentials.runtime.ios.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.ios.runtime.iossimulator-x64\\16.2.19\\microsoft.ios.runtime.iossimulator-x64.16.2.19.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.core.runtime.ios\\6.0.552\\microsoft.maui.core.runtime.ios.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.controls.ref.maccatalyst\\6.0.552\\microsoft.maui.controls.ref.maccatalyst.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maccatalyst.runtime.maccatalyst-x64\\16.2.19\\microsoft.maccatalyst.runtime.maccatalyst-x64.16.2.19.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.essentials.ref.maccatalyst\\6.0.552\\microsoft.maui.essentials.ref.maccatalyst.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maccatalyst.ref\\16.2.19\\microsoft.maccatalyst.ref.16.2.19.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.core.runtime.maccatalyst\\6.0.552\\microsoft.maui.core.runtime.maccatalyst.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.controls.runtime.maccatalyst\\6.0.552\\microsoft.maui.controls.runtime.maccatalyst.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.core.ref.maccatalyst\\6.0.552\\microsoft.maui.core.ref.maccatalyst.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.essentials.runtime.maccatalyst\\6.0.552\\microsoft.maui.essentials.runtime.maccatalyst.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.essentials.ref.win\\6.0.552\\microsoft.maui.essentials.ref.win.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.core.runtime.win\\6.0.552\\microsoft.maui.core.runtime.win.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.windows.sdk.net.ref\\10.0.19041.28\\microsoft.windows.sdk.net.ref.10.0.19041.28.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\6.0.14\\microsoft.aspnetcore.app.runtime.win-x64.6.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.controls.ref.win\\6.0.552\\microsoft.maui.controls.ref.win.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.core.ref.win\\6.0.552\\microsoft.maui.core.ref.win.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.essentials.runtime.win\\6.0.552\\microsoft.maui.essentials.runtime.win.6.0.552.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\6.0.14\\microsoft.windowsdesktop.app.runtime.win-x64.6.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\6.0.14\\microsoft.netcore.app.runtime.win-x64.6.0.14.nupkg.sha512",
+ "C:\\Users\\relavergne\\.nuget\\packages\\microsoft.maui.controls.runtime.win\\6.0.552\\microsoft.maui.controls.runtime.win.6.0.552.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file