android - Relative Layout and a Button to the left of a TextView - Squishing problem -
In a relative layout, I have a button on the right side of a TextView. The problem is that the text view on the left side of the screen is squash I want to squash the button on the right and the textview takes all the remaining space. I can not use 'Fill layout' on TextView because the button is completely removed from the scene.
How do I do this?
your textView
android: layout_weight = "1"
Give.
Comments
Post a Comment