java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.facebook.drawee.drawable.RoundedCornersDrawable.Type |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RoundedCornersDrawable.Type | CLIPPING | Clips the drawable to be rounded. | |||||||||
RoundedCornersDrawable.Type | OVERLAY_COLOR | Draws rounded corners on top of the underlying drawable by overlaying a solid color which
is specified by setOverlayColor . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static RoundedCornersDrawable.Type | valueOf(String name) | ||||||||||
final static Type[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Clips the drawable to be rounded. This option is not supported right now but is expected to be made available in the future.
Draws rounded corners on top of the underlying drawable by overlaying a solid color which
is specified by setOverlayColor
. This option should only be used when the
background beneath the underlying drawable is static and of the same solid color.