[android] Changed the 'Error' icon in routing on new one

This commit is contained in:
alexzatsepin 2016-11-01 14:25:52 +03:00 committed by Sergey Yershov
parent 37661ed84a
commit 4b7941593e
11 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

View file

@ -57,7 +57,7 @@ public class RoutingToolbarButton extends AppCompatRadioButton
{
mInProgress = false;
setSelected(false);
setButtonDrawable(R.drawable.ic_reload);
setButtonDrawable(R.drawable.ic_routing_error);
setActivated(true);
}