, , , , , /, new (aka instantiate), , ImageButton, XML , .
inflate, ImageButton .
, :
:)
LayoutInflater inflater = LayoutInflater.from(getActivity());
CardView myCardView = (CardView) inflater.inflate(R.layout.my_cardview, null);
ImageView icon = (ImageView) myCardView.findViewById(R.id.iconId);
~~~~~~~~~~~~
:(.. null
CardView myCardView = CardView (getActivity());
ImageView icon = (ImageView) myCardView.findViewById(R.id.iconId);