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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -