[android] Changed turn off icon for isolines, guides and subway layer
Before Width: | Height: | Size: 551 B |
Before Width: | Height: | Size: 523 B |
Before Width: | Height: | Size: 484 B |
Before Width: | Height: | Size: 522 B |
Before Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 355 B |
Before Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 690 B |
Before Width: | Height: | Size: 623 B |
Before Width: | Height: | Size: 688 B |
Before Width: | Height: | Size: 1,017 B |
Before Width: | Height: | Size: 969 B |
Before Width: | Height: | Size: 867 B |
Before Width: | Height: | Size: 974 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/bg_circle"/>
|
||||
<item
|
||||
android:drawable="@drawable/guides_layer_default_light"
|
||||
android:drawable="@drawable/ic_layers_off"
|
||||
android:left="@dimen/margin_base_plus_quarter"
|
||||
android:right="@dimen/margin_base_plus_quarter"
|
||||
android:top="@dimen/margin_base_plus_quarter"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<item
|
||||
android:drawable="@drawable/bg_circle_night"/>
|
||||
<item
|
||||
android:drawable="@drawable/guides_layer_default_dark"
|
||||
android:drawable="@drawable/ic_layers_off_night"
|
||||
android:left="@dimen/margin_base_plus_quarter"
|
||||
android:right="@dimen/margin_base_plus_quarter"
|
||||
android:top="@dimen/margin_base_plus_quarter"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/bg_circle"/>
|
||||
<item
|
||||
android:drawable="@drawable/ic_planning_route_isomaps_off_light_off"
|
||||
android:drawable="@drawable/ic_layers_off"
|
||||
android:left="@dimen/margin_base_plus_quarter"
|
||||
android:right="@dimen/margin_base_plus_quarter"
|
||||
android:top="@dimen/margin_base_plus_quarter"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<item
|
||||
android:drawable="@drawable/bg_circle_night"/>
|
||||
<item
|
||||
android:drawable="@drawable/ic_planning_route_isomaps_off_dark_off"
|
||||
android:drawable="@drawable/ic_layers_off_night"
|
||||
android:left="@dimen/margin_base_plus_quarter"
|
||||
android:right="@dimen/margin_base_plus_quarter"
|
||||
android:top="@dimen/margin_base_plus_quarter"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/bg_circle"/>
|
||||
<item
|
||||
android:drawable="@drawable/ic_subway_off"
|
||||
android:drawable="@drawable/ic_layers_off"
|
||||
android:left="@dimen/margin_base_plus_quarter"
|
||||
android:right="@dimen/margin_base_plus_quarter"
|
||||
android:top="@dimen/margin_base_plus_quarter"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<item
|
||||
android:drawable="@drawable/bg_circle_night"/>
|
||||
<item
|
||||
android:drawable="@drawable/ic_subway_off_night"
|
||||
android:drawable="@drawable/ic_layers_off_night"
|
||||
android:left="@dimen/margin_base_plus_quarter"
|
||||
android:right="@dimen/margin_base_plus_quarter"
|
||||
android:top="@dimen/margin_base_plus_quarter"
|
||||
|
|