forked from Louvorg/ReaderForSelfoss-multiplatform
Add a dark hue to the underlying article when swiping to close images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user