diff --git a/OsmAnd/res/drawable/bottom_navigation_item_bg_dark.xml b/OsmAnd/res/drawable/bottom_navigation_item_bg_dark.xml
new file mode 100644
index 0000000000..f0934052c1
--- /dev/null
+++ b/OsmAnd/res/drawable/bottom_navigation_item_bg_dark.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OsmAnd/res/drawable/bottom_navigation_item_bg_light.xml b/OsmAnd/res/drawable/bottom_navigation_item_bg_light.xml
new file mode 100644
index 0000000000..f410c7a1ff
--- /dev/null
+++ b/OsmAnd/res/drawable/bottom_navigation_item_bg_light.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OsmAnd/res/drawable/navigation_item_active_bg_dark.xml b/OsmAnd/res/drawable/navigation_item_active_bg_dark.xml
new file mode 100644
index 0000000000..de8b54eb6e
--- /dev/null
+++ b/OsmAnd/res/drawable/navigation_item_active_bg_dark.xml
@@ -0,0 +1,15 @@
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OsmAnd/res/drawable/navigation_item_active_bg_light.xml b/OsmAnd/res/drawable/navigation_item_active_bg_light.xml
new file mode 100644
index 0000000000..31d31f1c40
--- /dev/null
+++ b/OsmAnd/res/drawable/navigation_item_active_bg_light.xml
@@ -0,0 +1,15 @@
+
+
+ -
+
+
+
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OsmAnd/res/layout/track_menu.xml b/OsmAnd/res/layout/track_menu.xml
index db0f8a47f9..e62361afc2 100644
--- a/OsmAnd/res/layout/track_menu.xml
+++ b/OsmAnd/res/layout/track_menu.xml
@@ -206,7 +206,7 @@
android:layout_height="@dimen/context_menu_action_buttons_height"
android:layout_gravity="bottom"
android:background="?attr/wikivoyage_card_bg_color"
- osmand:itemBackground="?attr/wikivoyage_card_bg_color"
+ osmand:itemBackground="?attr/bottom_navigation_item_background"
osmand:itemIconTint="@color/bottom_navigation_color_selector_light"
osmand:itemTextColor="@color/bottom_navigation_color_selector_light"
osmand:labelVisibilityMode="labeled"
diff --git a/OsmAnd/res/values/attrs.xml b/OsmAnd/res/values/attrs.xml
index c745589ef7..f75867c8e8 100644
--- a/OsmAnd/res/values/attrs.xml
+++ b/OsmAnd/res/values/attrs.xml
@@ -142,6 +142,7 @@
+
diff --git a/OsmAnd/res/values/styles.xml b/OsmAnd/res/values/styles.xml
index 5c074185ef..4648cba1cc 100644
--- a/OsmAnd/res/values/styles.xml
+++ b/OsmAnd/res/values/styles.xml
@@ -249,6 +249,7 @@
- @color/text_input_background_light
- @drawable/img_help_announcement_time_day
- @color/switch_button_active_light
+ - @drawable/bottom_navigation_item_bg_light