diff options
author | Robin Watts <robin.watts@artifex.com> | 2010-12-02 18:52:55 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2010-12-02 18:52:55 +0000 |
commit | cd7c8b147ad173f7071d3b1d115e913fc08c5cc3 (patch) | |
tree | a99ff136ac5458d54b1d1ee5f8856c8c46a3905e /android/res/values | |
parent | b31a16f7bb711764fab3722898e1b459ca79a1e1 (diff) | |
download | mupdf-cd7c8b147ad173f7071d3b1d115e913fc08c5cc3.tar.xz |
Import Android demo.
Diffstat (limited to 'android/res/values')
-rw-r--r-- | android/res/values/strings.xml | 4 | ||||
-rw-r--r-- | android/res/values/theme.xml | 7 |
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> |