标签: android resources identifier
在哪里可以找到getIndetifier()中使用的资源名称,如下例所示?
getIndetifier()
Int resId = getContext().getResources().getIdentifier("alertTitle", "id", "android");
答案 0 :(得分:1)
.apk就在这里
.apk
https://github.com/android/platform_frameworks_base/blob/master/core/res/res/layout/alert_dialog_holo.xml#L51
据我所知,没有一个单独的文件可以列出所有这些文件。您必须更具体地了解您想要查看的区域,然后浏览Android源代码。