CCardLayoutChangeListener
Updated at:
Listens for card layout changes and receives the updated card size.
Introduction
Receives notifications when the card layout changes.
Methods
onLayout
/**
* Notifies of layout changes.
* @param size The updated card size.
*/
void onLayout(Rect size);
Is this page helpful?