Skip to content

Instantly share code, notes, and snippets.

@tiiime
Created March 29, 2019 08:21
Show Gist options
  • Save tiiime/34d5d9a1fa1df05599848033f21bc03e to your computer and use it in GitHub Desktop.
Save tiiime/34d5d9a1fa1df05599848033f21bc03e to your computer and use it in GitHub Desktop.
全屏 DialogTheme
<style name="FullScreenDialogTheme" parent="android:Theme.Dialog">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">match_parent</item>
<item name="android:windowBackground">@drawable/black_mask_86</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">false</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment