As well known, ConstraintLayout is now a most popular and efficient layout on android development. But for using it's attributes, you gotta import "xmlns:app" first. It's very annoying when you need to creat many xml files with ConstraintLayout. How do I creat xml files with this scheme("xmlns:app") automatically? I need a template instead of importing it manually.




