Searched refs:fab (Results 1 – 1 of 1) sorted by relevance
81 FloatingActionButton fab = (FloatingActionButton) rootView.findViewById(R.id.fab_add_alarm); in onViewCreated() local82 fab.setOnClickListener(new View.OnClickListener() { in onViewCreated()