From 0eafe3482e263a08ed84c7b9e52b760dfaedbcbf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sat, 20 Dec 2025 14:17:43 +0100 Subject: [PATCH] [android] Remove TextAppearance styles text Signed-off-by: Jean-Baptiste --- .../app/src/main/res/values-night/themes.xml | 8 ++++---- android/app/src/main/res/values/styles.xml | 20 ------------------- android/app/src/main/res/values/themes.xml | 16 +++++++-------- 3 files changed, 12 insertions(+), 32 deletions(-) diff --git a/android/app/src/main/res/values-night/themes.xml b/android/app/src/main/res/values-night/themes.xml index a76563f1e..fa0b8edad 100644 --- a/android/app/src/main/res/values-night/themes.xml +++ b/android/app/src/main/res/values-night/themes.xml @@ -84,10 +84,10 @@ @color/white_4 @drawable/dot_divider @color/accent_color_selector - @style/TextAppearance - @style/TextAppearance.Small - @style/TextAppearance.Medium - @style/TextAppearance.Large + @style/MwmTextAppearance.Body3 + @style/MwmTextAppearance.Body4 + @style/MwmTextAppearance.Body2 + @style/MwmTextAppearance.Body1 @color/bg_primary_dark @drawable/bg_rounded_rect @color/white_secondary diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 7457920f4..4810df6cf 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -308,26 +308,6 @@ @color/material_calendar_surface_dark - - - -