Answering my own post.
This can be done like:
mText.setMovementMethod(new ArrowKeyMovementMethod() {
public boolean onTouchEvent(TextView widget, Spannable buffer,
MotionEvent event) {
// Code in onTouchEvent() of LinkMovementMethod except code to
change selection
}
});
~Abhilash
On Oct 1, 5:37 pm, Abhilash <[email protected]> wrote:
> *bump*
>
> On Sep 25, 9:13 am,Abhilash<[email protected]> wrote:
>
>
>
> > Is there a way to make URLs in a EditText clickable when the
> > MovementMethod is set to ArrowKeyMovementMethod?
>
> > ~Abhilash
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---