質問編集履歴

1

不要部分の修正

2015/03/17 03:04

投稿

kaaa
kaaa

スコア29

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  FragmentTransaction ft = getFragmentManager().beginTransaction();
34
34
 
35
- ft.replace(R.id.container, new AllEvent());
35
+ ft.replace(R.id.container, new Top());
36
36
 
37
37
  break;
38
38