summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/styles.xml')
-rwxr-xr-xres/values/styles.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f935675f..b5d8d480 100755
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -19,6 +19,8 @@
<item name="android:paddingStart">16dip</item>
<item name="android:paddingEnd">16dip</item>
</style>
- <style name="DialogWhenLarge" parent="@android:style/Theme.DeviceDefault.NoActionBar">
+ <style name="Theme.DialogWhenLarge" parent="@android:style/Theme.DeviceDefault.Light.DialogWhenLarge.NoActionBar"/>
+ <style name="Theme.AlertDialogActivity" parent="@android:style/Theme.DeviceDefault.Light.Panel">
+ <item name="android:backgroundDimEnabled">true</item>
</style>
</resources>