当DialogFragment在Android中显示时,ActionBar中的自定义视图将被删除

时间:2014-07-09 05:44:45

标签: android android-activity android-fragments android-actionbar android-dialogfragment

我在平板电脑上的ActionBar中遇到自定义视图问题。

I have two fragments added side by side. Left fragment contains a listview and adding the custom view in the ActionBar.

Right fragment shows some details. Now when I invoke a DialogFragment, it removes the custom view in the ActionBar.

有人能建议我解决这个问题吗?

1 个答案:

答案 0 :(得分:0)

没关系。 DialogFragment中有一些错误导致了这一点。我在DialogFragment中设置了setDisplayShowCustomEnabled(false)。