how to properly use the textinputlayout? what has been tried are as follows:
- import the appcompat project import as library, import the support design jar
- import the appcomtap project import as library, import the support design project import as library.
both produced the error No 'id' attribute supplied <public>, and no previous id defined in this file.
this files are from support design -> res-public -> public_attr, public_string and public_styles.
if I did not included them, it says like missing backgroundTint.
the manifest file uses sdk min 11, target version is 22. the appcompat and support design is also 22 (tried 23 for all of them non worked).
also updated the support library to latest
what is the correct steps?