diff options
author | ByteHamster <info@bytehamster.com> | 2022-04-02 11:59:41 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2022-04-02 12:03:44 +0200 |
commit | 4a91d6f5dea2c050b3713c8fc899d11ce9272dd6 (patch) | |
tree | bc371f7b6d7852b3fbc41a7f22a94b8486c32d33 /core/src/main/res/values | |
parent | 310eccc4ce0d90d95c7f34439ffcc3b29b007c42 (diff) | |
parent | 832b51de7def1f63780c285991733522e6fbd333 (diff) | |
download | AntennaPod-4a91d6f5dea2c050b3713c8fc899d11ce9272dd6.zip |
Merge branch 'master' into develop
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/styles.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index 8c15d35c0..2fa76eae5 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -109,7 +109,6 @@ <style name="Theme.AntennaPod.Light.Translucent" parent="Theme.AntennaPod.Light.NoTitle"> <item name="android:windowIsTranslucent">true</item> <item name="android:windowBackground">@android:color/transparent</item> - <item name="android:background">@android:color/transparent</item> <item name="android:windowContentOverlay">@null</item> <item name="android:backgroundDimEnabled">true</item> <item name="android:windowAnimationStyle">@style/AnimationFade</item> @@ -120,7 +119,6 @@ <style name="Theme.AntennaPod.Dark.Translucent" parent="Theme.AntennaPod.Dark.NoTitle"> <item name="android:windowIsTranslucent">true</item> <item name="android:windowBackground">@android:color/transparent</item> - <item name="android:background">@android:color/transparent</item> <item name="android:windowContentOverlay">@null</item> <item name="android:backgroundDimEnabled">true</item> <item name="android:windowAnimationStyle">@style/AnimationFade</item> @@ -131,7 +129,6 @@ <style name="Theme.AntennaPod.TrueBlack.Translucent" parent="Theme.AntennaPod.TrueBlack"> <item name="android:windowIsTranslucent">true</item> <item name="android:windowBackground">@android:color/transparent</item> - <item name="android:background">@android:color/transparent</item> <item name="android:windowContentOverlay">@null</item> <item name="android:backgroundDimEnabled">true</item> <item name="android:windowAnimationStyle">@style/AnimationFade</item> |