Swipe down to close images #122

Merged
AmineL merged 10 commits from davidoskky/ReaderForSelfoss-multiplatform:swipe_down into master 2023-01-26 10:42:16 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit be7cae365a - Show all commits

View File

@ -70,7 +70,7 @@
</activity>
<activity
android:name=".ImageActivity"
android:theme="@style/Theme.AppCompat.Translucent">
android:theme="@style/Theme.AppCompat.ImageActivity">
</activity>
<meta-data android:name="android.webkit.WebView.MetricsOptOut"

View File

@ -27,7 +27,9 @@
<item name="actionMenuTextColor">@color/white</item>
</style>
<style name="Theme.AppCompat.Translucent" parent="NoBar">
<style name="Theme.AppCompat.ImageActivity" parent="NoBar">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowIsTranslucent">true</item>
</style>
</resources>