Browse Source

res: Replace the custom ExtendedViewPager widget with stock ViewPager.

eho 6 years ago
parent
commit
2e8c395037
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/res/layout/preview_image_activity.xml

+ 1 - 1
src/main/res/layout/preview_image_activity.xml

@@ -23,7 +23,7 @@
     android:layout_height="match_parent"
     android:clickable="true" >
 
-    <com.ortiz.touch.ExtendedViewPager
+    <android.support.v4.view.ViewPager
         android:id="@+id/fragmentPager"
 		android:layout_width="match_parent"
 		android:layout_height="match_parent"