質問編集履歴

2

コードミス

2016/07/08 09:14

投稿

yryuu
yryuu

スコア151

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  mRoot = (ViewGroup) View.inflate(WebAccess.this, R.layout.webaccess, null);
42
42
 
43
- //setContentView(R.layout.webaccess);
43
+ setContentView(R.layout.webaccess);
44
44
 
45
45
  ButterKnife.bind(this,mRoot);
46
46
 

1

url 変更

2016/07/08 09:14

投稿

yryuu
yryuu

スコア151

test CHANGED
File without changes
test CHANGED
@@ -72,7 +72,7 @@
72
72
 
73
73
  }
74
74
 
75
- mWebView.loadUrl("https://noo.jp.net/");
75
+ mWebView.loadUrl("https://www.google.co.jp");
76
76
 
77
77
 
78
78