Merge "Follow framework API changes"

This commit is contained in:
Adam Powell
2011-08-02 18:45:24 -07:00
committed by Android (Google) Code Review
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();