diff --git a/res/color/bottom_nav_color.xml b/res/color/bottom_nav_color.xml
new file mode 100644
index 0000000000000000000000000000000000000000..f6aec0b9a1d4d3a0292967e941bde2cb62df2313
--- /dev/null
+++ b/res/color/bottom_nav_color.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/gallery_main.xml b/res/layout/gallery_main.xml
index b668381d3630c40f706e830b9bb195b250aafdef..fb882e1e111ed7c85c30456e3363d25cc3ce0e84 100644
--- a/res/layout/gallery_main.xml
+++ b/res/layout/gallery_main.xml
@@ -64,8 +64,8 @@
android:layout_alignParentBottom="true"
app:menu="@menu/navigation_items"
app:itemBackground="@color/primary"
- app:itemIconTint="@drawable/item_bg"
- app:itemTextColor="@drawable/item_bg" />
+ app:itemIconTint="@color/bottom_nav_color"
+ app:itemTextColor="@color/bottom_nav_color" />
diff --git a/res/menu/album.xml b/res/menu/album.xml
index 4b76b6981aa3ef4e76b41ddde381b23e09687a63..c68ed20c072f311485660cf3f32b6311a538ca9a 100644
--- a/res/menu/album.xml
+++ b/res/menu/album.xml
@@ -15,15 +15,15 @@
-->