summaryrefslogtreecommitdiffstats
path: root/make/lib/android/res/layout/main.xml
diff options
context:
space:
mode:
authorRami Santina <[email protected]>2011-07-26 13:39:34 +0300
committerRami Santina <[email protected]>2011-07-26 13:39:34 +0300
commite8a8fdda769277496772444fa4f99f863e9f355a (patch)
tree82f1be259c5ef67d57e32b8cc9ae7cfaae47b9ab /make/lib/android/res/layout/main.xml
parent2488c4de3e5fe7c4b8258af3fb8aae9b4d5091ce (diff)
Added android packaging for android gluegen-rt.apk
the apk package can be installed on android device using adb install gluegen-rt.apk reference package on device is com.jogamp.gluegen gerenic icons is added to be replaced by jogamp logo changes to apk can be controled thru manifest lib/android/AndroidManifest.xml
Diffstat (limited to 'make/lib/android/res/layout/main.xml')
-rw-r--r--make/lib/android/res/layout/main.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/make/lib/android/res/layout/main.xml b/make/lib/android/res/layout/main.xml
new file mode 100644
index 0000000..3a5f117
--- /dev/null
+++ b/make/lib/android/res/layout/main.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ >
+<TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/hello"
+ />
+</LinearLayout>