White share icon.

This commit is contained in:
Dmitry Yunitsky 2014-11-10 17:14:20 +03:00 committed by Alex Zolotarev
parent 84beaca949
commit 0ab13e64ea
5 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -273,7 +273,7 @@ public class BookmarksListFragment extends MWMListFragment
ID_SEND_BY_EMAIL,
R.string.share_by_email);
menuItem.setIcon(R.drawable.share);
menuItem.setIcon(R.drawable.ic_share);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB)
menuItem.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
}