From 7bc9c1bce3593a01f261a537a5edbb264316aa1c Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Mon, 21 Jul 2014 13:19:06 -0700 Subject: [PATCH] Fix App Notification layout for tabletUI support - setup correct padding for the App list and its item See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: I6c14bb8abced59b636a3230e1daf783130f0f4d3 --- res/layout/notification_app.xml | 6 ++++-- res/layout/notification_app_list.xml | 5 +++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/res/layout/notification_app.xml b/res/layout/notification_app.xml index 6818a458eea..9442de659b7 100644 --- a/res/layout/notification_app.xml +++ b/res/layout/notification_app.xml @@ -15,7 +15,9 @@ --> + android:layout_height="wrap_content" + android:paddingStart="?android:attr/listPreferredItemPaddingStart" + android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"> + android:background="?android:attr/listChoiceBackgroundIndicator"> + android:orientation="vertical">