erikwt/PullToRefresh-ListView

bouncing animation problem

nicolas-gfstudio opened this issue · 0 comments

i’ve a RelativeLayout with an height of 50dp and under it i’ve the pull list, but when i trigger the refresh action the list with the bouncing animation moves over the Relative layout so over it i can see the pull to refresh label and the progress bar ….

i can’t reproduce the error with your example code because on import the sample project doesn’t see the lib on property->android-library library reference list.

NOTE: on XML code you will that i’ve renamed your class because i use 2 pull to refresh lib in different sections and they can’t be with the same name...

XML code ( only mentioned part ):

</RelativeLayout>

<eu.erikw.PullToRefreshListViewForLoadMore 
    android:id="@+id/pull_to_refresh_listview"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:layout_below="@+id/layoutContent"
        android:paddingBottom="9dp"
        android:clipToPadding="false"
    android:divider="#00FFFFFF"
    android:dividerHeight="9dp"
    android:visibility="gone" />