Customization
Styles#
MeetingLawyers UI styles can be customized calling MeetingLawyersApp.setStyle() always after configuring the sdk.
Properties#
Example:
Divider configuration#
Using MLDivider generic builder we can configure a divider view group style and behavior.
Take for instance a DividerContentView which is a custom view we want to inject inside a divider cell. We would configure a style divider like this:
Divider#
note
As of SDK version 0.2.7 and earlier, the class previously known as MediQuoDivider has been renamed to MLDivider. This update requires users of these versions to adjust their code to reference the new class name. Note that this change is strictly a renaming; the functionality and interfaces of the class remain unchanged.