Re: [android-developers] Override default textselection

2011-12-18 Thread Mark Murphy
On Sun, Dec 18, 2011 at 9:19 AM, AlexanderL wrote: > is there a wat to intercept and override the menu opened in gmail or > webbrowser or is it not possible? Only if you write your own "gmail" or "webbrowser" app. > Android seems to be proud saying almost every aspect of it can be > overriden so

[android-developers] Override default textselection

2011-12-18 Thread AlexanderL
Hi, I am new to android development but i hope anybody can help me with this android app/widget idea i have. I want to be able to override the way every text selection in android is done and to add yet another menu option there. I was looking a bit into themes and styles and also events and actions