TF-248 Change position icon of item list email

This commit is contained in:
dab246
2022-02-08 17:11:34 +07:00
committed by Dat H. Pham
parent 9c1b31c614
commit 74131407f2
9 changed files with 70 additions and 58 deletions
@@ -43,6 +43,10 @@ class ImagePaths {
String get icPhotoLibrary => _getImagePath('ic_photo_library.svg');
String get icEmptyImageDefault => _getImagePath('empty_image_default.svg');
String get icUnread => _getImagePath('ic_unread.svg');
String get icStar => _getImagePath('ic_star.svg');
String get icUnStar => _getImagePath('ic_unstar.svg');
String get icAttachment => _getImagePath('ic_attachment.svg');
String get icChevron => _getImagePath('ic_chevron.svg');
String _getImagePath(String imageName) {
return AssetsPaths.images + imageName;