The app I\'m currently working on uses a lot of ImageViews as buttons. The graphics on these buttons use the alpha channel to fade out the edges of the button and make them look
I think this solution is simple!
Step 1: Create res/drawable/dim_image_view.xml
Step 2: Create res/drawable/dim_image_view_normal.xml
Step 3: Create res/drawable/dim_image_view_pressed.xml
Step 4: Try setting the image in xml layout as:
android:src="@drawable/dim_image_view"