On Feb 4, 12:55 pm, John-Z80 <[email protected]> wrote:
> TextView tv=(TextView)this.findViewById(R.id.TextView01); > BitmapDrawable bmd=new BitmapDrawable(bm); bmd.setBounds(0, 0, 48, 48) >tv.setCompoundDrawables(bmd.getCurrent(), null, null, null); > With this option the text remains inteact but NO image is draw... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

