]> Joshua Wise's Git repositories - dumload.git/blobdiff - res/layout/main.xml
Add location prompt and pubkey support
[dumload.git] / res / layout / main.xml
index da4f82e4b04cc2f5dadf3484c9329818e631bf01..9a37aeaf8da68d97b5841da7a837b8228d0b056b 100644 (file)
     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>
This page took 0.024161 seconds and 4 git commands to generate.