stub speed action action listener
This commit is contained in:
parent
f7fa0836ea
commit
4918a743a7
|
@ -193,6 +193,10 @@ public class EpisodesApplyActionFragment extends Fragment {
|
||||||
// replacement for the buttons
|
// replacement for the buttons
|
||||||
mSpeedDialView = view.findViewById(R.id.fabSD);
|
mSpeedDialView = view.findViewById(R.id.fabSD);
|
||||||
mSpeedDialView.inflate(R.menu.episodes_apply_action_speeddial);
|
mSpeedDialView.inflate(R.menu.episodes_apply_action_speeddial);
|
||||||
|
mSpeedDialView.setOnActionSelectedListener(actionItem -> {
|
||||||
|
Toast.makeText(getContext(), "" + actionItem.getLabel() + " clicked", Toast.LENGTH_SHORT).show();
|
||||||
|
return true;
|
||||||
|
});
|
||||||
showSpeedDialIfAnyChecked();
|
showSpeedDialIfAnyChecked();
|
||||||
|
|
||||||
return view;
|
return view;
|
||||||
|
|
Loading…
Reference in New Issue