python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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...
![test-img](https://i.stack.imgur.com/C3XqT.jpg?s=256&g=1)
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...
![test-img](https://lh6.googleusercontent.com/-qcgdlBaA7ys/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucmojZx8CztuHQhu3N-khhh7xEQUxw/photo.jpg?sz=256)
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...
![test-img](https://i.stack.imgur.com/vVf4G.jpg?s=256&g=1)
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