Adapt the style of the image activity to the rest of the application

This commit is contained in:
2023-01-25 01:54:35 +01:00
parent ae927ebc57
commit cef3b2e593
4 changed files with 9 additions and 7 deletions

View File

@ -26,4 +26,8 @@
<item name="android:textColorSecondary">@color/white</item>
<item name="actionMenuTextColor">@color/white</item>
</style>
<style name="Theme.AppCompat.Translucent" parent="NoBar">
<item name="android:windowBackground">@android:color/transparent</item>
</style>
</resources>