blob: e53d1a7f9b13b4397f69ec692a858f1f219c37e1 [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"
Alexandre Lisionc48c36a2013-11-12 16:26:10 -050013 android:textColor="@color/white"
Alexandre Lision8907c1c2013-11-12 11:40:14 -050014 app:indicatorColor="@color/sfl_light_blue"
15 app:underlineColor="@color/sfl_light_blue" />
16
17 <android.support.v4.view.ViewPager
18 android:id="@+id/pager"
19 android:layout_width="match_parent"
20 android:layout_height="match_parent"
Alexandre Lision3f1aa682013-11-18 10:49:28 -050021 android:layout_below="@+id/pager_sliding_strip" />
Alexandre Lision8907c1c2013-11-12 11:40:14 -050022
Alexandre Lision3b7148e2013-11-13 17:23:06 -050023 <FrameLayout
24 android:id="@+id/hidden_container"
25 android:layout_width="match_parent"
26 android:layout_height="match_parent" >
27 </FrameLayout>
28
Alexandre Lision8907c1c2013-11-12 11:40:14 -050029</RelativeLayout>