[ 
https://issues.apache.org/jira/browse/CB-13460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16640692#comment-16640692
 ] 

ASF GitHub Bot commented on CB-13460:
-------------------------------------

sanctus671 edited a comment on issue #137: CB-13460: Apply Android style to the 
splash screen
URL: 
https://github.com/apache/cordova-plugin-splashscreen/pull/137#issuecomment-427565053
 
 
   Thanks @pdyraga for this update! I've been testing it and found the fade out 
doesn't work correctly. The splashscreen fades out but it fades to a white 
background rather than the app. If I switch back to the original plugin, it 
fades to the app correctly. It's likely something related to this change, do 
you know what it could be?
   
   **edit: found a way around it:**
   
       <style name="SplashScreenStyle">
           <item name="android:windowBackground">@color/transaprentColor</item>
           <item name="android:colorBackground">@color/transaprentColor</item>  
 
           <item name="android:statusBarColor">@color/primaryColorDark</item>   
 
       </style>
   
   

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


> Apply Android style to the splash screen.
> -----------------------------------------
>
>                 Key: CB-13460
>                 URL: https://issues.apache.org/jira/browse/CB-13460
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-plugin-splashscreen
>            Reporter: Piotr Dyraga
>            Priority: Major
>
> This improvement aims at making the splash screen dialog use the 
> `SplashScreenStyle`, if defined. If not, it plugin should fall back to the 
> default style (backward compatibility).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to