I have two TextView in a RelativeLayout. How to set the TextViews if I want those always (different screen resolution for example 540x960) the width of each TextView is the 50 percent of the full UI width? I would set size of both TextView to always 50 percent of full width of UI. Need to stretching of TextViews on different screen resolutions. How can I do this?I have two TextView in a RelativeLayout. How to