- [execDialog]Acrobatのダイアログ【その1】
acrobatのjacascriptsダイアログ
execdialogについて
- ダイアログ (1) 基本的な AlertDialog
@override
public void onclick(dialoginterface dialog, int which) { // (6)
toast.maketext(dialog02activity.this,
string.format(%s ボタンが押されました
- Androidアプリ開発メモ060:独自のAlertDialog
?xml version= 1.0 encoding= utf-8 ?
linearlayout xmlns:android=
android:id= @+id/dlg2linearlayout1
android:orientation= vertical
android:background= @color/pink
android:layout_width= 300dp
android:layout_height= 200dp
edittext
android:id= @+id/dlg2edittext1
android:layout_width= fill_parent
android:layout_height= wrap_content /
button
android:id= @+id/dlg2button1
android:layout_width= fill_parent
android:layout_height= wrap_content
android:text= ok /
/linearlayout
- Android ダイアログ(2) リスト選択、ラジオボタン、チェックボックス
abstract void onclick(dialoginterface dialog, int which, boolean ischecked)
which番目の添字の項目がクリックされたら、ischecked になる
|