You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to get back the ListAdapter that we provide in setAdapter. Currently we would have to use something like (SomeAdapter) ((WrapperListAdapter) getAdapter()).getWrappedAdapter()
which is a bit long. Maybe GridViewWithHeaderAndFooter could have a new method, getListAdapter.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to get back the
ListAdapter
that we provide insetAdapter
. Currently we would have to use something like(SomeAdapter) ((WrapperListAdapter) getAdapter()).getWrappedAdapter()
which is a bit long. Maybe
GridViewWithHeaderAndFooter
could have a new method,getListAdapter
.The text was updated successfully, but these errors were encountered: