Move Spare Parts 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: I48c27f7a8b115365c5827ddaa9e8710f3b81358e
This commit is contained in:
committed by
android-build SharedAccount
parent
fa063cbb9b
commit
e2243480c3
@@ -21,7 +21,7 @@
|
||||
<uses-permission android:name="android.permission.WRITE_SETTINGS" />
|
||||
|
||||
<application android:label="@string/app_label"
|
||||
android:icon="@drawable/app_icon">
|
||||
android:icon="@mipmap/app_icon">
|
||||
|
||||
<activity android:name="SpareParts">
|
||||
<intent-filter>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Reference in New Issue
Block a user