| author | Vincent V. <marseille@beem-project.com> | 
| Mon, 16 Jul 2012 15:43:55 +0200 | |
| changeset 946 | 7caab0161cf9 | 
| parent 898 | 965a9876c37a | 
| permissions | -rw-r--r-- | 
| 212 | 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"  | 
| 
946
 
7caab0161cf9
Android lint parser correction
 
Vincent V. <marseille@beem-project.com> 
parents: 
898 
diff
changeset
 | 
12  | 
android:layout_marginBottom="25dp"  | 
| 
 
7caab0161cf9
Android lint parser correction
 
Vincent V. <marseille@beem-project.com> 
parents: 
898 
diff
changeset
 | 
13  | 
android:layout_marginTop="42dp" />  | 
| 
898
 
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>  |