-
Try using
android:gravity="top"if it didnt work then go with negative margin like this
-
android:drawablePadding="-20sp" -
Another alternative way is to take an
ImageViewbeside
TextViewinsideLinearLayoutso you can apply gravity
Try using android:gravity="top"
if it didnt work then go with negative margin like this
android:drawablePadding="-20sp"
Another alternative way is to take an ImageView beside
TextView inside LinearLayout so you can apply gravity