このダイアログは一切の画像を使わずに実現可能なところが格好いい!必要なのは以下の定義。 レイアウト 色 ボタンの背景 テーマ ダイアログクラス ダイアログのレイアウト構成はこんな感じ LinearLayout TextView ( @+id/custom_dialog_title ) ScrollView TextView ( @+id/custom_dialog_text )Button ( @+id/custom_dialog_ok ) res/layout/custom_dialog.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="250dip" androi