Android text selection extension

I am trying to expand the text action context bar with further actions.

So, I added an ActionCallback through the setCustomSelectionActionModeCallback method. It works fine, BUT: I add a few icons, so they don’t fit into the action bar on the phones, and they go to the overflow menu. The problem is that as soon as I click the overflow button, it seems that the EditText is losing focus, so the ActionMode is closed and destroyed. Thus, you cannot click any item in the overflow menu.

I am using ActionBarSherlock 4.3.1.

This is mistake? Should I record it on b.android.com? Is there a workaround? One possible workaround is the split action bar. But at the moment I don’t need / need a dashboard for all the activity, and software programming is impossible, as far as I know.

+1
source share
1 answer

This is mistake?

I think so.

Do I have a file on b.android.com?

Hit it to you for a year and a half . :-)

Is there a workaround?

, , . sort-: "" , "" , . , , .

0

All Articles