summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2013-06-26 04:58:34 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2013-06-26 04:58:34 -0500
commit06d721984d253c505f9ebfbe384380b8b4beaf23 (patch)
tree963f02f76a6d06241e5cfdb1c5a85f6e92c5d4fe /Source/Android
parentfc0f347ceaa6d03d2374bce3bc92dafff1f6d117 (diff)
[Android] Make the navigation drawer not so blindingly dark.
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/layout/gamelist_activity.xml2
1 files changed, 1 insertions, 1 deletions
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"/>
</android.support.v4.widget.DrawerLayout>