aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml
diff options
context:
space:
mode:
authorKaladin Light <0.kaladin@gmail.com>2015-09-03 13:25:09 -0400
committerKaladin Light <0.kaladin@gmail.com>2015-09-03 13:25:09 -0400
commitdd850e5c72db1601aef54f9f35e1a2b11ae719c5 (patch)
treeec1eec2e70092e3263807b04c24d5df943c73a1b /OpenKeychain/src/main/res/xml
parent87f7fe65a8ddf9f9f2f9881c0f2ef8f5d0e8c9f1 (diff)
downloadopen-keychain-dd850e5c72db1601aef54f9f35e1a2b11ae719c5.tar.gz
open-keychain-dd850e5c72db1601aef54f9f35e1a2b11ae719c5.tar.bz2
open-keychain-dd850e5c72db1601aef54f9f35e1a2b11ae719c5.zip
Fixes open-keychain/open-keychain#1515
Move launcher icons to mipmap
Diffstat (limited to 'OpenKeychain/src/main/res/xml')
-rw-r--r--OpenKeychain/src/main/res/xml/account_desc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/xml/account_desc.xml b/OpenKeychain/src/main/res/xml/account_desc.xml
index e04160c5c..942909dbe 100644
--- a/OpenKeychain/src/main/res/xml/account_desc.xml
+++ b/OpenKeychain/src/main/res/xml/account_desc.xml
@@ -2,5 +2,5 @@
<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
android:accountPreferences="@xml/account_preferences"
android:accountType="@string/account_type"
- android:icon="@drawable/ic_launcher"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" />