Android Question Strange issues Material design

Prosg

Active Member
Licensed User
Longtime User
Hello,

I use in the same project this :
https://www.b4x.com/android/forum/threads/msmaterialdrawer.53883/
and this :
https://www.b4x.com/android/forum/t...nal-material-design-components.58893/#content

and i have something strange (a sort of margin in bottom)
upload_2015-12-18_14-38-40.png


and when i open the menu (burger icon) it's disapear

upload_2015-12-18_14-39-53.png


i search a couple of hours and i'm sure it's because of this line in main activity

#AdditionalRes: C:\Android\extras\android\support\design\res, android.support.design

Here are my all #AdditionalRes

B4X:
    'Theme Resources
    #AdditionalRes: ..\resource

    'AppCompat Resources
    #AdditionalRes: C:\Users\Sebastien\Dropbox\Basic4Android\AdditionnalLibraries\b4a_appcompat, de.amberhome.objects.appcompat
    #AdditionalRes: C:\android\extras\android\support\v7\appcompat\res, android.support.v7.appcompat
    'MaterialDrawer Resources
    #AdditionalRes: C:\Users\Sebastien\Dropbox\Basic4Android\AdditionnalLibraries\material_design_2\md-app\res
    #AdditionalRes: C:\Users\Sebastien\Dropbox\Basic4Android\AdditionnalLibraries\material_design_2\md-lib\res

    'Google map
    #AdditionalRes: C:\android\extras\google\google_play_services\libproject\google-play-services_lib\res, com.google.android.gms


    'Ajout pour les TABS Material
    #AdditionalRes: C:\Android\extras\android\support\design\res, android.support.design
    #AdditionalRes: C:\Android\extras\android\support\v7\recyclerview\res, android.support.v7.recyclerview

How can i solve this cause i need the designer support to have tabs


Edit : If I have the tabs single in a activity no bugs... BuildDrawer cause this when it's : MD = MDB.Build (But i don't fix it)

Edit2 : Solved with this : MDB.withTransluscentStatusbar(False)

Ty for help
 
Last edited:
Top