aboutsummaryrefslogtreecommitdiffstats
path: root/google-play-services_lib/res/values/admob_iap_style.xml
blob: 35b09a9ef38db1ba1a005a231b2739552f9c4631 (plain)
1
2
3
4
5
6
7
8
9
10
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>