2014-10-16 20:06:56 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/article_pager_container"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" >
|
|
|
|
|
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
android:id="@+id/article_pager"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2014-10-30 10:43:01 +00:00
|
|
|
android:layout_alignParentTop="true">
|
2014-10-16 20:06:56 +00:00
|
|
|
</android.support.v4.view.ViewPager>
|
|
|
|
|
|
|
|
<com.viewpagerindicator.UnderlinePageIndicator
|
|
|
|
android:id="@+id/article_titles"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="2dp"
|
|
|
|
android:layout_alignParentBottom="true"
|
|
|
|
android:layout_alignParentLeft="true" />
|
|
|
|
|
2013-04-16 18:00:59 +00:00
|
|
|
</RelativeLayout>
|