mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(android): adjust default theme
This commit is contained in:
parent
ce62671276
commit
c721b8b1da
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue