android-viewflow
android-viewflow copied to clipboard
adapter getview position always return 0
when the adapter getView convertView parameter has been created,the position parameter always return 0. because in onMeasure function viewflow call obtainView pass 0(line 167),it need to pass mCurrentAdapterIndex.