single

  1. M

    Android Question CLV Individually Rounded Corners

    Hi everyone, I need to achieve this result with a CLV (only 2 corners are rounded) I already tried these two approaches Dim jo As JavaObject = clvProducts.AsView jo.RunMethod("setClipToOutline", Array(True)) clvProducts.AsView.SetColorAndBorder(clvProducts.AsView.Color, 2dip, 0xDBDBDB, 20dip)...
  2. LusazDeveloper

    iOS Question Is it possible to hide the title bar of a single page in my B4XPages App?

    Hello! I'm creating a B4XPages app and though I'm focus on iOS. I wonder if is it possible to hide the title and the bar where the title appears of a single page ? I saw a solution in this forum but it works with all the pages and I would like to hide only the title bar of my login screen which...
Top