Relativelayout And Togglebutton January 30, 2024 Post a Comment This my main.xml Solution 1: You have to create a onClick() listener for your relative layout for that. Eg.yourRelLayout.setOnClickListener(newOnClickListener({ yourToggleButton.setChecked(true); })); Copyand that is all :)Good luck! Share Post a Comment for "Relativelayout And Togglebutton"
Post a Comment for "Relativelayout And Togglebutton"