res/layout/contactlist.xml
changeset 1044 197a85a35cba
parent 1043 7d6f2526244a
child 1045 e5a970600066
--- a/res/layout/contactlist.xml	Sun Mar 15 17:28:04 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-	android:layout_width="fill_parent" android:layout_height="fill_parent"
-	android:orientation="vertical">
-
-	 	<android.support.v4.view.ViewPager android:id="@+id/pager"
-	 	    android:layout_width="fill_parent"
-	 	    android:layout_height="fill_parent"
-	 	    >
-	 	    <android.support.v4.view.PagerTabStrip android:id="@+id/tabstrip"
-	 	         android:layout_width="fill_parent"
-	 	    	android:layout_height="wrap_content"
-	 	    	android:textAppearance="@style/TitleStripTextAppearance"
-	 	        /> 
-	 	    
-	 	</android.support.v4.view.ViewPager>
-	
-</LinearLayout>