Skip to content

Instantly share code, notes, and snippets.

@aykuttasil
Created August 19, 2016 17:07
Show Gist options
  • Save aykuttasil/213b6690777c860ec453ccaa8ec64ff3 to your computer and use it in GitHub Desktop.
Save aykuttasil/213b6690777c860ec453ccaa8ec64ff3 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Transparent" 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment