摘要: 覆盖activity下的两个方法: @Override public boolean onCreateOptionsMenu(Menu menu) { new MenuInflater(this).inflate(R.menu.option_menu_main, menu); return super.onCreateOptionsMenu(men... 阅读全文
posted @ 2014-01-19 00:30 无忧之路 阅读(3515) 评论(0) 推荐(0) 编辑
摘要: package com.example.fragmentNavigation2.fragment;import android.os.Bundle;import android.support.v4.app.Fragment;import android.view.*;import android.widget.Button;import android.widget.Toast;import com.example.fragmentNavigation2.R;public class WeiXinFragment extends Fragment { private Button bu... 阅读全文
posted @ 2014-01-19 00:28 无忧之路 阅读(1873) 评论(0) 推荐(0) 编辑
无忧之路