]> Joshua Wise's Git repositories - dumload.git/blobdiff - res/layout/passwd.xml
Make dumload configurable
[dumload.git] / res / layout / passwd.xml
index f475e8d3a513049e594284fa5c059bbad1053d0b..897f21990921ae3439b45c300907bccf5c341647 100644 (file)
@@ -1,38 +1,38 @@
-<?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>
+<?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
This page took 0.054527 seconds and 4 git commands to generate.