Skip to content

Instantly share code, notes, and snippets.

@mikehibm
Created November 22, 2011 16:20
Show Gist options
  • Save mikehibm/1386057 to your computer and use it in GitHub Desktop.
Save mikehibm/1386057 to your computer and use it in GitHub Desktop.
ダイアログのタイトルを非表示にする
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.MyDialog" parent="android:style/Theme.Dialog">
<item name="android:windowNoTitle">true</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment