-<?xml version="1.0" encoding="utf-8"?>\r
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
- android:orientation="vertical"\r
- android:layout_width="fill_parent"\r
- android:layout_height="fill_parent"\r
- android:padding="10dp"\r
- >\r
-<TextView \r
- android:id="@+id/prompt"\r
- android:layout_width="fill_parent" \r
- android:layout_height="wrap_content" \r
- />\r
-<EditText\r
- android:id="@+id/entry"\r
- android:layout_width="fill_parent"\r
- android:layout_height="wrap_content"\r
- android:background="@android:drawable/editbox_background"\r
- android:password="true"\r
- />\r
-<LinearLayout\r
- android:orientation="horizontal"\r
- android:layout_width="fill_parent"\r
- android:layout_height="wrap_content"\r
- >\r
-<Button\r
- android:id="@+id/ok"\r
- android:layout_width="wrap_content"\r
- android:layout_height="wrap_content"\r
- android:text="OK"\r
- />\r
-<Button\r
- android:id="@+id/cancel"\r
- android:layout_width="wrap_content"\r
- android:layout_height="wrap_content"\r
- android:text="Cancel"\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="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="10dp"
+ >
+<TextView
+ android:id="@+id/prompt"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ />
+<EditText
+ android:id="@+id/entry"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:background="@android:drawable/editbox_background"
+ android:password="true"
+ />
+<LinearLayout
+ android:orientation="horizontal"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ >
+<Button
+ android:id="@+id/ok"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="OK"
+ />
+<Button
+ android:id="@+id/cancel"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Cancel"
+ />
+</LinearLayout>
+</LinearLayout>