다음은 내 레이아웃 xml입니다. ScrollView Inside ScrollView일반 스크롤보기에서 스크롤 뷰를 새로 고치기 위해 스크롤하는 방법
그러나, 그것은 작동하지 않았다 :
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/garae_scroll"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/background"
android:fillViewport="true"
android:focusableInTouchMode="false" >
<RelativeLayout>
...
<com.handmark.pulltorefresh.library.PullToRefreshScrollView>
<LinearLayout/>
</com.handmark.pulltorefresh.library.PullToRefreshScrollView>
</RelativeLayout>
</ScrollView>
는 이미이 링크에서 솔루션을 시도했다. 자식 PullToRefreshScrollView를 어떻게 사용할 수 있습니까 ?? 도와주세요.
감사합니다. Hugo 나는 많은 예제를 살펴 보았지만 쿼리 리스너를 구현해야한다고 언급하지 않았습니다. – dharmesh