Open masterdany88 opened 8 years ago
You can play with the icons and links by changing its layoutPosition
I think the Link must be RELATIVE and the icons are absolute. And by changing the icon's position left ``` ,
right ``` etc. it will solve the problem.
This an issue on our end?
Yes. This is still an issue with gmd.
I would like to add badges to icon in my MaterialSideProfile' row. But when I paste badge like follow:
<m:MaterialLink ui:field="icoNoty" iconType="NOTIFICATIONS" marginLeft="10" waves="DEFAULT"><m:MaterialBadge text="2" backgroundColor="pink" textColor="white" circle="true"/></m:MaterialLink>
in row there is only mess:Without this icon the view is ok: But I would like to get it look like it is in example: http://gwtmaterialdesign.github.io/gwt-material-demo/#!badges
Here is my uibinder code for this:
To see my problem uncomment ui:field="iconNoty" as a link or icon.