Some Android select dropdown text color is dark

Hello, on most android phones it looks fine. Background is dark and text color is white. But on some devices (Samsung with android 5). Select dropdown has dark text color. Any ideas why?

I think i fixed it by specifying theme to be used to default theme in AndroidManifest

android:theme="@android:style/Theme.DeviceDefault.NoActionBar"