res/layout/contactlistgroup.xml
author marseille@marseille-desktop
Fri, 20 Mar 2009 23:48:49 +0100
changeset 23 b6f30d35ea22
parent 21 b9f4a0ef574a
child 47 743ccc7961dc
permissions -rw-r--r--
Reorganisation fichier xml. Changement fenetre connection plus 'jolie' ??

<?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="wrap_content"
    android:orientation="vertical">

	<TextView android:id="@+id/textgroup"
		android:height="50sp"
		android:textSize="20sp"
       	android:textStyle="bold"
       	android:paddingTop="10sp"
       	android:paddingLeft="40sp"
       	android:layout_width="fill_parent"
       	android:layout_height="wrap_content" />	

 </LinearLayout>