Move launcher icon to mipmap

This commit is contained in:
mar-v-in 2015-10-03 03:26:05 +02:00
parent 40ab246683
commit 14b774d3c2
8 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
<activity
android:name="org.microg.nlp.ui.SettingsLauncherActivity"
android:icon="@drawable/ic_nlp_settings"
android:icon="@mipmap/ic_nlp_settings"
android:label="@string/nlp_app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View file

@ -103,7 +103,7 @@
<activity
android:theme="@style/SettingsTheme"
android:name=".ui.SettingsActivity"
android:icon="@drawable/ic_nlp_settings"
android:icon="@mipmap/ic_nlp_settings"
android:label="@string/nlp_settings_label" />
<receiver android:name="org.microg.nlp.PackageReceiver">

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -16,5 +16,5 @@
<injected-location-setting xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/nlp_settings_label"
android:icon="@drawable/ic_nlp_settings"
android:icon="@mipmap/ic_nlp_settings"
android:settingsActivity="org.microg.nlp.ui.SettingsActivity" />