mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-07 09:45:10 -05:00
8 lines
354 B
XML
8 lines
354 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/primarybackground">
|
|
|
|
</android.support.v4.view.ViewPager> |