Skip to content Skip to sidebar Skip to footer

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

Solution 2:

Try to use a TableLayout in your layout xml, and then play with its rows, it's easier than doing it by code.

Post a Comment for "Android Vertical Textview With Image Next To It"