TF-467 Apply new UI for mailbox of destination picker and mailbox creator

This commit is contained in:
dab246
2022-04-08 16:03:18 +07:00
committed by Dat H. Pham
parent 7b5a2dd820
commit 706ce81c03
15 changed files with 417 additions and 355 deletions
@@ -243,13 +243,6 @@ class AppLocalizations {
);
}
String get move_to_mailbox {
return Intl.message(
'Move to mailbox',
name: 'move_to_mailbox',
);
}
String get mark_as_star {
return Intl.message(
'Star',
@@ -1097,4 +1090,11 @@ class AppLocalizations {
name: 'exchange'
);
}
String get move_message {
return Intl.message(
'Move message',
name: 'move_message',
);
}
}