Android Vertical Textview With Image Next To It
ive found a lot of info on how to subclass a textview & display the text vertically. Iam trying to display a star next to the text and iam having problems. maybe you have some
Solution 1:
you can use android:drawableLeft
attribute in your xml layout.
http://developer.android.com/reference/android/widget/TextView.html#attr_android:drawableLeft
Post a Comment for "Android Vertical Textview With Image Next To It"