res/layout/login.xml
author "Vincent Veronis"
Sat, 23 Jul 2011 01:28:07 +0200
changeset 898 965a9876c37a
parent 876 e221906b6fc7
child 946 7caab0161cf9
permissions -rw-r--r--
UI login now can connect to multi account
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
212
bbc0b169cdf0 Issues #124, #67, #88
dasilvj
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
898
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
     2
<LinearLayout
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
     3
	xmlns:android="http://schemas.android.com/apk/res/android"
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
     4
	android:orientation="vertical"
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
     5
	android:layout_width="fill_parent"
876
e221906b6fc7 Add the list of accounts in the Login.View
"Vincent Veronis"
parents: 875
diff changeset
     6
	android:layout_height="fill_parent">
898
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
     7
	<ImageView
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
     8
		android:id="@+id/log_as_logo"
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
     9
		android:src="@drawable/logo"
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
    10
		android:layout_width="fill_parent"
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
    11
		android:layout_height="wrap_content"
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
    12
		android:layout_marginBottom="25px"
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
    13
		android:layout_marginTop="42px" />
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
    14
	<ListView
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
    15
		android:id="@+id/accountlist"
965a9876c37a UI login now can connect to multi account
"Vincent Veronis"
parents: 876
diff changeset
    16
		android:layout_width="fill_parent"
876
e221906b6fc7 Add the list of accounts in the Login.View
"Vincent Veronis"
parents: 875
diff changeset
    17
		android:layout_height="fill_parent" />
e221906b6fc7 Add the list of accounts in the Login.View
"Vincent Veronis"
parents: 875
diff changeset
    18
</LinearLayout>