What is the difference between: https://stackoverflow.com/a/20830747/761288
<style name="AppBaseTheme" parent="@style/Theme.AppCompat.Light.DarkActionBar">
and
<style name="AppBaseTheme" parent="Theme.AppCompat.Light.DarkActionBar">
Which is the preferred/correct method?