compundDrawable的默认居中位置是什么?

时间:2018-09-23 13:42:17

标签: android layout textview drawable layout-gravity

我有此代码:

TextViewCompat.setCompoundDrawablesRelativeWithIntrinsicBounds(
    targetTextView, null, null, drawable, null);

在布局xml中,我试图向我的textView添加重力

      android:gravity="center_vertical"

我看到可绘制位置发生了变化。

此外,文本位置已更改。而且我不知道为什么或如何使它保持在重力之前?

之前和之后:

enter image description here

我认为compundDrawable的默认重力垂直居中。

我找不到关于compundDrawable默认重力的文档。有人知道吗?

如何使文本内容像以前一样(不居中)?

0 个答案:

没有答案