Fix dynamic color setting

pull/3664/head
Alex Baker 6 months ago
parent 704edaa0ab
commit 9a584c851b

@ -630,7 +630,7 @@
android:name="com.todoroo.astrid.activity.MainActivity"
android:exported="true"
android:launchMode="singleTask"
android:theme="@style/Theme.App.Starting"
android:theme="@style/Tasks"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>

@ -60,11 +60,4 @@
<item name="colorSurface">@color/black_60</item>
<item name="android:windowShowWallpaper">true</item>
</style>
<style name="Theme.App.Starting" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/window_background</item>
<item name="windowSplashScreenAnimatedIcon">@mipmap/ic_launcher_blue</item>
<item name="windowSplashScreenAnimationDuration">300</item>
</style>
</resources>
Loading…
Cancel
Save