在 XML 中,您可以将TextView
设置为android:drawableTop
但是,在java代码中,没有相应的textView.setDrawableTop()
为什么我没有看到这个?不应该在那里吗?
答案 0 :(得分:4)
textview.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);
方法适用于以下
android:drawableBottom
android:drawableLeft
android:drawableRight