From ca46ea69147ef4f6dd5d550669656874b3d8f4bd Mon Sep 17 00:00:00 2001 From: tmfang Date: Wed, 24 Apr 2019 16:52:00 +0800 Subject: [PATCH] Tweak paddings for apps filter in app info screen Since we enlarge touch target size for settings spinner widget, we need to tweak paddings of apps filters here. Test: visual Bug: 131060416 Change-Id: Ic6cc4f5d480f1fc34fdbecd86f82b324f9e75964 --- res/layout/apps_filter_spinner.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/apps_filter_spinner.xml b/res/layout/apps_filter_spinner.xml index 50f0fde26c7..23465b910d9 100644 --- a/res/layout/apps_filter_spinner.xml +++ b/res/layout/apps_filter_spinner.xml @@ -26,8 +26,8 @@ android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_centerHorizontal="true" - android:layout_marginTop="24dp" - android:layout_marginBottom="16dp"/> + android:layout_marginTop="16dp" + android:layout_marginBottom="8dp"/>