Added view pager for scrolling image previews with horizontal swipe
[pub/Android/ownCloud.git] / res / layout / preview_image_activity.xml
index 7884f02..23af485 100644 (file)
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
-    <LinearLayout
+    <android.support.v4.view.ViewPager 
+        android:id="@+id/fragmentPager"
+               android:layout_width="match_parent"
+               android:layout_height="match_parent" 
+               />
+    
+    <!-- LinearLayout
         android:id="@+id/fragment"
             android:layout_width="match_parent"
             android:layout_height="match_parent" >
-            <!-- Preview: layout=@layout/preview_image_fragment -->
-    </LinearLayout>
+            <!- - Preview: layout=@layout/preview_image_fragment - ->
+    </LinearLayout -->
 
 </LinearLayout>
\ No newline at end of file