diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-28 11:48:42 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:36:45 -0400 |
commit | 485b621b042041fb92f9b1c0765ef2edd83745f4 (patch) | |
tree | 323b6538f2524cea88b5c104ab1d455da82dd1a3 /app/src/main/res | |
parent | 690155391ce169f2c9b48558732a12e5d0e91c36 (diff) |
Change dialog appearance, smaller (wraps content)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/autofill_layout.xml | 12 |
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 |