res/layout/contactlistgroup.xml
author Da Risk <darisk972@gmail.com>
Sat, 21 Mar 2009 02:09:05 +0100
changeset 33 0e65d5f55d2f
parent 21 b9f4a0ef574a
child 47 743ccc7961dc
permissions -rw-r--r--
Merge with ui. Synchronous connection worked. Add some checkstyle xml rules to use with the checkstyle plugin for eclipse and also a formatter for eclipse. Still work needs on asynchrounous connect
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     3
	android:layout_width="fill_parent"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     4
    android:layout_height="wrap_content"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     5
    android:orientation="vertical">
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     6
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     7
	<TextView android:id="@+id/textgroup"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     8
		android:height="50sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
     9
		android:textSize="20sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    10
       	android:textStyle="bold"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    11
       	android:paddingTop="10sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    12
       	android:paddingLeft="40sp"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    13
       	android:layout_width="fill_parent"
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    14
       	android:layout_height="wrap_content" />	
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    15
b9f4a0ef574a Contact List OK.
marseille@marseille-desktop
parents:
diff changeset
    16
 </LinearLayout>