Android - Listen to a disabled button

前端 未结 8 2089
一整个雨季
一整个雨季 2021-01-17 08:56

How can I respond to an event based on clicking a disabled Button. I have a requirement that I have to present Dialog, when a disabled Button

8条回答
  •  爱一瞬间的悲伤
    2021-01-17 09:10

    A disabled button cannot listen to any event, but you can customize your own button by extending Button class to make your own definition of disabling

提交回复
热议问题