Summary:
ListView in API Level 24 is not rendered correctly
Listview as seen in Level 23 (correctly):
ListView as seen in Level 24 (not readable):
Reproduction Steps:
1. Add a listview to a layout
2. Add a line to the listview
3. Set manifest to use targetSdkVersion=24
Actual Behavior:
The added line is not visible. (I'm guessing it's the same color as the background.)
Expected Behavior:
The line is visible.
Notes (optional):
I'm not entirely sure this is a bug, but I can't imagine what I'm doing wrong otherwise.
Additional information (optional):
Project attached. You need to manually edit the manifest between 23 and 24 for targetSdkVersion to see the issue.