textView.setCompoundDrawables(drawable, null, null, null);如果看不到图片,这是由于需要手动定drawable适当的大小,使用drawable.setBounds。
假设drawable为图片,指导drawable.setBounds(0,0,drawable.getIntrinsicWidth(),drawable.getIntrinsicHeight());。
这直接给图片本身尺寸,在这种情况下,实际上xml鉴于同。
版权声明:本文博主原创文章,博客,未经同意不得转载。