From 977a3b6734a33c2d53f629a112db03691fbbf6b9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Fri, 22 Aug 2025 19:56:34 +0200 Subject: [PATCH] [android] Remove useless fontFamily property Signed-off-by: jeanbaptisteC --- android/app/src/main/res/layout-land/about.xml | 3 --- android/app/src/main/res/layout-land/fragment_osm_login.xml | 1 - android/app/src/main/res/layout/about.xml | 4 ---- android/app/src/main/res/layout/fragment_osm_login.xml | 2 -- 4 files changed, 10 deletions(-) diff --git a/android/app/src/main/res/layout-land/about.xml b/android/app/src/main/res/layout-land/about.xml index 2fc55d29c..9f2e4fd3b 100644 --- a/android/app/src/main/res/layout-land/about.xml +++ b/android/app/src/main/res/layout-land/about.xml @@ -148,7 +148,6 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/margin_half" android:layout_marginEnd="@dimen/margin_base" - android:fontFamily="@string/robotoRegular" android:includeFontPadding="false" android:text="@string/osm_presentation" android:textAppearance="@style/MwmTextAppearance.Body2" @@ -170,7 +169,6 @@ style="@style/MwmWidget.Button.Accent" android:layout_width="0dp" android:layout_height="wrap_content" - android:fontFamily="@string/robotoMedium" android:padding="@dimen/margin_quarter" android:text="@string/donate" android:textAlignment="center" @@ -188,7 +186,6 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:background="@color/light_gray" - android:fontFamily="@string/robotoMedium" android:text="@string/report_a_bug" android:textAlignment="center" android:textColor="@color/text_dark" diff --git a/android/app/src/main/res/layout-land/fragment_osm_login.xml b/android/app/src/main/res/layout-land/fragment_osm_login.xml index fadc08b4d..793b746ad 100644 --- a/android/app/src/main/res/layout-land/fragment_osm_login.xml +++ b/android/app/src/main/res/layout-land/fragment_osm_login.xml @@ -152,7 +152,6 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_base" android:background="@drawable/button_editor_light" - android:fontFamily="@string/robotoMedium" android:padding="@dimen/margin_quarter" android:text="@string/register_at_openstreetmap" android:textAppearance="@style/MwmTextAppearance.Body2" diff --git a/android/app/src/main/res/layout/about.xml b/android/app/src/main/res/layout/about.xml index 19080c264..4654a7479 100644 --- a/android/app/src/main/res/layout/about.xml +++ b/android/app/src/main/res/layout/about.xml @@ -74,7 +74,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/margin_half" - android:fontFamily="@string/robotoRegular" android:text="@string/about_developed_by_enthusiasts" android:textAppearance="@style/MwmTextAppearance.Body2" android:textColor="?android:textColorPrimary" @@ -100,7 +99,6 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginStart="@dimen/margin_half" - android:fontFamily="@string/robotoRegular" android:includeFontPadding="false" android:text="@string/osm_presentation" android:textAppearance="@style/MwmTextAppearance.Body2" @@ -118,7 +116,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_base" - android:fontFamily="@string/robotoMedium" android:padding="@dimen/margin_quarter" android:text="@string/donate" /> @@ -129,7 +126,6 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_base" android:background="@color/light_gray" - android:fontFamily="@string/robotoMedium" android:text="@string/report_a_bug" android:textColor="@color/text_dark" /> diff --git a/android/app/src/main/res/layout/fragment_osm_login.xml b/android/app/src/main/res/layout/fragment_osm_login.xml index 792973a98..d811004eb 100644 --- a/android/app/src/main/res/layout/fragment_osm_login.xml +++ b/android/app/src/main/res/layout/fragment_osm_login.xml @@ -125,7 +125,6 @@ @@ -136,7 +135,6 @@ android:layout_height="wrap_content" android:layout_marginTop="@dimen/margin_base" android:background="@drawable/button_editor_light" - android:fontFamily="@string/robotoMedium" android:padding="@dimen/margin_quarter" android:text="@string/register_at_openstreetmap" android:textAppearance="@style/MwmTextAppearance.Body2"