是否可以删除片段顶部的空白部分,这部分的目的是什么?

时间:2014-03-28 09:24:21

标签: android android-fragments

片段的顶部始终是空白部分screenshot

那部分的目的是什么?是否可以删除它?

我没有发现任何类似的问题。也许问题在于我的方法来调用它:

ProductListFragment productFragment = new ProductListFragment();
productFragment.show(getActivity().getSupportFragmentManager(), "productSelection");

1 个答案:

答案 0 :(得分:2)

我认为你的FragmentDialogFragment?如果是这样,请使用

getDialog().requestWindowFeature(Window.FEATURE_NO_TITLE);