One last fix for a merge problem

This commit is contained in:
Dave Johnson
2010-08-25 22:52:37 -07:00
parent c9a579af8c
commit fb2b8345d1
2 changed files with 11 additions and 11 deletions
+4 -2
View File
@@ -102,6 +102,7 @@ public class DroidGap extends Activity {
root.setLayoutParams(new LinearLayout.LayoutParams(ViewGroup.LayoutParams.FILL_PARENT,
ViewGroup.LayoutParams.FILL_PARENT, 0.0F));
/*
splashScreen = new ImageView(this);
splashScreen.setLayoutParams(new LinearLayout.LayoutParams(
ViewGroup.LayoutParams.FILL_PARENT,
@@ -109,8 +110,9 @@ public class DroidGap extends Activity {
1.0F));
splashScreen.setImageResource(R.drawable.splash);
// root.addView(splashScreen);
root.addView(splashScreen);
*/
initWebView();
root.addView(appView);