aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/example-app/src/main/res
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-14 17:01:17 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-14 17:01:17 +0100
commitd6953745810bd4c6dee3bfefb538236b2b7bdbb9 (patch)
tree9469b7280846e9b164a6c64cf6e3a7f9da83ed9e /OpenPGP-Keychain-API/example-app/src/main/res
parentacad2ba95723a940467e89a07e91498188a88745 (diff)
downloadopen-keychain-d6953745810bd4c6dee3bfefb538236b2b7bdbb9.tar.gz
open-keychain-d6953745810bd4c6dee3bfefb538236b2b7bdbb9.tar.bz2
open-keychain-d6953745810bd4c6dee3bfefb538236b2b7bdbb9.zip
conversion of other methods
Diffstat (limited to 'OpenPGP-Keychain-API/example-app/src/main/res')
-rw-r--r--OpenPGP-Keychain-API/example-app/src/main/res/layout/crypto_provider_demo.xml6
-rw-r--r--OpenPGP-Keychain-API/example-app/src/main/res/layout/intent_demo.xml4
2 files changed, 3 insertions, 7 deletions
diff --git a/OpenPGP-Keychain-API/example-app/src/main/res/layout/crypto_provider_demo.xml b/OpenPGP-Keychain-API/example-app/src/main/res/layout/crypto_provider_demo.xml
index 9f2a0e6ee..6647a417b 100644
--- a/OpenPGP-Keychain-API/example-app/src/main/res/layout/crypto_provider_demo.xml
+++ b/OpenPGP-Keychain-API/example-app/src/main/res/layout/crypto_provider_demo.xml
@@ -54,7 +54,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:onClick="encryptOnClick"
android:text="Encrypt" />
<Button
@@ -62,14 +61,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:onClick="signOnClick"
android:text="Sign" />
<Button
- android:id="@+id/crypto_provider_demo_encrypt_and_sign"
+ android:id="@+id/crypto_provider_demo_sign_and_encrypt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:onClick="signAndEncryptOnClick"
android:text="Sign and Encrypt" />
</LinearLayout>
@@ -77,7 +74,6 @@
android:id="@+id/crypto_provider_demo_decrypt_and_verify"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:onClick="decryptAndVerifyOnClick"
android:text="Decrypt and Verify" />
</LinearLayout> \ No newline at end of file
diff --git a/OpenPGP-Keychain-API/example-app/src/main/res/layout/intent_demo.xml b/OpenPGP-Keychain-API/example-app/src/main/res/layout/intent_demo.xml
index a765343f9..ed416a05f 100644
--- a/OpenPGP-Keychain-API/example-app/src/main/res/layout/intent_demo.xml
+++ b/OpenPGP-Keychain-API/example-app/src/main/res/layout/intent_demo.xml
@@ -12,7 +12,7 @@
android:id="@+id/Button02"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:onClick="encryptOnClick"
+ android:onClick="encrypt"
android:text="Encrypt" />
<Button
@@ -54,7 +54,7 @@
android:id="@+id/intent_demo_encrypt"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:onClick="encryptOnClick"
+ android:onClick="encrypt"
android:text="Encrypt" />
<Button