android - Sharing selected text -
i have book-like application , suppose have option of selecting text , sharing it.
to make text selectable use edittexts instead of textviews , how can share part of text?
i know how text string variable, problem when select text - have standart edittext dialog @ top of screen has options "select all","copy" etc hides action bar, there no way can select text , click "share" on actionbar because it's hidden "copy-select all" panel.
what can suggest?
you override function "performlongclick".
Comments
Post a Comment