この質問が重複していたらすみません。私は問題があります:
main_layout.xml を持つ main_activity が 1 つあります。その中にTextView
とSeekBar1
があります。custom_dialog_layout
seekbar2 がある
メニューを追加しました。Dialog
シークバー付きのcustom_dialogを示しています。
これを行うとき:
inflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
view = inflater.inflate(R.layout.resize_dialog,null);
seekbar = (SeekBar)findViewById(R.id.seekBar2);
適用力が閉じます。