Slide 29
Slide 29 text
AlertDialog
android.support.v7.AlertDialog
// μΠΞϩάͷϘλϯΛऔಘ
public Button getButton(int which);
// ϘλϯΛλοϓͨ͠ͱ͖ͷϦεφʔΛηοτ
public void setButton(int which, CharSequence text,
OnClickListener listener);
// ϘλϯΛλοϓͨ͠ͱ͖ʹૹΔϝοηʔδΛηοτ
public void setButton(int which, CharSequence text,
Message message);
// पғͷ༨നΛࢦఆ͠ͳ͕ΒViewΛηοτ
public void setView(View view, int spacingLeft,
int spacingTop, int spacingRight, int spacingBottom);
etc...
29