Revert "Align more prefs for icon space."

Bug: 33798492
This reverts commit ded9fc9b07.

Change-Id: I9831858ffda263496617dff29249e243c007fa12
This commit is contained in:
Fan Zhang
2016-12-21 17:03:00 +00:00
parent ded9fc9b07
commit 8af4c10476
24 changed files with 167 additions and 72 deletions

View File

@@ -54,8 +54,6 @@ public class DataSaverSummary extends SettingsPreferenceFragment
super.onCreate(icicle);
addPreferencesFromResource(R.xml.data_saver);
mFooterPreferenceMixin.createFooterPreference()
.setTitle(com.android.internal.R.string.data_saver_description);
mUnrestrictedAccess = findPreference(KEY_UNRESTRICTED_ACCESS);
mApplicationsState = ApplicationsState.getInstance(
(Application) getContext().getApplicationContext());