app/src/main/res/layout/contactlist.xml
author Da Risk <da_risk@beem-project.com>
Sun, 15 Mar 2015 18:03:03 +0100
changeset 1044 197a85a35cba
parent 982 res/layout/contactlist.xml@7067aa267917
permissions -rw-r--r--
Move the app into an app submodule which respect the default gradle layout
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
363
c7ee14b65f39 Gestion du changement de group.
Vincent Veronis <veroni_v@epitech.net>
parents: 361
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
415
164c96b9e98b Mise en place nouvelle activite user info.
Vincent Veronis <veroni_v@epitech.net>
parents: 378
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
363
c7ee14b65f39 Gestion du changement de group.
Vincent Veronis <veroni_v@epitech.net>
parents: 361
diff changeset
     3
	android:layout_width="fill_parent" android:layout_height="fill_parent"
415
164c96b9e98b Mise en place nouvelle activite user info.
Vincent Veronis <veroni_v@epitech.net>
parents: 378
diff changeset
     4
	android:orientation="vertical">
981
e1b1c8ad710a Use the theme text appearance for most labels.
Da Risk <da_risk@beem-project.com>
parents: 970
diff changeset
     5
970
02aafc8b2220 Implements swiping on contact list by using android compat ViewPager
Da Risk <da_risk@beem-project.com>
parents: 764
diff changeset
     6
	 	<android.support.v4.view.ViewPager android:id="@+id/pager"
02aafc8b2220 Implements swiping on contact list by using android compat ViewPager
Da Risk <da_risk@beem-project.com>
parents: 764
diff changeset
     7
	 	    android:layout_width="fill_parent"
02aafc8b2220 Implements swiping on contact list by using android compat ViewPager
Da Risk <da_risk@beem-project.com>
parents: 764
diff changeset
     8
	 	    android:layout_height="fill_parent"
982
7067aa267917 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents: 981
diff changeset
     9
	 	    >
7067aa267917 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents: 981
diff changeset
    10
	 	    <android.support.v4.view.PagerTabStrip android:id="@+id/tabstrip"
7067aa267917 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents: 981
diff changeset
    11
	 	         android:layout_width="fill_parent"
7067aa267917 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents: 981
diff changeset
    12
	 	    	android:layout_height="wrap_content"
7067aa267917 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents: 981
diff changeset
    13
	 	    	android:textAppearance="@style/TitleStripTextAppearance"
7067aa267917 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents: 981
diff changeset
    14
	 	        /> 
7067aa267917 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents: 981
diff changeset
    15
	 	    
7067aa267917 Replace our custom Tabs gallery with the standard PagerTabStrip from ACL
Da Risk <da_risk@beem-project.com>
parents: 981
diff changeset
    16
	 	</android.support.v4.view.ViewPager>
970
02aafc8b2220 Implements swiping on contact list by using android compat ViewPager
Da Risk <da_risk@beem-project.com>
parents: 764
diff changeset
    17
	
363
c7ee14b65f39 Gestion du changement de group.
Vincent Veronis <veroni_v@epitech.net>
parents: 361
diff changeset
    18
</LinearLayout>