We can set compound drawables for textview as below using drawableLeft
or setCompundDrawables
but using this its only possible to place the drawable on left / right / top / bottom.But i want to put drawables only at top-left and top-right of the Textview.
How can i do that ?
Asked
Active
Viewed 6,225 times
6

Charles
- 50,943
- 13
- 104
- 142

Bunny Rabbit
- 8,213
- 16
- 66
- 106
-
Already asked [here](http://stackoverflow.com/questions/10267352/align-top-of-image-to-top-of-textview) – minipif Mar 28 '13 at 12:59