Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_single_news_header.xml
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="@dimen/news_header_height">
5
6     <android.support.v4.view.ViewPager
7         android:id="@+id/vpGallery"
8         android:layout_width="match_parent"
9         android:layout_height="@dimen/news_header_height"/>
10
11     <me.relex.circleindicator.CircleIndicator
12         android:id="@+id/indicator"
13         android:layout_width="match_parent"
14         android:layout_height="48dp"
15         android:layout_alignParentBottom="true"/>
16 </RelativeLayout>