除主要活动(Android)之外的所有其他活动中的操作栏上未显示操作项

时间:2014-12-18 08:09:34

标签: android

这是我的菜单xml文件......

<menu xmlns:android="http://schemas.android.com/apk/res/android"
      xmlns:yourapp="http://schemas.android.com/apk/res-auto">
          <item android:id="@+id/action"
            android:icon="@drawable/ic_action_search_dark"
             yourapp:showAsAction="always" /></menu>

这是我的java代码......

@Override
    public boolean onCreateOptionsMenu(Menu menu) {

        // Inflate the menu; this adds items to the action bar if it is present.
        getMenuInflater().inflate(R.menu.search, menu);
        return true;
    }

0 个答案:

没有答案