如果此問題重複,我很抱歉。 我有一個問題:充氣佈局項目
我有一main_activity與main_layout.xml。 我有一個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);
申請強制關閉。
它適用於第一time..if我儘量不關閉應用程序再次打開的對話框中,我得到了另一個問題:「java.lang.IllegalStateException:指定的子項已經有父項,必須先調用子項的父項的removeView()。」 – prashantwosti 2013-03-12 06:13:52