diff --git a/android/app/src/main/java/app/organicmaps/car/util/UiHelpers.java b/android/app/src/main/java/app/organicmaps/car/util/UiHelpers.java
index a44bad85d..214e0cac0 100644
--- a/android/app/src/main/java/app/organicmaps/car/util/UiHelpers.java
+++ b/android/app/src/main/java/app/organicmaps/car/util/UiHelpers.java
@@ -124,7 +124,7 @@ public final class UiHelpers
final Row.Builder builder = new Row.Builder();
builder.setImage(
- new CarIcon.Builder(IconCompat.createWithResource(context, R.drawable.ic_operating_hours)).build());
+ new CarIcon.Builder(IconCompat.createWithResource(context, R.drawable.ic_opening_hours)).build());
if (isEmptyTT)
builder.setTitle(ohStr);
diff --git a/android/app/src/main/res/drawable/ic_operating_hours.xml b/android/app/src/main/res/drawable/ic_opening_hours.xml
similarity index 87%
rename from android/app/src/main/res/drawable/ic_operating_hours.xml
rename to android/app/src/main/res/drawable/ic_opening_hours.xml
index 2ce8a142b..682253e6f 100644
--- a/android/app/src/main/res/drawable/ic_operating_hours.xml
+++ b/android/app/src/main/res/drawable/ic_opening_hours.xml
@@ -4,6 +4,6 @@
android:viewportWidth="24"
android:viewportHeight="24">
diff --git a/android/app/src/main/res/layout/item_opening_hours.xml b/android/app/src/main/res/layout/item_opening_hours.xml
index ece9da292..9ae272b53 100644
--- a/android/app/src/main/res/layout/item_opening_hours.xml
+++ b/android/app/src/main/res/layout/item_opening_hours.xml
@@ -8,7 +8,7 @@
android:background="?clickableBackground"
android:minHeight="@dimen/editor_height_field"
android:paddingEnd="@dimen/margin_quarter"
- android:paddingStart="@dimen/margin_half_plus"
+ android:paddingStart="@dimen/margin_half_plus_eight"
tools:ignore="RtlSymmetry">
+ app:srcCompat="@drawable/ic_opening_hours"
+ android:tint="?iconTint"/>
+ app:srcCompat="@drawable/ic_opening_hours"
+ android:tint="?iconTint"/>
+ android:tint="?iconTint"/>