MaterialDrawer
MaterialDrawer copied to clipboard
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
On MaterialDrawer 6.1.2 , the app crashes when trying to build the crossfade: The crash message: ` Caused by: java.lang.ClassCastException: android.widget.FrameLayout$LayoutParams cannot be cast to androidx.slidingpanelayout.widget.SlidingPaneLayout$LayoutParams at com.mikepenz.crossfader.Crossfader.setLeftMargin(Crossfader.java:394) at com.mikepenz.crossfader.Crossfader.build(Crossfader.java:306)`...
## About this issue When loading an image in to the `accountHeaderBackground` it's possible for the profile text (`currentProfileName` and `currentProfileEmail`) and switcher (`accountSwitcherArrow`) to become difficult to see because...
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.almasons.giniLive/com.almasons.gini.activities.MainActivity}: android.view.InflateException: Binary XML file line #284 in com.almasons.giniLive:layout/activity_main: Binary XML file line #284 in com.almasons.giniLive:layout/activity_main: Error inflating class com.mikepenz.materialdrawer.widget.MaterialDrawerSliderView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3308) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3457) at...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
## About this issue Hi Mike, Question is in the title : how can I have only one expandable item expanded at one time? I have two expandable items (ids...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...
## About this issue The library overrides/ignores the theme's `android:fontFamily`, making it more difficult than it should be to use custom font families in an app using the library. My...
## About this issue Adding an ExpandableDrawerItem to the footer, it shows up, but clicking it does not show/hide the sub-items like one would expect. ## Details - Used library...
## About this issue If using https://developer.android.com/reference/android/graphics/ImageDecoder or similar one usually gets a hardware-backed Drawable. However because of https://github.com/mikepenz/MaterialDrawer/blob/b03f1d495ae65fd88bdd3ee7e496665ae9721c0f/materialdrawer/src/main/java/com/mikepenz/materialdrawer/view/BezelImageView.kt#L180 this crashes trying to draw a hardware bitmap onto a software...