aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/activity_start_conversation.xml
blob: 9c757540e41c9fe4c0a5d92a4eb2b1f4b68bc684 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/start_conversation_view_pager"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/primarybackground">

</android.support.v4.view.ViewPager>