feat: add AndroidEdgeToEdge preference & theme flag (#1779)

This commit is contained in:
エリス
2025-03-14 12:22:05 +09:00
committed by GitHub
parent d0b59863ac
commit bb4f86e7b9
3 changed files with 28 additions and 4 deletions
+4 -1
View File
@@ -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>
@@ -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>
<!-- Disable Edge-to-Edge for SDK 35 -->
<item name="android:windowOptOutEdgeToEdgeEnforcement" tools:targetApi="35">true</item>
</style>
</resources>