Searched refs:notificationButton (Results 1 – 1 of 1) sorted by relevance
74 Button notificationButton = view.findViewById(R.id.notification); in onCreateView() local75 notificationButton.setOnClickListener(v -> { in onCreateView()