You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a custom layout in first menu item inside DroppyMenuPopup and I am trying to access the inner views inside my custom layout after accessing my root view of the droppyMenuPopup: DroppyMenuPopup droppyMenuPopup=droppyBuilder.build(); View menuPopupView=droppyMenuPopup.getMenuView(); Log.v(LOG_TAG,"view_id"+menuPopupView.getId());
What I get is a NullPointerException because menuPopupView is null, What is the problem?
The text was updated successfully, but these errors were encountered:
Hi,
I have a custom layout in first menu item inside DroppyMenuPopup and I am trying to access the inner views inside my custom layout after accessing my root view of the droppyMenuPopup:
DroppyMenuPopup droppyMenuPopup=droppyBuilder.build(); View menuPopupView=droppyMenuPopup.getMenuView(); Log.v(LOG_TAG,"view_id"+menuPopupView.getId());
What I get is a NullPointerException because menuPopupView is null, What is the problem?
The text was updated successfully, but these errors were encountered: