Introduce Dialog Theme for Onboarding

This commit is contained in:
Torsten Grote
2016-12-05 14:48:37 -02:00
parent 9c22ea8434
commit 81337fe7ad
3 changed files with 10 additions and 3 deletions

View File

@@ -112,9 +112,9 @@ public class RevealContactsActivity extends ContactSelectorActivity
}
private void showOnboardingDialog() {
new AlertDialog.Builder(this, R.style.BriarDialogTheme)
new AlertDialog.Builder(this, R.style.OnboardingDialogTheme)
.setMessage(getString(R.string.groups_reveal_dialog_message))
.setNeutralButton(R.string.ok,
.setNeutralButton(R.string.got_it,
new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog,