From 06d721984d253c505f9ebfbe384380b8b4beaf23 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Wed, 26 Jun 2013 04:58:34 -0500 Subject: [PATCH] [Android] Make the navigation drawer not so blindingly dark. --- Source/Android/res/layout/gamelist_activity.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Android/res/layout/gamelist_activity.xml b/Source/Android/res/layout/gamelist_activity.xml index 08a2c4eb5b..2c22d36afa 100644 --- a/Source/Android/res/layout/gamelist_activity.xml +++ b/Source/Android/res/layout/gamelist_activity.xml @@ -16,5 +16,5 @@ android:choiceMode="singleChoice" android:divider="@android:color/transparent" android:dividerHeight="0dp" - android:background="#111"/> + android:background="#333"/>