android - How do I extend text selection bar? -


how can achieve :

when select text want bar show not "copy" ,"select all" , "confirm" "share" icon on screenshot enter image description here

give @ setcustomselectionactionmodecallback(..)

then in custom actionmode.callback, can fetch selected text with:

int start = mytextview.getselectionstart(); int end = mytextview.getselectionend(); 

Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -