소스 검색

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"