summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2012-12-27 22:10:02 +0100
committerReiner Herrmann <reiner@reiner-h.de>2012-12-27 22:10:02 +0100
commit8a2d76c4903687b3f9199c125c2e945b9285d1a3 (patch)
tree15631335c6f9314679f0fc949fb65d5f63e50fe0 /res/layout
parent2c2a35d664fc7a22d55f6006e58bfd57a76eb093 (diff)
working SSL connection and POST request to deki.eu
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/main.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 8155076..f811f65 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -21,6 +21,7 @@
<Button android:id="@+id/paste_button"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:text="@string/paste_button" />
+ android:text="@string/paste_button"
+ android:onClick="onPasteButtonClick" />
</LinearLayout>