Added button to switch from registration-screen to login-screen

This commit is contained in:
Dennis Thießen
2017-05-25 09:55:33 +02:00
parent 158d05785d
commit 2908597b08

View File

@@ -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>