我在平板电脑上的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.
有人能建议我解决这个问题吗?
答案 0 :(得分:0)
没关系。 DialogFragment中有一些错误导致了这一点。我在DialogFragment中设置了setDisplayShowCustomEnabled(false)。