Percentage width in a RelativeLayout

后端 未结 14 1769
遥遥无期
遥遥无期 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:03

    You can have a look at the new percent support library.

    compile 'com.android.support:percent:22.2.0'
    

    docs

    sample

提交回复
热议问题