2014-10-22 16:38:44 +00:00
|
|
|
<?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"
|
2015-07-13 10:55:13 +00:00
|
|
|
android:background="@color/grey50" >
|
2014-10-22 16:38:44 +00:00
|
|
|
|
|
|
|
</android.support.v4.view.ViewPager>
|