UI5 StandardListItem DetailAndActive change Icon
问题 I would like to change the standard "pen" icon of the StandardListItem of type DetailAndActive . Is there a way to do so? my XML so far: <List id="master1List" items="{/path}" mode="{device>/listMode}" select="onSelect" itemPress="showDetail" growing="true" growingScrollToLoad="true"> <items> <StandardListItem type="DetailAndActive" activeIcon="sap-icon://message-information" id="master1ListItem" press="onSelect" title="{title}"> </StandardListItem> </items> </List> As far as I know there are