Registration Form
XML CODE:
<?xml version="1.0" encoding="utf-8"?> <EditText
<LinearLayout android:id="@+id/editTextPassword"
xmlns:android="[Link] android:layout_width="match_parent"
pk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:hint="Password"
android:layout_height="match_parent"
android:inputType="textPassword" />
android:orientation="vertical"
<Button
android:padding="16dp">
android:id="@+id/buttonRegister"
<EditText
android:layout_width="match_parent"
android:id="@+id/editTextFullName"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:text="Register" />
android:layout_height="wrap_content"
</LinearLayout>
android:hint="Full Name"
OUTPUT:
android:inputType="text" />
<EditText
android:id="@+id/editTextEmail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Email"
android:inputType="textEmailAddress" />
<EditText
android:id="@+id/editTextUsername"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Username"
android:inputType="text" />