[android] Keep AppCompat theme for radio button

Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-08-21 18:09:59 +02:00
committed by jeanbaptisteC
parent 729808fd14
commit debea83908

View File

@@ -43,6 +43,7 @@
<app.organicmaps.widget.RoutingToolbarButton
android:id="@+id/vehicle"
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/routing_selector_wheel_margin"
@@ -52,6 +53,7 @@
<app.organicmaps.widget.RoutingToolbarButton
android:id="@+id/pedestrian"
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
@@ -62,6 +64,7 @@
<app.organicmaps.widget.RoutingToolbarButton
android:id="@+id/transit"
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/margin_half_plus"
@@ -71,6 +74,7 @@
<app.organicmaps.widget.RoutingToolbarButton
android:id="@+id/bicycle"
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
@@ -80,6 +84,7 @@
<app.organicmaps.widget.RoutingToolbarButton
android:id="@+id/ruler"
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"