commit | 308ab91f36b70d20ee72d9459ff06db7e5186493 | [log] [tgz] |
---|---|---|
author | Trevor Johns <trevorjohns@google.com> | Thu Sep 19 12:31:26 2013 -0700 |
committer | Trevor Johns <trevorjohns@google.com> | Thu Sep 19 12:34:37 2013 -0700 |
tree | 7eae279664d1ef77144d665334fe8acc4b08e062 | |
parent | a28673a73ebd82eb3aa3e4992079fc334a8b2bb5 [diff] |
Template: Move launcher icons to "create" dir Launcher icons should be in the "create" template, rather than the "base" template. This allows downstream projects to override their launcher icons with custom artwork. Change-Id: Ic26b782ff094b1b17bd05e0e1d5bd4979ba94040
diff --git a/common/build/templates/base/_MODULE_/src/template/res/drawable-hdpi/ic_launcher.png b/common/build/templates/create/_MODULE_/src/main/res/drawable-hdpi/ic_launcher.png similarity index 100% rename from common/build/templates/base/_MODULE_/src/template/res/drawable-hdpi/ic_launcher.png rename to common/build/templates/create/_MODULE_/src/main/res/drawable-hdpi/ic_launcher.png Binary files differ
diff --git a/common/build/templates/base/_MODULE_/src/template/res/drawable-mdpi/ic_launcher.png b/common/build/templates/create/_MODULE_/src/main/res/drawable-mdpi/ic_launcher.png similarity index 100% rename from common/build/templates/base/_MODULE_/src/template/res/drawable-mdpi/ic_launcher.png rename to common/build/templates/create/_MODULE_/src/main/res/drawable-mdpi/ic_launcher.png Binary files differ
diff --git a/common/build/templates/base/_MODULE_/src/template/res/drawable-xhdpi/ic_launcher.png b/common/build/templates/create/_MODULE_/src/main/res/drawable-xhdpi/ic_launcher.png similarity index 100% rename from common/build/templates/base/_MODULE_/src/template/res/drawable-xhdpi/ic_launcher.png rename to common/build/templates/create/_MODULE_/src/main/res/drawable-xhdpi/ic_launcher.png Binary files differ
diff --git a/common/build/templates/base/_MODULE_/src/template/res/drawable-xxhdpi/ic_launcher.png b/common/build/templates/create/_MODULE_/src/main/res/drawable-xxhdpi/ic_launcher.png similarity index 100% rename from common/build/templates/base/_MODULE_/src/template/res/drawable-xxhdpi/ic_launcher.png rename to common/build/templates/create/_MODULE_/src/main/res/drawable-xxhdpi/ic_launcher.png Binary files differ