Place Button just after end of TextView in multilline TextView?
I'm developing an Android application that contains some text view and button. I need to put Button just after the text view. When my TextView is single line that's working well. But when using multiple line of text view , my button was placed to the end of line 1. How to place button in the right position (after last line in the text view)? after edit : this is my xml , I use it in my code and generate it dynamically . <TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingTop="10dp"