drpepper commented on issue #1553:
URL: 
https://github.com/apache/cordova-android/issues/1553#issuecomment-1831760284

   For anyone else checking here, I took the same approach of modifying the 
theme but directly in the `config.xml` file.
   
   ```xml
   <platform name="android">
       <!-- ... -->
       <config-file target="app/src/main/res/values/themes.xml" 
parent="/resources/style">
           <item name="android:windowLayoutInDisplayCutoutMode">never</item>
       </config-file>
   </platform>
   ``` 
   
   Seems to work so far! Not sure if there is a disadvantage to using this 
approach as compared to copying the theme.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to