Pull over new icons from Launcher to Launcher2.
NB: Removed obsolete ic_launcher_gallery.png; wallpaper should now use ic_launcher_wallpaper.png. Change-Id: I3d74a6ae7d948b48cc902e28a361a1993f4273d2
@@ -92,7 +92,7 @@
|
||||
<activity
|
||||
android:name="WallpaperChooser"
|
||||
android:label="@string/pick_wallpaper"
|
||||
android:icon="@drawable/ic_launcher_gallery">
|
||||
android:icon="@drawable/ic_launcher_wallpaper">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SET_WALLPAPER" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
@@ -102,6 +102,7 @@
|
||||
<!-- TODO: MOVE TO SETTINGS (or actually maybe to its own package) -->
|
||||
<!-- Standard picker for live wallpapers -->
|
||||
<activity android:name="LiveWallpaperPickActivity"
|
||||
android:icon="@drawable/ic_launcher_appwidget"
|
||||
android:label="@string/live_wallpaper_picker_title"
|
||||
android:theme="@android:style/Theme.Wallpaper">
|
||||
<intent-filter>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.9 KiB |
BIN
res/drawable-hdpi/ic_launcher_wallpaper.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 993 B After Width: | Height: | Size: 812 B |
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
@@ -78,7 +78,7 @@ public class AddAdapter extends BaseAdapter {
|
||||
R.drawable.ic_launcher_folder_live, ITEM_LIVE_FOLDER));
|
||||
|
||||
mItems.add(new ListItem(res, R.string.group_wallpapers,
|
||||
R.drawable.ic_launcher_gallery, ITEM_WALLPAPER));
|
||||
R.drawable.ic_launcher_wallpaper, ITEM_WALLPAPER));
|
||||
|
||||
}
|
||||
|
||||
|
||||