Black And White Login And Signup
- Black And White Login And Signup Template
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Signup">
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/grdnt"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:paddingLeft="60dp"
android:paddingRight="60dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/message"
android:layout_gravity="center"/>
<EditText
android:id="@+id/mail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Email Address"
android:textColorHint="#000000"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:inputType="text"
android:textColor="#fff"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#4a5a71"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/usrusr"
android:layout_gravity="center"/>
<EditText
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:textColorHint="#000000"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:inputType="text"
android:textColor="#fff"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#4a5a71"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/pswrd"
android:layout_gravity="center"/>
<EditText
android:id="@+id/pswrdd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#000000"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:inputType="textPassword"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#4a5a71"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/phonemo"
android:layout_gravity="center"/>
<EditText
android:id="@+id/mobphone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Mobile Number"
android:textColorHint="#000000"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:inputType="number"
android:textColor="#fff"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#4a5a71"></LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="60dp"
android:paddingRight="60dp"
android:orientation="vertical"
android:gravity="bottom"
android:layout_marginBottom="20dp">
<TextView
android:id="@+id/sup"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#000000"
android:text="Signup"
android:textColor="#FFFFFF"
android:textStyle="bold"
android:gravity="center"
android:layout_gravity="bottom"
android:padding="16dp"
android:layout_marginBottom="50dp"
android:letterSpacing="0.2"/>
<TextView
android:id="@+id/lin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="Already have an Account ?"
android:textColor="#000000"
android:letterSpacing="0.1"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:layout_marginBottom="400dp">
<ImageView
android:layout_width="150dp"
android:layout_height="150dp"
android:src="@drawable/ibytes"
/>
</LinearLayout>
</RelativeLayout>
</LinearLayout>
Activiy_login.xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Login">
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/grdnt">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:paddingLeft="60dp"
android:paddingRight="60dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/usrusr"
android:layout_gravity="center"/>
<EditText
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:textColorHint="#000000"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:inputType="text"
android:textColor="#fff"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#4a5a71"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/pswrd"
android:layout_gravity="center"/>
<EditText
android:id="@+id/pswrdd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#000000"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:inputType="textPassword"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#4a5a71"></LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="60dp"
android:paddingRight="60dp"
android:orientation="vertical"
android:gravity="bottom"
android:layout_marginBottom="20dp">
<TextView
android:id="@+id/lin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#000000"
android:text="Login"
android:textColor="#FFFFFF"
android:textStyle="bold"
android:gravity="center"
android:layout_gravity="bottom"
android:padding="16dp"
android:layout_marginBottom="50dp"
android:letterSpacing="0.2"/>
<TextView
android:id="@+id/sup"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="Create Account ? Signup"
android:textColor="#000000"
android:letterSpacing="0.1"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:layout_marginBottom="400dp">
<ImageView
android:layout_width="150dp"
android:layout_height="150dp"
android:src="@drawable/ibytes"
/>
</LinearLayout>
</RelativeLayout>
</android.support.constraint.ConstraintLayout>
Past Image File To Drawable Folder
Drawable File Download Link here
Login And Signup Screen 2
White And Gray Login Signup
- Signup.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="260dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="260dp"
android:background="@drawable/immacbytes"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_gravity="center|bottom"
android:background="#80000000">
<TextView
android:id="@+id/sin"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:text="Sign in"
android:textColor="#fff"
android:textSize="16dp"
android:padding="16dp"/>
<TextView
android:id="@+id/sup"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:text="Sign Up"
android:textColor="#000000"
android:textSize="16dp"
android:layout_gravity="center"
android:gravity="center"
android:padding="16dp"/>
</LinearLayout>
</FrameLayout>
<EditText
android:id="@+id/mal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="E-mail"
android:inputType="text"
android:textColor="#000"
android:background="#f0f0f4"
android:padding="12dp"
android:layout_marginTop="15dp"
android:layout_marginBottom="5dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:drawableLeft="@drawable/mail"
android:drawablePadding="16dp"
/>
<EditText
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:inputType="text"
android:textColor="#000"
android:background="#f0f0f4"
android:padding="12dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:drawableLeft="@drawable/user"
android:drawablePadding="16dp"
/>
<EditText
android:id="@+id/pswd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:inputType="textPassword"
android:background="#f0f0f4"
android:textColor="#000"
android:layout_marginTop="5dp"
android:layout_marginBottom="20dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:padding="12dp"
android:drawableLeft="@drawable/lockkers"
android:drawablePadding="16dp"
/>
<TextView
android:id="@+id/act"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/btnformate"
android:layout_marginTop="15dp"
android:layout_marginBottom="10dp"
android:layout_marginLeft="70dp"
android:layout_marginRight="70dp"
android:gravity="center"
android:textAlignment="center"
android:padding="14dp"
android:text="Creat account"
android:textSize="16dp"
android:textColor="#fff"
/>
<TextView
android:id="@+id/fboook"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="Connect with Facebook"
android:textSize="16dp"
android:layout_gravity="center" />
</LinearLayout>
Activity Login.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="260dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="260dp"
android:background="@drawable/immacbytes"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_gravity="center|bottom"
android:background="#80000000">
<TextView
android:id="@+id/sin"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:text="Sign in"
android:textColor="#000000"
android:textSize="16dp"
android:layout_gravity="center"
android:gravity="center"
android:padding="16dp"/>
<TextView
android:id="@+id/sup"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center"
android:text="Sign up"
android:textColor="#fff"
android:textSize="16dp"
android:padding="16dp"/>
</LinearLayout>
</FrameLayout>
<EditText
android:id="@+id/mal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="E-mail"
android:inputType="text"
android:textColor="#000"
android:background="#f0f0f4"
android:padding="12dp"
android:layout_marginTop="20dp"
android:layout_marginBottom="10dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:drawableLeft="@drawable/mail"
android:drawablePadding="16dp"
/>
<EditText
android:id="@+id/pswd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:inputType="textPassword"
android:background="#f0f0f4"
android:textColor="#000"
android:layout_marginTop="10dp"
android:layout_marginBottom="20dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:padding="12dp"
android:drawablePadding="16dp"
android:drawableLeft="@drawable/lockkers" "
/>
<Button
android:id="@+id/sinnp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/btnformate"
android:layout_marginBottom="5dp"
android:layout_marginLeft="70dp"
android:layout_marginRight="70dp"
android:textAlignment="center"
android:padding="14dp"
android:gravity="center"
android:text="Sign In"
android:textSize="16dp"
android:textColor="#fff"
/>
<TextView
android:id="@+id/act"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Don't have an account?"
android:textSize="16dp"
android:layout_gravity="center" />
</LinearLayout>
Drawable File Link Here githublink
3. Blue And White Login Sognup Template
Blue And White Login And Signup Template
Login.xml
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/img">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/timg">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="37dp"
android:layout_marginLeft="30dp">
<ImageView
android:id="@+id/sinb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/left"
android:padding="10dp"
android:layout_gravity="center"
/>
</LinearLayout>
<ImageView
android:layout_width="90dp"
android:layout_height="120dp"
android:background="@drawable/logo"
android:layout_centerHorizontal="true"
android:layout_marginTop="140dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_alignParentBottom="true">
<EditText
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:layout_marginTop="20dp"
android:textSize="16dp"
android:textColorHint="#ADCCE2"
android:textColor="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="text"
android:background="#0000"
android:padding="16dp"
android:drawableRight="@drawable/user"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:background="#ADCCE2" />
<EditText
android:id="@+id/pswrd"
android:textSize="16dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="textPassword"
android:textColor="#ADCCE2"
android:maxLength="12"
android:background="#0000"
android:padding="16dp"
android:drawableRight="@drawable/pasword"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:layout_marginBottom="10dp"
android:background="#ADCCE2"/>
<TextView
android:id="@+id/sin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/angle"
android:text="Sign In"
android:textSize="16dp"
android:textColor="#fff"
android:gravity="center"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:padding="16dp"
android:layout_alignParentBottom="true"
android:layout_marginBottom="28dp"
android:layout_marginTop="32dp"
/>
</LinearLayout>
</RelativeLayout>
</FrameLayout>
Signup Activity.xml
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:background="@drawable/img">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/timg">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="37dp"
android:layout_marginLeft="30dp">
<ImageView
android:id="@+id/sback"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/left"
android:padding="10dp"
android:layout_gravity="center"
/>
</LinearLayout>
<ImageView
android:layout_width="90dp"
android:layout_height="120dp"
android:background="@drawable/logo"
android:layout_centerHorizontal="true"
android:layout_marginTop="110dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_alignParentBottom="true">
<EditText
android:textSize="16dp"
android:id="@+id/fname"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Fullname"
android:textColorHint="#ADCCE2"
android:textColor="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="text"
android:background="#0000"
android:padding="16dp"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:background="#ADCCE2" />
<EditText
android:textSize="16dp"
android:id="@+id/mail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Email"
android:textColorHint="#ADCCE2"
android:textColor="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="text"
android:background="#0000"
android:padding="16dp"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:background="#ADCCE2" />
<EditText
android:textSize="16dp"
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:textColorHint="#ADCCE2"
android:textColor="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="text"
android:background="#0000"
android:padding="16dp"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:background="#ADCCE2" />
<EditText
android:textSize="16dp"
android:id="@+id/pswrd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="textPassword"
android:maxLength="12"
android:textColor="#ADCCE2"
android:background="#0000"
android:padding="16dp"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:layout_marginBottom="10dp"
android:background="#ADCCE2"/>
<TextView
android:id="@+id/sin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/angle"
android:text="Create"
android:textSize="16dp"
android:textColor="#fff"
android:gravity="center"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:padding="16dp"
android:layout_alignParentBottom="true"
android:layout_marginBottom="28dp"
android:layout_marginTop="32dp"
/>
</LinearLayout>
</RelativeLayout>
</FrameLayout>
Drawable File Link Here
Wood White Login Signup
Wood White Login Signup
Login.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background">
<ImageView
android:layout_width="150dp"
android:layout_height="150dp"
android:src="@drawable/ib"
android:layout_centerHorizontal="true"
android:layout_marginTop="50dp"
android:id="@+id/imgvw" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="520dp"
android:layout_marginLeft="25dp"
android:layout_marginRight="25dp"
>
<TextView
android:id="@+id/logiin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Login"
android:textColor="#fff"
android:background="@drawable/border"
android:padding="15dp"
android:layout_weight="1"
android:gravity="center"
android:layout_marginRight="10dp"
android:textStyle="bold"
/>
<TextView
android:id="@+id/sup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="SignUp"
android:textColor="#fff"
android:background="@drawable/border"
android:padding="15dp"
android:layout_weight="1"
android:gravity="center"
android:layout_marginLeft="10dp"
android:textStyle="bold"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingLeft="25dp"
android:paddingRight="25dp"
android:layout_marginTop="280dp"
android:id="@+id/lnrlyout">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/user"
android:layout_gravity="center"/>
<EditText
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
android:inputType="text"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/password"
android:layout_gravity="center"/>
<EditText
android:id="@+id/passwrd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:inputType="textPassword"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
</LinearLayout>
</LinearLayout>
<TextView
android:id="@+id/bytes"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Immac Bytes"
android:textColor="#fff"
android:textSize="30dp"
android:gravity="top|center"
android:textStyle="bold"
android:layout_alignBottom="@+id/lnrlyout"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginBottom="39dp"
android:layout_below="@+id/imgvw" />
</RelativeLayout>
Signup.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:background="@drawable/background">
<ImageView
android:layout_width="150dp"
android:layout_height="150dp"
android:src="@drawable/ib"
android:layout_centerHorizontal="true"
android:layout_marginTop="50dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:paddingLeft="60dp"
android:paddingRight="60dp"
android:layout_marginTop="40dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/email"
android:layout_gravity="center"/>
<EditText
android:id="@+id/mail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Email Address"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
android:inputType="text"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/user"
android:layout_gravity="center"/>
<EditText
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
android:inputType="text"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/password"
android:layout_gravity="center"/>
<EditText
android:id="@+id/passwrd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:inputType="textPassword"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/mobile"
android:layout_gravity="center"/>
<EditText
android:id="@+id/mobphone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Mobile Number"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
android:inputType="number"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="500dp"
android:layout_marginLeft="25dp"
android:layout_marginRight="25dp"
>
<TextView
android:id="@+id/sup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="SIGNUP"
android:textColor="#fff"
android:background="@drawable/border"
android:padding="15dp"
android:layout_weight="1"
android:gravity="center"
android:layout_marginLeft="10dp"
android:textStyle="bold"
/>
</LinearLayout>
<TextView
android:id="@+id/logiin"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Already Have An Account ! Login"
android:textColor="#fff"
android:gravity="center"
android:layout_marginTop="550dp"/>
</RelativeLayout>
Drawable File Wood White Drawable link
Dark Wood Login Template
Dark Wood Login Template
Signup.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:background="@drawable/background">
<ImageView
android:layout_width="150dp"
android:layout_height="150dp"
android:src="@drawable/ib"
android:layout_centerHorizontal="true"
android:layout_marginTop="50dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:paddingLeft="60dp"
android:paddingRight="60dp"
android:layout_marginTop="40dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/email"
android:layout_gravity="center"/>
<EditText
android:id="@+id/mail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Email Address"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
android:inputType="text"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/user"
android:layout_gravity="center"/>
<EditText
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
android:inputType="text"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/password"
android:layout_gravity="center"/>
<EditText
android:id="@+id/passwrd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:inputType="textPassword"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/mobile"
android:layout_gravity="center"/>
<EditText
android:id="@+id/mobphone"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Mobile Number"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
android:inputType="number"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="500dp"
android:layout_marginLeft="25dp"
android:layout_marginRight="25dp"
>
<TextView
android:id="@+id/sup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="SIGNUP"
android:textColor="#fff"
android:background="@drawable/border"
android:padding="15dp"
android:layout_weight="1"
android:gravity="center"
android:layout_marginLeft="10dp"
android:textStyle="bold"
/>
</LinearLayout>
<TextView
android:id="@+id/logiin"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Already Have An Account ! Login"
android:textColor="#fff"
android:gravity="center"
android:layout_marginTop="550dp"/>
</RelativeLayout>
Login.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/background">
<ImageView
android:layout_width="150dp"
android:layout_height="150dp"
android:src="@drawable/ib"
android:layout_centerHorizontal="true"
android:layout_marginTop="50dp"
android:id="@+id/imgvw" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="520dp"
android:layout_marginLeft="25dp"
android:layout_marginRight="25dp"
>
<TextView
android:id="@+id/logiin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Login"
android:textColor="#fff"
android:background="@drawable/border"
android:padding="15dp"
android:layout_weight="1"
android:gravity="center"
android:layout_marginRight="10dp"
android:textStyle="bold"
/>
<TextView
android:id="@+id/sup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="SignUp"
android:textColor="#fff"
android:background="@drawable/border"
android:padding="15dp"
android:layout_weight="1"
android:gravity="center"
android:layout_marginLeft="10dp"
android:textStyle="bold"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingLeft="25dp"
android:paddingRight="25dp"
android:layout_marginTop="280dp"
android:id="@+id/lnrlyout">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/user"
android:layout_gravity="center"/>
<EditText
android:id="@+id/usrusr"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
android:inputType="text"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:padding="16dp">
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/password"
android:layout_gravity="center"/>
<EditText
android:id="@+id/passwrd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#fff"
android:layout_marginLeft="15dp"
android:background="#00000000"
android:inputType="textPassword"
android:letterSpacing="0.1"
android:textSize="16dp"
android:textColor="#fff"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#5fff"></LinearLayout>
</LinearLayout>
</LinearLayout>
<TextView
android:id="@+id/bytes"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="Immac Bytes"
android:textColor="#fff"
android:textSize="30dp"
android:gravity="top|center"
android:textStyle="bold"
android:layout_alignBottom="@+id/lnrlyout"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
android:layout_marginBottom="39dp"
android:layout_below="@+id/imgvw" />
</RelativeLayout>
Drawable Wood Dark Login Drawable Link
Android Flip Signup Template
Flip Signup
Signup.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:background="@drawable/signup"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:orientation="vertical"
android:layout_marginRight="30dp"
android:layout_marginLeft="30dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="#555c5b"
>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/layer2"
android:padding="16dp"/>
</FrameLayout>
<EditText
android:id="@+id/email"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#626562"
android:padding="16dp"
android:hint="Email Address"
android:textColorHint="#fff"
android:textSize="14dp"
android:inputType="text"
android:textColor="#fff"
android:singleLine="true"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_gravity="center"
android:gravity="center"
android:layout_marginTop="16dp"
>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal"
>
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="#555c5b"
>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/layer4"
android:padding="16dp"/>
</FrameLayout>
<EditText
android:id="@+id/pass"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#626562"
android:padding="16dp"
android:hint="Password"
android:textColorHint="#fff"
android:textSize="14dp"
android:singleLine="true"
android:inputType="textPassword"
android:textColor="#fff"
android:layout_marginRight="5dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="horizontal"
>
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="#555c5b"
>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/layer3"
android:padding="16dp"/>
</FrameLayout>
<EditText
android:id="@+id/again"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#626562"
android:padding="16dp"
android:hint="Again"
android:textColorHint="#fff"
android:textSize="14dp"
android:inputType="textPassword"
android:textColor="#fff"
android:singleLine="true"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_gravity="center"
android:gravity="center"
android:layout_marginTop="16dp"
>
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="#555c5b"
>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/layer5"
android:padding="16dp"/>
</FrameLayout>
<EditText
android:id="@+id/mob"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#626562"
android:padding="16dp"
android:hint="Mobile Number"
android:textColorHint="#fff"
android:textSize="14dp"
android:inputType="number"
android:textColor="#fff"
android:singleLine="true"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_gravity="center"
android:gravity="center"
android:layout_marginTop="16dp"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_weight="1"
>
<TextView
android:id="@+id/cont"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
android:background="#626562"
android:padding="16dp"
android:text="Continue"
android:textColor="#fff"
android:textSize="14dp"
android:gravity="center"
android:layout_marginRight="8dp"
/>
</LinearLayout>
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="#d57177"
>
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/layer6"
android:padding="16dp"
/>
</FrameLayout>
</LinearLayout>
</LinearLayout>
<TextView
android:id="@+id/signin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Already have An Account ? Sign In"
android:textColor="#fff"
android:layout_alignParentBottom="true"
android:padding="20dp"
android:gravity="center"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:padding="50dp">
<ImageView
android:layout_width="80dp"
android:layout_height="70dp"
android:src="@drawable/wsdesign"
/>
</LinearLayout>
</RelativeLayout>
Drawable Link
Zoo Login Signup
Signup.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp"
android:layout_marginTop="16dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
<ImageView
android:id="@+id/zoologo"
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/zoologo"/>
<LinearLayout
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_gravity="center"
>
<TextView
android:id="@+id/signin1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Signin"
android:textSize="16dp"
android:layout_gravity="right"
android:gravity="end"
android:textColor="#2C3646"
/>
<LinearLayout
android:layout_width="39dp"
android:layout_height="1.5dp"
android:background="#2C3646"
android:layout_gravity="end"
android:layout_marginTop="2dp"
/>
</LinearLayout>
</LinearLayout>
<TextView
android:id="@+id/signin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Create new account"
android:textColor="#00051f"
android:textSize="17dp"
android:layout_marginTop="48dp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="USERNAME"
android:inputType="text"
android:textColorHint="#a9b0c3"
android:textSize="13dp"
android:background="#00000000"
android:layout_marginTop="42dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#a9b0c3"
android:layout_marginTop="10dp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="EMAIL ADDRESS"
android:inputType="text"
android:textColorHint="#a9b0c3"
android:layout_marginTop="32dp"
android:textSize="13dp"
android:background="#00000000"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#a9b0c3"
android:layout_marginTop="10dp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="PASSWORD"
android:inputType="textPassword"
android:textColorHint="#a9b0c3"
android:layout_marginTop="32dp"
android:textSize="13dp"
android:background="#00000000"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#a9b0c3"
android:layout_marginTop="10dp"
/>
<TextView
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Signup"
android:textStyle="bold"
android:background="@drawable/round"
android:textColor="#CBD1DC"
android:gravity="center"
android:padding="14dp"
android:layout_marginTop="42dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_above="@+id/ter"
android:gravity="center"
android:padding="16dp"
>
<TextView
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:text="or sign in with:"
android:gravity="center"
android:textColor="#2C3646"/>
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/fb"
android:layout_marginRight="5dp"
/>
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/google"/>
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/twiter"
android:layout_marginLeft="5dp"/>
</LinearLayout>
<TextView
android:id="@+id/ter"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="By Signing up you agree with our terms and conditions"
android:textColor="#a9b0c3"
android:layout_alignParentBottom="true"
android:layout_marginBottom="16dp"
android:textSize="12dp"
android:gravity="center"
/>
</RelativeLayout>
Login.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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"
>
<ImageView
android:id="@+id/zoologo"
android:layout_width="match_parent"
android:layout_height="70dp"
android:src="@drawable/zoologo"
android:layout_marginTop="30dp"/>
<TextView
android:id="@+id/zoo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="30dp"
android:text="Zoo"
android:textColor="#2C3646"
android:gravity="center"
android:layout_below="@+id/zoologo"
android:textStyle="bold"
android:layout_marginTop="10dp"
/>
<TextView
android:id="@+id/signin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Sign in"
android:textColor="#00051f"
android:textSize="17dp"
android:layout_marginRight="20dp"
android:layout_marginLeft="20dp"
android:layout_below="@+id/zoo"
android:layout_marginTop="20dp"
/>
<LinearLayout
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/signin"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginTop="50dp"
android:orientation="vertical">
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="USERNAME"
android:inputType="text"
android:textColorHint="#a9b0c3"
android:textSize="13dp"
android:background="#00000000"
android:paddingLeft="8dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#a9b0c3"
android:layout_marginTop="10dp"
>
</LinearLayout>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="PASSWORD"
android:inputType="textPassword"
android:textColorHint="#a9b0c3"
android:layout_marginTop="50dp"
android:textSize="13dp"
android:background="#00000000"
android:paddingLeft="8dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="#a9b0c3"
android:layout_marginTop="10dp"
>
</LinearLayout>
<TextView
android:id="@+id/login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Login"
android:textStyle="bold"
android:background="@drawable/round"
android:textColor="#CBD1DC"
android:gravity="center"
android:padding="14dp"
android:layout_marginTop="50dp"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="or sign in with:"
android:gravity="center"
android:layout_marginTop="10dp"
android:textColor="#2C3646"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_below="@+id/main"
android:layout_marginTop="30dp"
android:gravity="center">
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/fb"
android:layout_marginRight="5dp"
/>
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/google"/>
<ImageView
android:layout_width="50dp"
android:layout_height="50dp"
android:src="@drawable/twiter"
android:layout_marginLeft="5dp"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_alignParentBottom="true"
android:layout_marginBottom="15dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
>
<TextView
android:id="@+id/create"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:text="Don't Have An Account ?"
android:textSize="13dp"
android:textColor="#2C3646"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Forgot Password"
android:textSize="13dp"
android:textColor="#2C3646"
/>
</LinearLayout>
</RelativeLayout>
Drawable File Link
Ozon Login And Signup Template
MainScreen.xml
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:background="@drawable/bgimage">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bgtrans">
<TextView
android:id="@+id/signin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="SIGN IN"
android:textSize="25dp"
android:textColor="#54abee"
android:gravity="center"
android:layout_alignParentBottom="true"
android:layout_marginBottom="45dp"
/>
<TextView
android:background="@drawable/ozzonlogo"
android:id="@+id/ozzon"
android:layout_width="132dp"
android:layout_height="30dp"
android:layout_centerInParent="true"
/>
<TextView
android:id="@+id/acc"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Already have an account?"
android:textSize="16dp"
android:textColor="#c4c5c9"
android:gravity="center"
android:layout_above="@id/signin"
android:paddingBottom="16dp"
/>
<LinearLayout
android:id="@+id/get"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="130dp"
android:background="@drawable/roundedrect"
android:padding="16dp"
android:orientation="horizontal"
android:layout_marginTop="140dp"
>
<FrameLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginLeft="1dp">
<ImageView
android:layout_width="60dp"
android:layout_height="60dp"
android:src="@drawable/rect1"
/>
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:src="@drawable/bag"
android:paddingLeft="3dp"
android:layout_gravity="center"
/>
</FrameLayout>
<TextView
android:id="@+id/start"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Get Started"
android:textSize="22dp"
android:textColor="#fff"
android:layout_gravity="center"
android:layout_marginLeft="16dp"/>
</LinearLayout>
</RelativeLayout>
</FrameLayout>
Login.xml
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:background="@drawable/bgimage">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/transparentimage">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="37dp"
android:layout_marginLeft="30dp">
<ImageView
android:id="@+id/signinback"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/back"
android:padding="10dp"
android:layout_gravity="center"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="SIGN IN"
android:textSize="22dp"
android:textColor="#ADCCE2"
android:layout_marginLeft="16dp"
android:layout_gravity="center"
android:gravity="center"
/>
</LinearLayout>
<ImageView
android:layout_width="90dp"
android:layout_height="120dp"
android:background="@drawable/logo"
android:layout_centerHorizontal="true"
android:layout_marginTop="140dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_alignParentBottom="true">
<EditText
android:id="@+id/username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:layout_marginTop="20dp"
android:textSize="16dp"
android:textColorHint="#ADCCE2"
android:textColor="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="text"
android:background="#0000"
android:padding="16dp"
android:drawableRight="@drawable/user"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:background="#ADCCE2" />
<EditText
android:id="@+id/password"
android:textSize="16dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="textPassword"
android:textColor="#ADCCE2"
android:maxLength="12"
android:background="#0000"
android:padding="16dp"
android:drawableRight="@drawable/pasword"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:layout_marginBottom="10dp"
android:background="#ADCCE2"/>
<TextView
android:id="@+id/signin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/rect"
android:text="SIGN IN"
android:textSize="16dp"
android:textColor="#fff"
android:gravity="center"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:padding="16dp"
android:layout_alignParentBottom="true"
android:layout_marginBottom="28dp"
android:layout_marginTop="32dp"
/>
</LinearLayout>
</RelativeLayout>
</FrameLayout>
Signup.xml
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:background="@drawable/bgimage">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/transparentimage">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="37dp"
android:layout_marginLeft="30dp">
<ImageView
android:id="@+id/signupback"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/back"
android:padding="10dp"
android:layout_gravity="center"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="SIGN UP"
android:textSize="22dp"
android:textColor="#ADCCE2"
android:layout_marginLeft="16dp"
android:layout_gravity="center"
android:gravity="center"
/>
</LinearLayout>
<ImageView
android:layout_width="90dp"
android:layout_height="120dp"
android:background="@drawable/logo"
android:layout_centerHorizontal="true"
android:layout_marginTop="110dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_alignParentBottom="true">
<EditText
android:textSize="16dp"
android:id="@+id/fullname"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Fullname"
android:textColorHint="#ADCCE2"
android:textColor="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="text"
android:background="#0000"
android:padding="16dp"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:background="#ADCCE2" />
<EditText
android:textSize="16dp"
android:id="@+id/email"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Email"
android:textColorHint="#ADCCE2"
android:textColor="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="text"
android:background="#0000"
android:padding="16dp"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:background="#ADCCE2" />
<EditText
android:textSize="16dp"
android:id="@+id/username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:textColorHint="#ADCCE2"
android:textColor="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="text"
android:background="#0000"
android:padding="16dp"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:background="#ADCCE2" />
<EditText
android:textSize="16dp"
android:id="@+id/password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Password"
android:textColorHint="#ADCCE2"
android:layout_marginLeft="22dp"
android:inputType="textPassword"
android:maxLength="12"
android:textColor="#ADCCE2"
android:background="#0000"
android:padding="16dp"
android:layout_marginRight="35dp"/>
<View
android:layout_width="match_parent"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_height="1dp"
android:layout_marginBottom="10dp"
android:background="#ADCCE2"/>
<TextView
android:id="@+id/signin"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/rect"
android:text="CREATE"
android:textSize="16dp"
android:textColor="#fff"
android:gravity="center"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:padding="16dp"
android:layout_alignParentBottom="true"
android:layout_marginBottom="28dp"
android:layout_marginTop="32dp"
/>
</LinearLayout>
</RelativeLayout>
</FrameLayout>
Drawable File Link
Holiday Signup Login
Signup.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:background="@drawable/uikitblur">
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/transparent"
android:scaleType="fitXY"
/>
<ImageView
android:id="@+id/logo"
android:layout_width="90dp"
android:layout_height="90dp"
android:src="@drawable/green"
android:layout_centerHorizontal="true"
android:layout_marginTop="50dp"/>
<TextView
android:id="@+id/holliday"
android:layout_below="@+id/logo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Holliday"
android:textSize="30dp"
android:textColor="#fff"
android:gravity="center"
/>
<TextView
android:layout_above="@+id/main"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Create Account"
android:gravity="center"
android:textColor="#fff"
android:textSize="20dp"
android:layout_marginBottom="50dp"/>
<LinearLayout
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_alignParentBottom="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:background="@drawable/roundwhite">
<ImageView
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:src="@drawable/email"
android:layout_gravity="center"
android:paddingLeft="10dp"/>
<EditText
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#00000000"
android:paddingLeft="10dp"
android:letterSpacing="0.1"
android:hint="Email Address"
android:textColor="#fff"
android:textColorHint="#fff"
android:drawablePadding="10dp"
android:textSize="13dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:background="@drawable/roundwhite"
android:layout_marginTop="10dp">
<ImageView
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:src="@drawable/password"
android:layout_gravity="center"
android:paddingLeft="10dp"/>
<EditText
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#00000000"
android:paddingLeft="10dp"
android:hint="Password"
android:inputType="textPassword"
android:textColor="#fff"
android:letterSpacing="0.1"
android:textColorHint="#fff"
android:drawablePadding="10dp"
android:textSize="13dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/roundwhite"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:layout_marginTop="10dp">
<ImageView
android:id="@+id/pass"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:src="@drawable/password"
android:layout_weight="1"
android:layout_gravity="center"
android:paddingLeft="10dp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#00000000"
android:paddingLeft="10dp"
android:hint="Confirm Password"
android:inputType="textPassword"
android:textColorHint="#fff"
android:textColor="#fff"
android:textSize="13dp"
android:letterSpacing="0.1"
android:layout_weight="1"
/>
</LinearLayout>
<TextView
android:id="@+id/getstarted"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="@drawable/round"
android:text="Signup"
android:textStyle="bold"
android:gravity="center"
android:textColor="#fff"
android:layout_above="@+id/bottom"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:layout_marginBottom="20dp"
android:layout_marginTop="10dp"/>
<LinearLayout
android:id="@+id/bottom"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="horizontal"
android:padding="16dp">
<TextView
android:id="@+id/signin"
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Signin !"
android:textColor="#FFF"/>
<TextView
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Need Help ?"
android:textColor="#FFF"
android:gravity="end"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
Login.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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:background="@drawable/uikitbgclear">
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/transparent"
android:scaleType="fitXY"
/>
<ImageView
android:id="@+id/logo"
android:layout_width="100dp"
android:layout_height="100dp"
android:src="@drawable/green"
android:layout_centerHorizontal="true"
android:layout_marginTop="50dp"/>
<TextView
android:id="@+id/holliday"
android:layout_below="@+id/logo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Holliday"
android:textSize="40dp"
android:textColor="#fff"
android:gravity="center"
android:layout_marginTop="70dp"/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_alignParentBottom="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:background="@drawable/roundwhite">
<ImageView
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:src="@drawable/username"
android:layout_gravity="center"
android:paddingLeft="10dp"/>
<EditText
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#00000000"
android:paddingLeft="10dp"
android:hint="Username"
android:textColor="#fff"
android:textColorHint="#fff"
android:drawablePadding="10dp"
android:textSize="13dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:background="@drawable/roundwhite"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:layout_marginTop="10dp">
<ImageView
android:id="@+id/pass"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:src="@drawable/password"
android:layout_weight="1"
android:layout_gravity="center"
android:paddingLeft="10dp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#00000000"
android:paddingLeft="10dp"
android:hint="Password"
android:inputType="textPassword"
android:textColorHint="#fff"
android:textColor="#fff"
android:textSize="13dp"
android:layout_weight="1"
/>
</LinearLayout>
<TextView
android:id="@+id/getstarted"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="@drawable/round"
android:text="Get Started"
android:textStyle="bold"
android:gravity="center"
android:textColor="#fff"
android:layout_above="@+id/bottom"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:layout_marginBottom="20dp"
android:layout_marginTop="10dp"/>
<LinearLayout
android:id="@+id/bottom"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="horizontal"
android:padding="16dp">
<TextView
android:id="@+id/create"
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Create Account"
android:textColor="#FFF"/>
<TextView
android:layout_weight="1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Need Help ?"
android:textColor="#FFF"
android:gravity="end"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
Drawable File Link