aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/activity_start_conversation.xml
blob: 28e954b9998b79d369c8b155d8ff336ec0ca79aa (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/grey50">

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