File tree Expand file tree Collapse file tree 3 files changed +0
-33
lines changed
java/jp/studyplus/android/sdk/example Expand file tree Collapse file tree 3 files changed +0
-33
lines changed Original file line number Diff line number Diff line change 6
6
import android .os .Bundle ;
7
7
import android .support .v7 .app .ActionBarActivity ;
8
8
import android .util .Log ;
9
- import android .view .Menu ;
10
- import android .view .MenuItem ;
11
9
import android .view .View ;
12
10
import android .widget .Toast ;
13
11
@@ -93,24 +91,4 @@ public void onClick(View v) {
93
91
}
94
92
}
95
93
96
- @ Override
97
- public boolean onCreateOptionsMenu (Menu menu ) {
98
-
99
- // Inflate the menu; this adds items to the action bar if it is present.
100
- getMenuInflater ().inflate (R .menu .example , menu );
101
- return true ;
102
- }
103
-
104
- @ Override
105
- public boolean onOptionsItemSelected (MenuItem item ) {
106
- // Handle action bar item clicks here. The action bar will
107
- // automatically handle clicks on the Home/Up button, so long
108
- // as you specify a parent activity in AndroidManifest.xml.
109
- int id = item .getItemId ();
110
- if (id == R .id .action_settings ) {
111
- return true ;
112
- }
113
- return super .onOptionsItemSelected (item );
114
- }
115
-
116
94
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
4
4
<string name =" app_name" >SDK Example</string >
5
5
<string name =" hello_world" >Hello world!!!</string >
6
- <string name =" action_settings" >Settings</string >
7
6
8
7
</resources >
You can’t perform that action at this time.
0 commit comments