摘要: @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View view = inflater.inflate(R.layout.wei_xin_fragment, container, false); button = (Button) view.findViewById(R.id.press_button); regist... 阅读全文
posted @ 2014-01-18 22:41 无忧之路 阅读(1460) 评论(0) 推荐(0) 编辑
摘要: package com.example.fragmentNavigation2.fragment;import android.content.Context;import android.os.Bundle;import android.support.v4.app.Fragment;import android.support.v4.app.FragmentManager;import android.support.v4.app.FragmentPagerAdapter;import android.support.v4.view.ViewPager;import android.vie 阅读全文
posted @ 2014-01-18 00:45 无忧之路 阅读(3647) 评论(0) 推荐(0) 编辑
无忧之路