Add a comment about game list color
This commit is contained in:
parent
be7f39445f
commit
5865ae2d6f
|
@ -70,6 +70,7 @@ public final class GameListAdapter extends ArrayAdapter<GameListItem>
|
|||
}
|
||||
}
|
||||
|
||||
// Make every other game in the list grey
|
||||
if (position % 2 == 1)
|
||||
convertView.setBackgroundColor(0xFFE3E3E3);
|
||||
|
||||
|
|
Loading…
Reference in New Issue