I want to remove focus in gallery for a selected item. I am getting an output like this, Here is an image : 
Here first item selected. So it is looking darker than 2nd image. I want to display an image as it is not focused or selected.
Please anyone help. I’ll really appreciate that.
Thanks
Create a statelist drawable (see http://developer.android.com/reference/android/graphics/drawable/StateListDrawable.html) and customize the “selected” state to whatever you want there, in your case transparent . Then you provide this drawable as the background for the item.
EDIT:
Also look in to gallery