diff options
Diffstat (limited to 'OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml')
-rw-r--r-- | OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml index 0579aa643..1c0717d98 100644 --- a/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml +++ b/OpenPGP-Keychain-API-Demo/res/layout/crypto_provider_demo.xml @@ -74,12 +74,12 @@ android:text="Encrypt and Sign" /> <Button - android:id="@+id/crypto_provider_demo_decrypt" + android:id="@+id/crypto_provider_demo_decrypt_and_verify" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" android:onClick="decryptAndVerifyOnClick" - android:text="Decrypt" /> + android:text="Decrypt and Verify" /> </LinearLayout> </LinearLayout>
\ No newline at end of file |