My project now is how to make a Snackbar displayed at the bottom of the screen. The Snackbar contain with editText and three button for selection categories. I use LayoutInflat
Try This,
Button btn_feed_back = (Button)snackView.findViewById(R.id.feedback); btn_feed_back.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { } });