summaryrefslogtreecommitdiffstats
path: root/res/layout
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 /res/layout
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 'res/layout')
-rw-r--r--res/layout/target_edit_dialog.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/target_edit_dialog.xml b/res/layout/target_edit_dialog.xml
index da66a9c2c..11bfefc80 100644
--- a/res/layout/target_edit_dialog.xml
+++ b/res/layout/target_edit_dialog.xml
@@ -30,7 +30,7 @@
android:background="?android:selectableItemBackground"
android:foreground="@drawable/ic_icon_change"
android:scaleType="fitCenter"
- tools:src="@mipmap/ic_launcher_home" />
+ tools:src="@mipmap/ic_launcher" />
<EditText
android:id="@+id/edit_dialog_title"