mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add a comment about game list color
This commit is contained in:
parent
be7f39445f
commit
5865ae2d6f
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue