difference between Theme.AppCompat, @style/Theme.AppCompat, and @android:style/Theme.AppCompat -
what's difference between:
- theme.appcompat
- @style/theme.appcompat
- @android:style/theme.appcompat
and in case should use 1 vs other?
also, make difference if write
<style name="customactionbartheme" parent="theme.appcompat">
instead of
<style name="customactionbartheme" parent="@style/theme.appcompat">
Comments
Post a Comment