author | "Vincent Veronis" |
Fri, 10 Jun 2011 21:04:07 +0200 | |
changeset 895 | e43d5abca8b0 |
parent 876 | e221906b6fc7 |
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> |