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
BIN
mobile/android/base/resources/drawable-hdpi/icon_shareplane.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 791 B |
BIN
mobile/android/base/resources/drawable-mdpi/icon_shareplane.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 584 B |
BIN
mobile/android/base/resources/drawable-xhdpi/icon_shareplane.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.3 KiB |
@ -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));
|
||||
|