TF-2035 Show calendar event banner in email view

(cherry picked from commit 130f575da86e23095d2b626ff8af133a7122ab2e)
This commit is contained in:
dab246
2023-07-24 19:40:09 +07:00
committed by Dat Vu
parent 41e0f841da
commit 588614f034
16 changed files with 570 additions and 22 deletions
@@ -0,0 +1,7 @@
class CalendarEventActionBannerStyles {
static const double borderRadius = 16;
static const double contentPadding = 16;
static const double viewHorizontalMargin = 16;
static const double viewVerticalMargin = 12;
}
@@ -0,0 +1,5 @@
class EmailViewStyles {
static const double mobileContentHorizontalMargin = 16;
static const double mobileContentVerticalMargin = 12;
}