2 buttons highlighted when set my own keypadButtonBackgroundDrawable
I created resource selector for keypad pressed effect. However, it causes a weird behavior that highlighted the pressed key and the button "0". Probably, there is something wrong with recycler view.
me too can you fix this
I still haven't time to fix it now. But you can fix around by setting background drawable directly in the library project.
Any Solution For this...facing same problem
please do solve the problem for us. :)
still same
Hi guys, it seems to happen due to reusing drawable object. The author created only one drawable object for all buttons. Then, changing the state of a button lead the others change.