问题描述
finalDialogdlg=newDialog(context,R.style.DialogTheme_Bottom);//LayoutInflaterinflater=LayoutInflater.from(context);LayoutInflaterinflater=(LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);LinearLayoutlayout=(LinearLayout)inflater.inflate(R.layout.alert_dialog_menu_layout,null);finalTextViewcontentTxv=(TextView)layout.findViewById(R.id.content);如图:layout不为空 但是contentTcv报空... 调试感觉是加载布局xml的id有问题
解决方案
时间: 2024-12-06 14:22:14