0
点赞
收藏
分享

微信扫一扫

android Development_资源文件.xml(资源引用中的@/?号)


文章目录

  • ​​official tutorial:(detail)​​
  • ​​引用xml资源:@​​
  • ​​引用样式属性:?​​

official tutorial:(detail)

​​link​​

引用xml资源:@

android Development_资源文件.xml(资源引用中的@/?号)_样式属性
@[<package_name>:]<resource_type>/<resource_name>
包名是可选的(根据需要来写);resource_type和resource_name是必须明确指定的
(注意包名(如果需要)和资源类型名是用:号分隔的
android Development_资源文件.xml(资源引用中的@/?号)_xml_02

引用样式属性:?

android Development_资源文件.xml(资源引用中的@/?号)_样式属性_03


举报

相关推荐

0 条评论