瀏覽代碼

res: Replace the custom ExtendedViewPager widget with stock ViewPager.

eho 6 年之前
父節點
當前提交
2e8c395037
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"