[android-developers] Re: Using Linkify on a TextView and event bubbling

2008-12-18 Thread Nik Bhattacharya
Anybody?? On Dec 9, 8:57 pm, Nik Bhattacharya wrote: > Hello, > > I have the following situation.  I have a LinearLayout that has an > onclick listener on it.  In the linear layout, I have a TextView that > has some text in it.  I use Linkify on the TextView with the following > intention: > > I

[android-developers] Re: Using Linkify on a TextView and event bubbling

2008-12-09 Thread Nik Bhattacharya
Note the the line: copyTo.setClickable(false) was something I had inserted while testing. Taking it out still makes the code exhibit the same behavior. Nik On Dec 9, 8:57 pm, Nik Bhattacharya <[EMAIL PROTECTED]> wrote: > Hello, > > I have the following situation.  I have a LinearLayout that h