Content Editing Line Spacing Picker View
class ContentEditingLineSpacingPickerView(context: Context, @Size(min = 1 ) availablSizes: List<Float>, defaultValue: Float?, unsupportedCurrentValue: Float?, listener: ContentEditingLineSpacingPickerView.LineSpacingPickerListener) : RecyclerView, PropertyInspectorView
Inspector view for selecting line spacing values during content editing. Displays a list of available line spacing options for the user to choose from.
Parameters
context
The context to use.
availabl Sizes
Available line spacing values to display.
default Value
Default line spacing value to be pre-selected.
unsupported Current Value
The current line spacing value if it's not in the available sizes list.
listener
Listener to be notified when a line spacing value is selected.
Types
Functions
Link copied to clipboard
Bind to property inspector controller.
Link copied to clipboard
Returns maximum height that this view with all its detail views will occupy.
Link copied to clipboard
Height of the parent PropertyInspector that this view would like it to have.
Link copied to clipboard
Returns best height of this view when shown in inspector. This is used to suggest initial height to inspector parent.
Link copied to clipboard
Unbind from property inspector controller.