summaryrefslogtreecommitdiff
path: root/adt-branding
diff options
context:
space:
mode:
authorEsteban de la Canal <estebandlc@google.com>2015-01-14 14:38:30 -0800
committerEsteban de la Canal <estebandlc@google.com>2015-01-14 14:41:52 -0800
commit64399d9fb41e085dd79f9cf2181e23174eb72b1f (patch)
tree88ebd261bb1107f8fdf571019a260eb4086c4136 /adt-branding
parent82bf3fb5c6cf778a7562c49caeef3711b3395490 (diff)
downloadidea-64399d9fb41e085dd79f9cf2181e23174eb72b1f.tar.gz
Fixes low resolution icon in Linux.
The image used for the icon in Linux when there is no .desktop shortcut set is not the same one used when the file is not present. The first one is any svg or png in the bin directory. The second one is the one specified in ApplicationInfo.xml Change-Id: I9cbc9fde0962ce3bd8803908be9b6f2eaf1b1417
Diffstat (limited to 'adt-branding')
-rwxr-xr-xadt-branding/src/idea/AndroidStudioApplicationInfo.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/adt-branding/src/idea/AndroidStudioApplicationInfo.xml b/adt-branding/src/idea/AndroidStudioApplicationInfo.xml
index 2fda35a2949..9f8420d3b03 100755
--- a/adt-branding/src/idea/AndroidStudioApplicationInfo.xml
+++ b/adt-branding/src/idea/AndroidStudioApplicationInfo.xml
@@ -20,7 +20,7 @@
<install-over minbuild="0.1" maxbuild="999.999999" version="0"/>
<logo url="/artwork/studio_splash.png" textcolor="cccccc" progressColor="90c653" progressY="238" progressTailIcon="/community_progress_tail.png"/>
<about url="/artwork/studio_about.png" foreground="cccccc"/>
- <icon size32="/artwork/icon_AS.png" size16="/artwork/icon_AS_small.png" size32opaque="/artwork/icon_AS_white.png" size12="/artwork/toolWindowProject_AS.png"/>
+ <icon size128="/artwork/icon_AS_128.png" size32="/artwork/icon_AS.png" size16="/artwork/icon_AS_small.png" size32opaque="/artwork/icon_AS_white.png" size12="/artwork/toolWindowProject_AS.png"/>
<package code="__PACKAGE_CODE__"/>
<names product="Android Studio" fullname="Android Studio" script="studio"/> <!-- fullname is used by NPW to show default folder for projects as -->