You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
mImageView = new ImageView(this);
mImageView.setImageBitmap(bitmap);
mImageView.setBackgroundColor(0xFF0000FF); <=== This set the background to blue
mImageView.setLayoutParams(new ViewGroup.LayoutParams(
ViewGroup.LayoutParams.FILL_PARENT,
ViewGroup.LayoutParams.FILL_PARENT));
mImageView.setScaleType(ImageView.ScaleType.FIT_CENTER);
...
The text was updated successfully, but these errors were encountered:
Like we have a argument to set the "presplash" we can have a argument to set the background color of the loading screen (sdl2 bootstarp).
Example:
nano -w pythonforandroid/bootstraps/sdl2/build/src/org/kivy/android/PythonActivity.java
The text was updated successfully, but these errors were encountered: