aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-08-10 16:58:28 -0400
committerMatthew Wong <wongma@protonmail.ch>2015-08-14 17:36:50 -0400
commit7c41795ded9aff01c46cc798687e62736d2233e7 (patch)
tree543850c202ccc52df6e3269bb52e2e304859002f /app/src/main/res
parent42a971f348b8c512db4603f4ca0b31c436651225 (diff)
Open settings from password fill dialog
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/app_list_item.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/layout/app_list_item.xml b/app/src/main/res/layout/app_list_item.xml
index 7df28cc6..1a6c6e9b 100644
--- a/app/src/main/res/layout/app_list_item.xml
+++ b/app/src/main/res/layout/app_list_item.xml
@@ -1,15 +1,16 @@
<?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:layout_height="40dp"
android:orientation="horizontal"
android:paddingLeft="8dp"
- android:paddingRight="8dp">
+ android:paddingRight="8dp"
+ android:gravity="center_vertical">
<ImageView
android:id="@android:id/icon1"
- android:layout_width="48dp"
- android:layout_height="48dp"/>
+ android:layout_width="24dp"
+ android:layout_height="24dp"/>
<TextView android:id="@android:id/text1"
xmlns:android="http://schemas.android.com/apk/res/android"