Android : Multiple Actions on a List View - Focus Issue

前端 未结 6 1050
醉酒成梦
醉酒成梦 2021-02-06 02:55

I would like to implement a ListView, which I can do no problem w/ my cursor. Right now depending on which row you click on it takes you to a new activity based on the informati

6条回答
  •  悲&欢浪女
    2021-02-06 03:24

    I tried this to be able to click on the buttons but it didn't work for me android:focusable="false" android:focusableInTouchMode="false"

    so what I did was to change the activity layout to scrollview and then add a linerLayout inside of it. after that you can add buttons to the layout and each button will be clickable.

提交回复
热议问题