1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="@color/colorPrimary">
7 <com.moiseum.wolnelektury.components.ZoomableViewPager
8 android:id="@+id/vpGallery"
9 android:layout_width="match_parent"
10 android:layout_height="match_parent"/>
12 <me.relex.circleindicator.CircleIndicator
13 android:id="@+id/indicator"
14 android:layout_width="match_parent"
15 android:layout_height="48dp"
16 android:layout_alignParentBottom="true"/>