author | Vincent V. <marseille@beem-project.com> |
Sun, 12 Aug 2012 12:18:10 +0200 | |
changeset 948 | 1b906337327d |
parent 945 | 89f1be755b8d |
permissions | -rw-r--r-- |
945
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
1 |
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
2 |
android:id="@+id/layout" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
3 |
android:layout_width="fill_parent" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
4 |
android:layout_height="fill_parent" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
5 |
android:padding="10dp" > |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
6 |
|
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
7 |
<ImageButton |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
8 |
android:id="@+id/status" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
9 |
android:layout_width="wrap_content" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
10 |
android:layout_height="wrap_content" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
11 |
android:layout_alignParentLeft="true" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
12 |
android:layout_centerVertical="true" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
13 |
android:layout_marginRight="10dp" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
14 |
android:background="@drawable/beem_launcher_icon_silver" /> |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
15 |
|
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
16 |
<TextView |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
17 |
android:id="@+id/pseudo" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
18 |
style="@style/NotificationTitle" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
19 |
android:layout_width="wrap_content" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
20 |
android:layout_height="wrap_content" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
21 |
android:layout_toRightOf="@id/status" /> |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
22 |
|
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
23 |
<TextView |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
24 |
android:id="@+id/msgstatus" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
25 |
style="@style/NotificationText" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
26 |
android:layout_width="wrap_content" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
27 |
android:layout_height="wrap_content" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
28 |
android:layout_below="@id/pseudo" |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
29 |
android:layout_toRightOf="@id/status" /> |
89f1be755b8d
Recode Classes of the connection.
Vincent V. <marseille@beem-project.com>
parents:
909
diff
changeset
|
30 |
|
909 | 31 |
</RelativeLayout> |