aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-09 19:22:14 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-09 19:22:14 +0100
commit754b2a6cb15a6af61150cd4b1ce472bebd4fec22 (patch)
treede280b70b9e5f2d04e1ac568eeadb01d726596e2 /OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml
parent35a123f53c87d2ff6130d44c2bed3c421775b9dd (diff)
downloadopen-keychain-754b2a6cb15a6af61150cd4b1ce472bebd4fec22.tar.gz
open-keychain-754b2a6cb15a6af61150cd4b1ce472bebd4fec22.tar.bz2
open-keychain-754b2a6cb15a6af61150cd4b1ce472bebd4fec22.zip
Restructuring for new API library
Diffstat (limited to 'OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml')
-rw-r--r--OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml b/OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml
new file mode 100644
index 000000000..73abd9b5c
--- /dev/null
+++ b/OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical" >
+
+ <Button
+ android:id="@+id/aidl_demo_select_encryption_key"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:onClick="selectEncryptionKeysOnClick"
+ android:text="Select encryption key(s)" />
+
+ <EditText
+ android:id="@+id/aidl_demo_keyrings"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="keyrings output"
+ android:textAppearance="@android:style/TextAppearance.Small" />
+
+ <Button
+ android:id="@+id/aidl_demo_get_keyrings_strings"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:onClick="getKeyringsStringsOnClick"
+ android:text="getKeyrings as Strings" />
+
+ <Button
+ android:id="@+id/aidl_demo_get_keyrings_bytes"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:onClick="getKeyringsBytesOnClick"
+ android:text="getKeyringsBytes" />
+ </LinearLayout>
+
+</ScrollView> \ No newline at end of file