HelloWorld
Newbie
I'm using Html.fromhtml to insert image in an editText ... but instead of displaying the image, it displays [obj] " the text obj inside a square"
what could be the problem ???
what could be the problem ???

Code:
CharSequence cs =
Html.fromHtml("<img src='" +getResources().getDrawable(R.drawable.e11)+ "'/>"
,imageGetter, null);