SetupWizard: Darken the button bar text

Change-Id: Ie56d4726c6191f603b15bcc112c8b2bdabd53fc5
This commit is contained in:
cretin45
2015-03-03 12:07:31 -08:00
parent 2ed0fae81e
commit 4e192fd22b
5 changed files with 6 additions and 5 deletions

View File

@@ -253,8 +253,8 @@ public class SetupWizardActivity extends Activity implements SetupDataCallbacks
mButtonBar.setBackgroundResource(R.color.button_bar_background);
mNextButton.setCompoundDrawablesWithIntrinsicBounds(null, null,
getDrawable(R.drawable.ic_chevron_right_dark), null);
mNextButton.setTextColor(resources.getColor(R.color.primary_text));
mPrevButton.setTextColor(resources.getColor(R.color.primary_text));
mNextButton.setTextColor(resources.getColor(R.color.button_bar_text));
mPrevButton.setTextColor(resources.getColor(R.color.button_bar_text));
}
}