0

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?

Community
  • 1
  • 1
AG1
  • 6,648
  • 8
  • 40
  • 57

1 Answers1

0

Absolutely no difference apart from a bit longer text with @style

Bojan Kseneman
  • 15,488
  • 2
  • 54
  • 59