TextView drawableTop技巧在java中不起作用?

时间:2011-06-27 04:43:45

标签: android android-layout

XML 中,您可以将TextView设置为android:drawableTop但是,在java代码中,没有相应的textView.setDrawableTop()为什么我没有看到这个?不应该在那里吗?

1 个答案:

答案 0 :(得分:4)

textview.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom);方法适用于以下

android:drawableBottom
        android:drawableLeft
        android:drawableRight