TF-2035 Show calendar event banner in email view
(cherry picked from commit 130f575da86e23095d2b626ff8af133a7122ab2e)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user