From a704c54d4e1eaf18c3fb8abd380304c69c310c32 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 27 Mar 2012 06:27:19 +0200 Subject: Generate and add *.apk files to the 7z archive [for deployment] --- resources/android/res-jocl/drawable-hdpi/icon.png | Bin 0 -> 2516 bytes resources/android/res-jocl/drawable-ldpi/icon.png | Bin 0 -> 1172 bytes resources/android/res-jocl/drawable-mdpi/icon.png | Bin 0 -> 1570 bytes resources/android/res-jocl/layout/main.xml | 12 ++++++++++++ resources/android/res-jocl/values/strings.xml | 8 ++++++++ 5 files changed, 20 insertions(+) create mode 100644 resources/android/res-jocl/drawable-hdpi/icon.png create mode 100644 resources/android/res-jocl/drawable-ldpi/icon.png create mode 100644 resources/android/res-jocl/drawable-mdpi/icon.png create mode 100644 resources/android/res-jocl/layout/main.xml create mode 100644 resources/android/res-jocl/values/strings.xml (limited to 'resources/android/res-jocl') diff --git a/resources/android/res-jocl/drawable-hdpi/icon.png b/resources/android/res-jocl/drawable-hdpi/icon.png new file mode 100644 index 00000000..2148232c Binary files /dev/null and b/resources/android/res-jocl/drawable-hdpi/icon.png differ diff --git a/resources/android/res-jocl/drawable-ldpi/icon.png b/resources/android/res-jocl/drawable-ldpi/icon.png new file mode 100644 index 00000000..c16211f3 Binary files /dev/null and b/resources/android/res-jocl/drawable-ldpi/icon.png differ diff --git a/resources/android/res-jocl/drawable-mdpi/icon.png b/resources/android/res-jocl/drawable-mdpi/icon.png new file mode 100644 index 00000000..1c26e3f8 Binary files /dev/null and b/resources/android/res-jocl/drawable-mdpi/icon.png differ diff --git a/resources/android/res-jocl/layout/main.xml b/resources/android/res-jocl/layout/main.xml new file mode 100644 index 00000000..3a5f117d --- /dev/null +++ b/resources/android/res-jocl/layout/main.xml @@ -0,0 +1,12 @@ + + + + diff --git a/resources/android/res-jocl/values/strings.xml b/resources/android/res-jocl/values/strings.xml new file mode 100644 index 00000000..24038557 --- /dev/null +++ b/resources/android/res-jocl/values/strings.xml @@ -0,0 +1,8 @@ + + + Jocl Library + JogAmp\'s Jocl Library + Contains Dalvik and native code, supporting native bindings. + Jocl + The Jocl Library. + -- cgit v1.2.3