Add a dark hue to the underlying article when swiping to close images

This commit is contained in:
davidoskky 2023-01-25 10:27:38 +01:00
parent be7cae365a
commit a549169a7c
2 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,5 @@
<color name="refresh_progress_2">@color/colorAccent</color>
<color name="refresh_progress_3">@color/pink</color>
<color name="dark">#FF282828</color>
<color name="transparent_dark_background">#33000000</color>
</resources>

View File

@ -28,7 +28,7 @@
</style>
<style name="Theme.AppCompat.ImageActivity" parent="NoBar">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowBackground">@color/transparent_dark_background</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowIsTranslucent">true</item>
</style>