PrincessMelime
Results
1
issues of
PrincessMelime
With this setting of the onclick listener: `tabLayout.setTabTwoOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { Toast.makeText(getContext(),"Hello!",Toast.LENGTH_SHORT).show(); } });` When you select the second tab the onclick doesn't execute. But...