mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
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…
x
Reference in New Issue
Block a user