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.
在图库视图中,有一个文件使用了“ R.styleable.Gallery1_android_galleryItemBackground”。有没有办法我可以看到这个文件的代码。我尝试搜索源代码,但在任何地方都找不到。
R.styleable.Gallery1_android_galleryItemBackground
希望大家能帮忙。
谢谢!!
您可以在 Android 源代码文件中找到它。它在res.drawable.gallery_item_background.xml。您必须确保您可以先看到 android 源代码。我是中国人,所以英语不太好。
res.drawable.gallery_item_background.xml
定义此样式的文件位于res/values/attrs.xml下