Updating wallpaper picker icon to higher res
Bug: 7400295 Change-Id: I2c7625ee1ce09ded57d884c229f155ebcf39be07
This commit is contained in:
@@ -71,7 +71,7 @@ public class AddAdapter extends BaseAdapter {
|
||||
Resources res = launcher.getResources();
|
||||
|
||||
mItems.add(new ListItem(res, R.string.group_wallpapers,
|
||||
R.drawable.ic_launcher_wallpaper, ITEM_WALLPAPER));
|
||||
R.mipmap.ic_launcher_wallpaper, ITEM_WALLPAPER));
|
||||
}
|
||||
|
||||
public View getView(int position, View convertView, ViewGroup parent) {
|
||||
|
||||
Reference in New Issue
Block a user