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