summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rwxr-xr-xres/values-large/styles.xml21
-rwxr-xr-xres/values/styles.xml4
2 files changed, 3 insertions, 22 deletions
diff --git a/res/values-large/styles.xml b/res/values-large/styles.xml
deleted file mode 100755
index c7b2ec42..00000000
--- a/res/values-large/styles.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<resources>
- <style name="DialogWhenLarge"
- parent="@android:style/Theme.DeviceDefault.Dialog.NoActionBar.MinWidth">
- </style>
-</resources>
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>