blob: 4126c8ccea394d7cae681f4bbdb93028bdb31dea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!--<android.support.v4.widget.SwipeRefreshLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/swiperefresh"
android:layout_height="match_parent"
android:layout_width="match_parent">-->
<com.camilstaps.common.DisablableViewPager
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="0dp"/>
|