summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorAlexander Martinz <amartinz@shiftphones.com>2018-04-02 18:30:18 +0200
committerMichael Bestas <mkbestas@lineageos.org>2018-04-05 11:16:56 +0000
commit1b3e3716616cf5f629d83facb87934d9380ab613 (patch)
tree766e628e95d9b509ffd95efdd96b3fd23732d99b /go
parent965b2260f5ace96f61596164a37598bb780fc2e3 (diff)
downloadandroid_packages_apps_Trebuchet-1b3e3716616cf5f629d83facb87934d9380ab613.tar.gz
android_packages_apps_Trebuchet-1b3e3716616cf5f629d83facb87934d9380ab613.tar.bz2
android_packages_apps_Trebuchet-1b3e3716616cf5f629d83facb87934d9380ab613.zip
Trebuchet: get rid of old icons
Update all references to use the new adaptive icon and drop the old ones. Change-Id: I8d81bc027ff965aad05d43514afbb77564b3651b Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
Diffstat (limited to 'go')
-rw-r--r--go/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/AndroidManifest.xml b/go/AndroidManifest.xml
index 5f1400b5a..3ed3b794d 100644
--- a/go/AndroidManifest.xml
+++ b/go/AndroidManifest.xml
@@ -29,7 +29,7 @@
android:fullBackupOnly="true"
android:fullBackupContent="@xml/backupscheme"
android:hardwareAccelerated="true"
- android:icon="@drawable/ic_launcher_home"
+ android:icon="@mipmap/ic_launcher"
android:label="@string/derived_app_name"
android:theme="@style/LauncherTheme"
android:largeHeap="@bool/config_largeHeap"