mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 21:13:35 +00:00
[android] Use M3 style on stop button
Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
jeanbaptisteC
parent
ed37b6595e
commit
00be9a536d
@@ -69,10 +69,11 @@
|
|||||||
android:layout_height="@dimen/nav_button_height"
|
android:layout_height="@dimen/nav_button_height"
|
||||||
android:layout_weight="0.4"
|
android:layout_weight="0.4"
|
||||||
android:minWidth="@dimen/start_button_width"
|
android:minWidth="@dimen/start_button_width"
|
||||||
|
style="@style/MwmWidget.M3.Button"
|
||||||
android:text="@string/navigation_stop_button"
|
android:text="@string/navigation_stop_button"
|
||||||
|
android:textAllCaps="true"
|
||||||
android:textColor="@color/button_red_text"
|
android:textColor="@color/button_red_text"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
app:backgroundTint="@color/base_red"
|
app:backgroundTint="@color/base_red" />
|
||||||
tools:ignore="UnusedAttribute" />
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user