summaryrefslogtreecommitdiff
path: root/android/res/values
diff options
context:
space:
mode:
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>