如果这个问题是重复的,我很抱歉。我有个问题:
我有一个带有 main_layout.xml 的 main_activity。我有一个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);
应用力关闭。