[android] Update bottom map buttons icons
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
Before Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 272 B |
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 186 B |
Before Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 330 B |
Before Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 522 B |
Before Width: | Height: | Size: 766 B |
Before Width: | Height: | Size: 714 B |
|
@ -1,15 +1,5 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="48dp"
|
||||
android:height="48dp"
|
||||
android:viewportWidth="48"
|
||||
android:viewportHeight="48">
|
||||
<group
|
||||
android:pivotX="24"
|
||||
android:pivotY="24"
|
||||
android:scaleX="0.75"
|
||||
android:scaleY="0.75">
|
||||
<path
|
||||
android:fillColor="#fff"
|
||||
android:pathData="M6,36h36v-4h-36v4ZM6,26h36v-4h-36v4ZM6,12v4h36v-4h-36Z" />
|
||||
</group>
|
||||
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z"/>
|
||||
</vector>
|
||||
|
|
|
@ -237,7 +237,7 @@ public class SearchWheel implements View.OnClickListener
|
|||
private void resetSearchButtonImage()
|
||||
{
|
||||
mSearchButton.setImageDrawable(Graphics.tint(mSearchButton.getContext(),
|
||||
R.drawable.ic_routing_search_on));
|
||||
R.drawable.ic_search));
|
||||
}
|
||||
|
||||
private void refreshSearchButtonImage()
|
||||
|
|