Add svg asset for username megaphone.

This commit is contained in:
Alex Hart
2023-02-03 09:46:42 -04:00
parent fcfb9fad01
commit 1ed3dbb147
2 changed files with 22 additions and 0 deletions

View File

@@ -401,6 +401,7 @@ public final class Megaphones {
return new Megaphone.Builder(Event.SET_UP_YOUR_USERNAME, Megaphone.Style.BASIC)
.setTitle(R.string.SetUpYourUsername__set_up_your_signal_username)
.setBody(R.string.SetUpYourUsername__usernames_let_others)
.setImage(R.drawable.usernames_64)
.setActionButton(R.string.SetUpYourUsername__continue, (megaphone, controller) -> {
controller.onMegaphoneNavigationRequested(ManageProfileActivity.getIntentForUsernameEdit(context));
})