Customization
#
StylesMeetingLawyers UI styles can be customized calling MeetingLawyersApp.setStyle()
always after configuring the sdk.
#
PropertiesExample:
#
Divider configurationUsing 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:
#
Dividernote
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.