- ImageView shareIconV = (ImageView) view.findViewById(R.id.shareIcon);\r
- ImageView shareWithMeIconV = (ImageView) view.findViewById(R.id.shareWithMeIcon);\r
- shareWithMeIconV.setVisibility(View.GONE);\r
+ ImageView sharedIconV = (ImageView) view.findViewById(R.id.sharedIcon);\r
+ ImageView sharedWithMeIconV = (ImageView) view.findViewById(R.id.sharedWithMeIcon);\r
+ sharedWithMeIconV.setVisibility(View.GONE);\r