Skip to content
Snippets Groups Projects
Commit 072c6e6d authored by melvinabraham's avatar melvinabraham
Browse files

Login Page XML update

parent d7f6babb
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,9 @@ public class LoginActivity extends AppCompatActivity {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_login);
}
}
......@@ -9,9 +9,46 @@
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.mapps.seproject.LoginActivity">
<Button
android:text="Login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/bLogin"
android:layout_above="@+id/textRegister"
android:layout_alignParentStart="true"
android:layout_marginBottom="49dp" />
<TextView
android:text="Register Here"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!" />
android:id="@+id/textRegister"
android:textSize="24sp"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_marginEnd="94dp"
android:layout_marginBottom="131dp" />
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPassword"
android:ems="10"
android:id="@+id/etLoginPassword"
android:hint="Password"
android:layout_marginBottom="32dp"
android:layout_above="@+id/bLogin"
android:layout_alignParentStart="true" />
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textPersonName"
android:ems="10"
android:id="@+id/etLoginEmail"
android:hint="E-Mail Id"
android:layout_marginBottom="22dp"
android:layout_above="@+id/etLoginPassword"
android:layout_alignParentStart="true" />
</RelativeLayout>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment