高洛峰2017-04-17 17:09:22
There is no difference between the results obtained by the two. They are both references to system style resources, such as @android:style/Theme.Dialog
和android:Theme.Dialog
都是指向了同一个系统级theme,要说区别,应该就是绝对路径和相对路径的区别(个人比喻),推荐使用相对路径方式引用,即@android:/style
this way.