am c5be2243: am 046decca: Merge "Use common xml file for multi-tab settings." into mnc-dev

* commit 'c5be2243d79ea0a27a7c61ee3aeffdacd7f63b06':
  Use common xml file for multi-tab settings.
This commit is contained in:
Sanket Padawe
2015-07-16 05:27:44 +00:00
committed by Android Git Automerger
2 changed files with 1 additions and 61 deletions

View File

@@ -150,7 +150,7 @@ public class SimStatus extends InstrumentedPreferenceActivity {
mSir = mSelectableSubInfos.size() > 0 ? mSelectableSubInfos.get(0) : null;
if (mSelectableSubInfos.size() > 1) {
setContentView(R.layout.sim_information);
setContentView(com.android.internal.R.layout.common_tab_settings);
mTabHost = (TabHost) findViewById(android.R.id.tabhost);
mTabWidget = (TabWidget) findViewById(android.R.id.tabs);