aboutsummaryrefslogtreecommitdiffstats
path: root/google-play-services_lib/res/values/admob_iap_style.xml
diff options
context:
space:
mode:
Diffstat (limited to 'google-play-services_lib/res/values/admob_iap_style.xml')
-rw-r--r--google-play-services_lib/res/values/admob_iap_style.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/google-play-services_lib/res/values/admob_iap_style.xml b/google-play-services_lib/res/values/admob_iap_style.xml
new file mode 100644
index 0000000..35b09a9
--- /dev/null
+++ b/google-play-services_lib/res/values/admob_iap_style.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="Theme.IAPTheme" parent="android:Theme">
+ <item name="android:windowIsTranslucent">true</item>
+ <item name="android:windowBackground">@android:color/transparent</item>
+ <item name="android:windowContentOverlay">@null</item>
+ <item name="android:windowNoTitle">true</item>
+ <item name="android:windowIsFloating">true</item>
+ <item name="android:backgroundDimEnabled">false</item>
+ </style>
+</resources>