blob: 6e3717a39ca5eed0ccc96215bf291ebd9557ef76 [file] [log] [blame]
Alexandre Lision8907c1c2013-11-12 11:40:14 -05001<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:app="http://schemas.android.com/apk/res/org.sflphone"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical" >
6
7 <org.sflphone.views.PagerSlidingTabStrip
8 android:id="@+id/pager_sliding_strip"
9 android:layout_width="match_parent"
10 android:layout_height="?android:attr/actionBarSize"
11 android:layout_alignParentTop="true"
12 android:background="@color/sfl_blue_0"
13 app:indicatorColor="@color/sfl_light_blue"
14 app:underlineColor="@color/sfl_light_blue" />
15
16 <android.support.v4.view.ViewPager
17 android:id="@+id/pager"
18 android:layout_width="match_parent"
19 android:layout_height="match_parent"
20 android:paddingTop="?android:attr/actionBarSize" />
21
22</RelativeLayout>