corner

  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. LucaMs

    Bug? [SOLVED] (v. 6.80) Label corners

  3. K

    Android Question corner radius property to custom view

    I want to give radius property to my custom view panel. I'm try Base.CornerRadius but it not cornerradius property in drop list.
Top