Consolidate AnimatedDialog themes to single DayNight theme.

This commit is contained in:
Alex Hart
2020-11-11 10:52:54 -04:00
committed by Cody Henthorne
parent cd58c09be3
commit f5b46f7356
3 changed files with 3 additions and 13 deletions

View File

@@ -300,11 +300,7 @@
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.Signal.BottomSheet.Rounded</item>
</style>
<style name="TextSecure.DarkTheme.AnimatedDialog">
<item name="android:windowAnimationStyle">@style/FadeScale</item>
</style>
<style name="TextSecure.LightTheme.AnimatedDialog">
<style name="Signal.DayNight.Dialog.Animated" parent="Signal.DayNight">
<item name="android:windowAnimationStyle">@style/FadeScale</item>
</style>