public class AboutusFragment extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View rootView = inflater.inflate(R.layout.fragment_aboutus, container, false);
return rootView;
}
}
我需要在此活动中为图像添加意图..所以可以帮助我解决此问题