Skip to content
Snippets Groups Projects
Commit a2870e6a authored by Shubham Maheshwari's avatar Shubham Maheshwari
Browse files

Done With the Login and the Sign Up

parent 16ac2e17
No related branches found
No related tags found
No related merge requests found
...@@ -68,8 +68,9 @@ ...@@ -68,8 +68,9 @@
<TextView <TextView
android:id="@+id/launch_signup" android:id="@+id/launch_signup"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="25dp"
android:gravity="center"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_marginBottom="35dp" android:layout_marginBottom="35dp"
...@@ -79,7 +80,7 @@ ...@@ -79,7 +80,7 @@
<TextView <TextView
android:id="@+id/launch_forgotpass" android:id="@+id/launch_forgotpass"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="25dp"
android:text="Forgot Password?" android:text="Forgot Password?"
android:onClick="forgotPass" android:onClick="forgotPass"
android:layout_below="@+id/LoginPass_textLayout" android:layout_below="@+id/LoginPass_textLayout"
......
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginRight="30dp" android:layout_marginRight="30dp"
android:layout_marginLeft="30dp" android:layout_marginLeft="30dp"
android:inputType="text" android:inputType="textPassword"
android:hint="New Password" /> android:hint="New Password" />
</android.support.design.widget.TextInputLayout> </android.support.design.widget.TextInputLayout>
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginRight="30dp" android:layout_marginRight="30dp"
android:layout_marginLeft="30dp" android:layout_marginLeft="30dp"
android:inputType="text" android:inputType="textPassword"
android:hint="Confirm password" /> android:hint="Confirm password" />
</android.support.design.widget.TextInputLayout> </android.support.design.widget.TextInputLayout>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment