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

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

html - Cut text on left side inside button while centering -

php - Hide Categories from WordPress Dashboard by ID and Custom Post Type -