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.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 026c77fa..db4b744e 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -21,8 +21,16 @@
parent="@android:style/Theme.DeviceDefault.Settings">
</style>
+ <style name="Settings.NoActionBar" parent="@style/Settings">
+ <item name="android:windowActionBar">false</item>
+ <item name="android:windowNoTitle">true</item>
+ </style>
+
<style name="GrantPermissions"
parent="@android:style/Theme.DeviceDefault.Light.Dialog.NoActionBar">
+ <item name="*android:windowFixedHeightMajor">100%</item>
+ <item name="*android:windowFixedHeightMinor">100%</item>
+ <item name="android:windowBackground">@android:color/transparent</item>
</style>
</resources>