You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/04/23 12:15:56 UTC

[GitHub] [cordova-plugin-splashscreen] pedrovitor074 commented on issue #193: Splash Screen Spinner Position

pedrovitor074 commented on issue #193: Splash Screen Spinner Position
URL: https://github.com/apache/cordova-plugin-splashscreen/issues/193#issuecomment-485777623
 
 
   plugins/cordova-plugin-splashscreen/src/
   
   for android: 
   centeredLayout.setGravity(Gravity.BOTTOM|Gravity.CENTER); 
   and
   layoutParams.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM, RelativeLayout.TRUE);
   
   
   for ios: CDVSplashScreen.m: 
   _activityView.center = CGPointMake(parentView.bounds.size.width / 2, parentView.bounds.size.height / 2 + number);
   
   only change this number for position at center.
   
   sorry about english, its not my native.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org