mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 20:44:25 +00:00
[android] Keep AppCompat theme for radio button
Signed-off-by: jeanbaptisteC <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
committed by
jeanbaptisteC
parent
729808fd14
commit
debea83908
@@ -43,6 +43,7 @@
|
|||||||
|
|
||||||
<app.organicmaps.widget.RoutingToolbarButton
|
<app.organicmaps.widget.RoutingToolbarButton
|
||||||
android:id="@+id/vehicle"
|
android:id="@+id/vehicle"
|
||||||
|
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="@dimen/routing_selector_wheel_margin"
|
android:layout_marginStart="@dimen/routing_selector_wheel_margin"
|
||||||
@@ -52,6 +53,7 @@
|
|||||||
|
|
||||||
<app.organicmaps.widget.RoutingToolbarButton
|
<app.organicmaps.widget.RoutingToolbarButton
|
||||||
android:id="@+id/pedestrian"
|
android:id="@+id/pedestrian"
|
||||||
|
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="12dp"
|
android:layout_marginStart="12dp"
|
||||||
@@ -62,6 +64,7 @@
|
|||||||
|
|
||||||
<app.organicmaps.widget.RoutingToolbarButton
|
<app.organicmaps.widget.RoutingToolbarButton
|
||||||
android:id="@+id/transit"
|
android:id="@+id/transit"
|
||||||
|
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="@dimen/margin_half_plus"
|
android:layout_marginEnd="@dimen/margin_half_plus"
|
||||||
@@ -71,6 +74,7 @@
|
|||||||
|
|
||||||
<app.organicmaps.widget.RoutingToolbarButton
|
<app.organicmaps.widget.RoutingToolbarButton
|
||||||
android:id="@+id/bicycle"
|
android:id="@+id/bicycle"
|
||||||
|
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginEnd="12dp"
|
||||||
@@ -80,6 +84,7 @@
|
|||||||
|
|
||||||
<app.organicmaps.widget.RoutingToolbarButton
|
<app.organicmaps.widget.RoutingToolbarButton
|
||||||
android:id="@+id/ruler"
|
android:id="@+id/ruler"
|
||||||
|
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="12dp"
|
android:layout_marginEnd="12dp"
|
||||||
|
|||||||
Reference in New Issue
Block a user