How to insert ImageView at the end of multiline TextView?
Maybe it's a stupid question, but I cant find a way to inser small image at the end of second line of TextView. Image is always appears to the right of whole textview, not the line end. I want to insert image like this: TextTextTextTextTextTextTextTextTextText TextTextTextText. <ImageView> What I am getting is: TextTextTextTextTextTextTextTextTextText <ImageView> TextTextTextText. I hope there is way to do it. Src: <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content"> <TextView android:id="@+id/tv" android:layout_width="wrap_content" android:layout_height=