Align LinearLayout inside a RelativeLayout issue – Photoshop
How can i align the "LoginBox" LinearLayout to its parent (that is a RelativeLayout) both at left/right and bottom? I tried to insert: android:layout_alignParentBottom="true" android:layout_alignParentLeft="true" android:layout_alignParentRight="true" but it doesn't do the trick! Infact the linearlayout is not properly aligned to…