summaryrefslogtreecommitdiffstats
path: root/apps/Development
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-11-23 09:58:50 -0800
committerKenny Root <kroot@google.com>2010-11-23 09:58:50 -0800
commit0cba157889740a8aa75720530d2aa63050b2b347 (patch)
tree02c5bb7b4247ca0b9e1a3974aea739be596bef72 /apps/Development
parent24ba0688a6821728d2524fd84581df92e59d24ee (diff)
downloadandroid_development-0cba157889740a8aa75720530d2aa63050b2b347.tar.gz
android_development-0cba157889740a8aa75720530d2aa63050b2b347.tar.bz2
android_development-0cba157889740a8aa75720530d2aa63050b2b347.zip
Move Dev Tools icon to mipmap
So that the different icon densities don't get stripped out of the build by aapt, move it to the mipmap directory. This will ensure that any program using the getDrawableByDensity API can read any density/size of the icon needed. Change-Id: I8ee4f7233358be4d68133b20090323251511677a
Diffstat (limited to 'apps/Development')
-rw-r--r--apps/Development/AndroidManifest.xml4
-rwxr-xr-xapps/Development/res/mipmap-hdpi/ic_launcher_devtools.png (renamed from apps/Development/res/drawable-hdpi/ic_launcher_devtools.png)bin5141 -> 5141 bytes
-rw-r--r--apps/Development/res/mipmap-mdpi/ic_launcher_devtools.png (renamed from apps/Development/res/drawable-mdpi/ic_launcher_devtools.png)bin3133 -> 3133 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/apps/Development/AndroidManifest.xml b/apps/Development/AndroidManifest.xml
index 827b57a7c..c91e21be3 100644
--- a/apps/Development/AndroidManifest.xml
+++ b/apps/Development/AndroidManifest.xml
@@ -44,12 +44,12 @@
<uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH.YouTubeUser" />
<application android:label="Dev Tools"
- android:icon="@drawable/ic_launcher_devtools">
+ android:icon="@mipmap/ic_launcher_devtools">
<uses-library android:name="android.test.runner" />
<activity android:name="Development" android:label="Dev Tools"
- android:icon="@drawable/ic_launcher_devtools">
+ android:icon="@mipmap/ic_launcher_devtools">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
diff --git a/apps/Development/res/drawable-hdpi/ic_launcher_devtools.png b/apps/Development/res/mipmap-hdpi/ic_launcher_devtools.png
index 60fbdf5d0..60fbdf5d0 100755
--- a/apps/Development/res/drawable-hdpi/ic_launcher_devtools.png
+++ b/apps/Development/res/mipmap-hdpi/ic_launcher_devtools.png
Binary files differ
diff --git a/apps/Development/res/drawable-mdpi/ic_launcher_devtools.png b/apps/Development/res/mipmap-mdpi/ic_launcher_devtools.png
index cb40a1988..cb40a1988 100644
--- a/apps/Development/res/drawable-mdpi/ic_launcher_devtools.png
+++ b/apps/Development/res/mipmap-mdpi/ic_launcher_devtools.png
Binary files differ