I have a ListView which can be navigated with the dpad. It has a footer. I want to prevent navigation into the footer with the dpad. I have set focusable and focusableInTouchMode of the footer view itself to false; this makes no difference (so I deduce that it is not actually focus I am seeing, but rather selection).
How do I prevent the footer from becoming selected?
You might try using this when adding the footer view:
listView.addFooterView(view, data, false);//third argument indicates footer is unselectable
Haven't done this myself, so just a suggestion.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With