2014-06-13 90 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