Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在正在研究一个开源的 android 移动浏览器,请注意 xml 中的一些变量有一个“点”来定义一个长名称变量。如:
TextView android:id="@+id/BookmarksListActivity.EmptyTextView"
我注意到参考*.java is *BookmarksListActivity_EmptyTextView*
*.java is *BookmarksListActivity_EmptyTextView*
使用这样的变量是正确的方法吗?
我刚刚在我的项目中尝试了同样的方法并且它有效。我不知道为什么需要它,但它有效。