To set the transparency level of the view to make it dull
In the class class setAlpha (float alpha) , which is added to API level 11.
So, from API level 11 and after you can use this method in xml and the class too.
Use xml to android:alphaset the float value between0 to 1
11 ( ) .
NineOldAndroid
ViewHelper.setAlpha(View yourview,float alpha)
, , /.