Replace icon

This commit is contained in:
Alexander Sytnyk 2017-12-21 16:20:05 +02:00
parent 1790b15842
commit b80c81eac8
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:src="@drawable/ic_action_polygom_dark"/>
android:src="@drawable/ic_action_route_distance"/>
<LinearLayout
android:layout_width="wrap_content"

View file

@ -118,7 +118,7 @@ public class ShowRouteInfoDialogFragment extends DialogFragment {
});
((ImageView) view.findViewById(R.id.distance_icon))
.setImageDrawable(app.getIconsCache().getThemedIcon(R.drawable.ic_action_polygom_dark));
.setImageDrawable(app.getIconsCache().getThemedIcon(R.drawable.ic_action_route_distance));
((ImageView) view.findViewById(R.id.time_icon))
.setImageDrawable(app.getIconsCache().getThemedIcon(R.drawable.ic_action_time_span));