SetupWizard: Pass accent color to CaptivePortalLogin

Change-Id: Ic4cd72b6020b3aaca7d9a39486310a795063b899
This commit is contained in:
cretin45 2015-02-19 15:11:33 -08:00
parent e001f975db
commit ad4b36e063
1 changed files with 2 additions and 0 deletions

View File

@ -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,