Fix App Info padding

- need to add to the previous defined on instead of replacing it
- verified also that Notification Station padding is ok too

See bug: #13140648 Settings needs to support the new Quantum Paper theme

Change-Id: I06394bec2a5baa548f34f3fe7ec19d60172a98e8
This commit is contained in:
Fabrice Di Meglio
2014-07-28 18:25:14 -07:00
parent 9e041f02ec
commit 0f4a779214
3 changed files with 7 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
super.onActivityCreated(savedInstanceState);
ListView listView = getListView();
Utils.forceCustomPadding(listView);
Utils.forceCustomPadding(listView, false /* non additive padding */);
mAdapter = new NotificationHistoryAdapter(mContext);
listView.setAdapter(mAdapter);