-<?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>
+<?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