aboutsummaryrefslogtreecommitdiffstats
path: root/make/resources/android/res-launcher
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-14 23:17:35 +0100
committerSven Gothel <[email protected]>2012-03-14 23:17:35 +0100
commita40e22a58e0c71a95f11b7c7e83247fbd4a4d94f (patch)
tree5310a3b2863b53a0d514e176bc157030c9d5e737 /make/resources/android/res-launcher
parentf814983eea2ceaca149d3c425356512f5f095d37 (diff)
Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b51c9a26b50d905b592d1fc4c8578)
- Remove jogl.android-launcher.apk in favor of generic jogamp.android-launcher.apk - All Android test code resides in jogl.test.apk (initial launcher and delegated 'real' one)
Diffstat (limited to 'make/resources/android/res-launcher')
-rw-r--r--make/resources/android/res-launcher/drawable-hdpi/icon.pngbin2516 -> 0 bytes
-rw-r--r--make/resources/android/res-launcher/drawable-ldpi/icon.pngbin1172 -> 0 bytes
-rw-r--r--make/resources/android/res-launcher/drawable-mdpi/icon.pngbin1570 -> 0 bytes
-rw-r--r--make/resources/android/res-launcher/layout/main.xml12
-rw-r--r--make/resources/android/res-launcher/values/colors.xml6
-rw-r--r--make/resources/android/res-launcher/values/strings.xml22
-rw-r--r--make/resources/android/res-launcher/values/styles.xml20
7 files changed, 0 insertions, 60 deletions
diff --git a/make/resources/android/res-launcher/drawable-hdpi/icon.png b/make/resources/android/res-launcher/drawable-hdpi/icon.png
deleted file mode 100644
index 2148232c9..000000000
--- a/make/resources/android/res-launcher/drawable-hdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/make/resources/android/res-launcher/drawable-ldpi/icon.png b/make/resources/android/res-launcher/drawable-ldpi/icon.png
deleted file mode 100644
index c16211f36..000000000
--- a/make/resources/android/res-launcher/drawable-ldpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/make/resources/android/res-launcher/drawable-mdpi/icon.png b/make/resources/android/res-launcher/drawable-mdpi/icon.png
deleted file mode 100644
index 1c26e3f83..000000000
--- a/make/resources/android/res-launcher/drawable-mdpi/icon.png
+++ /dev/null
Binary files differ
diff --git a/make/resources/android/res-launcher/layout/main.xml b/make/resources/android/res-launcher/layout/main.xml
deleted file mode 100644
index 3a5f117d3..000000000
--- a/make/resources/android/res-launcher/layout/main.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>
diff --git a/make/resources/android/res-launcher/values/colors.xml b/make/resources/android/res-launcher/values/colors.xml
deleted file mode 100644
index f4d188b25..000000000
--- a/make/resources/android/res-launcher/values/colors.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <drawable name="screen_background_black">#ff000000</drawable>
- <drawable name="translucent_background">#e0000000</drawable>
- <drawable name="transparent_background">#00000000</drawable>
-</resources>
diff --git a/make/resources/android/res-launcher/values/strings.xml b/make/resources/android/res-launcher/values/strings.xml
deleted file mode 100644
index 8b6928d9c..000000000
--- a/make/resources/android/res-launcher/values/strings.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <string name="hello">Jogl Launcher</string>
- <string name="app_name">JogAmp\'s Jogl Launcher</string>
- <string name="app_descr">Launches Jogl Applications.</string>
- <string name="activity_redsquarees1_name">RedSqrES1</string>
- <string name="activity_redsquarees1_descr">RedSquareES1</string>
- <string name="activity_redsquarees2_name">RedSqrES2</string>
- <string name="activity_redsquarees2_descr">RedSquareES2</string>
- <string name="activity_gearses1_name">GearsES1</string>
- <string name="activity_gearses1_descr">GearsES1</string>
- <string name="activity_gearses2_name">GearsES2</string>
- <string name="activity_gearses2_descr">GearsES2</string>
- <string name="activity_gearses2t_name">GearsES2T</string>
- <string name="activity_gearses2t_descr">GearsES2T</string>
- <string name="activity_graphui1p_name">GraphUI1p</string>
- <string name="activity_graphui1p_descr">GraphUI 1-pass</string>
- <string name="activity_graphui2p_name">GraphUI2p</string>
- <string name="activity_graphui2p_descr">GraphUI 2-pass</string>
- <string name="activity_elektro_name">Elektro</string>
- <string name="activity_elektro_descr">Elektro</string>
-</resources>
diff --git a/make/resources/android/res-launcher/values/styles.xml b/make/resources/android/res-launcher/values/styles.xml
deleted file mode 100644
index 5b7eb7e2e..000000000
--- a/make/resources/android/res-launcher/values/styles.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <style name="Theme" parent="android:Theme">
- </style>
-
- <style name="Theme.Translucent" parent="android:style/Theme.Translucent">
- <item name="android:windowBackground">@drawable/translucent_background</item>
- <item name="android:windowNoTitle">true</item>
- <item name="android:colorForeground">#fff</item>
- </style>
-
- <style name="Theme.Transparent">
- <item name="android:windowIsTranslucent">true</item>
- <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
- <item name="android:windowBackground">@drawable/transparent_background</item>
- <item name="android:windowNoTitle">true</item>
- <item name="android:colorForeground">#fff</item>
- </style>
-
-</resources>