gradientdrawable

  1. Guenter Becker

    Android Question CustomView Background

    Hello I like to set the Background of the Custom View to a GradiendDrawable by code like it is done by the Designer Properties. Dim ColorArray(2) As Int ColorArray(0) = DisabledColor ColorArray(1) = xui.Color_White...
  2. 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...
  3. 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...
Top