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 light mode at all times. Is this possible?
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 light mode at all times. Is this possible?