We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b69b67 commit ce2d1d2Copy full SHA for ce2d1d2
1 file changed
sample/res/layout/activity_ptr_viewpager.xml
@@ -10,9 +10,9 @@
10
android:id="@+id/pull_refresh_viewpager"
11
android:layout_width="fill_parent"
12
android:layout_height="fill_parent"
13
- ptr:ptrRefreshableViewBackground="@android:color/black"
14
ptr:ptrAnimationStyle="flip"
15
ptr:ptrHeaderBackground="@android:color/darker_gray"
16
- ptr:ptrMode="both" />
+ ptr:ptrMode="both"
+ ptr:ptrRefreshableViewBackground="?android:attr/windowBackground" />
17
18
</FrameLayout>
0 commit comments