, , Android. , , , , "" . SwipeToRefresh
, .
, ,
listView.setOverScrollMode(View.OVER_SCROLL_NEVER);
, , . , , .
AbsListView # setOverScrollMode (int)
: ( , )
. . , . , - , . 1, . , , . , .
Drawable drawable = ResourcesCompat.getDrawable(getResources(), R.drawable.invisible_footer, null);
listView.setOverscrollFooter(drawable);
"invisible_footer.xml"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="2dp"
android:width="10dp"
android:viewportWidth="10"
android:viewportHeight="2">
<path android:pathData="M 1 1 H 10"
android:strokeColor="#00000000" android:strokeWidth="1" />
</vector>
ListView.html # setOverscrollHeader()
: