LiveDataDrawable
constructor(liveData: LiveData<Drawable>, initialDrawable: Drawable? = null)
Parameters
liveData
The drawable LiveData of which the current value is drawn. While the LiveDataDrawable is visible, getDrawable will match the value of liveData. This property is public to offer a convenient observer pattern clients can use to keep track of what this drawable is showing.