I am using
<style name="MyThemeActionbar" parent="@style/Theme.AppCompat.Light">
<item name="colorAccent">#0d786e</item>
</style>
and also
<style name="MyThemeActionbar1" parent="@style/Theme.AppCompat.NoActionBar">
<item name="android:statusBarColor">#003300</item>
</style>
this style globally . Both are not working at a time. May I know why?
Setting up a test app with your themes:
is working fine for me.
Theme file: