Add tab swiping in the contact picker

This commit is contained in:
Veeti Paananen
2013-12-16 22:17:52 +02:00
parent e7f4a6039c
commit f18324e2d6
2 changed files with 91 additions and 47 deletions

View File

@@ -5,8 +5,8 @@
android:orientation="vertical"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:id="@+id/fragment_container"
android:layout_height="match_parent"
android:layout_width="match_parent"/>
<android.support.v4.view.ViewPager android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>