AndroidStudio中看不到DialogFragment
创始人
2024-08-21 00:00:25
0
  1. 确认 Dialog Fragment 的布局文件是否正确,是否包含正确的视图元素。
  2. 在应用程序代码中,确保正确地实例化 Dialog Fragment 并将其添加到 Activity 或 Fragment 的视图层次结构中。
  3. 确保在Fragment中使用getChildFragmentManager(),在Activity中使用getSupportFragmentManager()。 示例代码:
  4. 布局文件





  1. 创建 Dialog Fragment:

public class MyDialogFragment extends DialogFragment { private EditText mEditText; private String mText;

public MyDialogFragment() {
    // Required empty public constructor
}

@Override
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);

    // Get the layout inflater
    LayoutInflater inflater = getActivity().getLayoutInflater();

    // Inflate the layout for this fragment
    View view = inflater.inflate(R.layout.fragment_my_dialog, null);

    mEditText = (EditText) view.findViewById(R.id.editText);

    AlertDialog.Builder builder = new AlertDialog.Builder(getActivity());
    builder.setView(view)
            .setTitle("Dialog Fragment Title")
            .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
                @Override
                public void onClick(DialogInterface dialog, int which) {
                    mText = mEditText.getText().toString();
                }
            })
            .setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() {
                @Override
                public void onClick(DialogInterface dialog, int which) {
                    // do nothing
                }
            });
    AlertDialog dialog = builder.create();
    setCancelable(false);
}

@Override
public Dialog onCreateDialog(Bundle savedInstanceState) {
    return super.onCreateDialog(savedInstanceState);
}

}

  1. 在 Activity 中调用 Dialog Fragment

MyDialogFragment dialogFragment = new MyDialogFragment(); dialogFragment.show(getSupportFragmentManager(), "dialog");

相关内容

热门资讯

第二分钟辅助!pokemmo内... 第二分钟辅助!pokemmo内置修改器,wejoker辅助软件,妙招教程(有挂详情)1、首先打开po...
第7分钟辅助!wepoker轻... 第7分钟辅助!wepoker轻量版透视系统,aapoker ai插件,绝活教程(有挂规律)1、该软件...
十分钟辅助!菠萝德州透视脚本,... 十分钟辅助!菠萝德州透视脚本,wpk可以作弊吗,项目教程(证实有挂)1、下载好菠萝德州透视脚本正确养...
六分钟辅助!wepoker有插... 六分钟辅助!wepoker有插件吗,wepoker科技辅助器,模板教程(有挂神器)1、实时wepok...
第九分钟辅助!wpk透视工作室... 第九分钟辅助!wpk透视工作室,竞技联盟透视,学习教程(真的有挂)1、wpk透视工作室有没有辅助教程...
第三分钟辅助!wepoker破... 第三分钟辅助!wepoker破解工具,购买的wpk辅助在哪里下载,妙计教程(有挂讲解)购买的wpk辅...
五分钟辅助!约局吧德州透视,拱... 五分钟辅助!约局吧德州透视,拱趴大菠萝开挂方法,策略教程(有挂方针)1、上手简单,内置详细流程视频教...
第七分钟辅助!wepoker透... 第七分钟辅助!wepoker透视挂底牌,hhpoker软件靠谱吗,妙计教程(详细教程)1、这是跨平台...
第6分钟辅助!来玩app破解版... 第6分钟辅助!来玩app破解版,hhpoker透视脚本下载,手册教程(有挂方法)1、不需要AI权限,...
十分钟辅助!wepoker透视... 十分钟辅助!wepoker透视有吗,拱趴大菠萝辅助神器,绝活教程(有挂方法)1、这是跨平台的拱趴大菠...