aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-07-28 11:48:42 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-08-14 17:36:45 -0400
commit485b621b042041fb92f9b1c0765ef2edd83745f4 (patch)
tree323b6538f2524cea88b5c104ab1d455da82dd1a3 /app/src/main/res
parent690155391ce169f2c9b48558732a12e5d0e91c36 (diff)
Change dialog appearance, smaller (wraps content)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/autofill_layout.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/src/main/res/layout/autofill_layout.xml b/app/src/main/res/layout/autofill_layout.xml
deleted file mode 100644
index 0108160d..00000000
--- a/app/src/main/res/layout/autofill_layout.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <Button
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:id="@+id/button"
- android:layout_gravity="center"/>
-</LinearLayout> \ No newline at end of file