xmlns:tools=”http://schemas.android.com/tools"

tools可以告诉Android Studio,哪些属性在运行的时候是被忽略的,只在设计布局的时候有效。比如我们要让android:text属性只在布局预览中有效可以这样

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0309/2567.html

xmlns:app=”http://schemas.android.com/apk/res-auto"
使用自定义属性
http://blog.csdn.net/caesardadi/article/details/20387645