fix(android): adjust default theme

This commit is contained in:
Harsh Shandilya 2023-11-07 12:51:40 +05:30
parent ce62671276
commit c721b8b1da
No known key found for this signature in database

View file

@ -13,7 +13,7 @@
<item name="postSplashScreenTheme">@style/Theme.Claw</item>
</style>
<style name="Platform.Theme.Claw" parent="android:Theme.Material.Light.NoActionBar" />
<style name="Platform.Theme.Claw" parent="android:Theme.Material.NoActionBar" />
<style name="Base.Theme.Claw" parent="Platform.Theme.Claw">
<item name="android:windowActionModeOverlay">true</item>