Hey guys I have a few image views that I am using several times in multiple layouts in my activity. Is there any way to list the imageviews in a single .xml file and just reference them from all the layouts instead of retyping them each time?
Kind of like what you can do for strings. you can list them all in a strings.xml folder then just reference them to keep your code clean and so you can reuse the strings in several layouts.
I would start here
http://developer.android.com/resources/articles/layout-tricks-reuse.html