How do I make buttons clickable in the bottom sheet fragment?
**The flow: ** There are two xml files: activity_main.xml bottomsheet_fragment.xml I want to click on "click here" button (xml id: btn_show) and show the bottom sheet fragment [This is happening correctly) .. corresponding files: activity_main.xml, MainActivity.kt Now I want to click on the button in the bottom sheet(xml id: btn_button1), and show the text you… Read More How do I make buttons clickable in the bottom sheet fragment?