When I change my theme styles
<style name="Theme.mystyle" parent="@style/Theme.AppCompat.Light">
to
<style name="Theme.mystyle" parent="@style/Theme.AppCompat.Light.DarkActionBar">
Not working at all.
<style name="PopupMenu.mystyle" parent="@style/Widget.AppCompat.Light.PopupMenu">
<item name="android:textStyle">bold</item>
<item name="android:popupBackground">@drawable/menu_dropdown_panel</item>
</style>
Check this generator to get working styles: http://jgilfelt.github.com/android-actionbarstylegenerator/
Basically when switching to DarkActionBar you need to update your styles to follow: