Skip to content

Instantly share code, notes, and snippets.

@amitshekhariitbhu
Created May 6, 2016 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amitshekhariitbhu/f74a9a58aac663a6b68921414d415c1e to your computer and use it in GitHub Desktop.
Save amitshekhariitbhu/f74a9a58aac663a6b68921414d415c1e to your computer and use it in GitHub Desktop.
<resources>
<!-- Customize theme for floating. -->
<style name="AppTheme.Transparent" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
<item name="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