[android] Use M3 style on stop button

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-09-28 19:03:09 +02:00
committed by jeanbaptisteC
parent ed37b6595e
commit 00be9a536d

View File

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