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 setfocusable="false"
in edittext or set descendantfocusability="blocksdescendants"
in parent view (a linearlayout) it didn't help to:
setdescendantfocusability="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
Post a Comment