标签:使用 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"
预览的时候能够得到我们想要的结果,运行时该属性就会被忽略。
标签:使用 textview view 属性 class android中 效果 div code
原文地址:http://www.cnblogs.com/cuglkb/p/6489178.html