質問編集履歴

2

コードに誤りがあった

2016/05/11 14:33

投稿

taro11
taro11

スコア13

test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
  setContentView(view);
16
16
 
17
- //16行目
17
+
18
18
 
19
- getActionBar().setDisplayShowTitleEnabled(false);
19
+ getActionBar().setDisplayShowTitleEnabled(false);//16行目
20
20
 
21
21
  getActionBar().setNavigationMode( ActionBar.NAVIGATION_MODE_LIST);
22
22
 

1

コードに誤りがあった

2016/05/11 14:33

投稿

taro11
taro11

スコア13

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```
4
4
 
5
- public class MainActivity4 extends Activity implements OnNavigationListener {
5
+ public class MainActivity extends Activity implements OnNavigationListener {
6
6
 
7
7
  CanvasTest3View view;
8
8