python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Force light mode on single View
I have an Android app which supports night mode by inheriting the theme from Theme.MaterialComponents.DayNight.NoActionBar. This works perfectly fine.
However, for a specific View, I want to force lig...

ubuntudroid
Votes: 0
Answers: 0
MODE_NIGHT_FOLLOW_SYSTEM not working after MODE_NIGHT_YES
I have the next code to force dark mode depending the store of the user.
if (storeProvider.shouldForceDarkMode) {
appProvider.theme = AppProvider.AppTheme.DARK
AppCompatDelegate.setDe...

Rubearen
Votes: 0
Answers: 0
How to change splash screen in dark mode(Android)?
I created a simple project and added the flutter_native_splash package. I am running this project on my android phone via USB. If my phone is in light mode splash screen works fine. But in the dark mo...

Brutal
Votes: 0
Answers: 1
Android refusing to disable dark mode
I have a project with two apps written in React Native. Since I do not currently support a dark theme, users with dark-mode enabled on their devices get bad colors in my app. Therefore I want to disab...
Crystalii
Votes: 0
Answers: 1