corner radius

  1. M

    Spanish [SOLUCIONADO] Android 10 gradientdrawable

    Hola Estoy usando el siguiente código para redondear las esquinas de un Label y funciona bien excepto en Android 10, en A10 no las redondea, quedan como por defecto Dim l_din_redondeocolor(2) As Int l_din_redondeocolor(0)=Colors.Transparent l_din_redondeocolor(1)=Colors.Transparent Dim...
  2. M

    Android Question [SOLVED] gradientdrawable android 10 b4a

    Hello. Sorry for my english. I'm using the next code for "roundering the corner" of a Label and it works fine but in Android 10 does not work, the corner is flat Dim l_din_redondeocolor(2) As Int l_din_redondeocolor(0)=Colors.Transparent l_din_redondeocolor(1)=Colors.Transparent Dim...
  3. M

    iOS Question Individually change corner radius of a view

    Hi everyone, how can i individually change the corner radius of a view (in this case a label)? Thanks in advance
  4. Unobtainius

    Android Question SwiftButton Corner Radius not working for me?

    I drop my swiftbuttons onto a layout using the designer and set the corner radius No matter what I set it to, it always remains the same when I run the layout It looks fine in the WYSIWYG designer I deploy to samsung TABA, TABS, and Note 8 with the same result on all devices The pictures pretty...
Top