[android] Changed the 'Error' icon in routing on new one
Before Width: | Height: | Size: 545 B |
BIN
android/res/drawable-hdpi/ic_routing_error.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 390 B |
BIN
android/res/drawable-mdpi/ic_routing_error.png
Normal file
After Width: | Height: | Size: 995 B |
Before Width: | Height: | Size: 704 B |
BIN
android/res/drawable-xhdpi/ic_routing_error.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1 KiB |
BIN
android/res/drawable-xxhdpi/ic_routing_error.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 335 B |
|
@ -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);
|
||||
}
|
||||
|
||||
|
|