替换底部工作表对话框中的框架布局

时间:2016-09-01 09:18:03

标签: android android-fragments bottom-sheet

我想用另一个片段替换底部工作表对话框内的框架布局。我正确地获得了布局的ID,但在更换时,它崩溃了。崩溃发生在片段管理器类中。

  container = (ViewGroup) mContainer.onFindViewById(f.mContainerId);
                            if (container == null && !f.mRestored) {
                                String resName;
                                try {
                                    resName = f.getResources().getResourceName(f.mContainerId);
                                } catch (NotFoundException e) {
                                    resName = "unknown";
                                }
                                throwException(new IllegalArgumentException(
                                        "No view found for id 0x"
                                        + Integer.toHexString(f.mContainerId) + " ("
                                        + resName
                                        + ") for fragment " + f));
                            }

抛出“找不到视图”异常。是否可以在底部工作表?

1 个答案:

答案 0 :(得分:0)

您无法在底部工作表对话框中执行片段事务,为此,您应该使用底部工作表对话框片段