| author | "Vincent Veronis" |
| Sun, 20 Mar 2011 02:55:29 +0100 | |
| changeset 876 | e221906b6fc7 |
| parent 875 | c555133a4d72 |
| child 898 | 965a9876c37a |
| permissions | -rw-r--r-- |
| 212 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
|
876
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
2 |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
3 |
android:orientation="vertical" android:layout_width="fill_parent" |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
4 |
android:layout_height="fill_parent"> |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
5 |
<ImageView android:id="@+id/log_as_logo" android:src="@drawable/logo" |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
6 |
android:layout_width="fill_parent" android:layout_height="wrap_content" |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
7 |
android:layout_marginBottom="25px" android:layout_marginTop="42px" /> |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
8 |
<TextView android:id="@+id/log_as_msg" android:layout_width="fill_parent" |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
9 |
android:layout_height="wrap_content" android:gravity="center" |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
10 |
android:textColor="#FF0000" android:textStyle="bold" android:textSize="14sp" /> |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
11 |
<ListView android:id="@+id/accountlist" android:layout_width="fill_parent" |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
12 |
android:layout_height="fill_parent" /> |
|
e221906b6fc7
Add the list of accounts in the Login.View
"Vincent Veronis"
parents:
875
diff
changeset
|
13 |
</LinearLayout> |