Skip to content
Snippets Groups Projects
Commit 638d317f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 1a14d626
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ public class AboutActivity extends Activity{ ...@@ -15,7 +15,7 @@ public class AboutActivity extends Activity{
WebView webview = new WebView(this); WebView webview = new WebView(this);
String aboutGmsh = Gmsh.getAboutGmsh(); String aboutGmsh = Gmsh.getAboutGmsh();
String aboutGetDP = Gmsh.getAboutGetDP(); String aboutGetDP = Gmsh.getAboutGetDP();
String aboutOnelab = "<p>&npsp;</p><center><h3>Onelab/Mobile</h3>"; String aboutOnelab = "<p>&nbsp;</p><center><h3>Onelab/Mobile</h3>";
try { try {
aboutOnelab += "Version "+this.getPackageManager().getPackageInfo(this.getPackageName(), 0).versionName; aboutOnelab += "Version "+this.getPackageManager().getPackageInfo(this.getPackageName(), 0).versionName;
} }
......
...@@ -14,7 +14,7 @@ import android.os.Handler; ...@@ -14,7 +14,7 @@ import android.os.Handler;
import android.os.Message; import android.os.Message;
public class SplashScreen extends Activity{ public class SplashScreen extends Activity{
private static final int SPLASHTIME = 500; // duration for the splash screen in milliseconds private static final int SPLASHTIME = 1000; // duration for the splash screen in milliseconds
private static final int STOPSPLASH = 0; private static final int STOPSPLASH = 0;
private static final int EXITAPP = 1; private static final int EXITAPP = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment