From 754b2a6cb15a6af61150cd4b1ce472bebd4fec22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sun, 9 Feb 2014 19:22:14 +0100 Subject: Restructuring for new API library --- .../src/main/res/drawable-hdpi/ic_launcher.png | Bin 0 -> 2626 bytes .../src/main/res/drawable-mdpi/ic_launcher.png | Bin 0 -> 1732 bytes .../src/main/res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 3517 bytes .../src/main/res/drawable-xxhdpi/ic_launcher.png | Bin 0 -> 5717 bytes .../example-app/src/main/res/layout/aidl_demo2.xml | 40 +++++++++ .../src/main/res/layout/crypto_provider_demo.xml | 83 ++++++++++++++++++ .../src/main/res/layout/intent_demo.xml | 93 +++++++++++++++++++++ .../src/main/res/xml/base_preference.xml | 23 +++++ 8 files changed, 239 insertions(+) create mode 100644 OpenPGP-Keychain-API/example-app/src/main/res/drawable-hdpi/ic_launcher.png create mode 100644 OpenPGP-Keychain-API/example-app/src/main/res/drawable-mdpi/ic_launcher.png create mode 100644 OpenPGP-Keychain-API/example-app/src/main/res/drawable-xhdpi/ic_launcher.png create mode 100644 OpenPGP-Keychain-API/example-app/src/main/res/drawable-xxhdpi/ic_launcher.png create mode 100644 OpenPGP-Keychain-API/example-app/src/main/res/layout/aidl_demo2.xml create mode 100644 OpenPGP-Keychain-API/example-app/src/main/res/layout/crypto_provider_demo.xml create mode 100644 OpenPGP-Keychain-API/example-app/src/main/res/layout/intent_demo.xml create mode 100644 OpenPGP-Keychain-API/example-app/src/main/res/xml/base_preference.xml (limited to 'OpenPGP-Keychain-API/example-app/src/main/res') diff --git a/OpenPGP-Keychain-API/example-app/src/main/res/drawable-hdpi/ic_launcher.png b/OpenPGP-Keychain-API/example-app/src/main/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 000000000..cf114d7db Binary files /dev/null and b/OpenPGP-Keychain-API/example-app/src/main/res/drawable-hdpi/ic_launcher.png differ diff --git a/OpenPGP-Keychain-API/example-app/src/main/res/drawable-mdpi/ic_launcher.png b/OpenPGP-Keychain-API/example-app/src/main/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 000000000..d55318843 Binary files /dev/null and b/OpenPGP-Keychain-API/example-app/src/main/res/drawable-mdpi/ic_launcher.png differ diff --git a/OpenPGP-Keychain-API/example-app/src/main/res/drawable-xhdpi/ic_launcher.png b/OpenPGP-Keychain-API/example-app/src/main/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 000000000..13ed3d450 Binary files /dev/null and b/OpenPGP-Keychain-API/example-app/src/main/res/drawable-xhdpi/ic_launcher.png differ diff --git a/OpenPGP-Keychain-API/example-app/src/main/res/drawable-xxhdpi/ic_launcher.png b/OpenPGP-Keychain-API/example-app/src/main/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 000000000..831c993d4 Binary files /dev/null and b/OpenPGP-Keychain-API/example-app/src/main/res/drawable-xxhdpi/ic_launcher.png differ 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 @@ + + + + + +