I'm trying to design a GUI using the Android GUI builder in Eclipse. I want to use the android.support.design.widget.TextInputLayout
, but I don't see it in the palette view.
- I have already imported the appcompat_v7 library into the workspace as a project and referenced to it from my Android project;
- I have already imported the design support library into the workspace as a project and referenced to it from my Android project;
- I've set the build path to Android API level 23 (the newest at the moment) to prevent errors like No resource found... from being issued;
- I've cleaned all my projects;
- I've restarted Eclipse.
How can I make sure the TextInputLayout
is available in the palette view?