From 00be9a536d204c5573641b35e06240088b7828e0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Date: Sun, 28 Sep 2025 19:03:09 +0200 Subject: [PATCH] [android] Use M3 style on stop button Signed-off-by: Jean-Baptiste --- android/app/src/main/res/layout/layout_nav_bottom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/layout/layout_nav_bottom.xml b/android/app/src/main/res/layout/layout_nav_bottom.xml index 275cda215..5386919ce 100644 --- a/android/app/src/main/res/layout/layout_nav_bottom.xml +++ b/android/app/src/main/res/layout/layout_nav_bottom.xml @@ -69,10 +69,11 @@ android:layout_height="@dimen/nav_button_height" android:layout_weight="0.4" android:minWidth="@dimen/start_button_width" + style="@style/MwmWidget.M3.Button" android:text="@string/navigation_stop_button" + android:textAllCaps="true" android:textColor="@color/button_red_text" android:textStyle="bold" - app:backgroundTint="@color/base_red" - tools:ignore="UnusedAttribute" /> + app:backgroundTint="@color/base_red" />