Commit f27c4bb0 authored by Grigory Fedorov's avatar Grigory Fedorov

mipmap used for launcher icons. Custom launcher icon for Xabber Beta.

parent 89839a67
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<application <application
android:name="com.xabber.android.data.Application" android:name="com.xabber.android.data.Application"
android:allowBackup="true" android:allowBackup="true"
android:icon="@drawable/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/application_title_full" android:label="@string/application_title_full"
android:theme="@style/Theme"> android:theme="@style/Theme">
<activity <activity
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
--> -->
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="@string/sync_account_type" android:accountType="@string/sync_account_type"
android:icon="@drawable/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/application_title_full" android:label="@string/application_title_full"
android:smallIcon="@drawable/ic_launcher" android:smallIcon="@mipmap/ic_launcher"
/> />
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment