diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-01 10:43:06 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-01 10:43:06 -0700 |
commit | d924fd96dd3dff3b13af3a1ea112e0e784ce65bb (patch) | |
tree | 7a17c4e7f2f37110ca7671bdc56f9ee3d54dc181 /app/src/main/res/layout | |
parent | 4cbcabb122e4bdf5d8e3eb67213ec7270d7aa9f0 (diff) | |
download | frost-d924fd96dd3dff3b13af3a1ea112e0e784ce65bb.tar.gz frost-d924fd96dd3dff3b13af3a1ea112e0e784ce65bb.tar.bz2 frost-d924fd96dd3dff3b13af3a1ea112e0e784ce65bb.zip |
cleanup
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_web_overlay.xml | 21 | ||||
-rw-r--r-- | app/src/main/res/layout/login_teest.xml | 20 |
2 files changed, 21 insertions, 20 deletions
diff --git a/app/src/main/res/layout/activity_web_overlay.xml b/app/src/main/res/layout/activity_web_overlay.xml new file mode 100644 index 00000000..1e81dba7 --- /dev/null +++ b/app/src/main/res/layout/activity_web_overlay.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/main_content" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:fitsSystemWindows="true" + tools:context=".MainActivity"> + + <android.support.v7.widget.Toolbar + android:id="@+id/toolbar" + android:layout_width="match_parent" + android:layout_height="?attr/actionBarSize" + android:background="?attr/colorPrimary" + app:layout_scrollFlags="scroll|enterAlways" + app:popupTheme="@style/AppTheme.PopupOverlay" /> + + <include layout="@layout/swipe_webview" /> + +</android.support.design.widget.CoordinatorLayout> 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 |