gap

  1. R

    Android Question Difference DefaultDrawable and StateListDrawable buttons regarding button edge

    Trying to place button on a panel and set the gap between those buttons. Noticed there seems to be a difference between DefaultDrawable and StateListDrawable buttons as how the edge of the button shows on the panel. These 2 layout scripts show the difference: For StateListDrawable buttons this...
  2. W

    Android Question DrawPath() problem with Clipping? [SOLVED]

    Hi! I'm having a question about ImageView, Canvas and DrawPath(). I want to draw multiple lines with DrawPath with this Code (see also attachment for a demo): Dim canvas1 As Canvas canvas1.Initialize(ImageView1) Dim PolygonPath As Path PolygonPath.Initialize (64,154) PolygonPath.LineTo...
Top