Xml auto suggestion does not work for new android design support library widgets

79 Views Asked by At

I have updated my android SDK to latest design support library. I have tried to add new widgets in xml. But xml auto suggestion didn't work.

I have added the dependency in app/build.gradle as they mentioned.

compile 'com.android.support:design:22.2.0'

What else I have to do?

0

There are 0 best solutions below