From 46155b2c3678784f6333eed1d65a35eefdcb2001 Mon Sep 17 00:00:00 2001
From: Max Horn
Date: Sun, 6 Jun 2010 09:34:36 +0000
Subject: Add Android backend from patch #2603856
svn-id: r49449
---
dists/android/res/drawable/gradient.xml | 7 +++++++
dists/android/res/layout/main.xml | 10 ++++++++++
dists/android/res/layout/splash.xml | 19 +++++++++++++++++++
dists/android/res/values/strings.xml | 22 ++++++++++++++++++++++
4 files changed, 58 insertions(+)
create mode 100644 dists/android/res/drawable/gradient.xml
create mode 100644 dists/android/res/layout/main.xml
create mode 100644 dists/android/res/layout/splash.xml
create mode 100644 dists/android/res/values/strings.xml
(limited to 'dists/android/res')
diff --git a/dists/android/res/drawable/gradient.xml b/dists/android/res/drawable/gradient.xml
new file mode 100644
index 0000000000..dbfd9b5b34
--- /dev/null
+++ b/dists/android/res/drawable/gradient.xml
@@ -0,0 +1,7 @@
+
+
+
+
diff --git a/dists/android/res/layout/main.xml b/dists/android/res/layout/main.xml
new file mode 100644
index 0000000000..f5276ce41b
--- /dev/null
+++ b/dists/android/res/layout/main.xml
@@ -0,0 +1,10 @@
+
+
diff --git a/dists/android/res/layout/splash.xml b/dists/android/res/layout/splash.xml
new file mode 100644
index 0000000000..e9fd5f70e7
--- /dev/null
+++ b/dists/android/res/layout/splash.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
diff --git a/dists/android/res/values/strings.xml b/dists/android/res/values/strings.xml
new file mode 100644
index 0000000000..e06509d3ed
--- /dev/null
+++ b/dists/android/res/values/strings.xml
@@ -0,0 +1,22 @@
+
+
+ ScummVM
+ Graphic adventure game engine
+ Quit
+ ScummVM plugin
+ Allows the application to
+ provide a ScummVM loadable plugin: code that will be executed in the
+ ScummVM application. Malicious plugins may do anything ScummVM
+ itself could do: write to your SD card, delete your savegames,
+ change the ScummVM background to puce, replace menu labels with rude
+ words, etc.
+ No SD card?
+ Unable to read your SD card. This usually
+ means you still have it mounted on your PC. Unmount, reinsert,
+ whatever and then try again.
+ No plugins found
+ ScummVM requires at least one game
+ engine to be useful. Engines are available as separate plugin
+ packages, from wherever you found ScummVM.
+ To Market
+
--
cgit v1.2.3