TF-467 Apply new UI for mailbox mobile

This commit is contained in:
dab246
2022-04-08 12:43:45 +07:00
committed by Dat H. Pham
parent 3eb5f31dcd
commit 7b5a2dd820
22 changed files with 1058 additions and 435 deletions
@@ -1090,4 +1090,11 @@ class AppLocalizations {
'Maximum files size',
name: 'maximum_files_size');
}
String get exchange {
return Intl.message(
'Exchange',
name: 'exchange'
);
}
}