在 Android Layout 設計中,
若有多個 Layout 有相同重複的 Layout 設計,
則可以把重複的 Layout 獨立出來,
再讓這些 Layout include 進來即可,
網路已有很多功能介紹, 特別推薦給各位幾個簡單易懂的 :
1) http://android-coding.blogspot.tw/2014/01/re-use-layouts-with.html.
2) http://androidbiancheng.blogspot.tw/2011/01/includeui.html.
3) http://mfarhan133.wordpress.com/2010/10/01/reusing-layout-include-merge-tag-for-androd.