TtRoundedImageCardView
A reusable UI control that can be used for displaying rounded images.
Parameters
The display context.
The attribute set provided in the layout XML file.
The default style attribute set.
Properties
The scale type of the image. If null the default value is ScaleType.FIT_CENTER.
The image tint of the image. If null no tint is set
The image to be displayed, which can be either a static image or an animated one.
Functions
Sets ttSourceImage using ImageSource. Sets null to clear the image.
Sets ttSourceImage using RemoteImage. Sets null to clear the image.
Convenience function to set ttSourceImage using DrawableResolver. Sets null to clear the image.
Inherited functions
Updates the radius and tint of the TtRoundedImageCardView based on the imageType. tintableIconTint will be applied to TtRoundedImageCardView.ttImageTint while the imageType is ImageType.TINTABLE_ICON. If imageType is null the radius and tint are cleared.