mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Add a comment about game list color
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user