mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
enhance: set status bar background for splash screen
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"launchShowDuration": 3000,
|
||||
"launchAutoHide": false,
|
||||
"androidScaleType": "CENTER_CROP",
|
||||
"splashImmersive": true,
|
||||
"splashImmersive": false,
|
||||
"showSpinner": true,
|
||||
"backgroundColor": "#002b36"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
<item name="android:windowIsTranslucent">true</item>
|
||||
</style>
|
||||
|
||||
|
||||
<style name="AppTheme.NoActionBarLaunch" parent="AppTheme.NoActionBar">
|
||||
<item name="android:background">@drawable/splash</item>
|
||||
</style>
|
||||
|
||||
@@ -10,7 +10,8 @@ const config: CapacitorConfig = {
|
||||
launchShowDuration: 3000,
|
||||
launchAutoHide: false,
|
||||
androidScaleType: "CENTER_CROP",
|
||||
splashImmersive: true,
|
||||
splashImmersive: false,
|
||||
showSpinner: true
|
||||
backgroundColor: "#002b36"
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user