[WifiDialog] Theme for setup wizard
Use setup wizard themes so that dialogs are shown in the correct accent colors and dark/light themes. Bug: 25515641 Change-Id: I87a0a01001944b50e48ec812f071a988f37ed8db
This commit is contained in:
@@ -41,6 +41,14 @@ public class SetupWizardUtils {
|
||||
}
|
||||
}
|
||||
|
||||
public static int getTransparentTheme(Intent intent) {
|
||||
if (WizardManagerHelper.isLightTheme(intent, true)) {
|
||||
return R.style.SetupWizardTheme_Light_Transparent;
|
||||
} else {
|
||||
return R.style.SetupWizardTheme_Transparent;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the immersive mode related flags based on the extra in the intent which started the
|
||||
* activity.
|
||||
|
||||
Reference in New Issue
Block a user