TF-313 Apply new ui for email address detail

This commit is contained in:
dab246
2022-03-09 19:27:45 +07:00
committed by Dat H. Pham
parent a59ef34df4
commit 17499e70db
14 changed files with 411 additions and 252 deletions
@@ -755,4 +755,22 @@ class AppLocalizations {
'Hide',
name: 'hide');
}
String get copy_email_address {
return Intl.message(
'Copy email address',
name: 'copy_email_address');
}
String get compose_email {
return Intl.message(
'Compose email',
name: 'compose_email');
}
String get email_address_copied_to_clipboard {
return Intl.message(
'Email address copied to clipboard',
name: 'email_address_copied_to_clipboard');
}
}