Skip to content

Commit

Permalink
Make FreeTube icon background match dark mode splashscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Apr 6, 2024
1 parent 0f2d3f3 commit 4d82e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values-night-v31/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<!-- <item name="colorPrimary">@color/my_dark_primary</item> -->
<item name="android:windowSplashScreenBackground">#212121</item>
<item name="android:windowSplashScreenIconBackgroundColor">#212121</item>

<item name="android:windowSplashScreenAnimatedIcon">@drawable/ic_launcher_foreground</item>
</style>
</resources>

0 comments on commit 4d82e52

Please sign in to comment.