summaryrefslogtreecommitdiffstats
path: root/res/xml/wallpaper.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/wallpaper.xml')
-rw-r--r--res/xml/wallpaper.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/wallpaper.xml b/res/xml/wallpaper.xml
new file mode 100644
index 0000000..a3b5502
--- /dev/null
+++ b/res/xml/wallpaper.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<wallpaper xmlns:android="http://schemas.android.com/apk/res/android"
+ android:author="@string/wallpaper_author"
+ android:description="@string/wallpaper_description"
+ android:thumbnail="@drawable/wallpaper_thumb" />