From d68576c3785572c1f5d41f83015b8fe6bbcbe9e8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 30 Mar 2016 17:49:04 +0200 Subject: Reorganize java and android source. platform/java and platform/android are reorganized: platform/java The new JNI Java classes, mupdf_native.{c,h}, Makefile and Makejar. platform/java/example The example desktop viewer classes. platform/android/viewer The original demo viewer. ndk-build is used to build libmupdf_java.so, making reference to mupdf_native.{c,h} in platform/java. --- .../android/viewer/res/layout/picker_entry.xml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 platform/android/viewer/res/layout/picker_entry.xml (limited to 'platform/android/viewer/res/layout/picker_entry.xml') diff --git a/platform/android/viewer/res/layout/picker_entry.xml b/platform/android/viewer/res/layout/picker_entry.xml new file mode 100644 index 00000000..673a4724 --- /dev/null +++ b/platform/android/viewer/res/layout/picker_entry.xml @@ -0,0 +1,25 @@ + + + + + + + + -- cgit v1.2.3