aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/login_teest.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-01 10:43:06 -0700
committerAllan Wang <me@allanwang.ca>2017-06-01 10:43:06 -0700
commitd924fd96dd3dff3b13af3a1ea112e0e784ce65bb (patch)
tree7a17c4e7f2f37110ca7671bdc56f9ee3d54dc181 /app/src/main/res/layout/login_teest.xml
parent4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0 (diff)
downloadfrost-d924fd96dd3dff3b13af3a1ea112e0e784ce65bb.tar.gz
frost-d924fd96dd3dff3b13af3a1ea112e0e784ce65bb.tar.bz2
frost-d924fd96dd3dff3b13af3a1ea112e0e784ce65bb.zip
cleanup
Diffstat (limited to 'app/src/main/res/layout/login_teest.xml')
-rw-r--r--app/src/main/res/layout/login_teest.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/app/src/main/res/layout/login_teest.xml b/app/src/main/res/layout/login_teest.xml
deleted file mode 100644
index 47e72acd..00000000
--- a/app/src/main/res/layout/login_teest.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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