Added button to switch from registration-screen to login-screen
This commit is contained in:
@@ -69,7 +69,8 @@
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_below="@+id/input_register_password"
|
||||
android:orientation="horizontal"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/linearLayout2">
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_register"
|
||||
@@ -127,4 +128,13 @@
|
||||
android:layout_marginTop="5dp"
|
||||
tools:layout="@layout/fragment_facebook_button" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/lbl_register_switchtologin"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:textColor="@color/input_register"
|
||||
android:text="@string/txt_register_switchtologin" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
Reference in New Issue
Block a user