There is a TextView with the ID status_tv. The onClick() met…

There is a TextView with the ID status_tv. The onClick() method below is the listener for three Buttons with the IDs start_button, pause_button, and stop_button. Complete the function with the following behavior: When the start_button is pressed, change status_tv’s text to “Started” When the pause_button is pressed, change status_tv’s text to “Paused” When the stop_button is pressed, change status_tv’s text to “Stopped”