aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics/android-icon-copier/options.templ.json
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-01-14 14:52:23 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-01-14 14:52:23 +0100
commitf397d4f995451850f25080d0f84c77ba2aaa4f9f (patch)
tree35a9e234eac8235a2b2a08b638c8c95cfea045bb /Graphics/android-icon-copier/options.templ.json
parentb4edb88f4540d9eff2c7f47091130bebe329bae2 (diff)
downloadopen-keychain-f397d4f995451850f25080d0f84c77ba2aaa4f9f.tar.gz
open-keychain-f397d4f995451850f25080d0f84c77ba2aaa4f9f.tar.bz2
open-keychain-f397d4f995451850f25080d0f84c77ba2aaa4f9f.zip
Reorganize folders of graphics sources
Diffstat (limited to 'Graphics/android-icon-copier/options.templ.json')
-rw-r--r--Graphics/android-icon-copier/options.templ.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/Graphics/android-icon-copier/options.templ.json b/Graphics/android-icon-copier/options.templ.json
new file mode 100644
index 000000000..319d90f42
--- /dev/null
+++ b/Graphics/android-icon-copier/options.templ.json
@@ -0,0 +1,8 @@
+{
+ "basePath": "~/Documents",
+ "filenameMap": {
+ "classic": "ic_action_{name}{bgSuffix}.png",
+ "fa": "ic_action_fa_{name}{bgSuffix}.png",
+ "material": "ic_{name}_{color}_{size}dp.png"
+ }
+}