Skip to content

Commit

Permalink
feat: force not edge-to-edge layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andredestro committed Oct 17, 2024
1 parent 2a749b4 commit a4549c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/project/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<style name="Theme.App.SplashScreen" parent="Theme.SplashScreen.IconBackground">
<!-- Optional: Set the splash screen background. (Default: #FFFFFF) -->
<item name="windowSplashScreenBackground">@color/cdv_splashscreen_background</item>
Expand All @@ -30,5 +30,8 @@

<!-- Required: Set the theme of the Activity that directly follows your splash screen. -->
<item name="postSplashScreenTheme">@style/Theme.AppCompat.NoActionBar</item>

<!-- Disables the edge-to-edge enforcement. This is required to keep the status bar plugin working as expected when the status bar does not overlays webview. -->
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:ignore="NewApi">true</item>
</style>
</resources>

0 comments on commit a4549c0

Please sign in to comment.