worxid/worx-android

For certain device, theme app not as per theme setting

Closed this issue · 2 comments

For certain device, theme app not as per theme setting

AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO);

For >Android 12, Android will generate default SplashScreen. Need to costumize Splash Screen for this

https://stackoverflow.com/a/64999338
untuk versi dibawah android 12 bisa tambahkan settingan ini pada themes.xml
<item name="android:forceDarkAllowed">false</item>. tested di emulator android 10-12, namun di android 11 real device masih menampilkan warna dark mode.