From b6747254c770a43e5da0ebe433f466ff989ffbe0 Mon Sep 17 00:00:00 2001 From: Peter Osterlund Date: Sun, 27 Dec 2015 21:27:32 +0100 Subject: [PATCH] DroidFish: Explicitly set the drawer menu foreground text color. The default color is hard to read on some devices. --- DroidFish/res/layout/drawer_list_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/DroidFish/res/layout/drawer_list_item.xml b/DroidFish/res/layout/drawer_list_item.xml index 9082535..86d5b2e 100644 --- a/DroidFish/res/layout/drawer_list_item.xml +++ b/DroidFish/res/layout/drawer_list_item.xml @@ -4,5 +4,6 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="12dp" + android:textColor="#FFBEBEBE" android:textSize="20sp">