テーマでandroid:forceDarkAllowedをfalseに設定すればよい。
themes.xml
<style name="Theme.TestApplication" parent="Theme.MaterialComponents.DayNight.NoActionBar">
...
<item name="android:forceDarkAllowed">false</item>
</style>
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
テーマでandroid:forceDarkAllowedをfalseに設定すればよい。
<style name="Theme.TestApplication" parent="Theme.MaterialComponents.DayNight.NoActionBar">
...
<item name="android:forceDarkAllowed">false</item>
</style>
Register as a new user and use Qiita more conveniently
Go to list of users who liked