I have a strange Error with a ViewGroup. For my main View I use classes in this links ViewFlow project
java.lang.IllegalArgumentException: parameter must be
Solved my problem with adding scroll listener.
@Override public View getView(int position, View convertView, ViewGroup parent) { View currentFocus = ((Activity)mContext).getCurrentFocus(); if (currentFocus != null) { currentFocus.clearFocus(); } }