B4A Question MSMaterial Drawer + AppCompat : Screen not drawn till bottom - Pcbeta Rabbit (first post)    Jan 18, 2016   (4 reactions) MDB.withTransluscentStatusbar(False) B4A Library MSMaterialMenu - Animating icons - thedesolatesoul    Mar 23, 2015   (25 reactions) This library simulates some animations on the drawer icon on the titlebar that are coming in on the material design.
It comes from this library: https://github.com/balysv/material-menu
https://camo.githubusercontent.
Dependencies:
- The NineOldAndroid java package, is included in the zip file.
Cr Share My Creation MSMaterialDrawer - Build Navigation drawers FAST - thedesolatesoul    Apr 17, 2015   (20 reactions) How much time do you spend trying to create a standard navigation drawer? Trying to find the right listview, and build the correct hierarchy in the slide menu.
Well with this library you can build a drawer in 5 minutes with all the bells and whistles you need.
Compatible with 2.2 Froyo!
Works gre B4A Tutorial Material Design 2 - Using the AppCompat library - corwin42 (first post)    Jan 18, 2016   (3 reactions) Yes, there are several libraries with which you can add this effect.
AHNavigationdrawer (Navigation drawer which includes an animated hamburger->arrow drawable)
MSMaterialDrawer (Simple to use Navigation drawer which automatically includes this effect. Recommended)
MSMaterialMenu (Drawable with the B4A Tutorial Material Design 4 - Modifyable and advanced Menu - ArminKH (first post)    Jul 18, 2015   (1 reaction) Sub CreateMainLayout
Dim MDB As MSMaterialDrawerBuilder,MD As MSMaterialDrawer
MDB.Initialize("MD")
MDB.AddPrimaryDrawerItem ("Home" , Null ,Null ,"+99" ,True,1, "")
MDB.AddSecondaryDrawerItem("Setting" ,Null ,Null ,"" ,True ,2)
MD = MDB.Build
End Sub
this B4A Question google keep alike - DonManfred (first post)    Aug 22, 2016   (1 reaction) Yes start with CustomListView to build such a list. Use msmaterialdrawer for the drawer, Use Appcompat for Material design B4A Library AppCompat - Make Material Design apps compatible with older Android versions - Reids (first post)    Jul 17, 2016 Msmaterial drawer has 2 more additional xml file which
#AdditionalRes: path\compact\res, android.support.v7.appcompat
#AdditionalRes: path\md-lib
But I didn't using first additional res cause it conflicted with appcompat res, so I comment it, app run fine but sometime that error show up, I din't k B4A Question use custom font in xml - ArminKH    Jul 20, 2015 hi i'm using MSMaterialDrawer Lib which is created by @thedesolatesoul as you can see on this thread https://www.b4x.53883/ we have a drawer which is not customizable and as you can see on this thread https://www.b4x.-msmaterialdrawers-items-gravity.56318/#post-354775 i'm looking for a way to edi B4A Question MSMaterialDrawer and targetSdkVersion=28 and B4A ver 9.30 - Anser    Aug 28, 2019 Hi,
I updated my B4A version to 9.30 from v 9.00
Now one of my application which was using MSMaterialDrawer is failing. When I click on the Burger Menu nothing is happening at the same time I could see the following error message on the Logs. This was working fine in B4A 9.00
android.view.Inflate B4A Question Google Play Style Side Menu - lemonisdead (first post)    Jan 16, 2018   (2 reactions) Olá, You could search the forum for "Sliding Menu", "MSMaterial Drawer", or take a look here : https://www.b4x.-with-toolbar-minimal-example.79896/ What I did not understand is if you wanted to move something in the menu with your finger or if you only wanted to open the menu with the finger :) Page: 1   2   3   4   5   6   7   Powered by ColBERT |