Hi,
Please share any sample code to achieve similar to StandardTile properties in Custom Tile.If possible please share in xml view.
I tried like below but custom tile didn't render.
<TileContainer id="tc1" | width="100%" height="100%" editable="" | allowAdd="" tileMove="" | |
tileDelete="" tileAdd=""> | |||
<tiles> | |||
<CustomTile id="ct1" removable="true" press=""> | |||
<content> | |||
<Text id="text10" text="Errors left to handle" | textDirection="Inherit" | ||
visible="true" | wrapping="true" textAlign="Begin" width="" | maxLines=""></Text> | |
</content> <!-- sap.ui.core.Control --> | |||
</CustomTile> | |||
</tiles> <!-- sap.ui.core.Control --> |
</TileContainer>
Regards,
Koti Reddy