|
|
@@ -6,9 +6,8 @@ import android.util.SparseArray;
|
|
|
import android.view.View;
|
|
|
import android.widget.TextView;
|
|
|
|
|
|
-import com.sheep.gamegroup.view.adapter.PagerAdapter;
|
|
|
-import com.kfzs.duanduan.view.ViewPagerPlus;
|
|
|
import com.sheep.gamegroup.util.ListUtil;
|
|
|
+import com.sheep.gamegroup.view.adapter.PagerAdapter;
|
|
|
import com.sheep.jiuyan.samllsheep.BuildConfig;
|
|
|
import com.sheep.jiuyan.samllsheep.R;
|
|
|
import com.sheep.jiuyan.samllsheep.base.BaseFragment;
|
|
|
@@ -26,7 +25,7 @@ import butterknife.ButterKnife;
|
|
|
public class FgtAskGetMoneyFriend extends BaseFragment {
|
|
|
|
|
|
@BindView(R.id.friend_extract_vp)
|
|
|
- ViewPagerPlus friend_extract_vp;
|
|
|
+ ViewPager friend_extract_vp;
|
|
|
@BindView(R.id.friend_extract_last_page_tv)
|
|
|
TextView friend_extract_last_page_tv;
|
|
|
@BindView(R.id.friend_extract_page_tv)
|