]> Joshua Wise's Git repositories - dumload.git/blobdiff - res/layout/main.xml
Make dumload configurable
[dumload.git] / res / layout / main.xml
index 9a37aeaf8da68d97b5841da7a837b8228d0b056b..3d983b58c45275ad330e1b8f7f2d6e741e915398 100644 (file)
@@ -1,26 +1,26 @@
-<?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"
-    >
-<TextView  
-    android:id="@+id/suckit"
-    android:layout_width="fill_parent" 
-    android:layout_height="wrap_content" 
-    android:text="@string/hello"
-    />
-<EditText
-    android:id="@+id/entry"
-    android:layout_width="fill_parent"
-    android:layout_height="wrap_content"
-    android:background="@android:drawable/editbox_background"
-    />
-<Button
-    android:id="@+id/go"
-    android:layout_width="wrap_content"
-    android:layout_height="wrap_content"
-    android:text="Go!"
-    />
-
-</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
+    >\r
+<TextView  \r
+    android:id="@+id/suckit"\r
+    android:layout_width="fill_parent" \r
+    android:layout_height="wrap_content" \r
+    android:text="@string/hello"\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
+    />\r
+<Button\r
+    android:id="@+id/go"\r
+    android:layout_width="wrap_content"\r
+    android:layout_height="wrap_content"\r
+    android:text="Go!"\r
+    />\r
+\r
+</LinearLayout>\r
This page took 0.026177 seconds and 4 git commands to generate.