From dc76fcaef82bfcc18c8da4dfc622f2ce3632414a Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Mon, 19 May 2014 15:21:19 -0400 Subject: [PATCH] Fix icon padding in app notification settings. Change-Id: I93da362f0bd6b3f388864a961c2365163c44e474 --- res/layout/notification_app.xml | 2 +- res/layout/notification_app_dialog.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/notification_app.xml b/res/layout/notification_app.xml index 1bb11a09f7..8f5f8e631e 100644 --- a/res/layout/notification_app.xml +++ b/res/layout/notification_app.xml @@ -31,7 +31,7 @@ android:layout_height="@dimen/notification_app_icon_size" android:layout_centerVertical="true" android:contentDescription="@null" - android:scaleType="center" /> + android:padding="8dp" /> + android:contentDescription="@null" />