Support Revision 21 の新しい SwipeRefreshLayout (または、SDK マネージャーの最新版) を使用して動作するようにしましたが、使用してビューを下に移動する必要があります
import android.support.v4.widget.SwipeRefreshLayout;
....
mSwipeLayout = (SwipeRefreshLayout) findViewById(R.id.swipe);
mSwipeLayout.setProgressViewOffset(false, 100, 150)
SwipeRefreshLayout 型のメソッド setProgressViewOffset(boolean, int, int) は未定義です。
これを修正する方法は?