1<?xml version="1.0" encoding="utf-8"?>
2<layout xmlns:android="http://schemas.android.com/apk/res/android" >
3 <FrameLayout
4 android:layout_width="match_parent"
5 android:layout_height="match_parent">
6 <android.support.v4.view.ViewPager
7 android:id="@+id/start_conversation_view_pager"
8 android:layout_width="match_parent"
9 android:layout_height="match_parent"
10 android:background="?attr/color_background_primary"/>
11 <android.support.design.widget.FloatingActionButton
12 android:id="@+id/fab"
13 android:layout_width="wrap_content"
14 android:layout_height="wrap_content"
15 android:layout_gravity="end|bottom"
16 android:src="?attr/icon_add_person"
17 android:layout_margin="16dp" />
18 </FrameLayout>
19</layout>