diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-02-14 17:19:54 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-02-14 17:19:54 +0100 |
commit | 581e6edb4cdfb6274f21e532ba60a610a3ce1fc1 (patch) | |
tree | f144c513af5bff1dc4ddec43bc871ab7cc1263c3 /OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml | |
parent | d6953745810bd4c6dee3bfefb538236b2b7bdbb9 (diff) | |
download | open-keychain-581e6edb4cdfb6274f21e532ba60a610a3ce1fc1.tar.gz open-keychain-581e6edb4cdfb6274f21e532ba60a610a3ce1fc1.tar.bz2 open-keychain-581e6edb4cdfb6274f21e532ba60a610a3ce1fc1.zip |
cleanup
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.xml | 40 |
1 files changed, 0 insertions, 40 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 deleted file mode 100644 index 73abd9b5c..000000000 --- a/OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?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 |