None of the above solutions worked for me, so this is how I fixed it:
First of all make a new Theme for the Activity, and:
To make the background of items white
- @color/white
To counter make the text color black
- @color/black
Lastly, apply the theme to your Activity via Manifest: