Skip to content

Instantly share code, notes, and snippets.

@shaobin0604
Created June 6, 2013 12:09
Show Gist options
  • Select an option

  • Save shaobin0604/5721051 to your computer and use it in GitHub Desktop.

Select an option

Save shaobin0604/5721051 to your computer and use it in GitHub Desktop.
dialog_theme_activity.xml
<style name="custom_dialog" parent="@android:style/Theme.Dialog">
<item name="android:windowFrame">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@null</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">true</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment