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.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 6f325d2b..db4b744e 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -28,6 +28,9 @@
<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>