colordrawable

  1. S

    Android Question Losing rounded corners on ColorDrawable

    Within "Sub Activity_Create(FirstTime As Boolean)"... I have created the following ColorDrawable: Dim enabled, pressed As ColorDrawable enabled.Initialize(Colors.ARGB(255,63,63,63), 100) pressed.Initialize(Colors.ARGB(255,100,100,100), 100) And used it as such: Dim sld_Up...
  2. Android Question b4xview rounded corners

    I have changed my labels to b4xview for compatibility with b4j and b4i, some of the code used label.background = colordrawable. However b4xview has only color attribute (which only changes background color). I need colordrawable since it also makes the label have rounded corners. How can I...
Cookies are required to use this site. You must accept them to continue using the site. Learn more…