aboutsummaryrefslogtreecommitdiffstats
path: root/templates/other/Daydream/globals.xml.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/other/Daydream/globals.xml.ftl')
-rw-r--r--templates/other/Daydream/globals.xml.ftl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/other/Daydream/globals.xml.ftl b/templates/other/Daydream/globals.xml.ftl
new file mode 100644
index 0000000..04537f9
--- /dev/null
+++ b/templates/other/Daydream/globals.xml.ftl
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<globals>
+ <global id="srcOut" value="src/${slashedPackageName(packageName)}" />
+ <global id="class_name" value="${classToResource(className)}" />
+ <global id="info_name" value="${classToResource(className)}_info" />
+ <global id="settingsClassName" value="${className}SettingsActivity" />
+ <global id="prefs_name" value="${classToResource(className)}_prefs" />
+</globals>