summaryrefslogtreecommitdiffstats
path: root/res/values/themes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/themes.xml')
-rw-r--r--res/values/themes.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index db4b744e..a88674aa 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -33,4 +33,25 @@
<item name="android:windowBackground">@android:color/transparent</item>
</style>
+ <style name="DialogWhenLarge"
+ parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
+ <item name="android:textAppearanceMedium">@style/MediumText</item>
+ <item name="android:textAppearanceSmall">@style/SmallText</item>
+ <item name="android:titleTextStyle">@style/TitleText</item>
+ </style>
+
+ <style name="DialogWhenLargeNoAnimation" parent="DialogWhenLarge">
+ <item name="android:windowAnimationStyle">@null</item>
+ </style>
+
+ <style name="AlertDialogActivity"
+ parent="@android:style/Theme.DeviceDefault.Light.Panel">
+ <item name="android:backgroundDimEnabled">true</item>
+ </style>
+
+ <style name="Header.Settings"
+ parent="@android:style/Theme.DeviceDefault.Settings">
+ </style>
+
+
</resources>