mContext,R.style.Theme_AudioDialog报错!
public void showRecrodingDialog() { mDialog =new Dialog(mContext,R.style.Theme_AudioDialog); LayoutInflater inflater=LayoutInflater.from(mContext); View view=inflater.inflate(R.layout.dialog_recorder,null); }
mContext,R.style.Theme_AudioDialog已经style定义过了,也导入import com.imooc.recorder.R;真是无语了!