I'm working on an MVVM Android application
. When I run the app on an OnePlus 6
with Android Pie
all views appear in a sort of "dark theme". All the CardViews
, Spinners
and Dialogs
through the app have a black background out of nowhere.
I made a new app with a CardView
and let it run on the OnePlus6
. That app was normal with a white CardView
background.
I also tried to build the app on lots of different phones but only on the OnePlus 6
this sudden "dark theme" appears.
The OnePlus 6
uses the light theme, so that can not be the problem.
Does anyone know where this comes from? What code can I upload to make things extra clear?