Apply new style Language section in Setting on mobile
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -231,7 +231,10 @@ class ImagePaths {
|
||||
String get icDoubleArrowDown => _getImagePath('ic_double_arrow_down.svg');
|
||||
String get icRefreshQuotas => _getImagePath('ic_refresh_quotas.svg');
|
||||
String get icCreateFilter => _getImagePath('ic_create_filter.svg');
|
||||
String get icArrowBack => _getImagePath('ic_arrow_back.svg');
|
||||
|
||||
String get icTwakeWorkplace => _getIconPath('icon_twp.png');
|
||||
|
||||
String get animLottieTmail => _getAnimationPath('lottie-tmail.json');
|
||||
|
||||
String _getImagePath(String imageName) {
|
||||
|
||||
@@ -280,6 +280,15 @@ class ThemeUtils {
|
||||
color: AppColor.textSecondary.withOpacity(0.48),
|
||||
);
|
||||
|
||||
static const TextStyle textStyleM3BodyLarge = TextStyle(
|
||||
fontFamily: ConstantsUI.fontApp,
|
||||
fontWeight: FontWeight.w500,
|
||||
letterSpacing: 00.15,
|
||||
fontSize: 17,
|
||||
height: 24 / 17,
|
||||
color: AppColor.m3SurfaceBackground,
|
||||
);
|
||||
|
||||
static TextStyle textStyleAppShortcut() => const TextStyle(
|
||||
fontFamily: ConstantsUI.fontApp,
|
||||
fontWeight: FontWeight.normal,
|
||||
|
||||
@@ -23,6 +23,7 @@ class LogTracking {
|
||||
|
||||
final Queue<String> _messagesQueue = Queue();
|
||||
bool _isScheduled = false;
|
||||
bool isEnabled = false;
|
||||
|
||||
Future<void> addLog({required String message}) async {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user