Attribution View
interface AttributionView
Content copied to clipboard
Interface for attribution view.
The attribution view implementation class should implement both the AttributionView interface and a View class (e.g ImageView).
Functions
request Layout
Link copied to clipboard
abstract fun requestLayout()
Content copied to clipboard
Call this when something has changed which has invalidated the layout of this view. This will schedule a layout pass of the view tree.
set Attribution Margins
Link copied to clipboard
set Gravity
Link copied to clipboard
Set the gravity value of the attribution view.
set Icon Color
Link copied to clipboard
Set the attribution tint color
set View On Click Listener
Link copied to clipboard
Set an View.OnClickListener to AttributionView
Inheritors
AttributionViewImpl
Link copied to clipboard