summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 590038f3f..e01399c63 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -961,4 +961,11 @@
<item name="android:paddingLeft">@dimen/undo_icon_padding_start</item>
<item name="android:paddingRight">@dimen/undo_icon_padding_end</item>
</style>
+
+ <style name="Theme.AppCompat.Translucent">
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:colorBackgroundCacheHint">@null</item>
+ <item name="android:windowIsTranslucent">true</item>
+ <item name="android:windowAnimationStyle">@android:style/Animation</item>
+ </style>
</resources>