summaryrefslogtreecommitdiff
path: root/android/res/values
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2010-12-02 18:52:55 +0000
committerRobin Watts <robin.watts@artifex.com>2010-12-02 18:52:55 +0000
commitcd7c8b147ad173f7071d3b1d115e913fc08c5cc3 (patch)
treea99ff136ac5458d54b1d1ee5f8856c8c46a3905e /android/res/values
parentb31a16f7bb711764fab3722898e1b459ca79a1e1 (diff)
downloadmupdf-cd7c8b147ad173f7071d3b1d115e913fc08c5cc3.tar.xz
Import Android demo.
Diffstat (limited to 'android/res/values')
-rw-r--r--android/res/values/strings.xml4
-rw-r--r--android/res/values/theme.xml7
2 files changed, 11 insertions, 0 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
new file mode 100644
index 00000000..ec3f9ae6
--- /dev/null
+++ b/android/res/values/strings.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="app_name">MuPDF</string>
+</resources>
diff --git a/android/res/values/theme.xml b/android/res/values/theme.xml
new file mode 100644
index 00000000..68c55644
--- /dev/null
+++ b/android/res/values/theme.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="Theme.NoBackground.NoTitle" parent="android:Theme">
+ <item name="android:windowBackground">@null</item>
+ <item name="android:windowNoTitle">true</item>
+ </style>
+</resources>