Answers for "how to force dark mode android studio"

1

How to turn off darkmode for my app in android studio

in the nightthemes.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 android studio"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language