summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorTaesu Lee <taesu82.lee@samsung.com>2015-11-16 14:14:46 +0900
committerMichael Bestas <mkbestas@lineageos.org>2019-12-11 20:10:06 +0200
commitf0318eb20b27e98c06f4c394ff5937d38a681c0a (patch)
treeb012ebac9473de78b2f61997d57dfe1bd00f5efb /res/values/styles.xml
parent271219026eb4cb902e49c4a19084da4145586d9a (diff)
downloadpackages_apps_Messaging-f0318eb20b27e98c06f4c394ff5937d38a681c0a.tar.gz
packages_apps_Messaging-f0318eb20b27e98c06f4c394ff5937d38a681c0a.tar.bz2
packages_apps_Messaging-f0318eb20b27e98c06f4c394ff5937d38a681c0a.zip
Fix FATAL EXCEPTION on SmsStorageLowWarningActivity
Added new "Translucent" style for SmsStorageLowWarningActivity instead. Test: am start com.android.messaging/.ui.SmsStorageLowWarningActivity Change-Id: Ie8b0df64ac046343c93ca8b4ffa93c5e49cc73ad Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 582c755..643d044 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -76,6 +76,15 @@
<item name="android:windowNoDisplay">true</item>
</style>
+ <style name="Translucent" parent="BugleBaseTheme">
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:windowContentOverlay">@null</item>
+ <item name="android:windowIsTranslucent">true</item>
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowAnimationStyle">@null</item>
+ <item name="android:windowDisablePreview">true</item>
+ </style>
+
<style name="BugleActionBar" parent="@style/Widget.AppCompat.Light.ActionBar.Solid">
<item name="height">@dimen/action_bar_height</item>
<item name="displayOptions">showTitle</item>