I am using below theme:
<style name="CaptureTheme" parent="android:Theme.Holo.Light.DarkActionBar">
In every device, I am getting option menu text color as white with black background, but in android 9.0 (Pie), I am getting background and text color black. Below Pie it is working as expected. First one is correct but second one is not correct. Can anyone please help ? I can't change old theme with new app compat one due to some old implementation.

