How to specify id when uses include in layout xml file
In my layout xml file, I have included other layout xml file (each with a different android id). <include layout="@layout/view_contact_name" android:id="+id/test1"/> <include layout="@lay...