-
Notifications
You must be signed in to change notification settings - Fork 15
ListItem Base Widgets
Shane Looker edited this page May 15, 2020
·
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 using attributes in XML or programmatically using the APIs.
List of the customizable XML attributes
-
uxsdk_list_item_title
- The list item title string.
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