diff --git a/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListAdapter.java b/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListAdapter.java index af1c95eabf..c9922e1adb 100644 --- a/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListAdapter.java +++ b/Source/Android/src/org/dolphinemu/dolphinemu/gamelist/GameListAdapter.java @@ -70,6 +70,7 @@ public final class GameListAdapter extends ArrayAdapter } } + // Make every other game in the list grey if (position % 2 == 1) convertView.setBackgroundColor(0xFFE3E3E3);