CoordinatorLayout 推送的 Actionbar

Actionbar pushed by CoordinatorLayout

操作栏正在被 CoordinatorLayout 推送,如下图所示:

(ActionBar 看起来缺少它的上半部分,如果我回到另一个 activity 它仍然缺少上半部分)

我通过从 CoordinatorLayout 中删除 android:fitsSystemWindows="true" 解决了这个问题。