2017-04-25 49 views
0

既然有不同的命名空间一样的工具,机器人等:我在哪里可以找到android中的所有xml命名空间URI?

xmlns:android="http://schemas.android.com/apk/res/android" 
xmlns:app="http://schemas.android.com/apk/res-auto" 
xmlns:tools="http://schemas.android.com/tools" 

是否有在SDK中,我可以看到存在的XML命名空间的URI的文件或文件夹上的某些页面?

回答

相关问题