As I\'m trying to debug my program, I can\'t figure out the error.
I have initialized two buttons and used .setOnClickListener on them. When the user clicks the bu
I have faced the same issue which was corrected when I made the relative layout clickable(in properties).
cheers