summaryrefslogtreecommitdiff
path: root/res
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
parent2c2a35d664fc7a22d55f6006e58bfd57a76eb093 (diff)
working SSL connection and POST request to deki.eu
Diffstat (limited to 'res')
-rw-r--r--res/layout/main.xml3
-rw-r--r--res/raw/deki_eu.bksbin0 -> 5056 bytes
2 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>
diff --git a/res/raw/deki_eu.bks b/res/raw/deki_eu.bks
new file mode 100644
index 0000000..25c7abd
--- /dev/null
+++ b/res/raw/deki_eu.bks
Binary files differ