Dear All
We have developed a SAPUI5 view (xml) with Tile Container.
<TileContainer id="container" | ||
tiles="{/My_Tile_Data/0/TileCollection_Standard}"> | ||
<StandardTile class="myFont1.sapMOHNumber1" | ||
icon="sap-icon://{icon}" | ||
type="{type}" | ||
number= "{number}" | ||
numberUnit="{numberUnit}" | ||
title="{title}" | ||
info="{info}" | ||
infoState="{infoState}" press="onMyTileClicked" /> | ||
</TileContainer> |
Actually, the Tiles are coming correct, however, I would like to reduce the font sizes of Title, Number etc...
Can someone help me the tags/ css with resepect to manage the fonts.
Your help will help me a lot
Regards,
Venkat