2014-06-13 91 views

回答

1

这里是您的菜单创建的地方。看看你是否可以修改或删除这个来获得你想要的结果。

@Override 
public boolean onCreateOptionsMenu(Menu menu) { 
    // Inflate the menu; this adds items to the action bar if it is present. 
    getMenuInflater().inflate(R.menu.main, menu); 
    return true; 
} 
+0

工作非常感谢你! –

+0

很高兴我能帮到你 – jhobbie