You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there any way to use cells as button for add a new schedule after click second time. And in the first click to cell change backgorund as plus mark or something like that.
I used code below. But it's not realy productive and work slowly.
Hi, is there any way to use cells as button for add a new schedule after click second time. And in the first click to cell change backgorund as plus mark or something like that.
I used code below. But it's not realy productive and work slowly.
`
table.setOnTimeCellClickListener(
object :OnTimeCellClickListener{
override fun timeCellClicked(scheduleDay: Int, time: Int) {
The text was updated successfully, but these errors were encountered: