How does one show a MaterialBoxed image when the image is contained in a table?
Code:
public Sub BuildImagefixed(page As ABMPage, id As String, image As String, opacity As Double, Caption As String) As ABMImage
Dim img As ABMImage
img.Initialize(page, id, image,opacity)
img.IsMaterialBoxed = True
img.IsResponsive = True
img.Caption = Caption
img.SetFixedSize(160,120)
Return img
End Sub
Code:
' adding image to table
If...
from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/25zTDb4
via IFTTT
Aucun commentaire:
Enregistrer un commentaire