I have a layout with an ImageButton that I included in several other layouts.
ImageButton Layout:
call_cancelled.xml
You could have done
LinearLayout endcall0 = (LinearLayout) findViewById(R.id.includeCallEnd0);
and then simply
ImageButton imgBtn = (ImageButton) endcall0.findViewById(R.id. phoneEnd); imgBtn.setOnClickListener(this);