Click Listener on Notification Tab Layout Elements
Hassan-Bukhari opened this issue · 2 comments
Hassan-Bukhari commented
how to listen clicks on notification tab. For instance i want to add click listener for any textview in content_notification.xml then how will i do it?
shiburagi commented
The behavior same like DrawerLayout
,
@SuppressWarnings("StatementWithEmptyBody")
@Override
public boolean onNavigationItemSelected(MenuItem item) {
// Handle navigation view item clicks here.
drawer.closeDrawer(GravityCompat.START);
return true;
}
stale commented
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.