Bug 1148677 - Use larger shareplane icon. r=liuche

We use a larger icon so that the icon is not blurry in the long-press context
menu.

Also, changed the name to icon_shareplane because it better represents that
this asset is extra-large and intended to be scaled because it's used as an
application icon.

--HG--
extra : rebase_source : 6ac8cb91b80047821e78af3d005d8049e9b23dfd
This commit is contained in:
Michael Comella 2015-04-01 12:08:00 -07:00
parent 8beb4c1fa1
commit 4b1116e5de
9 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 791 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -783,7 +783,7 @@ public class ActivityChooserModel extends DataSetObservable {
}
resolveInfo.labelRes = R.string.overlay_share_send_other;
resolveInfo.icon = R.drawable.share_plane;
resolveInfo.icon = R.drawable.icon_shareplane;
}
mActivities.add(new ActivityResolveInfo(resolveInfo));