summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-11-12 18:07:02 -0800
committerMichael Jurka <mikejurka@google.com>2012-11-13 15:55:50 -0800
commit9df38dff2df1c58c890deaf9484b81e356fe1a8b (patch)
treeb317527b1486b53fc2c52de10e266370ae35aae5 /AndroidManifest.xml
parentf8fbfd9fcfc311c66c37d3e63e1feb01726e0b4f (diff)
downloadandroid_packages_apps_Trebuchet-9df38dff2df1c58c890deaf9484b81e356fe1a8b.tar.gz
android_packages_apps_Trebuchet-9df38dff2df1c58c890deaf9484b81e356fe1a8b.tar.bz2
android_packages_apps_Trebuchet-9df38dff2df1c58c890deaf9484b81e356fe1a8b.zip
Updating wallpaper picker icon to higher res
Bug: 7400295 Change-Id: I2c7625ee1ce09ded57d884c229f155ebcf39be07
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index adb6ef352..c14b63ed8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -64,7 +64,7 @@
<application
android:name="com.android.launcher2.LauncherApplication"
android:label="@string/application_name"
- android:icon="@drawable/ic_launcher_home"
+ android:icon="@mipmap/ic_launcher_home"
android:hardwareAccelerated="true"
android:largeHeap="@bool/config_largeHeap"
android:supportsRtl="true">
@@ -88,7 +88,7 @@
android:name="com.android.launcher2.WallpaperChooser"
android:theme="@style/Theme.WallpaperPicker"
android:label="@string/pick_wallpaper"
- android:icon="@drawable/ic_launcher_wallpaper"
+ android:icon="@mipmap/ic_launcher_wallpaper"
android:finishOnCloseSystemDialogs="true"
android:process=":wallpaper_chooser">
<intent-filter>