Ok so my problem is that I have included a layout in my fragment view using <include.../>
tag but whenever I try to initialize it throws a null pointer exception error
<include layout="@layout/pro_ocr" />
I tried a couple of methods to findViewById() like:
v.findViewById(R.id.crossProOCR);
getActivity.findViewById(R.id.crossProOCR);
but it didnt work a solution would be great help now