TrevorEdwards / bigredapp-android

Informational Android app for Cornell University.
https://play.google.com/store/apps/details?id=is.genki.bigredapp.android&hl=en
MIT License
14 stars 8 forks source link

Make list view onItemClickListener listen for row taps, not just TextView name taps #3

Closed ghost closed 9 years ago

ghost commented 9 years ago

Currently, only if you tap on the item's actual TextView in the ListView does it respond. It should instead respond if you tap on the item's row.

ghost commented 9 years ago

Fixed via 250baf607bd8e8c870950e97a5cd084534f43755. Yay, first issue completed :+1: