diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-08-10 16:58:28 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-08-14 17:36:50 -0400 |
commit | 7c41795ded9aff01c46cc798687e62736d2233e7 (patch) | |
tree | 543850c202ccc52df6e3269bb52e2e304859002f /app/src/main/res | |
parent | 42a971f348b8c512db4603f4ca0b31c436651225 (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.xml | 9 |
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" |