ToolBar disappears when setting elevation for AppBarLayout
My ToolBar disappears when setting elevation for AppBarLayout . Here's the layout. <android.support.design.widget.AppBarLayout android:id="@+id/appbar" android:layout_width="match_parent" android:layout_height="@dimen/appbar_height" app:elevation="0dp" android:background="@color/transparent"> <android.support.v7.widget.Toolbar style="@style/ToolBarStyle" android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" app:elevation="0dp" android:background="@drawable/backgorund_toolbar_tranluscent" android:minHeight="@dimen/abc_action_bar_default_height