Fix NotificationStation theming

- fix padding for the ListView
- fix ActionBar size
- remove non needed switchBarMargins

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

Change-Id: I0e3d3116f2ee749a04a8a464b36fa68909edf11d
This commit is contained in:
Fabrice Di Meglio
2014-07-23 13:31:26 -07:00
parent 6e10693db5
commit 9c3f11fa05
2 changed files with 7 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ import android.widget.TextView;
import com.android.settings.R;
import com.android.settings.SettingsPreferenceFragment;
import com.android.settings.Utils;
import java.util.ArrayList;
import java.util.Comparator;
@@ -141,6 +142,7 @@ public class NotificationStation extends SettingsPreferenceFragment {
super.onActivityCreated(savedInstanceState);
ListView listView = getListView();
Utils.forceCustomPadding(listView);
mAdapter = new NotificationHistoryAdapter(mContext);
listView.setAdapter(mAdapter);