Hi y'all
This is a simple profile card custom component that you can use in your ABMaterial webapp.
Adding it to your page is simple as ABC.
This is DonationWare
This is a simple profile card custom component that you can use in your ABMaterial webapp.
Adding it to your page is simple as ABC.
B4X:
profile.Initialize(page,"profile",150)
profile.AddCardImage("../images/office.jpg",True,"")
profile.AddUserImage("../images/sponge.png")
profile.AddFloatingButton("edit","mdi-editor-mode-edit",True)
profile.AddCardTitle("Anele 'Mashy' Mbanga",ABM.COLOR_AMBER,True,True)
profile.AddRole("Project Manager",True)
profile.AddContactNumber("+27 81 736 6739",True)
profile.AddEmailAddress("anele@mbangas.com",True)
profile.AddBirthDay("15, April 1973",True)
page.Cell(2,1).AddComponent(profile.ABMComp)
This is DonationWare