res/layout/notification.xml
changeset 945 89f1be755b8d
parent 909 45ba9cc90c22
--- a/res/layout/notification.xml	Sun May 06 12:28:38 2012 +0200
+++ b/res/layout/notification.xml	Mon Jul 16 11:43:10 2012 +0200
@@ -1,28 +1,31 @@
-<RelativeLayout
-	xmlns:android="http://schemas.android.com/apk/res/android"
-	android:id="@+id/layout"
-	android:layout_width="fill_parent"
-	android:layout_height="fill_parent"
-	android:padding="10dp">
-	<ImageButton
-		android:id="@+id/status"
-		android:background="@drawable/beem_launcher_icon_silver"
-		android:layout_width="wrap_content"
-		android:layout_height="wrap_content"
-		android:layout_centerVertical="true"
-		android:layout_alignParentLeft="true"
-		android:layout_marginRight="10dp" />
-	<TextView
-		android:id="@+id/pseudo"
-		android:layout_width="wrap_content"
-		android:layout_height="wrap_content"
-		android:layout_toRightOf="@id/status"
-		style="@style/NotificationTitle" />
-	<TextView
-		android:id="@+id/msgstatus"
-		android:layout_width="wrap_content"
-		android:layout_height="wrap_content"
-		android:layout_toRightOf="@id/status"
-		android:layout_below="@id/pseudo"
-		style="@style/NotificationText" />
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:id="@+id/layout"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:padding="10dp" >
+
+    <ImageButton
+        android:id="@+id/status"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_alignParentLeft="true"
+        android:layout_centerVertical="true"
+        android:layout_marginRight="10dp"
+        android:background="@drawable/beem_launcher_icon_silver" />
+
+    <TextView
+        android:id="@+id/pseudo"
+        style="@style/NotificationTitle"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_toRightOf="@id/status" />
+
+    <TextView
+        android:id="@+id/msgstatus"
+        style="@style/NotificationText"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:layout_below="@id/pseudo"
+        android:layout_toRightOf="@id/status" />
+
 </RelativeLayout>
\ No newline at end of file