Added Android code
[wl-app.git] / Android / app / src / main / res / layout / fragment_single_news_header.xml
diff --git a/Android/app/src/main/res/layout/fragment_single_news_header.xml b/Android/app/src/main/res/layout/fragment_single_news_header.xml
new file mode 100644 (file)
index 0000000..7b756d8
--- /dev/null
@@ -0,0 +1,16 @@
+<?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="@dimen/news_header_height">
+
+    <android.support.v4.view.ViewPager
+        android:id="@+id/vpGallery"
+        android:layout_width="match_parent"
+        android:layout_height="@dimen/news_header_height"/>
+
+    <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