[android] Remove useless fontFamily property

Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-08-22 19:56:34 +02:00
committed by Harry Bond
parent c27b0dc6fb
commit 977a3b6734
4 changed files with 0 additions and 10 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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" />

View File

@@ -125,7 +125,6 @@
<com.google.android.material.textview.MaterialTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="@string/robotoRegular"
android:text="@string/no_osm_account"
android:textAppearance="@style/MwmTextAppearance.Body2"
android:textColor="?android:textColorPrimary" />
@@ -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"