Issue
is there an easy way to create a text view with an icon inside the text? like in this number of rates example:
(** 3,45642)
(I have less then reputeshion 10 so I cant insert the image I wanted
** means an icon of a small man)
or is it part of RatingBar that i couldn't find?
I don't want to use android:drawableLeft="@drawable/my_icon" as i feel like the parenthesis are critical.
Many thanks for any help!
Solution
Check out SpannableStringBuilder class.
Usage examples are posted here:
http://www.programcreek.com/java-api-examples/index.php?api=android.text.SpannableStringBuilder
Answered By - Patman
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.