Add a comment about game list color

This commit is contained in:
Sean Maas 2014-04-27 19:47:58 -04:00 committed by Sean
parent be7f39445f
commit 5865ae2d6f
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public final class GameListAdapter extends ArrayAdapter<GameListItem>
} }
} }
// Make every other game in the list grey
if (position % 2 == 1) if (position % 2 == 1)
convertView.setBackgroundColor(0xFFE3E3E3); convertView.setBackgroundColor(0xFFE3E3E3);