docs: Added min/max values and descriptions for alpha getter/setter in ImageView
am: bdb308a059
Change-Id: Ida297f581f7177cd92ec4157a1b735c91d2e26a4
This commit is contained in:
@@ -1441,7 +1441,9 @@ public class ImageView extends View {
|
|||||||
/**
|
/**
|
||||||
* Returns the alpha that will be applied to the drawable of this ImageView.
|
* Returns the alpha that will be applied to the drawable of this ImageView.
|
||||||
*
|
*
|
||||||
* @return the alpha that will be applied to the drawable of this ImageView
|
* @return the alpha value that will be applied to the drawable of this
|
||||||
|
* ImageView (between 0 and 255 inclusive, with 0 being transparent and
|
||||||
|
* 255 being opaque)
|
||||||
*
|
*
|
||||||
* @see #setImageAlpha(int)
|
* @see #setImageAlpha(int)
|
||||||
*/
|
*/
|
||||||
@@ -1452,7 +1454,8 @@ public class ImageView extends View {
|
|||||||
/**
|
/**
|
||||||
* Sets the alpha value that should be applied to the image.
|
* Sets the alpha value that should be applied to the image.
|
||||||
*
|
*
|
||||||
* @param alpha the alpha value that should be applied to the image
|
* @param alpha the alpha value that should be applied to the image (between
|
||||||
|
* 0 and 255 inclusive, with 0 being transparent and 255 being opaque)
|
||||||
*
|
*
|
||||||
* @see #getImageAlpha()
|
* @see #getImageAlpha()
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user