FooterBarBehavior() { //Used when attached to a view class as the default behavior } public FooterBarBehavior(Context context, AttributeSet attrs) { super(context, attrs); //Used when attached to a view via XML } … }
FooterBarBehavior() { //Used when attached to a view class as the default behavior } public FooterBarBehavior(Context context, AttributeSet attrs) { super(context, attrs); //Used when attached to a view via XML } … } Type of Attached View