Fixed about screen

This commit is contained in:
Ziver Koc 2014-07-29 10:27:48 +02:00
parent ba153f5708
commit 433f60dac7
6 changed files with 20 additions and 8 deletions

View file

@ -13,7 +13,7 @@ public class AboutActivity extends Activity{
super.onCreate(savedInstanceState);
WebView view = new WebView(this);
view.loadUrl("file://assets/www/about.html");
view.loadUrl("file:///android_asset/www/about.html");
this.setContentView(view);
}
}