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.
如果我正在开发一个可以使用任何版本的 styles.xml 的应用程序,是否可以在该文件的一个版本中编写代码并让其他版本引用该代码,而不必多次重复代码?
我正在使用 Eclipse,它有多个版本的 styles.xml:
资源 -> 值 -> 样式.xml
res -> values-v11 -> styles.xml
res -> values-v14 -> styles.xml
是的,可以访问在较低 api 级别版本中声明的内容。