Skip to content

Instantly share code, notes, and snippets.

@Bakumon
Created December 4, 2017 08:46
Show Gist options
  • Save Bakumon/77587ff1d47d47b0931b3552396ca8ef to your computer and use it in GitHub Desktop.
Save Bakumon/77587ff1d47d47b0931b3552396ca8ef to your computer and use it in GitHub Desktop.
全屏dialog style
<!-- dialog -->
<style name="common_dialog" >
<item name="android:background">@android:color/transparent</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:backgroundDimEnabled">true</item>
<item name="android:windowIsTranslucent">true</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment