Hi,
Is it possible to Horizontal Center the text on ABMCard. Would be nice if we could center the text Horizontally as well as Vertically too
For Eg.
This is how it is appearing now
I want this to appear as given below (Horizontally and Vertically Centered)
Any help will be appreciated.
Regards
Anser
Is it possible to Horizontal Center the text on ABMCard. Would be nice if we could center the text Horizontally as well as Vertically too
For Eg.
B4X:
' basic card
Dim year As ABMCard
year.InitializeAsCard(page, "year", "{B}This Year{/B}", "0", ABM.CARD_SMALL,"whitetitle")
year.Image = "../images/sample-1.png"
year.Size = 20
This is how it is appearing now
I want this to appear as given below (Horizontally and Vertically Centered)
Any help will be appreciated.
Regards
Anser
Last edited: