From 7d79e41877440f8447f92652ce7cdc386b214523 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Tue, 15 Jul 2014 17:16:37 -0700 Subject: [PATCH] Fix OwnerInfos - use a white background for being in line with the Material Theme - fix padding so that the edge effect is showing full width See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: Iea1cf6b104ee8bf5f311f7d3485d0500884dc57a --- res/layout/ownerinfo.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml index b38e3f04337..6adec7d99ea 100644 --- a/res/layout/ownerinfo.xml +++ b/res/layout/ownerinfo.xml @@ -16,10 +16,9 @@ + android:scrollbars="vertical" + android:background="@android:color/white"> + android:orientation="vertical" + android:paddingStart="?android:attr/listPreferredItemPaddingStart" + android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">