mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
One last fix for a merge problem
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user