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