Giter VIP home page Giter VIP logo

Comments (6)

madcyph3r avatar madcyph3r commented on August 18, 2024

Add this to your layout at the first position:

<View 
         android:id="@+id/overlayView" 
         android:layout_height="?attr/actionBarSize" 
         android:layout_width="match_parent" 
         android:layout_below="@+id/statusBar" /> 

See here: https://github.com/madcyph3r/AdvancedMaterialDrawer/blob/master/materialDrawer/src/main/res/layout/activity_material_navigation_drawer_below_toolbar.xml

from advancedmaterialdrawer.

aemxn avatar aemxn commented on August 18, 2024

Btw, I'm using the drawer with Image Header.

Where do I set those? As I know, my MainActivity doesn't need any layout to be inflated as it extends MaterialNavImageActivity. From what I see, this activity is set to activity_material_navigation_drawer_customheader.xml which already has that snippet of code.

from advancedmaterialdrawer.

madcyph3r avatar madcyph3r commented on August 18, 2024

Have you set the right style in your AndroidManifest.xml? Like here https://github.com/madcyph3r/AdvancedMaterialDrawer/blob/master/example/src/main/AndroidManifest.xml

from advancedmaterialdrawer.

aemxn avatar aemxn commented on August 18, 2024

This is how my Manifest look like:

<application
    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:theme="@style/AppTheme">

In AppTheme,

<style name="AppTheme" parent="AppTheme.Base"/>

<!-- Base application theme. -->
<style name="AppTheme.Base" parent="MaterialNavigationDrawerTheme.Light">
    <item name="android:fitsSystemWindows">false</item>
    <item name="colorPrimary">@color/primary</item>
    <item name="colorPrimaryDark">@color/primary_dark</item>
    <item name="colorAccent">@color/accent</item>
</style>

Any idea why this issue still persist?

from advancedmaterialdrawer.

aemxn avatar aemxn commented on August 18, 2024

I've fixed this issue by modifying lib's activity_material_navigation_drawer_customheader.xml file. Will PR the fix if necessary.

Thanks!

from advancedmaterialdrawer.

madcyph3r avatar madcyph3r commented on August 18, 2024

Yes please. So i can check this.

from advancedmaterialdrawer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.