Skip to content Skip to sidebar Skip to footer

Android: Stop Edittext From Going Outside Of Tablerow

So i have a tablelayout in android with some table rows. In each row i have a textview and an edittext. My setup looks like:

Solution 1:

just you set in TextView and EditText Views

android:layout_weight="1"

Solution 2:

Post a Comment for "Android: Stop Edittext From Going Outside Of Tablerow"