summaryrefslogtreecommitdiff
path: root/artwork/src
diff options
context:
space:
mode:
authorJerome Gaillard <jgaillard@google.com>2019-04-01 17:57:36 +0100
committerJerome Gaillard <jgaillard@google.com>2019-04-01 19:21:22 +0000
commit264e61411bd2d409e5148f29705fe44b0a6e58d7 (patch)
tree9bca8431bf5db6d720859f6b27379e9f11bacc5f /artwork/src
parentd199fb879d29861b82152a76bbcad2042201aab3 (diff)
downloadidea-264e61411bd2d409e5148f29705fe44b0a6e58d7.tar.gz
Add @2x version of icon in the new module wizard
This also deletes welcome_green.png icons as they are identical to the studio_product.png icons. Bug: 128541495 Test: checked visually on mac Retina display Change-Id: Ib75399aaa2e1fd0d5ad0ab51c60dbdbb37e57c16
Diffstat (limited to 'artwork/src')
-rw-r--r--artwork/src/icons/AndroidIcons.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/artwork/src/icons/AndroidIcons.java b/artwork/src/icons/AndroidIcons.java
index 8c183600d15..3ca7131bb80 100644
--- a/artwork/src/icons/AndroidIcons.java
+++ b/artwork/src/icons/AndroidIcons.java
@@ -55,11 +55,6 @@ public class AndroidIcons {
public static final Icon NavigationDrawer = load("/icons/wizards/navigation/navigation_drawer.png"); // 256x256
public static final Icon BottomNavigation = load("/icons/wizards/navigation/bottom_navigation.png"); // 256x256
public static final Icon NavigationTabs = load("/icons/wizards/navigation/navigation_tabs.png"); // 256x256
- /**
- * @deprecated Name is bad - this icon is used outside of project creation. Migrate to StudioProductIcon.
- * TODO: Post wizard migration: delete constant and welcome_green.png
- */
- public static final Icon NewProjectMascotGreen = load("/icons/wizards/welcome_green.png"); // 60x60
public static final Icon CppConfiguration = load("/icons/wizards/cpp_configure.png"); // 256x256
}