片段的顶部始终是空白部分
那部分的目的是什么?是否可以删除它?
我没有发现任何类似的问题。也许问题在于我的方法来调用它:
ProductListFragment productFragment = new ProductListFragment();
productFragment.show(getActivity().getSupportFragmentManager(), "productSelection");
答案 0 :(得分:2)
我认为你的Fragment
是DialogFragment
?如果是这样,请使用
getDialog().requestWindowFeature(Window.FEATURE_NO_TITLE);