blob: f0bc66cc8542eddba746bc2474e2f0d51687d4a0 [file] [log] [blame]
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res/org.sflphone"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<ImageView
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
android:layout_alignParentTop="true"
android:background="@color/sfl_dark_blue" />
<org.sflphone.views.PagerSlidingTabStrip
android:id="@+id/pts_main"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
android:layout_alignParentTop="true"
android:background="@color/sfl_blue_0"
app:indicatorColor="@color/sfl_light_blue"
app:shouldExpand="true"
app:underlineColor="@color/sfl_light_blue" />
<android.support.v4.view.ViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/pts_main" />
</RelativeLayout>