Two different pages get clipped with login and signUp page display in android xml layout
Two different pages get clipped with login and signUp page display in android xml layout Login And SignUp Screen How to implement and write xml file like this image? Please Help me. 2 Answers 2 Create layout like this, <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:weightSum="2" tools:context=".MainActivity"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1.90" android:orientation="vertical"> <!-- put your Login page content ,email ,passw...