aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-07-30 03:15:44 +0100
committerZeapo <mohamed@zenadi.com>2014-07-30 03:15:44 +0100
commit4fe2baccf1b6cb6fe944fa49e34ab794ee53e5c5 (patch)
treec991c339e063dd42ca6aa335e41773639825a7cd /app/src/main/res
parent86ff7a660c194ed908c37344b543368a3f85d7df (diff)
decryption is working, yay! now work on the callback
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_pgp_handler.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_pgp_handler.xml b/app/src/main/res/layout/activity_pgp_handler.xml
index 5a876766..159a6a9b 100644
--- a/app/src/main/res/layout/activity_pgp_handler.xml
+++ b/app/src/main/res/layout/activity_pgp_handler.xml
@@ -14,4 +14,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
+ <Button
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:onClick="getKey"
+ android:text="getkey"/>
+
</RelativeLayout>