不能在android.below中添加对fragmentpage的意图是我的代码

时间:2014-03-17 06:44:10

标签: android android-intent tabs

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;
}
}

我需要在此活动中为图像添加意图..所以可以帮助我解决此问题

0 个答案:

没有答案