diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2012-12-27 22:10:02 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2012-12-27 22:10:02 +0100 |
| commit | 8a2d76c4903687b3f9199c125c2e945b9285d1a3 (patch) | |
| tree | 15631335c6f9314679f0fc949fb65d5f63e50fe0 /res | |
| parent | 2c2a35d664fc7a22d55f6006e58bfd57a76eb093 (diff) | |
working SSL connection and POST request to deki.eu
Diffstat (limited to 'res')
| -rw-r--r-- | res/layout/main.xml | 3 | ||||
| -rw-r--r-- | res/raw/deki_eu.bks | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..25c7abd --- /dev/null +++ b/res/raw/deki_eu.bks |
