TF-295 Apply new UI for composer mobile

This commit is contained in:
dab246
2022-03-16 18:05:40 +07:00
committed by Dat H. Pham
parent 1f9fd7c0a7
commit c751cabd06
7 changed files with 292 additions and 263 deletions
@@ -73,6 +73,8 @@ class ImagePaths {
String get icDeleteComposer => _getImagePath('ic_delete_composer.svg');
String get icFileAttachment => _getImagePath('ic_file_attachment.svg');
String get icDeleteAttachment => _getImagePath('ic_delete_attachment.svg');
String get icSendMobile => _getImagePath('ic_send_mobile.svg');
String get icSendMobileDisable => _getImagePath('ic_send_mobile_disable.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;