码迷,mamicode.com
首页 > 移动开发 > 详细

Android:安卓资源引用符号的含义

时间:2014-08-07 18:45:50      阅读:362      评论:0      收藏:0      [点我收藏+]

标签:android   blog   color   strong   div   log   type   text   

@代表引用资源

@*代表引用系统的非public资源,如:

@*android:color/white

@[package:]type/name引用自定义资源,如:

android:text="@string/hello"

?代表引用主题属性

android:textColor="?android:textDisabledColor" 

@+代表在创建或引用资源

@+id/资源ID名         新建一个资源ID

 

Android:安卓资源引用符号的含义,布布扣,bubuko.com

Android:安卓资源引用符号的含义

标签:android   blog   color   strong   div   log   type   text   

原文地址:http://www.cnblogs.com/tinyphp/p/3897637.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!