open class Insetter
A collection of utility functions to make handling android.view.WindowInsets easier.
open static fun requestApplyInsetsWhenAttached(view: View): Unit
A wrapper around |
|
open static fun setOnApplyInsetsListener(view: View, listener: OnApplyInsetsListener): Unit
A wrapper around This allows the listener to be able to append inset values to any existing view state properties, rather than overwriting them. |