Use SetupWizardLib helpers

Use SystemBarHelper, WizardManagerHelper and themes from Setup Wizard
Library.

Bug: 19594252
Change-Id: I60b6ab4f086a170ac270fb08325fc42010293523
This commit is contained in:
Maurice Lam
2015-03-03 18:27:48 -08:00
parent a928ff4a67
commit bddc566485
17 changed files with 27 additions and 269 deletions

View File

@@ -66,7 +66,7 @@ public class SetupRedactionInterstitial extends RedactionInterstitial
@Override
public void onNavigationBarCreated(SetupWizardNavBar bar) {
SetupWizardUtils.setImmersiveMode(this, bar);
SetupWizardUtils.setImmersiveMode(this);
bar.getBackButton().setEnabled(false);
}