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

Android中xml tool属性

时间:2017-03-02 11:24:02      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:使用   textview   view   属性   class   android中   效果   div   code   

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0309/2567.html

我是搬运工。。

总结而言tool属性就是为了在IDE中预览布局效果。

举例:我们在布局时,添加了一个TextView,为了预览效果,我们可能会添加

android:text = "this is a test"

但是往往预览后后我们就会忘记删除这句代码。面对这种情况,我们就可以使用tool属性

tool:text = "this is a test"

预览的时候能够得到我们想要的结果,运行时该属性就会被忽略。

Android中xml tool属性

标签:使用   textview   view   属性   class   android中   效果   div   code   

原文地址:http://www.cnblogs.com/cuglkb/p/6489178.html

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