Monday, November 28, 2016

Re: Adding Material Design Inherits elements to already existing vanilla GWT project changes the main look of the application

Hi,

Can you share the .ui.xml part? If you didn't use UIBinder, can you share a simplified version of your Java code?

Regards,
Rodolfo

On Mon, Nov 28, 2016 at 5:29 AM Olar Andrei <olarandrei@gmail.com> wrote:
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:

After adding those lines and reloading the page it looks something like this:


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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment