android - Contextual ActionBar not showing on ListView with EditTexts -



android - Contextual ActionBar not showing on ListView with EditTexts -

my listview contains edittext part of each row , cab won't show when long press row.

it show if i:

change edittext textview or set focusable="false" in edittext or set descendantfocusability="blocksdescendants" in parent view (a linearlayout)

it didn't help to:

set descendantfocusability="beforedescendants" (or after) in parent view.

how can have cab , working edittext @ same time?

cab on long press isn't default behavior.

have tried registering list context menu? http://stackoverflow.com/a/17207576/850734

android focus contextual-action-bar

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -