Follow framework API changes

Change-Id: Ieb06a35a65d70d7b65f801814a0a46c9acc80445
This commit is contained in:
Adam Powell
2011-08-02 16:52:34 -07:00
parent ceba6ef5a6
commit 66546c7077
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ public class Settings extends PreferenceActivity implements ButtonBarHandler {
@Override
protected void onCreate(Bundle savedInstanceState) {
final int theme = getIntent().getIntExtra(
EXTRA_THEME, android.R.style.Theme_Holo_SplitActionBarWhenNarrow);
EXTRA_THEME, android.R.style.Theme_Holo);
setTheme(theme);
getMetaData();