TF-3764 Update new empty view for folder

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-06-02 16:33:37 +07:00
committed by Dat H. Pham
parent 0a8d1b2895
commit bab0331fe0
10 changed files with 91 additions and 84 deletions
@@ -12,7 +12,7 @@ class ImagePaths {
String get icDownload => _getImagePath('ic_download.svg');
String get icMore => _getImagePath('ic_more.svg');
String get icPhotoLibrary => _getImagePath('ic_photo_library.svg');
String get icEmptyEmail => _getImagePath('ic_empty_email.svg');
String get icEmptyFolder => _getImagePath('ic_empty_folder.svg');
String get icStar => _getImagePath('ic_star.svg');
String get icUnStar => _getImagePath('ic_unstar.svg');
String get icAttachment => _getImagePath('ic_attachment.svg');