corner radius

  1. Lucas Siqueira

    Wish New Improvement - Add CORNERS RADIUS in [B4X] SimpleMediaManager (SMM)

    @Erel This new feature in the rounded corners library for images is wonderful, but I still have one more suggestion. Add the DefaultCornersRadius mode With the default field, the command to load the image would be even simpler. Instead of having to create a map and load it with...
  2. Lucas Siqueira

    Wish Add CORNERS RADIUS in [B4X] SimpleMediaManager (SMM)

    Please @Erel , I know you don't like exclusive posts, but this is a case of adjusting the source code of your [B4X] SimpleMediaManager (SMM) library which is fantastic. Congrats on it! Today we have a function to round the image "ROUNDIMAGE" which is very useful for user photos or even...
  3. 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...
  4. 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...
  5. 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
  6. 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