标签: java android xml
给出命名空间:
xmlns:android="http://schemas.android.com/apk/res/android"
我想列出所有可能的属性(例如android:id,android:layout_width等)并存储在散列图(“id”,“layout_width”,“layout_height”等)中。
android:id
android:layout_width
有办法吗? IDE在哪里抓住这些属性来建议它们?
感谢。