* Android push notification snooze * Android splash & icons * iOS splash & icons * Update project assets * Replace iOS assets using Fastlane * Remove configure_telemetry_android from Fastlane script * Update Fastlane with master branch * Fix Android fastlane build * replace reference for com.mattermost.rnbeta.* imports * Set iOS ENTRY_FILE as index.ts
10 lines
272 B
XML
10 lines
272 B
XML
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
<item name="android:windowBackground">@color/splashscreen_bg</item>
|
|
|
|
</style>
|
|
|
|
</resources>
|