github mikepenz/MaterialDrawer v2.9.0

latest releases: v9.0.2, v9.0.1, v9.0.0...
9 years ago

UPGRADE NOTES
v2.9.0 now uses the latest com.android.support:appcompat version 22.1.1. Please update if you use an older version. It is now also required to set the theme within your layout for toolbars. (Especially for the DarkToolbar theme)

<android.support.v7.widget.Toolbar
        android:id="@+id/toolbar"
        android:layout_width="match_parent"
        android:layout_height="?attr/actionBarSize"
        android:background="?attr/colorPrimary"
        android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
        app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
        android:elevation="4dp"/>

Changes

  • add new method withCustomView to change the whole Drawer content
  • Modify darkToolbar behavior. Please see above

Don't miss a new MaterialDrawer release

NewReleases is sending notifications on new releases.