我想在我的应用程序中使用"API Demos/app/preferences/1.preferences from XML“布局,但是我不知道在哪里可以找到源文件。我在API Demos示例中搜索,但我只能找到.java文件,而不是布局。
发布于 2012-08-29 02:06:38
首选项xml位于/res/xml文件夹下。您可以在apidemos中查看res -> xml -> preferences.xml。
https://stackoverflow.com/questions/12164885
复制相似问题