Merge "Move Dev Tools icon to mipmap"

This commit is contained in:
Kenny Root
2010-11-23 12:14:47 -08:00
committed by Android (Google) Code Review
3 changed files with 2 additions and 2 deletions

View File

@@ -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" />

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB