SetupWizard: Pass accent color to CaptivePortalLogin
Change-Id: Ic4cd72b6020b3aaca7d9a39486310a795063b899
This commit is contained in:
parent
e001f975db
commit
ad4b36e063
@ -70,6 +70,8 @@ public class WifiSetupPage extends SetupPage {
|
||||
mContext.getResources().getColor(R.color.primary_dark));
|
||||
intent.putExtra("action_bar_color", mContext.getResources().getColor(
|
||||
R.color.primary_dark));
|
||||
intent.putExtra("progress_bar_color", mContext.getResources().getColor(
|
||||
R.color.accent));
|
||||
ActivityOptions options =
|
||||
ActivityOptions.makeCustomAnimation(mContext,
|
||||
android.R.anim.fade_in,
|
||||
|
Loading…
Reference in New Issue
Block a user