Percentage width in a RelativeLayout

后端 未结 14 1771
遥遥无期
遥遥无期 2020-11-22 13:54

I am working on a form layout for a Login Activity in my Android App. The image below is how I want it to look like:

14条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-22 14:28

    You cannot use percentages to define the dimensions of a View inside a RelativeLayout. The best ways to do it is to use LinearLayout and weights, or a custom Layout.

提交回复
热议问题