«swiperefreshlayout» 태그된 질문

14
SwipeRefreshLayout setRefreshing ()이 처음에 표시기를 표시하지 않음
나는 아주 간단한 레이아웃을 가지고 있지만 내가 전화 할 때 setRefreshing(true)에 onActivityCreated()내 조각, 그것은 처음에 표시되지 않습니다. 새로 고치기 위해 풀을 할 때만 표시됩니다. 왜 처음에 나타나지 않는지 아는 아이디어가 있습니까? 조각 XML : <android.support.v4.widget.SwipeRefreshLayout android:id="@+id/swipe_container" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <ScrollView android:layout_width="match_parent" android:layout_height="match_parent"> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> </RelativeLayout> </ScrollView> </android.support.v4.widget.SwipeRefreshLayout> …

8
SwipeRefreshLayout + ViewPager, 가로 스크롤 만 제한 하시겠습니까?
내가 구현 한 SwipeRefreshLayout및 ViewPager내 응용 프로그램에서하지만 큰 문제가 있습니다 : 내가 페이지 사이를 잘 스위치 / 왼쪽으로 스 와이프 갈거야 때마다 스크롤이 너무 민감하다. 아래로 약간 스 와이프하면 SwipeRefreshLayout새로 고침도 트리거됩니다 . 수평 스 와이프가 시작될 때로 제한을 설정 한 다음 스 와이프가 끝날 때까지만 수평으로 강제로 설정하고 싶습니다. …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.