In general, I make a custom view based on TextView. I create a class this way
public class DayView extends TextView implements TextView.OnClickListener and accordingly I process the onClick method onClick . The clickable property tried to set both in the code via setClickable() , and through the android:clickable="true" markup android:clickable="true" , but for some reason the handler is not called after the click. The second day is already fighting.