Hello everybody, Today I'm trying to integrate GWT Material Design into my project. I already have an existing vanilla GWT project to which I wish to add some other look and feel by using MD. I have added all the necessary depencies in my pom file and I have also added these lines in the gwt.xml file.
<!--GWT Material --> <inherits name="gwt.material.design.GwtMaterialWithJQueryDebug" /> <inherits name="gwt.material.design.themes.ThemeBlue" /> <inherits name="gwt.material.design.addins.GwtMaterialAddinsDebug" /> <inherits name="gwt.material.design.GwtMaterialTableDebug" /> Before adding those lines my login page looks something like this: <https://lh3.googleusercontent.com/-BZVpwx6cl3w/WDvqoGRnruI/AAAAAAAABUI/WbXTKGoKA0MYPeiCXcop7sp7-PrSJGcvACLcB/s1600/login.PNG> After adding those lines and reloading the page it looks something like this: <https://lh3.googleusercontent.com/-oGZBwF_QkDA/WDvquKS5F6I/AAAAAAAABUM/rN0a7YGuzhY0WBUQ8oH0sHCAJoUagJHCACLcB/s1600/login_after.PNG> Does anybody know why this is happening? Thanks in advance, Andrei -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
