Fixed about screen
This commit is contained in:
parent
ba153f5708
commit
433f60dac7
6 changed files with 20 additions and 8 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue