summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 7e1127d4..94916b88 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -88,4 +88,14 @@ background and text color. See also android:style/Widget.Holo.TextView.ListSepar
<item name="android:windowNoDisplay">false</item>
<item name="android:windowIsFloating">true</item>
</style>
+
+ <style name="CallSubjectDialogTheme" parent="android:Theme.Material.Light.Dialog">
+ <item name="android:layout_width">fill_parent</item>
+ <item name="android:layout_height">fill_parent</item>
+
+ <!-- No backgrounds, titles or window float -->
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowFullscreen">true</item>
+ <item name="android:windowIsFloating">true</item>
+ </style>
</resources>