-
Notifications
You must be signed in to change notification settings - Fork 15
ListItem Base Widgets
Cristina Suciu edited this page Feb 23, 2021
·
2 revisions
Most of the list item widgets follow similar UI traits. To provide ease of implementation and uniform behavior, a set of abstract classes is used to build the list item widgets. These are classified as list item base widgets.
This widget defines the UI elements that each list item should have.
The UI elements can be customized to match the style of the user's application. The customizations can be done programmatically using the APIs.
List of the customization APIs
-
var listItemTitle: String?
- The list item title string.
This widget has been further expanded into:
DJI UX SDK Version 5 Beta 4.1