Answers for "how to force dark mode in android studio app"

2

How to turn off darkmode for my app in android studio

in the night\themes.xml file paste the following line under the <!-- Base application theme. -->
<item name="android:forceDarkAllowed" tools:ignore="NewApi">false</item>
Posted by: Guest on September-05-2021
0

android force dark mode programmatically

AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_YES)
Posted by: Guest on June-18-2021

Code answers related to "how to force dark mode in android studio app"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language