* #32378: hardcoded colors
diff --git a/res/layout/item_menu_header.xml b/res/layout/item_menu_header.xml
index c596b3a..0249b9d 100644
--- a/res/layout/item_menu_header.xml
+++ b/res/layout/item_menu_header.xml
@@ -5,5 +5,6 @@
     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:paddingBottom="2dip"
+    android:textColor="@color/black"
     android:paddingLeft="5dip"
     android:paddingTop="2dip" />