summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohan Shah <shahrk@google.com>2014-08-15 16:49:05 -0700
committerRohan Shah <shahrk@google.com>2014-08-15 23:52:35 +0000
commit90c8c8969760bb9c2ae7e8c15b021dbf991cee91 (patch)
treefefc1d4e4d121070c9c0d78477e55c1a00060b62 /res
parent52666490bf734a71ad3fce634e21f5a9f1d448a9 (diff)
downloadandroid_packages_apps_UnifiedEmail-90c8c8969760bb9c2ae7e8c15b021dbf991cee91.tar.gz
android_packages_apps_UnifiedEmail-90c8c8969760bb9c2ae7e8c15b021dbf991cee91.tar.bz2
android_packages_apps_UnifiedEmail-90c8c8969760bb9c2ae7e8c15b021dbf991cee91.zip
Fix crash with Gmail Voice Actions (UnifiedEmail)
AppCompat issue (1 of possibly many) addressed here to at least resolve this bug! Bug: 16988305 Bug: 17069215 Change-Id: I873f3beeb1207cf6840d6749c9ceecc20517e4c8
Diffstat (limited to 'res')
-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>