-2
@Override
public boolean onOptionsItemSelected(MenuItem item) {
// Handle presses on the action bar items
switch (item.getItemId()) {
case R.id.action_settings:
(我必須在這裏我寫什麼該應用程序將打開另一個活動?)我怎樣才能使這將打開另一個佈局?
@divjad ---不要忘了在manifest.xml中添加「NextActivity」 –