Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_zoom.xml
diff --git a/Android/app/src/main/res/layout/fragment_zoom.xml b/Android/app/src/main/res/layout/fragment_zoom.xml
new file mode 100644 (file)
index 0000000..ffd42d0
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+                android:layout_width="match_parent"
+                android:layout_height="match_parent"
+                android:background="@color/colorPrimary">
+
+    <com.moiseum.wolnelektury.components.ZoomableViewPager
+        android:id="@+id/vpGallery"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"/>
+
+    <me.relex.circleindicator.CircleIndicator
+        android:id="@+id/indicator"
+        android:layout_width="match_parent"
+        android:layout_height="48dp"
+        android:layout_alignParentBottom="true"/>
+</RelativeLayout>
\ No newline at end of file