]> Joshua Wise's Git repositories - dumload.git/blobdiff - res/layout/progressnotif.xml
Fix stray DOS line endings
[dumload.git] / res / layout / progressnotif.xml
index 5a44454425df77f1f666c3896a888cf17b9c0eaa..d742e57a68af77ceea4ea38ff30a2010fa44d5e3 100644 (file)
@@ -1,35 +1,35 @@
-<?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
-<ProgressBar\r
-    android:id="@+id/status"\r
-    android:layout_width="fill_parent" \r
-    android:layout_height="wrap_content" \r
-    style="?android:attr/progressBarStyleHorizontal"\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"
+    />
+<ProgressBar
+    android:id="@+id/status"
+    android:layout_width="fill_parent" 
+    android:layout_height="wrap_content" 
+    style="?android:attr/progressBarStyleHorizontal"
+    />
+
+</LinearLayout>
+</LinearLayout>
This page took 0.027836 seconds and 4 git commands to generate.