Commits

Romain Guy authored 18d1255ebe8
Prevents memory leaks by correctly detaching views in AbsListView. AbsListView can reject views from the recycler's scrap heap but when that happens the rejected view is not detached from the parent. This can be pretty bad in the case of TextView since it prevents them from unregistering their OnPreDrawListeners.