Changed select folder icon

This commit is contained in:
M66B
2022-03-25 18:50:52 +01:00
parent bf74c49353
commit 942e365ecf
2 changed files with 16 additions and 1 deletions

View File

@@ -336,7 +336,7 @@ public class FragmentDialogFolder extends FragmentDialogBase {
}.execute(this, args, "folder:select");
return new AlertDialog.Builder(context)
.setIcon(R.drawable.twotone_drive_file_move_24)
.setIcon(R.drawable.twotone_folder_open_24)
.setTitle(title)
.setView(dview)
.setNegativeButton(android.R.string.cancel, null)