aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_start_conversation.xml
blob: b1077727960b4909405cd35ead43112149af946a (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="?attr/color_background_primary" >

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