blob: 383694ef48bbc123f12c309d82663abe58abb0c9 [file] [log] [blame]
<?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="wrap_content" >
<com.andrew.apollo.ui.widgets.ScrollableTabView
android:id="@+id/scrollingTabs"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v4.view.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/scrollingTabs" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="@dimen/bottom_action_bar_height"
android:layout_alignParentBottom="true" >
<android.support.v4.view.ViewPager
android:id="@+id/bottomActionBarPager"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>
</RelativeLayout>