mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-04-20 02:16:30 +02:00
Ignore Dark Mode
This commit is contained in:
parent
7b0cf64d0e
commit
2bb024fcbc
@ -2,6 +2,7 @@
|
||||
using Android.App;
|
||||
using Android.Content.PM;
|
||||
using Android.OS;
|
||||
using AndroidX.AppCompat.App;
|
||||
|
||||
namespace Borepin.Droid
|
||||
{
|
||||
@ -10,6 +11,8 @@ namespace Borepin.Droid
|
||||
{
|
||||
protected override void OnCreate(Bundle savedInstanceState)
|
||||
{
|
||||
AppCompatDelegate.DefaultNightMode = AppCompatDelegate.ModeNightNo;
|
||||
|
||||
TabLayoutResource = Resource.Layout.Tabbar;
|
||||
ToolbarResource = Resource.Layout.Toolbar;
|
||||
|
||||
|
@ -2,6 +2,5 @@
|
||||
x:Class="Borepin.UWP.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:Borepin.UWP">
|
||||
|
||||
xmlns:local="using:Borepin.UWP" RequestedTheme="Light">
|
||||
</Application>
|
||||
|
@ -40,5 +40,7 @@
|
||||
<false/>
|
||||
<key>NFCReaderUsageDescription</key>
|
||||
<string>FabAccess needs to be able to read your card for authentication with the server.</string>
|
||||
<key>UIUserInterfaceStyle</key>
|
||||
<string>Light</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
x
Reference in New Issue
Block a user