Dialog icons

This commit is contained in:
M66B
2021-10-26 12:57:23 +02:00
parent bded0353cb
commit 6624975514
17 changed files with 22 additions and 1 deletions

View File

@@ -59,6 +59,7 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
}.execute(this, new Bundle(), "messages:accounts");
return new AlertDialog.Builder(getContext())
.setIcon(R.drawable.twotone_account_circle_24)
.setTitle(R.string.title_list_accounts)
.setAdapter(adapter, new DialogInterface.OnClickListener() {
@Override