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:
Activity
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.