diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/login_teest.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app/src/main/res/layout/login_teest.xml b/app/src/main/res/layout/login_teest.xml new file mode 100644 index 00000000..47e72acd --- /dev/null +++ b/app/src/main/res/layout/login_teest.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical"> + + <com.facebook.login.widget.LoginButton + android:id="@+id/login_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" + android:layout_marginBottom="30dp" + android:layout_marginTop="30dp" /> + + <Button + android:id="@+id/switchh" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="switch" /> +</LinearLayout>
\ No newline at end of file |