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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -