cheogram/src/main/res/layout/activity_start_conversation.xml
2015-07-13 12:55:13 +02:00

8 lines
344 B
XML

<?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>