From 0bd995a73127afc68b4707724ff8b94a823f1853 Mon Sep 17 00:00:00 2001 From: relan Date: Mon, 2 Nov 2015 16:50:01 +0300 Subject: [PATCH] Set category filter height to 48dp This improves usability of the category spinner. Divider is now behind it. This makes the layout visually more compact while keeping actual touch target 48dp. See http://www.google.com/design/spec/layout/metrics-keylines.html#metrics-keylines-touch-target-size --- F-Droid/res/layout/available_app_list.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/F-Droid/res/layout/available_app_list.xml b/F-Droid/res/layout/available_app_list.xml index fab95c3c3..5757abad2 100644 --- a/F-Droid/res/layout/available_app_list.xml +++ b/F-Droid/res/layout/available_app_list.xml @@ -1,5 +1,5 @@ - + android:paddingBottom="1dp" /> + android:layout_height="match_parent" + android:layout_below="@id/category_spinner" /> - +