clickable

  1. M

    Android Question Button or EditText still clickable under a solid panel

    Hi everyone. I have big problem, i have two edittexts and a button, then i have i white (#FFFFFF) panel on top of those. The problem is that it's possible to click the button or the edittext anyway, even if there is the panel hiding them (with alpha 255).
  2. K

    Android Question pdf clickable text

    Hii Experts, I want to add link in pdf, on click the link open website. I'm currently using Printing libs. pdf.Canvas.DrawText("www.abcd.com",mleft,mtop,font,fontsize,Colors.Blue,"LEFT")
Top