res/layout/beem.xml
author dasilvj@jean-manuel-da-silvas-macbook.local
Sat, 28 Mar 2009 03:36:14 -0400
changeset 44 ff7b74becc50
parent 23 b6f30d35ea22
child 70 31b436663df5
permissions -rw-r--r--
Issue #60 Création d'un package pour les providers. Ecritures des providers pour les Utilisateurs de BEEM et leurs contacts.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:orientation="vertical"
	android:layout_width="fill_parent"
	android:layout_height="fill_parent">

	<ImageView android:id="@+id/logo"
		android:src="@drawable/logo"
		android:adjustViewBounds="true"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"/>
		
	<TextView android:text="@string/BeemJabberID"
		android:textSize="25sp"
		android:paddingLeft="100sp"
		android:paddingTop="50sp"
		android:paddingBottom="15sp"
		android:layout_width="fill_parent"
		android:layout_height="wrap_content" />
		
	<ImageView android:id="@+id/avatar"
		android:src="@drawable/bart"
		android:paddingTop="10sp"
		android:paddingBottom="10sp"		
		android:adjustViewBounds="true"
		android:layout_width="fill_parent"
		android:layout_height="wrap_content"/>
		
	<Button android:id="@+id/connection"
		android:textSize="20sp"
		android:singleLine="true"
		android:layout_width="fill_parent"
		android:layout_height="wrap_content"/>

</LinearLayout>