]> Joshua Wise's Git repositories - dumload.git/blobdiff - res/layout/textnotif.xml
A few icon tweaks
[dumload.git] / res / layout / textnotif.xml
index 473cd8d6769eaa630654be00828133d4c8b5c8b9..1e1060a0f16373591fde22d131a8d6a71f35c184 100644 (file)
@@ -1,34 +1,34 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
-    android:orientation="horizontal"\r
-    android:layout_width="fill_parent"\r
-    android:layout_height="fill_parent"\r
-    android:padding="3dp"\r
-    >\r
-\r
-<ImageView\r
-    android:id="@+id/image"\r
-    android:layout_width="wrap_content"\r
-    android:layout_height="fill_parent"\r
-    android:layout_marginRight="10dp"\r
-    />\r
-\r
-<LinearLayout\r
-    android:orientation="vertical"\r
-    android:layout_width="fill_parent"\r
-    android:layout_height="wrap_content"\r
-    >\r
-<TextView  \r
-    android:id="@+id/headline"\r
-    android:layout_width="fill_parent" \r
-    android:layout_height="wrap_content" \r
-    android:textStyle="bold"\r
-    />\r
-<TextView  \r
-    android:id="@+id/status"\r
-    android:layout_width="fill_parent" \r
-    android:layout_height="wrap_content" \r
-    />\r
-\r
-</LinearLayout>\r
-</LinearLayout>\r
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="horizontal"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:padding="3dp"
+    >
+
+<ImageView
+    android:id="@+id/image"
+    android:layout_width="wrap_content"
+    android:layout_height="fill_parent"
+    android:layout_marginRight="10dp"
+    />
+
+<LinearLayout
+    android:orientation="vertical"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    >
+<TextView  
+    android:id="@+id/headline"
+    android:layout_width="fill_parent" 
+    android:layout_height="wrap_content" 
+    android:textStyle="bold"
+    />
+<TextView  
+    android:id="@+id/status"
+    android:layout_width="fill_parent" 
+    android:layout_height="wrap_content" 
+    />
+
+</LinearLayout>
+</LinearLayout>
This page took 0.027001 seconds and 4 git commands to generate.