标签: java android android-drawable compound-drawables
我看到了如何add padding到compoundDrawable。
但是总有增加利润的地方吗?
TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(displayName, 0, 0, 0, 0);
答案 0 :(得分:0)
无法为TextView设置边距
TextView
据我所知,尚无官方API为TextView设置边距。
您只能设置padding。
padding
答案 1 :(得分:0)
不可能。 您只能创建ViewGroup并将TextView和ImageView添加到其中。这是最简单的解决方案。