react-native-purchasely
Version:
Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.
21 lines (16 loc) • 852 B
text/xml
<resources>
<style name="TvTheme" parent="Theme.Leanback" />
<style name="Theme.Purchasely" parent="Theme.AppCompat.Light.NoActionBar">
<item name="windowNoTitle">true</item>
<item name="android:windowAllowEnterTransitionOverlap">true</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowBackground">#03000000</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="android:windowIsTranslucent">true</item>
</style>
<style name="Theme.Purchasely.Fullscreen" parent="Theme.Purchasely">
<item name="android:navigationBarColor">@android:color/transparent</item>
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
</resources>