设置TextView的drawableLeft图片和文字之间的padding
待整理
1 | //设置drawableTOP图片和文字之间的padding |
xml中使用
1 | Related XML Attributes |
代码中设置drawableLeft/Top/Bottom/Right
1 | Drawable drawableLeft = mContext.getResources().getDrawable(R.drawable.goods_prompt); |
待整理
1 | //设置drawableTOP图片和文字之间的padding |
xml中使用
1 | Related XML Attributes |
代码中设置drawableLeft/Top/Bottom/Right
1 | Drawable drawableLeft = mContext.getResources().getDrawable(R.drawable.goods_prompt); |