From 6bace11c22ecb3746739c8e786a7dba43f0712d4 Mon Sep 17 00:00:00 2001 From: Brandon Bennett Date: Sat, 10 Nov 2012 19:21:35 -0700 Subject: Remove tabs from GNexusParts Although the tabs are pretty and shows off some of the nice features of Androud ICS/JB they are against the design guidelines. Having a tab for a single item is inefficient and it doesn't match the rest of the settings. This moves all the tabs to PreferenceCategories and have all settings on one page. Changeset 2+3+4+5: Fix whitespace and tab fail. Change-Id: I36fe8b1611ccc345ceab534b01f4dc9a97fef70c --- GNexusParts/src/com/cyanogenmod/settings/device/Hspa.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNexusParts/src/com/cyanogenmod/settings/device/Hspa.java') diff --git a/GNexusParts/src/com/cyanogenmod/settings/device/Hspa.java b/GNexusParts/src/com/cyanogenmod/settings/device/Hspa.java index cc47307..d2cf641 100644 --- a/GNexusParts/src/com/cyanogenmod/settings/device/Hspa.java +++ b/GNexusParts/src/com/cyanogenmod/settings/device/Hspa.java @@ -39,7 +39,7 @@ public class Hspa implements OnPreferenceChangeListener { } SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(context); - sendIntent(context, sharedPrefs.getString(DeviceSettings.KEY_HSPA, "23")); + sendIntent(context, sharedPrefs.getString(DevicePreferenceActivity.KEY_HSPA, "23")); } @Override -- cgit v1.1