Reputation: 8411
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 ?
Upvotes: 6
Views: 6242