This is my first time trying to use a custom view in XML and I am not sure on how to do it. Any help would be greatly appreciated.
I am using Interfuser\'s coverflow
LayoutInflater inflater = (LayoutInflater) this .getSystemService(Context.LAYOUT_INFLATER_SERVICE); final View v = inflater.inflate(R.layout."layout here", null, false);
and to use,eg
TextView tv=(TextView)v.findViewById(R,id."id here");