【发布时间】:2018-09-03 14:09:01
【问题描述】:
我看到了如何将add padding 转换为compoundDrawable。
但是有没有添加边距?
TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(displayName, 0, 0, 0, 0);
【问题讨论】:
-
在复合可绘制对象的上下文中这意味着什么,它与填充不同?
标签: java android android-drawable compound-drawables