res/layout/login.xml
author Vincent V. <marseille@beem-project.com>
Sun, 12 Aug 2012 11:38:12 +0200
changeset 947 3c5724d30887
parent 946 7caab0161cf9
permissions -rw-r--r--
clean + remove avatar status for now (will be replace by beem colored icon)

<?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/log_as_logo"
		android:src="@drawable/logo"
		android:layout_width="fill_parent"
		android:layout_height="wrap_content"
		android:layout_marginBottom="25dp"
		android:layout_marginTop="42dp" />
	<ListView
		android:id="@+id/accountlist"
		android:layout_width="fill_parent"
		android:layout_height="fill_parent" />
</LinearLayout>