I have put an image in as the background of my android application with the following line of code:
android:background=\"@drawable/background\"
You can use alpha property (http://developer.android.com/reference/android/view/View.html#attr_android:alpha) for your View:
alpha
View
android:alpha="0.4"