keyboardsurfer/Crouton

Crouton showing on Toolbar.

TostF opened this issue · 1 comments

As title says version 1.8.5 is showing croutons ON toolbar instead underneath it.
My toolbar is setSupportActionBar and as a part of my XML file.

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
            xmlns:tools="http://schemas.android.com/tools"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            tools:context=".ActivityOffices"
            >

<android.support.v7.widget.Toolbar
    android:id="@+id/office_toolbar"
    android:layout_height="wrap_content"
    android:layout_width="match_parent"
    android:minHeight="?attr/actionBarSize"
    android:background="?attr/colorPrimary" />

<fragment
        android:id="@+id/map"
        android:name="my.app.FragmentOfficesMap"
        android:layout_below="@id/office_toolbar"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>
</RelativeLayout>

Duplicate of #227