diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-06-26 04:58:34 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2013-06-26 04:58:34 -0500 |
| commit | 06d721984d253c505f9ebfbe384380b8b4beaf23 (patch) | |
| tree | 963f02f76a6d06241e5cfdb1c5a85f6e92c5d4fe /Source/Android | |
| parent | fc0f347ceaa6d03d2374bce3bc92dafff1f6d117 (diff) | |
[Android] Make the navigation drawer not so blindingly dark.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/res/layout/gamelist_activity.xml | 2 |
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> |
