Hi All,
Instead of write this...
Is it possible to access directly to the bitmap obj using a sintax like this ?
Thanks in advance for your reply
Instead of write this...
B4X:
Private drawBtnCancel As BitmapDrawable = xml.GetDrawable("btn_cancel")
Private btm As Bitmap = drawBtnCancel.Bitmap
Is it possible to access directly to the bitmap obj using a sintax like this ?
B4X:
Private btm As Bitmap = (xml.GetDrawable("btnCancel")).Bitmap
Thanks in advance for your reply
Last edited: