I created my application before the android pie has been released, in every layout I put android: background = \"white\" it works fine in every device, but when
android: background = \"white\"
You can put this, at the first line in the onCreate method of your launcher activity.
onCreate
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO)