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.
我在 res/xml 下创建了一个文件夹。当我创建一个新的 xml 文件时,xml 不会像 res 下的其他资源一样显示在资源类型下。我怎样才能让它出现?
编辑:我正在使用日食
如果您的意思是 Eclipse 中的 Dialog 和 Resource Type 下拉列表,那么就知道它是一个静态的预定义下拉列表。它不会有您想要实现的所有可能性或任何特殊设置。您可以简单地在文件夹中创建一个 xml 文件,而无需将其拖到那里。
尝试在布局文件夹中创建您的 xml 并使用R.layout.YourLayoutName它应该会成功显示
R.layout.YourLayoutName