From b36c07100356371e559202df019c71fcd77467f8 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 20 Feb 2018 17:39:05 -0800 Subject: [PATCH] Push app icon 4 dp to the right. - This makes the icon for AppPreference center aligned. Change-Id: I2624f376d7637fe49b8bc629e87cb55c3b6271cd Fixes: 72710732 Test: visual --- res/layout/preference_app.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/preference_app.xml b/res/layout/preference_app.xml index f9dd6b24a72..550ab34bb01 100644 --- a/res/layout/preference_app.xml +++ b/res/layout/preference_app.xml @@ -31,6 +31,7 @@ android:gravity="start|center_vertical" android:minWidth="56dp" android:orientation="horizontal" + android:paddingStart="4dp" android:paddingEnd="8dp" android:paddingTop="4dp" android:paddingBottom="4dp">