Skip to content

Commit

Permalink
Fix style of map type buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
valldrac committed Aug 2, 2022
1 parent 403563c commit 3389c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_place_picker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@

<Button
android:id="@+id/btnMapTypeNormal"
style="?android:attr/buttonBarButtonStyle"
style="@style/Signal.Widget.Button.Large.Secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/preferences__map_normal" />

<Button
android:id="@+id/btnMapTypeSatellite"
style="?android:attr/buttonBarButtonStyle"
style="@style/Signal.Widget.Button.Large.Secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/preferences__map_satellite" />

<Button
android:id="@+id/btnMapTypeTerrain"
style="?android:attr/buttonBarButtonStyle"
style="@style/Signal.Widget.Button.Large.Secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/preferences__map_terrain" />
Expand Down

0 comments on commit 3389c12

Please sign in to comment.