标签:
手工设置文本与图片相对位置时,常用到如下方法:
setCompoundDrawables 画的drawable的宽高是按drawable.setBound()设置的宽高,所以才有The Drawables must already have had setBounds(Rect) called.意思是说使用之前必须使用Drawable.setBounds设置Drawable的长宽。 而setCompoundDrawablesWith |
Android setCompoundDrawablesWithIntrinsicBounds手工设置文本与图片相对位置说明
标签:
原文地址:http://blog.csdn.net/love_xsq/article/details/43057349